Hi.
In AX EP there are times when unexpected errors are appearing. One of them is "An unspecified runtime engine error has occurred. Error code: %d.".
Cause: not sure. I believe as the message says it has to do with the process space of the AX EP ...
Fix: well, if you'd expected something else except the following (which doesn't work for you), just send a reply ... love to hear other scenarios; the fix is a simple AOS and IIS restart, and things should work.
Hi, I am getting this error while calling AIF service, i am calling update method when this error occurs. All other methods works fine. Please help.
ReplyDeleteI fixed this error as the queryrange was referencing a table that did not exist in the document query. (How i managed that is a different case :) )
ReplyDeleteFixing the initQueryMethod (in my case, overriding it) fixed the issue