Requirement:
To debug an issue and to check the data flowing through Tibco R3 adapter enable SAP JCo trace. Once the trace is enable it creates JCo tracing files in the specified location. These files have details of the JCo library, versions and JCo paths. It will show a complete trace log of the fields/segments in the adapter and it's tables and the input/output data that is flowing through the adapter.
************************************************************************************************************************************************
Steps:
Add below properties in the adr3.tra file to enable SAP JCo trace:
=====
java.property.jco.trace_level=8
java.property.jco.trace_path=<The path of the directory where the JCo trace file will be generated>
=====
Restart the SAP adapter instance.
Once you test, the JCo files will be created in the specified location.
************************************************************************************************************************************************
To debug an issue and to check the data flowing through Tibco R3 adapter enable SAP JCo trace. Once the trace is enable it creates JCo tracing files in the specified location. These files have details of the JCo library, versions and JCo paths. It will show a complete trace log of the fields/segments in the adapter and it's tables and the input/output data that is flowing through the adapter.
************************************************************************************************************************************************
Steps:
Add below properties in the adr3.tra file to enable SAP JCo trace:
=====
java.property.jco.trace_level=8
java.property.jco.trace_path=<The path of the directory where the JCo trace file will be generated>
=====
Restart the SAP adapter instance.
Once you test, the JCo files will be created in the specified location.
************************************************************************************************************************************************
Comments
Post a Comment