Dynamics AX - Error Handling (Magic xpi 4.1)
The Magic xpi Server checks for errors during the execution of a step. If there is an error in a Dynamics AX connector step, the Error Handler is invoked and handles the error.
The error code for the Dynamics AX connector is shown below. You can also use Magic xpi's General Component Errors with the Dynamics AX connector. The codes are returned to the Magic xpi Server in the Invocation program’s Error Code parameter.
|
|
1251
|
Dynamics AX call error: <Error Description>
|
Note:
|
By default, for most Dynamics AX servers, the Dynamics AX services do not report the error details. You can view the error details in Microsoft Dynamics AX's AIF Exceptions view after enabling it. You should ask your Dynamics AX server’s administrator about this option.
|
|
Error Handling in Magic xpi