Windows error 0x80040237, -2147220937

Detailed Error Information

TPC_E_OUT_OF_ORDER_CALL[1]

MessageTabletPC inking error code. API calls were made in an incorrect order
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][1]
DescriptionThe source of the error code is COM/OLE Interface management.[2][1]
Error Code567 (0x0237)

Questions

1vote
2answers

Cannot insert duplicate key in CRM 2011 Plugin import?

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
dynamics-crm
dynamics-crm-2011
dynamics-crm-4
1vote
3answers

Can Primary-Keys be re-used once deleted?

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
import
primary-key
duplicates
dynamics-crm
dynamics-crm-4

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0