Our Windows service is randomly getting an error when creating a sales delivery. The Add method returns a non-zero value. We then call GetLastError to retrieve the last error code and message. The returned error code is -10 and the message is "CBusinessObject::Create". Error code -10 is not listed in the DI help and the message does not provide much information either.
Any ideas what might be going on?