Microsoft Dynamics CRM 2011

Microsoft Dynamics CRM 2011

Friday, August 14, 2015

How to Check Error Codes in Dynamics CRM API Web Service

In this article we see Step by step How to Check Error Codes in Dynamics CRM API Web Service  .
We'll review here in only 5 minutes how to search for the DYNAMICS CRM API web service error codes , such as "0x80041a06" , for example :


How to Check Error Codes in Dynamics CRM API Web Service


How to Check Error Codes in Dynamics CRM API Web Service


The steps are as following:
1) open the error file and find the corresponding XML element for the Entity
2) get the hexadecimal error code for the Entity and get rid of the hexadecimal prefix "0x"
3) search the web for the error without the "0x" prefix


1) Step #1: open the error file and find the XML element for the Entity :

Check Error Codes in Dynamics CRM API Web Service



2) Step #2: get the hexadecimal Error Code without its "0x" prefix :


Error Codes in Dynamics CRM API Web Service




3) Step #3: search the Web for the Error code without the prefix "0X":

How to Check Error Codes




That's all.

Happy programming.....

      by Carmel Schvartzman


כתב: כרמל שוורצמן