You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the tool works fine when launched on a machine where BTS on client is the same version as the BTS on the server, running it from my laptop against a BTS2K13 it gives the error hereunder.
Is there any solution/fix to make it work with any version?
Microsoft.BizTalk.ExplorerOM.BtsException
HResult=0x80131600
Message=The database or the database version is incompatible with the installed version of this product.
Source=Microsoft.BizTalk.ExplorerOM
StackTrace:
at Microsoft.BizTalk.ExplorerOM.BtsCatalogExplorer.set_ConnectionString(String value)
at BizTalk_Port_Multiplier.mainForm.LoadResources() in \mainForm.cs:line 349
at BizTalk_Port_Multiplier.mainForm.loadResourcesBtn_Click(Object sender, EventArgs e) in mainForm.cs:line 215
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at BizTalk_Port_Multiplier.Program.Main() in Program.cs:line 19
The text was updated successfully, but these errors were encountered:
Hi, the tool works fine when launched on a machine where BTS on client is the same version as the BTS on the server, running it from my laptop against a BTS2K13 it gives the error hereunder.
Is there any solution/fix to make it work with any version?
The text was updated successfully, but these errors were encountered: