on 2013 Feb 26 9:14 AM
Hello,
We are migrating some PI scenarios from SAP PI 7.11 to a single Java stack PI 7.3.1.
One of those scenarios has a java mapping that uses the class com.sap.aii.mapping.api.AbstractTrace for logging purposes:
AbstractTrace trace = null;
…
trace = getTrace();
….
trace.addWarning(message, e);
This logging utility generates entries in the trace of the request messaging phase in PI 7.11. You can see this in the sxi_monitor transaction:
You can also see this logs in the test utility of the Message Mapping or Operation Mapping that uses this Java Mapping:
In these tests utilities the logs can be seen in the PI 7.3.1 installation too.
However, in PI 7.3.1, you cannot see these logs in the message monitor. The only log you can see is the following:
As you can see, you can only see a log that says that the OM is being executed:
Executing Request Mapping
"urn:XXXXXX/OM_FLAG_TO_SFTP_TO_LOG" (SWCV b40ee780331d11e2bcf0e8acac1a54e5)
This behavior is the same, regardless of the logging and staging level of the iflow scenario:
I have been searching the scn and I have found the following links about the staging and the logging:
All of these and much more refer to whether you want to log or stage the payload of the message in the different stages of the process. But I haven’t seen anything that indicates you how to show the mapping logs in the message monitor:
¿Does anyone know how this can be achieved?
Thanks!
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.