Automic Workload Automation

How to turn on debug on HEADER.WINDOWS

  • 1.  How to turn on debug on HEADER.WINDOWS

    Posted May 12, 2016 01:09 AM

    If there seems to be an issue with the Windows job messenger, here is how to enable the debug.


    Edit the HEADER.WINDOWS object in client 0, and change the following line:

    &UC_JOBMD JNR=&UC_REALNR MNR=&UC_MANDANT PNR=&UC_IP_PORT IPA=&UC_IP_ADR TYP=S TXT=" Job started"

    to this:

    &UC_JOBMD DBG=1 JNR=&UC_REALNR MNR=&UC_MANDANT PNR=&UC_IP_PORT IPA=&UC_IP_ADR TYP=S TXT=" Job started"


    Now run the problematic Windows job. The job report will contain debug output to help troubleshoot the issue. 

    Once complete, change the line in HEADER.WINDOWS back to the original.