Rob
Rob

Reputation: 23

Enable/Find logging for Dynamics AX Odata service

I'm trying to connect an external system to AX using the OdataQueryService. Connecting with Excel gives the correct results from the server, however I get an error when using the external system.

Is there some logging on the Dynamics AX Odata service that I can enable for troubleshooting?

Rob

Upvotes: 0

Views: 1307

Answers (1)

Rob
Rob

Reputation: 23

Found it: Use Service Configuration Editor to edit ax32serv.exe.config. Enable MessageLogging and Enable tracing. Change logging path + save Restart AOS Generate some traffic Analyze Ax32Serv_messages.svclog and Ax32Serv_tracing.svclog with Microsoft Service Trace Viewer.

Upvotes: 1

Related Questions