Setting Tracing within the AWI
search cancel

Setting Tracing within the AWI

book

Article ID: 89181

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

Setting Tracing within the AWI

Resolution

To set tracing within the AWI:

1.) Modify your uc4config.xml for AE Client Trace:
-- Located at <Apache Tomcat Installation>/webapps/<ECC Name>/config/uc4config.xml

Change the line reading:
<trace count="10" xml="0"></trace>
to
<trace count="10" xml="3"></trace>

2.) Modify your logback.xml for Tomcat Trace:
-- Located at <Apache Tomcat Installation>/webapps/<ECC Name>/config/logback.xml

Change the line reading:
<root level="INFO">
to
<root level="TRACE">

3.) Backup your current Tomcat log directory (<Apache Tomcat Installation>/logs) in case the error is not easily reproducible.
4.) Remove contents of log directory.
5.) Restart the Tomcat Server.
6.) Set any Automation Engine tracing as recommended by support.
7.) Replicate the issue.
8.) Stop the Tomcat Server.
9.) Change the values back to original settings in steps 1 & 2.
10.) Zip the contents of the log directory (and any Automation Engine tracing recommended) and send to Automic Support.
11.) Restart the Tomcat Server.