Setting RA Trace for Automation Engine v9/v10
When you need to troubleshoot a Rapid Automation agent
Turning Rapid Automation Trace On or Off From the System Overview Window
To turn on trace for Rapid Automation AGENT and JOBS objects in the user interface, go to System Overview window, right-click the agent, pick Properties. In the window that pops up, set RA to 9 to turn trace on or set RA to 0 to turn trace off.
Turning Rapid Automation Trace On or Off From the ucxjcitx.ini File
To turn on trace for Rapid Automation AGENT and JOBS objects with the ucxjcitx.ini file:
- Stop the agent(s) from the ServiceManager window or command line.
- Edit the ucxjcitx.ini file.
To turn trace: Set: On ra=9 Off ra=0 - In the code below, ra=9 turns Rapid Automation trace on:
- Restart the agent(s).
[TRACE]
file=..\temp\RA_TRACE_##.TXT
max_trace_kb=8000
tcp/ip=0
ra=9
trccount=10
Turning On Rapid Automation User Interface Trace
To turn on Rapid Automation user interface trace:
- Exit out of the Automation Engine user interface.
- From the uc4config.xml file, add ra="9" to the trace line as shown below:
- Open the user interface.
<trace ra="9" count="10" xml="0" tcp="0">..\temp\UCDJ_TRC_##.TXT</trace>
Turning Off Rapid Automation User Interface Trace
To turn off Rapid Automation user interface trace:
- Exit out of the Automation Engine user interface.
- From the uc4config.xml file, add ra="0" to the trace line as shown below:
- Open the user interface.
<trace ra="0" count="10" xml="0" tcp="0">..\temp\UCDJ_TRC_##.TXT</trace>
For more information on setting trace, see your Automation Engine documentation.



