目前使用原来的orgweb进行同步,出现错误;初步判断由于config.justep.xml位置发生变化导致,copy此文件到上一版本所在目录后,能够进行同步,但出现以下错误:
hessiancsharp.io.CHessianException: 插入错误: 列名或所提供值的数目与表定义不匹配。
在 hessiancsharp.client.CHessianMethodCaller.DoHessianMethodCall(Object[] arrMethodArgs, MethodInfo methodInfo) 位置 D:\software\思维加速\org\c#\HessianCSharp\hessiancsharp\client\CHessianMethodCaller.cs:行号 225
在 hessiancsharp.client.CHessianProxyStandardImpl.Invoke(IMessage msg) 位置 D:\software\思维加速\org\c#\HessianCSharp\hessiancsharp\client\CHessianProxyStandardImpl.cs:行号 134
在 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
在 com.justep.org.IOrgOperation.addPosition(Position position, String clientAccount)
在 TestOrgWeb.Form1.importDB2X3() 位置 D:\software\思维加速\org\c#\TestOrgWeb\TestOrgWeb\Form1.cs:行号 385
在 TestOrgWeb.Form1.button6_Click(Object sender, EventArgs e) 位置 D:\software\思维加速\org\c#\TestOrgWeb\TestOrgWeb\Form1.cs:行号 361
在 System.Windows.Forms.Control.OnClick(EventArgs e)
在 System.Windows.Forms.Button.OnClick(EventArgs e)
在 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.ButtonBase.WndProc(Message& m)
在 System.Windows.Forms.Button.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
怀疑,库表结构有变化,请思维加速原来开发此程序的人员,进行调试,使其能在新的版本上能够使用 |