Skip to main content

Hi All,

 

We are trying to collect debug information for integrations and added trace messages using Log_SYS.Fnd_Trace_

 

However, ifs-trace node only appears like below when mentioning the ?odata-debug=json in the projection call which is authenticated with client credentials

 

If the same call is made with an end user, then the ifs-trace contains the trace information

My question is, how can we enable trace for integrations? Is there any projection which needs to be granted or is there any other way?

 

/Damith

Hi @dsj 

Please make sure that the ‘SQL_TRACE’ system parameter is on and the ‘DEBUGGER’ System privilege is granted for the service account you are using.

/Trewon 


Thanks @Trewon. That’s exactly what I was looking for.

It was enough to add the DEBUGGER system privilege. SQL trace was not needed to get the trace.

 

btw, if anyone is wondering how to read the IFS trace in postman, have a look in the postman visualizer script I’ve built ! 

https://github.com/damithsj/IFSCloud-Postman-Trace-Visualizer

 

Cheers!

Damith

 


Reply