December 4, 2013

How to enable Siebel EAI logs?

Open your client CFG file
Add the following lines in your cfg file after [Siebel] Section
[EAISubsys]
EnableServiceArgTracing = TRUE
Save your CFG file


These dmp files will have the exact SOAP Request (OutboundDispatcher_output_args_xx.dmp) and SOAP Response returned by Web Service (OutboundDispatcher_input_args_xx.dmp). From now on if you even query using EAI Siebel Adapter business service you will see dmp files showing you exactly the input that was given to EAI Siebel Adapter BS and the output you received.

No comments:

Post a Comment