EQQI300 - EQQI399, EQQYCOM control messages

EQQI301F

PIF command <command> abandoned due to INIT failure

A PIF process was attempted, but the preceding INIT request failed.

Any commands requiring the PIF will not run.

Identify the reason for the failure of the INIT command and rerun. Possible causes could be:
  • The controller is not active.
  • The server through which PIF is trying to communicate is not active.
  • The communication route to the server is failing.

EQQI302F

Unable to GET|FREE <size> bytes of storage

An attempt to obtain storage for a PIF request has failed.

Workload Automation Programming Language terminates.

Identify the cause of the storage problem and rerun.

EQQI303O

Contention/Delay, retrying in <seconds> second(s) <attempt>/<max>

A contention condition has occurred and the OPTIONS CONTENTION feature is active.

Workload Automation Programming Language will reattempt the command in the specified number of seconds, and repeat this process until <attempt> has reached <max>. After which Workload Automation Programming Language will terminate if unsuccessful.

Identify and alleviate the contention.

EQQI304A

Delaying for <seconds> second(s)

The OPTIONS DELAY feature has been enabled to cause a time delay to happen after certain categories of command, to reduce risk of contention and allow other processes a share of HCL Workload Automation for Z resources.

The program pauses for the stated number of seconds.

None.