Enable SAP Java Connect Option debugging with the SAP plug-in.
search cancel

Enable SAP Java Connect Option debugging with the SAP plug-in.

book

Article ID: 41758

calendar_today

Updated On:

Products

Workload Automation Agent CA Workload Automation AE - System Agent (AutoSys) CA Workload Automation DE - System Agent (dSeries) CA Workload Automation DE - Business Agents (dSeries)

Issue/Introduction

This doc explains how to enable the debugging in context of the JCO being used by the System Agent and the SAP plug-in.

Environment

Release: All Supported Versions
Component: SAPAGT

Resolution

Instructions:

Set the following in the System Agent's agentparm.txt file.  Restart the agent after the change.

Linux:

jco.trace_level=3 
jco.trace_path=/tmp or <Path of your choice>

Windows:

jco.trace_path=C:\temp or <Path of your choice>

The path directory can be set it anywhere that is convenient for user

Notes:

Trace Levels

Value -  Description

0 - No trace.

1 - Traces errors.

2 - Traces errors and warnings.

3 - Traces info messages, errors, and warnings.

4 - Traces execution path, info messages, errors, and warnings.

5 - Verbose trace of execution path, info messages, errors, and warnings.

6 - Verbose trace of execution path, limited data dumps, info messages, errors, and warnings.

7 - Full trace of execution path, data dumps with metadata, verbose info messages, errors, and warnings.

8 - Full trace of execution path, full data dumps with metadata, verbose info messages, errors, and warnings.

Using trace levels above 3 generates a great deal of data in the log file.  Be cautious when setting above 3.

Refer to SAP for specific details of the trace settings.