Hi,
I encountered following error in our logs today.
DEBUG 2015-08-18 04:00:02 fb2f0 db5a9 ProjectSyncOperation – Downloading synchronization package for project 2015-84-1xtrf34_smoke_1435215368217 [EN-GB]-[DE-DE] MT RC 4.6.1J (last sync package=never)
ERROR 2015-08-18 04:00:02 fb2f0 db5a9 RequestProxyInvoker – Exception:
System.ServiceModel.FaultException: The data reader is incompatible with the specified 'ProjectModel.GetProjectPackageManifestInfoResult'. A member of the type, 'ProjectStatus', does not have a corresponding column in the data reader with the same name.
Server stack trace:
at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at Sdl.StudioServer.ProjectServer.Client.Service.InternalProjectServerClient.InitiateSynchronizationDataDownload(Guid projectId, Nullable`1 latestManifestTimestamp)
at Sdl.StudioServer.ProjectServer.Client.ProjectServerClient.InitiateSynchronizationDataDownload(Guid projectId, Nullable`1 latestManifestTimestamp)
at Sdl.ProjectServer.Commute.ProjectServerCommuteClient.DownloadSynchronizationPackageCore(Guid projectId, Stream packageStream, Nullable`1 latestPackageTimeStamp, EventHandler`1 progressEventHandler)
at Sdl.ProjectServer.Commute.ProjectServerCommuteClient.DownloadSynchronizationPackage(Guid projectId, Stream packageStream, DateTime latestPackageTimeStamp, EventHandler`1 progressEventHandler)
at Sdl.ProjectApi.Implementation.Server.ProjectSyncOperation.Execute()
at Sdl.ProjectApi.Implementation.Project.SynchronizeServerProjectData()
at Sdl.ProjectAutomation.FileBased.FileBasedProject.SynchronizeServerProjectData()
at Xtrf.TradosIntegration.Core.Exposition.Adapters.TradosProjectAdapter.CheckoutProject(Guid[] projectFileIds)
at Xtrf.TradosIntegration.Core.TradosService.checkoutProject(checkoutProjectRequest request)
at SyncInvokecheckoutProject(Object , Object[] , Object[] )
at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
at Xtrf.TradosIntegration.Core.Exposition.Proxy.RequestProxyInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
Environment: SDL Trados Studio 2014, and Groupshare 2015 (on sdldevelopmentpartners)
I have this error when using your SDK, didnt check whether this problem appears when manually syncching files.
What could go wrong here ?