How to activate a trace in UNIX Call API
search cancel

How to activate a trace in UNIX Call API

book

Article ID: 90248

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

How to activate a trace in UNIX Call API

Environment

Release: AOATAM99000-9.0-Automic-One Automation Tools-Application Manager
Component:

Resolution

Detailed Description and Symptoms

In documentation there is no way shown to activate a TRACE for UNIX Call API?
 

Solution

edit INI File and add following entry in the [GLOBAL] section:
trace = 1
 
start Call API with parameter > output.txt or >> output.txt
 
Example:
./UCXBLI3C SCRIPT=script.txt > output.txt (file will be overwritten each time the Call APi is started)
./UCXBLI3C SCRIPT=script.txt >> output.txt (file appends every time the Call API is started)
 
Trace information is stored in output.txt