Windows error 0x80040224, -2147220956

Detailed Error Information

IMAPI_E_FILEEXISTS[1]

Declared inimapierror.h

HRESULT analysis[2]

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

Questions

3votes
1answer

Web Api Query for Actions msdyn_BookingResource and msdyn_BookingResourceRequirement

From the web api reference here I tried querying the api with no luck of success specially with the parameter Schedules being stated as type string. 1.) For msdyn_BookingResource POST: https://bhaud365dev.crm6.dynamics.com/api/data/v9.0/msdyn_BookingResource BODY: {"ResourceId":[GUID],"BookingStatusId":[GUID],"BookingMethod":690970003,"BookingType":1,"Schedules":"[{\"StartDateTime\":\"2019-07-15T00:00:00Z\",\"EndDateTime\":\"2019-07-19T00:00:00Z\"}]","Timeframe":5} RESPONSE: { "error": { "code": "0x80040224", "message": "The added or subtracted value results in an un-representable DateTime.\r\nParameter [...] read more
dynamics-crm
microsoft-dynamics
dynamics-365
dynamics-crm-webapi

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0