HCL Workload Automation, Version 9.4

Job log output

The HCL Workload Automation for SAP PI Channel job log and its content.

Purpose

More information about how to analyze the job log using the supported product interfaces can be found in Analyzing the job log.The output of an HCL Workload Automation for SAP PI Channel job relays valuable information to perform problem determination such as:
  • If the user has the required roles.
  • If the communication channels are enabled for external control.
  • If the user name or password are valid.
  • If the hostname is resolvable.
  • If the hostname is resolvable but not listening on the indicated port.
  • If the channel exists.
  • If the hostname and port are working correctly, but there is no process integration running.

Sample

This example shows the output of a job where the hostname was resolved successfully, the port is listening, the process integration is running, the channel exists and is enabled for external control, and the start action is being performed:
<?xml version="1.0" encoding="UTF-8" ?>
<ChannelAdminResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xsi:schemaLocation="http://pihost:50000/AdapterFramework/channelAdmin/
      ChannelAdmin.xsd">
        <Channels>
                <Channel>
                        <Party></Party>
                        <Service></Service>
                        <ChannelName>TESTCHANNEL1</ChannelName>
                        <ChannelID>f750195443af39b2be83dd5c3686983d</ChannelID>
                        <ActivationState>STARTED</ActivationState>
                        <ChannelState>OK</ChannelState>
                </Channel>
        </Channels>
</ChannelAdminResult>

Exit Status		: 0