Thursday, 26 February 2015

CRM 2015 – Web Service Error Codes

 Below is a link to the Microsoft page with all the error codes and descriptions that can be thrown by CRM web services.  

<crmerror>
<ErrorId>80048531</ErrorId>
<ManagedErrorName>CustomImageAttributeOnlyAllowedOnCustomEntity</ManagedErrorName>
<ErrorMessage>A custom image attribute can only be added to a custom entity.</ErrorMessage>
</crmerror>
<crmerror>
<ErrorId>80048530</ErrorId><ManagedErrorName>SqlEncryptionSymmetricKeyCannotOpenBecauseWrongPassword</ManagedErrorName>
<ErrorMessage>Cannot open encryption Symmetric Key because the password is wrong.</ErrorMessage>
</crmerror>


Hope it helps.

No comments:

Post a Comment

CRM 365 Cloud - Disassociate 2 records using typescript

In case you need to Disassociate 2 records, please find below the code that allows you to do that.      export async function DissociateE...