I have exported the plugins from prod server, and getting the following error message when importing into the test server. > Unhandled Exception: System.Web.Services.Protocols.SoapException: Server was > unable to process request. > > Detail: > > 0x80040237 > > Cannot insert duplicate key. > > Platform > > > > [...] read more
0x80040237 Cannot insert duplicate key. I'm trying to write an import routine for MSCRM4.0 through the CrmService. This has been successful up until this point. Initially I was just letting CRM generate the primary keys of the records. But my client wanted the ability to set the key of a [...] read more