z/OS Infoprint Server Messages and Diagnosis
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Messages

z/OS Infoprint Server Messages and Diagnosis
GA32-0927-00

Messages

AOP001E
Printer printer-name is not defined.
Explanation:

The print request requested a printer definition that is not defined in the Infoprint Server Printer Inventory. The printer definition name might have been specified on a command, such as the lp or lpr command, or in the SUBSYS parameter on the DD statement.

In the message text, printer-name is the name of the requested printer definition. lp1 is the name of the Infoprint Server default printer definition, which is used if no other printer definition name is specified.

System action:

The request was not completed.

User response:

Make sure that you have spelled the name of the printer definition correctly, using the correct uppercase and lowercase characters. If you specify the name of the printer definition in the SUBSYS parameter of a DD JCL statement, enclose the printer definition name in single quotation marks if it contains lowercase characters.

If the name is lp1, specify the name of the printer definition on the print command or in the SUBSYS parameter on the DD JCL statement. If you use the lp command, you can instead specify the name of the printer definition in the PRINTER or LPDEST environment variable.

You can run the z/OS UNIX lpstat -p command to get a list of available printers in the Printer Inventory. If an appropriate printer definition exists, enter the command or run the job again, specifying that printer. Otherwise, ask your administrator to define an appropriate printer.

Operator response:

Not applicable.

System programmer response:

Define a printer in the Printer Inventory if requested.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP002I
Job jobid has completed processing or has been deleted.
Explanation:

All data sets allocated on the system spool for the print job with job ID jobid have completed processing. After this message, the job ID and final status of the data set is reported. The final status can be completed, failed, or purged.

completed
The file has been processed successfully.
failed
Processing has failed.
purged
The file was deleted before printing.

For completed or failed data sets, the files remain on the JES spool for one of these reasons:

  • Your administrator has specified that files should be retained after transmission to a LAN printer or to a print server. The file will be removed from the spool when the retention period expires.
  • An error caused the data set to be retained on the spool.

Data sets are removed from the spool for reasons such as:

  • The data set finished printing.
  • The data set was transmitted to a remote system or printer for printing. In this case, the data set might not yet be finished printing, or a transmission failure might have occurred.
  • The operator deleted the data set from the system spool.
  • The system programmer off-loaded all SYSOUT data sets from the JES spool.
System action:

Processing continues.

User response:

None.

Operator response:

Not applicable.

System programmer response:

Not applicable.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP003E
objectname: [errmsgno] errmsgtext
Explanation:

A file error, filter error, or system error has occurred. objectname is the name of the file, filter program, sendmail command, printer address, or other object in error. errmsgno errmsgtext is the message number, if available, and the message text generated by a system program or by the filter program.

System action:

The request was not completed.

User response:

If you specified objectname, make sure that the name is valid. Also, see the description for message errmsgno. If you did not specify objectname, contact your system programmer for assistance.

Operator response:

Not applicable.

System programmer response:

See the description for message errmsgno.

  • If objectname is a printer address and the error message indicates a TCP/IP connection error, ping the printer to check that the printer is turned on and the TCP/IP network is working.
  • If an Infoprint Server module could not be found, make sure that the LIBPATH environment variable is set correctly in the aopstart EXEC.
  • If the error text indicates a RACF® error, a SAF error, or a permission error, run the aopsetup EXEC to set permissions. For example, if you use the default group names for Infoprint Server operators (AOPOPER) and administrators (AOPADMIN), enter:
    /usr/lpp/Printsrv/bin/aopsetup aopoper aopadmin

For more information about the aopstart and aopsetup EXECs, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP004E
A system error occurred during processing.
Explanation:

A system error has occurred during the processing of the request. This message might be followed by message AOP047E, which contains diagnostic information.

System action:

The request was not completed.

User response:

Notify your system programmer that this error occurred.

Operator response:

Not applicable.

System programmer response:

Look for other messages that indicate the reason for the failure on the terminal where Infoprint Server was started or in the console log.

If a message indicates a RACF or SAF error (such as, message EDC5164I):

  • Make sure the user ID that starts Infoprint Server is a valid z/OS® UNIX user ID. The user ID must have an OMVS segment, the default group for the user ID must have an OMVS segment with a group identifier (GID), and the user ID must have a home directory. The user identifier (UID) for the user should be different from other UIDs in the installation.
    Note:
    If you use the AOPSTART procedure to start Infoprint Server, check the user ID that is associated with this procedure.
  • Make sure that the password for the user ID that starts Infoprint Server has not expired.
  • Run the aopsetup shell script to set up the correct z/OS UNIX permissions for Infoprint Server directories and executable files.

For information about how to set up security for Infoprint Server and how to run the aopsetup shell script, see z/OS Infoprint Server Customization.

If you cannot correct the problem, contact the IBM® Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP006E
Job ID: jobid is not valid.
Explanation:

A request was submitted with a job ID that is not valid.

System action:

The request was not completed.

User response:

Submit the request with a valid job ID.

Operator response:

Not applicable.

System programmer response:

Not applicable.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP007I
Job infoprint-jobid [(zos-jobid)] spooled to printer-name.
Explanation:

Infoprint Server created a print job and successfully allocated at least one document on the JES spool. If an error occurs processing a document, Infoprint Server issues a separate message for that document.

In the message text:

infoprint-jobid
The ID of the print job that Infoprint Server assigned.
zos-jobid
The ID of the print job that JES assigned.
printer-name
The name of the printer to which the job was submitted. The printer name is the name assigned to the printer definition for the printer in the Infoprint Server Printer Inventory.
System action:

Processing continues.

User response:

None.

Operator response:

Not applicable.

System programmer response:

Not applicable.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP008E
Option option argument missing.
Explanation:

A request was submitted with an option that is missing a required argument.

System action:

The request was not completed.

User response:

For the lp, lpstat, or cancel command, view the appropriate man page for the correct options. For other requests, see the necessary documentation. Enter the request again with the required argument.

Operator response:

Not applicable.

System programmer response:

Not applicable.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP009E
Option: "option" is not valid.
Explanation:

This message can be sent by most commands and filters. It indicates that the user specified an option character with the command, with the filter-options attribute, or on the filter defined for the printer. The message is usually preceded by the program that sends it. The message is often followed by the usage message for the command or filter.

System action:

The request was not completed.

User response:

Reenter the command with the correct options character. If you are not entering an incorrect options character, contact the system programmer.

For the lp, lpstat, or cancel command, view the appropriate man page for the correct options. For other requests, see z/OS Infoprint Server User’s Guide.

Operator response:

Not applicable.

System programmer response:

Check the printer definition associated with the print job for the cause of the error. If the printer definition did not cause the error, contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP010E
Dynamic allocation of data set dsname failed: return code retcode, error code errorcode, info code infocode.
Explanation:

A Dynamic Allocation error has occurred. An error occurred attempting to dynamically allocate a data set.

In the message text:

dsname
The data set name.
retcode
The Dynamic Allocation return code.
errorcode
The Dynamic Allocation error code.
infocode
The Dynamic Allocation information code.
System action:

The print request was not completed.

User response:

Notify your system programmer that this error occurred.

Operator response:

Not applicable.

System programmer response:

See Dynamic Allocation diagnostic information in the z/OS MVS Programming: Authorized Assembler Services Guide.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP011E
Data set dsname is not found.
Explanation:

The data set does not exist or is not cataloged.

In the message text, dsname is the name of the data set.

System action:

The request was not completed.

User response:

Catalog the data set or specify the correct data set name.

Operator response:

Not applicable.

System programmer response:

Mount the volume that contains the data set.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP012E
Data set dsname is not accessible because volume volser is not mounted.
Explanation:

The volume on which the data set resides is not currently mounted.

In the message text:

dsname
The name of the data set.
volser
Specifies the serial number of the magnetic tape or DASD volume to contain the data set.
System action:

The request was not completed.

User response:

Notify your system programmer that this error has occurred.

Operator response:

Not applicable.

System programmer response:

Mount the volume that contains the data set.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP014E
Job jobid is not found.
Explanation:

The job jobid specified in the request was not found.

System action:

The request was not completed.

User response:

Use the lpstat command to display job IDs known to the system. Submit the request again with a valid job ID specified.

Operator response:

Not applicable.

System programmer response:

Not applicable.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP015E
Unknown exception occurred.
Explanation:

Print Interface received an exception of unknown value.

System action:

The request was not completed.

User response:

Notify your system programmer that this error occurred.

Operator response:

Not applicable.

System programmer response:

Contact the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP016I
Job jobid on printer printer-name successfully cancelled.
Explanation:

The cancel request for job jobid was successfully completed.

System action:

The job was canceled.

User response:

None.

Operator response:

Not applicable.

System programmer response:

Not applicable.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP017E
No jobs found for user userid.
Explanation:

A query jobs request (for example: lpstat -u userid) did not find any jobs for userid.

System action:

Processing continues.

User response:

None.

Operator response:

Not applicable.

System programmer response:

Not applicable.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP018E
No jobs found for printer printer-name.
Explanation:

A query jobs request (for example: lpstat -p printer-name) did not find any jobs for printer-name.

System action:

Processing continues.

User response:

None.

Operator response:

Not applicable.

System programmer response:

Not applicable.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP019E
attributename attributevalue exceeds the maximum value maximumvalue supported by printer printer-name.
Explanation:

attributevalue specified for attributename in the print request (for example: lp -o attributename=attributevalue) exceeds the maximum value (maximumvalue) allowed by the destination printer definition (printer-name). For example, the copies attribute in the print request exceeds the maximum copies defined in the printer definition.

System action:

The request was not completed.

User response:

Submit the request again with attributevalue less than or equal to maximumvalue.

Operator response:

Not applicable.

System programmer response:

Not applicable.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP020E
Printer printer-name does not support attribute-name attribute-value.
Explanation:

The value of an Infoprint Server job attribute was specified correctly. However, the printer definition for the selected printer does not permit that value. For example, the lp command might have specified the duplex=tumble attribute. However, the printer definition indicates that the printer does not support the tumble option.

In the message text:

printer-name
Name of the printer definition that you requested or that Infoprint Server selected to print the file. This printer definition is defined in the Infoprint Server Printer Inventory.
attribute-name
Name of the Infoprint Server job attribute whose value is not supported. If you used z/OS JCL to submit the request, you might have specified a JCL parameter that corresponds to this job attribute. Or, Infoprint Server might have internally specified this job attribute.
attribute-value
The attribute value that is not supported.

If attribute-name is "document-format", this means that the printer definition does not accept files with the specified data format. For example, if attribute-value is "modca-p", this means that the printer definition does not accept the MO:DCA-P (AFP) data format. If attribute-value is "other", Infoprint Server might not have been able to detect the data format of your file. Infoprint Server automatically detects the data format unless you specify the document-format job attribute.

System action:

The request was not completed.

User response:

If you specified the attribute-name attribute or a corresponding JCL parameter, specify a value for the attribute or JCL parameter that printer definition printer-name supports. Contact your administrator to determine, or change, the attribute values that are supported in the printer definition.

If attribute-name is "document-format", resubmit your print request to a printer that your administrator says accepts the data format indicated in attribute-value. Or, your administrator might be able to specify a data transform in the printer definition to transform your data format to one that the printer supports.

If you think that Infoprint Server did not accurately detect the data format of your data, make sure that your data is not corrupted and make sure that the logical record length (LRECL) specified on the DD statement, if one is used, is correct. In some cases, you might be able to correct the problem by specifying the data format in the Infoprint Server document-format job attribute. For example, if you use JCL to print the data set, you can specify the document-format attribute in the PRTATTRS parameter on the OUTPUT JCL statement.

For information about Infoprint Server job attributes and the PRTATTRS JCL parameter, see z/OS Infoprint Server User’s Guide.

Operator response:

Not applicable.

System programmer response:

If you want the printer definition to accept the attribute-value, use the Infoprint Server ISPF panels to change the supported data formats or other supported values in the printer definition. For information about how to control the validation that Infoprint Server does, see z/OS Infoprint Server Operation and Administration.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP021E
Output descriptor failed: errorparameter, return code retcode, reason code reasoncode.
Explanation:

The system OUTADD macro detected an error when Print Interface attempted to add the print job on the JES spool. An error was detected in a parameter in the output descriptor. The message text contains the parameter in error, return code, and reason code from the OUTADD macro.

System action:

The request was not completed.

User response:

Correct the attribute on the print request that corresponds to the errorparameter. Or, notify your system programmer that this error occurred.

Operator response:

Not applicable.

System programmer response:

Correct the attribute in the printer definition that corresponds to the errorparameter. If the error persists, contact the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP022W
objectname: errmsgno errmsgtext
Explanation:

An error has occurred with object name objectname. objectname is the name of the file, filter program, or other object in error. errmsgno errmsgtext are the message number and message text generated by a system program or by the filter program.

System action:

Processing continues.

User response:

If you specified objectname, make sure that the name is valid. Also, see the description for message errmsgno. If you did not specify objectname, contact your system programmer for assistance.

Operator response:

Not applicable.

System programmer response:

See the description for message errmsgno.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP023E
System job limit exceeded.
Explanation:

A print request was not accepted because the number of job IDs is at the system limit.

System action:

The request was not completed.

User response:

Enter your print request again. If the error persists, notify your system programmer that this error occurred.

Operator response:

Not applicable.

System programmer response:

Reduce the total number of jobs currently in the system.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP024E
LPD received an unsupported request identifier reqid.
Explanation:

The line printer daemon (lpd) received a client request that contained a control file with a control code that is not defined by Request For Comments (RFC) 1179.

In the message text, reqid identifies the control code.

System action:

The request was not completed.

User response:

Notify your system programmer that this error occurred.

Operator response:

Not applicable.

System programmer response:

Make sure that the line printer requestor (lpr) on the client system creates control files that contain only control codes that are defined by RFC 1179.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP025E
A write operation failed for the SYSOUT data set.
Explanation:

The print request failed because the attempt to write the SYSOUT data set to the JES spool failed.

System action:

The request was not completed.

User response:

Notify your system programmer that this error occurred.

Operator response:

Not applicable.

System programmer response:

Investigate why the write attempt failed. For example, the JES spool might be full, or the size limit of a JES SYSOUT data set might have been exceeded.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP026E
Job jobid on printer printer-name could not be cancelled.
Explanation:

A cancel request for job jobid failed and the job could not be deleted from the JES spool. To cancel a print job, the job must have completed spooling and cannot already be selected for processing.

In the message text, printer-name is the name of the printer definition to which the job was directed.

System action:

The request was not completed.

User response:

To cancel a print job printed to a LAN printer in your TCP/IP or SNA network, ask your IP PrintWay™ operator to cancel it.

Operator response:

To cancel a print job transmitted to a LAN printer using IP PrintWay and already selected for processing, do one of these:

  • IP PrintWay basic mode: Use the Infoprint Server ISPF panels to delete the transmission-queue entry for the data set. For information, see z/OS Infoprint Server Operation and Administration.
  • IP PrintWay extended mode: Use Infoprint Central to delete the data set.
System programmer response:

Not applicable.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP027E
This program is not APF-authorized. It must be made APF-authorized.
Explanation:

The program indicated before the message number is not running APF-authorized. This is most likely due to an error during installation.

System action:

The request was not completed.

User response:

Notify your system programmer that this error occurred.

Operator response:

Not applicable.

System programmer response:

Do not use NFS to mount the bin directory (for example, /usr/lpp/Printsrv/bin) that contains Print Interface executables because this action bypasses APF-authorization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP028E
[optionsource:] attributename is ambiguous for: attributelist
Explanation:

The attribute attributename is an abbreviation for any one of the attributes listed in attributelist.

In the message text, optionsource identifies where the error occurred. For example, if optionsource is “-o”, the error occurred in the -o option. If optionsource is the name of an attributes file, the error occurred in the named attributes file.

System action:

The request was not completed.

User response:

Correct the attribute name, specifying enough characters in the attribute name to make the name unique. Then enter your print request again.

Operator response:

Not applicable.

System programmer response:

Not applicable.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP029E
SYSOUT data set allocation failed. JES may be down-level.
Explanation:

The print request was not allocated on the JES spool. This might have occurred because JES is not at the required level.

System action:

The request was not completed.

User response:

Notify your system programmer that this error occurred.

Operator response:

Not applicable.

System programmer response:

Make sure that JES is at required level, as documented in z/OS Infoprint Server Customization. If JES is at the required level, investigate why the SYSOUT data set allocation failed. For example, the JES spool might be full, or the system might have exceeded the maximum number of SYSOUT data sets allowed on the spool.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP030E
SYSOUT data set allocation failed. Confirm printdestination.
Explanation:

An error occurred during allocation of an output data set on the JES spool.

In the message text, printdestination is either the destination name or the destination node specified in the printer definition for the printer in the Printer Inventory.

System action:

The request was not completed.

User response:

Notify your system programmer or administrator that this error occurred. After the error is corrected, enter your print request again.

Operator response:

Not applicable.

System programmer response:

Change printdestination in the printer definition to a valid value. You can use Infoprint Server ISPF panels to list all printer definitions in the Printer Inventory with the value in error. If printdestination is a valid value, contact the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP032E
[optionsource:] The attribute name attributename is not valid.
Explanation:

The attribute named attributename is not valid. The problem might be that a JCL parameter, such as FSSDATA or PRTATTRS, specified a job attribute that is not valid. For example: FSSDATA='myprinter' instead of FSSDATA='printer=myprinter'.

In the message text, optionsource generally identifies where the error occurred.

For example, if optionsource is:

  • The name of an attributes file, the error occurred in the named attributes file
  • “FSSDATA”, the error occurred in the FSSDATA parameter on the OUTPUT JCL statement
  • “job-attributes”, the error occurred in a job attribute
  • “-o”, the error occurred in the -o option
  • “PRTATTRS”, the error occurred in the PRTATTRS parameter on the OUTPUT JCL statement
System action:

If the FSSDATA or PRTATTRS JCL parameter contains an incorrect attribute, IP PrintWay rejects the print job and does not process it. The print job remains on the JES spool with a status of "rejected" so that IP PrintWay does not attempt to process the print job again until the operator releases it.

If the -o option, an attributes file, or the LPD control file contains an incorrect attribute, Infoprint Server does not write the print job to the JES spool.

User response:

Submit the request again with a valid attribute assignment.

Operator response:

If the print job is on the JES spool, delete it.

System programmer response:

Not applicable.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP033E
[optionsource:] Unmatched stringvalue.
Explanation:

Print Interface expected a matching value for stringvalue but did not find one.

In the message text, optionsource identifies where the error occurred. For example, if optionsource is “-o”, the error occurred in the -o option. If optionsource is the name of an attributes file, the error occurred in the named attributes file.

System action:

The request was not completed.

User response:

Submit the request again with a matching value for stringvalue.

Operator response:

Not applicable.

System programmer response:

Not applicable.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP034E
[optionsource:] The value stringvalue is not valid.
Explanation:

The value stringvalue is not valid for optionsource.

In the message text, optionsource identifies where the error occurred. For example, if optionsource is “-o”, the error occurred in the -o option. If optionsource is the name of an attributes file, the error occurred in the named attributes file. If optionsource is printer-uri, the Uniform Resource Identifier (URI) specified in the printer definition is not valid.

System action:

The request was not completed.

User response:

Correct the error and submit the request.

Operator response:

Not applicable.

System programmer response:

Not applicable.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP035E
[optionsource:] Expecting stringvalue1 but found stringvalue2.
Explanation:

Print Interface expected to find stringvalue1 in this context, but instead found stringvalue2. The problem might be that a JCL parameter, such as FSSDATA or PRTATTRS, specified a job attribute that is not valid. For example: FSSDATA='myprinter' instead of FSSDATA='printer=myprinter'.

In the message text, optionsource generally identifies where the error occurred.

For example, if optionsource is:

  • The name of an attributes file, the error occurred in the named attributes file
  • “FSSDATA”, the error occurred in the FSSDATA parameter on the OUTPUT JCL statement
  • “job-attributes”, the error occurred in a job attribute
  • “-o”, the error occurred in the -o option
  • “PRTATTRS”, the error occurred in the PRTATTRS parameter on the OUTPUT JCL statement
System action:

If the FSSDATA or PRTATTRS JCL parameter contains an incorrect attribute, IP PrintWay rejects the print job and does not process it. The print job remains on the JES spool with a status of "rejected" so that IP PrintWay does not attempt to process the print job again until the operator releases it.

If the -o option, an attributes file, or the LPD control file contains an incorrect attribute, Infoprint Server does not write the print job to the JES spool.

User response:

Submit the request again with the correct value. If optionsource is the name of an Infoprint Server configuration file, notify your system programmer that this error occurred.

Operator response:

If the print job is on the JES spool, delete it.

System programmer response:

If the error occurred in an Infoprint Server configuration file, correct the error.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP036E
[optionsource:] stringvalue is shorter than the minimum length of minimumlength.
Explanation:

stringvalue is shorter than the acceptable minimum length of minimumlength.

In the message text, optionsource identifies where the error occurred. For example, if optionsource is “-o”, the error occurred in the -o option. If optionsource is the name of an attributes file, the error occurred in the named attributes file.

System action:

The request was not completed.

User response:

Submit the request again with the correct value for stringvalue. If optionsource is the name of an Infoprint Server configuration file, notify your system programmer that this error occurred.

Operator response:

Not applicable.

System programmer response:

If the error occurred in an Infoprint Server configuration file, correct the error.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP037E
[optionsource:] stringvalue is longer than the maximum length of maximumlength.
Explanation:

stringvalue is longer than the acceptable maximum length maximumlength.

In the message text, optionsource identifies where the error occurred. For example, if optionsource is “-o”, the error occurred in the -o option. If optionsource is the name of an attributes file, the error occurred in the named attributes file.

System action:

The request was not completed.

User response:

Submit the request again with the correct value for stringvalue. If optionsource is the name of an Infoprint Server configuration file, notify your system programmer that this error occurred.

Operator response:

Not applicable.

System programmer response:

If the error occurred in an Infoprint Server configuration file, correct the error.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP038E
[optionsource:] value1 is less than the minimum value minimumvalue.
Explanation:

value1 is less than the acceptable minimum value minimumvalue.

In the message text, optionsource identifies where the error occurred. For example, if optionsource is “-o”, the error occurred in the -o option. If optionsource is the name of an attributes file, the error occurred in the named attributes file.

System action:

The request was not completed.

User response:

Submit the request again with the correct value for value1. If optionsource is the name of an Infoprint Server configuration file, notify your system programmer that this error occurred.

Operator response:

Not applicable.

System programmer response:

If the error occurred in an Infoprint Server configuration file, correct the error.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP039E
[optionsource:] value1 exceeds the maximum value maximumvalue.
Explanation:

value1 exceeds the acceptable maximum value maximumvalue.

In the message text, optionsource identifies where the error occurred. For example, if optionsource is “-o”, the error occurred in the -o option. If optionsource is the name of an attributes file, the error occurred in the named attributes file.

System action:

The request was not completed.

User response:

Submit the request again with the correct value for value1. If optionsource is the name of an Infoprint Server configuration file, notify your system programmer that this error occurred.

Operator response:

Not applicable.

System programmer response:

If the error occurred in an Infoprint Server configuration file, correct the error.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP040E
[optionsource:] The minimum number of values is minimumnum.
Explanation:

A request was sent with less than the minimum number of values minimumnum.

In the message text, optionsource identifies where the error occurred. For example, if optionsource is “-o”, the error occurred in the -o option. If optionsource is the name of an attributes file, the error occurred in the named attributes file.

System action:

The request was not completed.

User response:

Submit the request again with the correct number of values. If optionsource is the name of an Infoprint Server configuration file, notify your system programmer that this error occurred.

Operator response:

Not applicable.

System programmer response:

If the error occurred in an Infoprint Server configuration file, correct the error.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP041E
[optionsource:] The maximum number of values is maximumnum.
Explanation:

A request was sent with more than the maximum number of values maximumnum.

In the message text, optionsource identifies where the error occurred. For example, if optionsource is “-o”, the error occurred in the -o option. If optionsource is the name of an attributes file, the error occurred in the named attributes file.

System action:

The request was not completed.

User response:

Submit the request again with the correct number of values. If optionsource is the name of an Infoprint Server configuration file, notify your system programmer that this error occurred.

Operator response:

Not applicable.

System programmer response:

If the error occurred in an Infoprint Server configuration file, correct the error.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP042E
source file: exceeds the maximum value maximumvalue allowed by printer printer-name.
Explanation:

The size of the job submitted for printing, including all files in the job and all copies, exceeds the maximum size print job allowed for the selected printer. The administrator defines the maximum size allowed in the printer definition in the Printer Inventory.

In the message text, source file is the name of the document that is too large to print, maximumvalue is the number of bytes allowed in the printer definition, and printer-name is the name of the selected printer.

System action:

The print request was not completed.

User response:

Make the print job smaller or select another printer, and submit your print request again. Or ask your administrator to increase the maximum job size allowed for this printer in the printer definition.

Operator response:

Not applicable.

System programmer response:

To increase the size limit for jobs submitted to this printer, use Infoprint Server ISPF panels to edit the printer definition. In the printer definition, specify the maximum number of bytes allowed.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP043E
The nesting level for attributes files has been exceeded.
Explanation:

The attributes file refers to an attributes file that also refers to an attributes file. The number of these nested attributes files has exceeded 16 files.

System action:

The print request was not completed.

User response:

Change the attributes files to limit the number of nested attributes files to 16, and submit your print request again.

Operator response:

Not applicable.

System programmer response:

Not applicable.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP044I
Shutdown complete.
Explanation:

The daemon named before the message number has shut down.

System action:

The named daemon has shut down.

Operator response:

If you want to restart the daemon, enter this MVS™ command to run the AOPSTART JCL procedure:

START AOPSTART 
System programmer response:

Not applicable.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP045E
attributename1 required when attributename2 specified.
Explanation:

When you specify attribute attributename2 on the lp command, you must also specify attribute attributename1.

System action:

The print request was not completed.

User response:

Correct the attributes, and submit the print request again.

Operator response:

Not applicable.

System programmer response:

Not applicable.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP046E
You are not permitted to cancel job jobid.
Explanation:

You are not the same user who submitted the job.

System action:

The job was not canceled.

User response:

To cancel a print job submitted by another user, contact your system operator.

Operator response:

Not applicable.

System programmer response:

Not applicable.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP047E
exception-information
Explanation:

This message is displayed with message AOP004E and contains diagnostic information that might be helpful in solving the problem.

System action:

The request is not completed.

User response:

Contact your system programmer.

Operator response:

Not applicable.

System programmer response:

Use the information in this message to find the source of the problem.

If you cannot identify the cause of the problem, contact the IBM Support Center, or use your electronic link with IBM service for assistance.

If the exception-information in the message indicates a problem with permissions (for example, message EDC5139I Operation not permitted. ), run the aopsetup shell script. For example, if you use the default group names for Infoprint Server operators (AOPOPER) and administrators (AOPADMIN), enter:

/usr/lpp/Printsrv/bin/aopsetup aopoper aopadmin

For more information about aopsetup, see z/OS Infoprint Server Customization.

If the exception-information in the message is EDC5164I SAF/RACF error., make sure:

  • The user ID that starts Infoprint Server is a valid z/OS UNIX user ID. The user ID must have an OMVS segment, the default group for the user ID must have an OMVS segment with a group identifier (GID), and the user ID must have a home directory.
  • The password for the user ID that starts Infoprint Server has not expired.

One possible message text is:

aopd: AOP047E Cannot allocate memory

This message indicates that the daemon (aopd) requested more memory than was available. Check these:

  1. The region size might be too small. For information about setting the region size for daemons, see z/OS Infoprint Server Customization.
  2. The Infoprint Server Inventory databases might be corrupted, causing Infoprint Server to request an unreasonable amount of memory. For information about restoring the inventory databases from backups, see z/OS Infoprint Server Customization.

Another possible message text is:

aoplpd: AOP047E Bind() failed in TCPListener::
TCPListener(const IPAddress&) at
./src/tcpconnect.cpp 98:
EDC8115I Address already in use. errno2=0x744c7247

This message text indicates that the Infoprint Server LPD (aoplpd) attempted to use a port that is already used by another process. The process could be another instance of aoplpd that was started earlier, the standard MVS LPD (shipped with TCP/IP), or another process if the port is not 515. Check these:

  1. From a z/OS UNIX System Services shell, logged in as root or superuser (UID=0), enter the ps command to determine whether an aoplpd process is already running:
     ps -ef | grep aoplpd
    If so, enter the aopstop or kill command to end this process:
     aopstop -d lpd
     kill process_id
    Then restart aoplpd. For example, enter this MVS command to run the AOPSTART JCL procedure:
    START AOPSTART
  2. If the ps command does not show aoplpd already running, enter these commands to determine if any other process is listening at the same port:
     onetstat | grep port   
    port is the port number specified in the lpd-port-number attribute. If the result shows the port in a Listen state, determine which process is using the port and do one of these:
    • Stop the process using the port.
    • Change the port number at which aoplpd listens in the lpd-port-number attribute in the aopd.conf file or, if dynamic configuration is enabled, in the system configuration definition.
    • Configure TCP/IP with two stacks so that the MVS LPD and aoplpd can both listen at port 515.
  3. Check the TCP/IP configuration file, hlq.PROFILE.TCPIP, to determine whether the port is reserved. Port numbers specified in the PORT statement are reserved. If you want aoplpd to listen at port 515, comment out the line in hlq.PROFILE.TCPIP that lists port 515.

For more information about how to customize TCP/IP and the Print Interface LPD, see z/OS Infoprint Server Customization.

Another possible message text is:

aopoutd: AOP047E bad allocation

This message text indicates that IP PrintWay extended mode (daemon aopoutd) requested more memory than is available. Try these possible solutions:

  1. Increase the region size for Infoprint Server daemons. For information about how to increase the region size, see z/OS Infoprint Server Customization.

    After you increase the region size, stop and restart Infoprint Server. When Infoprint Server starts again, it automatically attempts to print the job again.

  2. If the print job still does not print, increase the default heap size. To do this, edit the aopstart EXEC to specify the following environment variable:
    n=n+1; env.n='_CEE_RUNOPTS=HEAP(32M,8M)'
    For information about how to edit the aopstart EXEC, see z/OS Infoprint Server Customization.

    After you edit the aopstart EXEC, stop and restart Infoprint Server. When Infoprint Server starts again, it automatically attempts to print the job again.

If the problem persists, contact the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP048E
hostname: Unknown host.
Explanation:

Infoprint Server tried to resolve the printer's host name, but the gethostbyname() function could not resolve it. This situation can occur for one of these reasons:

  • The Domain Name Server (DNS) is not accessible from z/OS.
  • No DNS entry exists for this host name.
  • This host name is spelled incorrectly in the printer definition.
  • This host name is spelled incorrectly in the DEST=IP: parameter on the JCL statement or in the printer-ip-address job attribute.

IP PrintWay extended mode requires that your DNS be able to map a host name to an IP address if the host name is specified in a printer definition, DEST=IP: JCL parameter, or in the printer-ip-address job attribute. If an IP address is specified (in a printer definition, DEST=IP: JCL parameter, or in the printer-ip-address job attribute) and the IP address maps to a host name in the DNS, the DNS must also map the host name to an IP address. IP PrintWay extended mode also requires that the DNS be able to do reverse lookup (from IP address to host name) if the host name or IP address is specified in a printer definition, DEST=IP: JCL parameter, or in the printer-ip-address job attribute. For more information, see z/OS Infoprint Server Customization.

System action:

If this message is received for a print job request, IP PrintWay rejects the print job. The print job remains on the JES spool with a status of "rejected" so that IP PrintWay does not attempt to process the print job again until the operator releases it.

If you see this message when IP PrintWay extended mode starts, or when the administrator creates a printer definition, IP PrintWay does not create an internal representation of the printer. Therefore, Infoprint Central cannot display this printer.

User response:

If you specified this host name in the print request, make sure that the host name is correct. After you correct the host name, resubmit the print job. If you did not specify the host name in the print request, or if the host name is correct, contact the system programmer.

Operator response:

Do one of these after the problem is corrected:

  • If the job submitter corrected the host name and resubmitted the print job, delete the rejected print job.
  • If the administrator corrected the host name in the printer definition or in the DNS, release the print job.
System programmer response:

If the host name is incorrect in the printer definition, correct it. When you correct the host name, you receive this message again because IP PrintWay tries to resolve the host name one more time. You can ignore the second AOP048E message.

If the host name is correct in the printer definition, verify that the DNS is accessible and functioning and that there is a DNS entry for this host name. If no DNS entry exists, create an entry. After you create a DNS entry, Infoprint Central can display the printer after someone submits a print job to it or after the administrator modifies any field in the printer definition.

After you correct the problem, ask the operator to release the print job that was rejected.

Tip:
To find printer definitions that contain the host name, use the Infoprint Server ISPF panels: enter the host name in the IP Address field on the Select Printer Definitions panel.
Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP049E
Insufficient CSA/ECSA storage available.  number bytes required.
Explanation:

There was no subpool 241 storage available to the program.

System action:

Infoprint Server does not initialize.

Operator response:

Not applicable.

System programmer response:

If all programs are consuming normal amounts of common storage, increase the storage amount specified in SYS1.PARMLIB (IEASYSxx) and re-run initial program load (IPL) at a convenient time. Infoprint Server common storage area (CSA) requirements depend upon system load but are generally modest. 64 K of ECSA (extended common storage area) should be more than enough.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP050E
Cannot connect to inventory inventory.
Explanation:

The Printer Inventory inventory is not currently active.

System action:

The print request is not completed.

User response:

Wait until the Printer Inventory is active, or contact the system programmer.

Operator response:

Not applicable.

System programmer response:

Start the Printer Inventory. For example, use the AOPSTART procedure to start the Printer Inventory.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP051I
All daemons started successfully.
Explanation:

All daemons started successfully. This message is for information only.

System action:

Processing continues.

User response:

None.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP052E
A filter name must be supplied.
Explanation:

You must specify a filter name with the filter command. No filter name was specified.

System action:

The print request is not completed.

User response:

If you are using the filter command directly, specify a filter name. For more information, see cfilter.h and cfilter.c in the /usr/lpp/Printsrv/samples/ directory. If the message is coming from an installation-supplied program, contact the system programmer.

Operator response:

Not applicable.

System programmer response:

If you are using the filter command directly, specify a filter name. Use the filter man pages for more information. If the message is coming from an installation-supplied program, make sure the installation-supplied program is generating a filter name with a filter command.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP053E
program_name exited with status status.
Explanation:

The specified program ended with a non-zero status.

System action:

Processing continues.

User response:

The current output request might be incomplete. Verify the request and resend it. If the problem recurs, contact the system programmer.

Operator response:

Not applicable.

System programmer response:

If the error was sent by the transform daemon (aopxfd) and the program named is an IBM-supplied transformer, contact the IBM Support Center, or use your electronic link with IBM service for assistance. Otherwise, treat the problem as originating with program_name.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP054E
program-name was terminated because of signal signal_number.
Explanation:

The specified program was ended because it received the specified signal.

System action:

The named program terminates.

User response:

The current output request might be incomplete. Verify the request and resend it. If the problem recurs, contact the system programmer.

Operator response:

Not applicable.

System programmer response:

If no user entered the kill command against the program, and if the error was sent by the transform daemon (aopxfd), and if the program named is an IBM-supplied transformer, contact the IBM Support Center, or use your electronic link with IBM service for assistance. Otherwise, treat the problem as originating with program_name.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP055E
A protocol error occurred: message | data.
Explanation:

If this message was displayed in message AOP003E, message was received and was not valid.

This error might have occurred in the HTTP protocol when IP PrintWay attempted to transmit data to a printer using the Internet Printing Protocol (IPP).

In the message text, message is a message, data is the HTTP protocol data that has an error.

System action:

The request is not completed.

IP PrintWay attempts to retransmit the document to the printer. If this is the last retry attempt, IP PrintWay either deletes the print job from the JES spool or retains it on the JES spool. When the retention time expires, IP PrintWay automatically deletes the print job from the JES spool.

User response:

Notify your system programmer.

Operator response:

Not applicable.

System programmer response:

If this message is contained in message AOP003E, that message indicates the source of the error. If this message is not contained in message AOP003E or if the source is an IBM-supplied program, contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance. Otherwise, treat the problem as originating with the named source.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP056E
filename was not spooled.
Explanation:

The specified filename was not spooled. Messages that follow indicate the reason.

System action:

The request is terminated.

User response:

See other messages sent with this one.

Operator response:

Not applicable.

System programmer response:

See other messages sent with this one.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP057E
attribute_name1 also requires attribute_name2.
Explanation:

The first specified attribute requires that a value also be supplied for the second specified attribute.

System action:

The request is terminated.

User response:

Supply a value for attribute_name2.

Operator response:

Not applicable.

System programmer response:

Make sure the user supplies a value for attribute_name2.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP058E
attribute_spec cannot be specified with attribute_name.
Explanation:

The specified attribute specification is not valid for the specified attribute.

System action:

The request is terminated.

User response:

Either do not set attribute_spec for this attribute, or do not supply a value for attribute_name.

Operator response:

Not applicable.

System programmer response:

Not applicable.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP059E
When attribute_name1 is value, then attribute_name2 is required.
Explanation:

The specified second attribute must be set if the first attribute has the value indicated.

System action:

If Infoprint Server wrote the message when it started and attribute_name1 is "hardcopy-messages" and value is "list", Infoprint Server continues processing but ignores the hardcopy-messages=list attribute and does not write any additional messages to the hardcopy log.

If the pidu command wrote the message, the pidu command was not accepted.

User response:

Either do not specify value for attribute_name1, or supply a value for attribute_name2.

For information about attribute_name1 and attribute_name2, see z/OS Infoprint Server Customization.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP060E
When attribute_name1 is value, then attribute_name2 cannot be specified.
Explanation:

A value of value for attribute_name1 precludes specifying attribute_name2.

System action:

The request is terminated.

User response:

Either do not specify value for attribute_name1, or do not supply a value for attribute_name2.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP061W
object_class object_name is not found.
Explanation:

This message is sent by the Print Inventory Definition Utility (PIDU). The indicated object was not found in the Printer Inventory.

System action:

The request is terminated.

User response:

Check that you requested the right printer for your print job. If not, re-enter the request with the right printer. If so, contact your system programmer.

Operator response:

Not applicable.

System programmer response:

If the indicated object is a printer definition, either create the printer definition in the Printer Inventory, or re-enter the request with a different printer definition. If the indicated object is part of a printer definition, change the printer definition to include a valid object.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP062I
object_class object_name was created.
Explanation:

This informational message is sent by the Print Inventory Definition Utility (PIDU). The indicated object was created in the Printer Inventory as requested.

System action:

Processing continues.

User response:

None.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP063I
object_class object_name was replaced.
Explanation:

This informational message is sent by the Print Inventory Definition Utility (PIDU). The indicated object was replaced in the Printer Inventory as requested.

System action:

Processing continues.

User response:

None.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP064I
object_class object_name was deleted.
Explanation:

This informational message is sent by the Print Inventory Definition Utility (PIDU). The indicated object was deleted from the Printer Inventory as requested.

System action:

Processing continues.

User response:

None.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP065I
count definitions were exported to filename.
Explanation:

The specified number of printer definitions were exported to filename filename.

System action:

Processing continues.

User response:

None.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP066E
attribute_name is not supported in a predicate.
Explanation:

The type of this attribute precludes its use in predicates.

System action:

The request is terminated.

User response:

Specify a typed attribute name.

Operator response:

Not applicable.

System programmer response:

Specify a typed attribute name.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP067E
Connection to the host SNMP agent failed, retcode = retcode.
Explanation:

The Infoprint Server SNMP printer subagent (AOPSNMPD) failed to connect to the z/OS Communications Server SNMP agent (OSNMPD). Common causes might be:

  • OSNMPD might not be active. For instructions about starting OSNMPD, see z/OS Communications Server: IP Configuration Reference. This error returns return code -2.
  • The default community name (public) has been overridden in either the OSNMPD daemon or the AOPSNMPD daemon, creating a mismatch. This error returns return code -2.
  • Another instance of the AOPSNMPD daemon is active.

If the return code is greater than -90, its values will be documented in the header file /usr/lpp/tcpip/snmp/include/snmp_dpi.h

Other return code values are:

-90
failed on mkDPIopen
-91
failed on pDPIpacket
-92
no response to DPI-register
System action:

The AOPSNMPD daemon is not started.

Operator response:

Contact your system programmer.

System programmer response:

Verify that the OSNMPD daemon is active and available and that the community name matches if it has been overridden. Otherwise contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance. If possible, recreate the error with the Infoprint Server trace active. For more information about the Infoprint Server trace facility, see Tracing Infoprint Server.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP068W
filename: contains duplicate entry "transform_class."
Explanation:

The transform class transform_class appears multiple times in filename.

System action:
User response:

None.

Operator response:

Not applicable.

System programmer response:

Make sure that the transform class specified appears only once.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP069E
Connection to transform class transform_class failed.
Explanation:

Some print data requires transformation from one data format to another, such as from PCL to AFP, from PostScript to AFP or from PDF to AFP. For such data sets, Print Interface sends the print data to a transform process for conversion prior to writing the data to the JES spool. This error message indicates that communication with the transform process was either never established or failed before the transform completed.

In the message text, transform_class is the name of the transform (such as, pcl2afp) concatenated with the class specified in the -c filter option (such as, letter_240). For example, pcl2afp_letter_240.

System action:

The transform request was not completed.

User response:

Submit the request with a valid -c filter option. If the -c option is valid, notify your administrator.

Operator response:

Not applicable.

System programmer response:

Make sure that a valid transform class is specified in the -c filter option in the printer definition. The transform class must be defined in the transform configuration file, aopxfd.conf. If you change the configuration file, stop and restart the Infoprint Server Transform Manager daemon to pick up the changes.

Also, make sure that you have installed the requested transform and have correctly specified the name of the transform daemon in the transform configuration file. The name of the transform is the first part of the class_name (for example, afpxpcl.) If the DLL for the transform daemon (for example, afpxpcl.dll) is not installed, you also receive message EDC5129I on the console.

View the /var/Printsrv/xfd/transform_class.#.stderr file for an indication of the cause of the transform failure.

If the problem persists, contact your IBM service representative.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP070E
A timeout occurred in resource_id.
Explanation:

The request failed because it exceeded a time limit associated with the resource identified in the message.

System action:

The request was not completed.

User response:

Notify your system programmer.

Operator response:

Not applicable.

System programmer response:

Increase the time limit associated with the named resource.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP071E
Expected operand operand_id is missing.
Explanation:

A request was submitted without a required operand, which is identified in the message.

System action:

The request was not completed.

User response:

If you entered the command from the command line, submit the request with the required operand. If you did not enter the command missing the operand, notify your administrator.

Operator response:

Not applicable.

System programmer response:

Add the required operand to the printer definition.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP072E
Use of this product is not enabled.
Explanation:

This product is not enabled for use. It must be enabled in SYS1.PARMLIB.

System action:

The program terminates.

Operator response:

Not applicable.

System programmer response:

Enable the product in the IFAPRDxx member of SYS1.PARMLIB. For information, see z/OS Planning for Installation.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP073E
inventory: function function_number failed with return code retcode reason code reasoncode.
Explanation:

The Printer Inventory function function_number failed for the Printer Inventory indicated in inventory.

System action:

The request terminates.

User response:

Contact your system programmer.

Operator response:

Not applicable.

System programmer response:

Contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP074E
Invalid API function call, function call. Job has not been created.
Explanation:

This message involves the application programming interface (API) library that is shipped with Infoprint Server. The API lets customers develop their own printing applications.

Message AOP074E is sent when a programmer uses an API function in error. For example, calling WritePrintFile() or ClosePrintFile() before calling CreatePrintFile(). A print file must be created before it can be written to or closed.

System action:

The API does not run, and no print file is created.

User response:

If you are the application programmer using the API, rewrite the code to eliminate the error. If you are not the application programmer, notify your system programmer of this error.

Operator response:

Not applicable.

System programmer response:

Have the application developer rewrite the code that uses the API to eliminate the error.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP075I
Daemon daemon was started successfully.
Explanation:

The daemon was started successfully.

In the message text, daemon is the name of the daemon.

System action:

Processing continues.

User response:

None.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP076E
The start of daemon daemon failed.
Explanation:

The daemon could not be started. In the message text, daemon is the name of the daemon.

If another error message indicates a RACF or SAF error, the file permissions might not be set correctly or the user ID that started Infoprint Server might not be a valid z/OS UNIX user ID.

System action:

The request terminates.

User response:

Contact your system programmer.

Operator response:

Not applicable.

System programmer response:

Look for other messages that indicate the reason for the failure on the terminal where Infoprint Server was started or in the console log.

If a message indicates a RACF or SAF error (such as, message EDC5164I):

  • Make sure that the user ID that starts Infoprint Server is a valid z/OS UNIX user ID. The user ID must have an OMVS segment, the default group for the user ID must have an OMVS segment with a group identifier (GID), and the user ID must have a home directory.
  • Make sure that the password for the user ID that starts Infoprint Server has not expired.
  • Run the aopsetup shell script to set up the correct z/OS UNIX permissions for Infoprint Server directories and executable files.

For information about how to set up security for Infoprint Server and how to run the aopsetup shell script, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP077I
Daemon daemon is already started.
Explanation:

The daemon is already active and cannot be started again.

In the message text, daemon is the name of the daemon.

System action:

The request to start the daemon again has no effect on the system.

User response:

None.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP078W
Daemon daemon is not running.
Explanation:

An attempt was made to stop a daemon that is not running.

In the message text, daemon is the name of the daemon.

System action:

The request has no effect on the system.

User response:

None.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP079I
A shutdown of daemon daemon has been initiated.
Explanation:

The system has begun to end the daemon. The termination is not complete until message AOP044I, which indicates daemon termination, is displayed.

In the message text, daemon is the name of the daemon.

System action:

Not applicable.

User response:

None.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP080E
Unexpected signal signal_number received.
Explanation:

A daemon received an unexpected signal it cannot process.

System action:

The daemon terminates abnormally.

User response:

Notify your system programmer.

Operator response:

Not applicable.

System programmer response:

Restart the daemon.

If the error condition persists, contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP082E
You are not authorized to run this utility.
Explanation:

The user does not have correct authority to run the Printer Inventory Definition Utility (PIDU).

System action:

PIDU terminates.

User response:

Notify your system programmer.

Operator response:

Not applicable.

System programmer response:

To permit the user to run PIDU, give the user either READ or UPDATE access to the AOP.ADMINISTRATOR profile in the PRINTSRV class. The user must also be a member of the AOPADMIN group. For more information, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP083E
A object_class named object_name already exists.
Explanation:

An attempt was made to create an inventory object that would conflict with an existing object.

System action:

The new inventory object is not created.

User response:

If you need the new object, give it a class and name that do not conflict with an existing object.

Operator response:

Not applicable.

System programmer response:

If the message refers to the Infoprint Server search database daemon (aopsdbd), the search database files are not consistent. The program might have failed. To correct the inconsistency, run the z/OS UNIX sdbu -z command to create the search database. For information about creating the search database, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP084E
A object_class object_name is already defined with attribute_spec.
Explanation:

The object of class object_class named object_name already exists in the inventory, and its attribute_spec prevents the definition of the current object.

System action:

The new object is not created.

User response:

Choose values for the attribute that do not conflict with those of the named object_class object_name.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP085E
Inclusion of object_class1 object_name1 failed for object_class2 object_name2.
Explanation:

While building the object of type object_class2 named object_name2 from the Printer Inventory, the object of type object_class1 named object_name1 was not found. The object will be treated as not found until object_class1 object_name1 is defined.

System action:

The request which tried to process object_class2 named object_name2 fails.

User response:

If you want to create a new object that contains object_class1 object_name1 in its definition, you must first create object_class1 object_name1.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP086I
GTF tracing started.
Explanation:

Printer Inventory interface GTF tracing was started.

System action:

Processing continues.

User response:

None.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP087I
GTF tracing stopped.
Explanation:

Printer Inventory interface GTF tracing has stopped.

System action:

Processing continues.

User response:

None.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP088I
object_class object_name was renamed to new_name.
Explanation:

As requested, object object_class object_name was renamed as indicated.

System action:

Processing continues.

User response:

None.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP089E
address: The connection was lost.
Explanation:

An active connection to the specified address was unexpectedly terminated due to a network failure, a software error, or user action.

System action:

Activity on the connection is terminated.

User response:

Retry the request that caused the error. If errors persist, notify your system programmer.

Operator response:

Not applicable.

System programmer response:

Use network problem determination procedures to determine if the failure is network-related or is caused by the machine at address. If the problem is not network-related and the software causing the message is IBM-supplied, or if the problem appears to be caused by the Infoprint Server component sending the message, contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance. Otherwise, contact the vendor of the software causing the message.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP090E
attributename: A value is required.
Explanation:

A value is required for attributename to complete the request.

System action:

The request is terminated.

User response:

Supply a value for attributename and resend the request.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP091I
Connected to name.
Explanation:

The utility has connected to the inventory or host name.

System action:

None.

User response:

None.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP092E
userid is not authorized to access dsname
Explanation:

The user (userid) is not authorized to access the data set.

In the message text:

userid
The z/OS user ID of the job submitter or *NONE*. *NONE* means that either no z/OS user ID was associated with the print job or that the z/OS user ID could not be authenticated.
access
The type of access to the data set. The access type is READ.
dsname
The name of the data set.
System action:

The print request is not completed.

User response:

If userid is your user ID, ask the data set owner to grant you read access to the data set.

If userid is *NONE*, Infoprint Server could not authenticate your z/OS user ID. You must resubmit the job in one of these ways so that your z/OS user ID can be authenticated:

  • Use the lp, afp2pcl, afpxpcl, afp2ps, apfxps, afp2pdf, or afpxpdf command
  • Use SAP R/3, using the Infoprint Server SAP Output Management System (OMS)
  • Use the Windows SMB protocol
  • Use the AOPPRINT or AOPBATCH JCL procedure
  • Use z/OS job control language (JCL) to submit a print job to the Infoprint Server subsystem or to IP PrintWay extended mode

If you cannot resubmit the job in one of these ways, the data set owner must grant universal read access to the data set.

Operator response:

Not applicable.

System programmer response:

Not applicable.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP093E
The token token is invalid.
Explanation:

The token passed to the API is incorrect.

System action:

Not applicable.

User response:

Notify your application or system programmer.

Operator response:

Not applicable.

System programmer response:

The token is dumped in hex. Look for a token being used before it is initialized (for example, with CreatePrintFile()) or after it has been invalidated (for example, with AbortPrintFile()).

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP094E
functionname:nnnnnnnnnn bytes of buffer storage were required, nnnnnnnnnn were provided.
Explanation:

The buffer that the caller provides to an API function is not large enough to satisfy the request.

System action:

Not applicable.

User response:

Notify your application or system programmer.

Operator response:

Not applicable.

System programmer response:

Use the BufferSizeRequired() function to determine the size of the buffer required and change the program using the API to supply a buffer at least that size. Consider modifying the program so that it checks for ErrorNumber() == AOP_BUFFER_OVERFLOW and dynamically allocates the buffer size required.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP095E
API Initialization failed.
Explanation:

The API could not be initialized and there was not enough storage to describe the reason better.

System action:

Not applicable.

User response:

Increase the amount of storage available for the application or notify your application or system programmer.

Operator response:

Not applicable.

System programmer response:

Increase the amount of storage available for the application.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP096E
The update of component_type component_name was not performed because it would cause the following error for object_type object_name: message
Explanation:

You attempted to modify a component in the Infoprint Server Printer Inventory. This component is included in another object in the Printer Inventory. Infoprint Server could not update the component because an error would result in the object that includes this component.

In the message text:

component_type
Type of component that you attempted to modify.
component_name
Name of the component that you attempted to modify.
object_type
Type of object in the Printer Inventory that would have an error if the component were modified.
object_name
Name of the object that would have an error if the component were modified.
message
Message that describes the error that would result if the component were modified.
System action:

The component was not modified in the Printer Inventory.

User response:

None.

Operator response:

Not applicable.

System programmer response:

Correct the problem indicated in message message, and then modify the component. To correct the problem, you might need to modify the object that includes the component.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP097E
The component_type object component_name is in use and may not be deleted.
Explanation:

You attempted to delete a component from the Infoprint Server Printer Inventory. This component is included in one or more objects in the Printer Inventory. Infoprint Server can delete a component only if no other objects include it.

In the message text:

component_type
Type of component you attempted to delete.
component_name
Name of the component you attempted to delete.
System action:

The component was not deleted from the Printer Inventory.

User response:

None.

Operator response:

Not applicable.

System programmer response:

Remove the component from the objects that include it, and then delete the component. To find the objects that include the component, use the Infoprint Server ISPF panels to list all components of the same component type and use the P action to show the other objects that include the component. As an alternative, you can use the pidu command to display objects that include the component. For more information about how to use the Infoprint Server ISPF panels and the pidu command, see z/OS Infoprint Server Operation and Administration.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP098E
The object_type object object_name requires component_type component_name and was not created or updated.
Explanation:

You attempted to create or modify an object in the Infoprint Server Printer Inventory. However, this object includes a component that does not exist in the Printer Inventory. You must create the component before you can include it in another object.

In the message text:

object_type
Type of object you attempted to create or modify.
object_name
Name of the object you attempted to create or modify.
component_type
Type of component that does not exist in the Printer Inventory.
component_name
Name of the component that does not exist in the Printer Inventory.
System action:

The object was not created or modified in the Printer Inventory.

User response:

None.

Operator response:

Not applicable.

System programmer response:

Verify the spelling of the component name. Because component names are case-sensitive, use the correct uppercase and lowercase letters. If the component name is spelled correctly, create the component that the object includes, and then create or modify the object that includes the component.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP099E
The URI scheme scheme is not supported.
Explanation:

The Uniform Resource Identifier (URI) for the printer, which is specified in the printer definition for the target printer, is not valid. Start the URI with a valid scheme, for example http: or ipp:.

In the message text, scheme is the first part of the URI value as specified in the printer definition.

System action:

IP PrintWay attempts to retransmit the document to the printer. If this is the last retry attempt, IP PrintWay either deletes the print job from the JES spool or retains it on the JES spool. When the retention time expires, IP PrintWay automatically deletes the print job from the JES spool.

Operator response:

Not applicable.

System programmer response:

Use the Infoprint Server ISPF panels to correct the value specified in the URL field of the printer definition for the target printer. The URL field is displayed on the IPP Protocol panel.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP100E
The target printer-uri responded with scheme status code.
Explanation:

IP PrintWay used the Internet Printing Protocol (IPP) to send a data set to the target printer, and the printer reported an error.

In the message text, printer-uri is the Uniform Resource Identifier (URI) of the target printer as specified in the printer definition. scheme is either HTTP or IPP. code is either the message or code returned by the target printer.

System action:

IP PrintWay attempts to retransmit the document to the printer. If this is the last retry attempt, IP PrintWay either deletes the print job from the JES spool or retains it on the JES spool. When the retention time expires, IP PrintWay automatically deletes the print job from the JES spool.

Operator response:

Not applicable.

System programmer response:

Look up the status codes in either RFC 2068 for HTTP or RFC 2566 for IPP.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP101E
Internet Printing Protocol (IPP) server failed to establish server socket at port portnumber [message] .
Explanation:

The Infoprint Server IPP server (daemon aopippdxp) encountered an error when it attempted to establish a server socket connection at the requested port.

In the message text, portnumber is the port number at which the IPP server attempted to establish a connection. This port number is specified in the ipp-port-number attribute. The default port is 631. message is a message that contains additional error information.

System action:

The IPP server cannot accept any print requests from remote IPP clients.

Operator response:

Not applicable.

System programmer response:

Verify that the port number in the message is correct and available to the IPP server. Look up message for more information about the error. If message indicates that the port number (that is, the address) is already in use, either stop the other process that is using the port number or specify another port for the IPP server in the ipp-port-number attribute in the aopd.conf file or, if dynamic configuration is enabled, in the system configuration definition. For information about the ipp-port-number attribute, see z/OS Infoprint Server Customization.

If you see message EDC5111I Permission denied, make sure that the port is not reserved for any other process in the TCP/IP profile data set. For example, if you see this line in the PORT or PORTRANGE statement, delete it or comment it out (the semicolon in the first column indicates the line is a comment):

; 631 TCP process-name

After correcting the problem, stop and restart the IPP server so that the IPP server attempts to establish a server socket connection again. You can use these MVS commands to stop and restart the IPP Server:

START AOPSTOP,OPTIONS='-d ippd'
START AOPSTART
Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP102E
The Infoprint Server LPD (AOPLPD) failed to read an LPD command.
Explanation:

The Infoprint Server LPD (daemon aoplpd) failed when it attempted to read an LPD command.

System action:

The Infoprint Server LPD did not allocate an output data set on the JES spool. Processing continues.

User response:

Resubmit the print request.

Operator response:

Not applicable.

System programmer response:

If this message occurs often, it might indicate a network problem between the submitting client and the Infoprint Server host system. Investigate and correct the source of the problem.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP103E
DEST, CLASS, and FORMS printer selection is not permitted in the printer named DLFTNTRY
Explanation:

You must not select the Use DEST, CLASS, and FORMS for IP PrintWay printer selection option in the printer definition named DFLTNTRY. IP PrintWay uses the printer definition named DFLTNTRY to obtain default values for certain attributes when it prints a data set submitted with the DEST=IP: parameter and no FSSDATA=printer parameter on an OUTPUT JCL statement.

System action:

Infoprint Server did not create the printer definition in its Printer Inventory.

User response:

If you used ISPF panels to create the printer definition, either deselect the Use DEST, CLASS, and FORMS for IP PrintWay printer selection field in the printer definition or change the name of the printer definition, and save the printer definition again. If you used the pidu command to create the printer definition, either remove the dcf-routing attribute or change the name of the printer definition, and enter the command again.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP104E
Resubmit for filtering is not permitted in the printer named DLFTNTRY
Explanation:

You must not select the IP PrintWay basic mode Resubmit for filtering option in the printer definition named DFLTNTRY. IP PrintWay uses the printer definition named DFLTNTRY to obtain default values for certain attributes when it prints a data set submitted with the DEST=IP: parameter and no FSSDATA=printer parameter on an OUTPUT JCL statement. If you run IP PrintWay basic mode, you must set the Resubmit for filtering option in the printer definition for the printer, not in the default printer definition.

System action:

Infoprint Server did not create the printer definition in its Printer Inventory.

User response:

If you used ISPF panels to create the printer definition, either deselect the Resubmit for filtering field in the printer definition or change the name of the printer definition, and save the printer definition again. If you used the pidu command to create the printer definition, either remove the resubmit-for-filtering attribute or change the name of the printer definition, and enter the command again.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP105E
printer-uri The response-timeout was exceeded; the printer may require intervention.
Explanation:

The data set could not be completely transmitted to the printer because the time specified in the Response timeout field of the printer definition in the Printer Inventory expired.

In the message text, printer-uri is the Uniform Resource Identifier (URI) for the printer.

System action:

IP PrintWay attempts to retransmit the document to the printer. If this is the last retry attempt, IP PrintWay either deletes the print job from the JES spool or retains it on the JES spool. When the retention time expires, IP PrintWay automatically deletes the print job from the JES spool.

Operator response:

Correct the problem at the printer.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP106E
Transform transform_class connection refused. [errmsgno] errmsgtxt
Explanation:

The Infoprint Server Transform Manager attempted to connect to a transform daemon. The connection attempt failed probably due to a failure that occurred during initialization of the transform daemon.

In the message text:

transform_class
The name of the transform concatenated with the transform class that was requested in the -c option.
errmsgno errmsgtext
The message number, if available, and the message text generated by a system program.
System action:

The transform was not done.

User response:

Notify your system programmer.

Operator response:

Not applicable.

System programmer response:

View the /var/Printsrv/xfd/transform_class.#.stderr file for the cause of the failure to initialize the transform daemon. A probable error is that an AFP resource library is not specified correctly in the transform configuration file, aopxfd.conf. If you change the transform configuration file, stop and restart the Infoprint Server Transform Manager daemon to pick up the changes.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP107E
Subsystem function request failed - insufficient resources.
Explanation:

The Print Interface subsystem did not have sufficient resources to process a data set that was submitted to Infoprint Server using the SUBSYS JCL parameter on a DD statement. One possible reason for this error is that the job step contained a large number of DD JCL statements.

In the message text:

function
The name of the function that the subsystem was doing when the error occurred. Possible values are: allocate, open, close, put, and unallocate.
System action:

The Print Interface subsystem does not allocate output data sets on the JES spool for any data sets in the job step.

User response:

Reduce the number of resources required by the job step, and rerun the job. For example, decrease the number of DD JCL statements.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP108E
Subsystem function request failed - system error, reason = reason code
Explanation:

A z/OS system error occurred while Infoprint Server was processing a data set that was submitted to Infoprint Server with the SUBSYS JCL parameter on the DD statement.

In the message text:

function
The name of the function that Infoprint Server was doing when the error occurred. Possible values are: allocate, open, close, put, and unallocate.
reason code
A code that indicates the reason for the error, in the format: 00xxyyzz.
System action:

If the function is allocate, open, close, or put, the Print Interface subsystem does not allocate output data sets on the JES spool for any data sets in the job step. If the function is unallocate, the Print Interface subsystem might have allocated an output data set on the JES spool for this data set.

User response:

Resubmit the job after the error is corrected.

Operator response:

Notify your system programmer that this error occurred.

System programmer response:

If the function is allocate, open, close, or unallocate, save the associated dump in case you need to contact your IBM service representative. Follow the system programmer response for the reason code in Infoprint Server system completion code and reason codes.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP109E
Subsystem disconnect request received - step cancelled.
Explanation:

Either the operator stopped the Print Interface subsystem or the Print Interface subsystem ended abnormally.

System action:

The Print Interface subsystem does not allocate any output data sets on the JES spool for this job step.

User response:

Notify the operator that this error occurred. Resubmit the job after the operator restarts the Print Interface subsystem.

Operator response:

If you did not stop the Print Interface subsystem, notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart Infoprint Server daemons after the problem is corrected.

System programmer response:

If the operator did not stop the Print Interface subsystem, the system log contains another message that indicates the error that caused the subsystem to end abnormally. Follow the system programmer response for that message.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP110E
Cannot connect to subsystem subsystem.
Explanation:

The Print Interface subsystem is not active.

In the message text:

subsystem
Name of the Print Interface subsystem, which is specified in the inventory attribute in the Infoprint Server configuration file (aopd.conf).
System action:

The print request is not completed.

User response:

Notify your system programmer that this error occurred. Resubmit the job after the Print Interface subsystem has been started.

Operator response:

Notify your system programmer that this error occurred.

System programmer response:

Edit the start-daemons attribute in the Infoprint Server configuration file (aopd.conf) to specify the subd value. Then, start Infoprint Server so that the Print Interface subsystem starts. You do not need to first stop Infoprint Server.

For example, enter this MVS command to start Infoprint Server:

START AOPSTART
Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP111E
The inventory name subsystem is not valid as a subsystem name.
Explanation:

The Print Interface subsystem is not active.

In the message text:

subsystem
Name of the Print Interface subsystem specified in the inventory attribute.
System action:

The Print Interface subsystem is not started.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. After the problem is corrected, stop and restart all Infoprint Server daemons, IP PrintWay, and NetSpool. You might also have to stop and restart PSF.

For information about how to stop and start Infoprint Server daemons, IP PrintWay, and NetSpool, see z/OS Infoprint Server Operation and Administration.

System programmer response:

Change the value in the inventory attribute in the Infoprint Server configuration file (aopd.conf) to specify a valid subsystem name. Make sure that the first character of the name is an uppercase letter. Because the subsystem name is also the name of the Printer Inventory, you also need to change the name of the inventory on the IP PrintWay and NetSpool startup procedures. If PSF uses the Printer Inventory, you also need to change the name on the PSF startup procedures. Do these steps:

  1. Change the name in the configuration file and startup procedures.
  2. Stop all Infoprint Server daemons, IP PrintWay, NetSpool, and (optional) PSF.
  3. Restart the Infoprint Server daemons.
  4. Restart IP PrintWay, NetSpool, and PSF.
Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP112W
You are not authorized to write to the printer inventory.
Explanation:

You requested to write to the Infoprint Server Printer Inventory. However, you are not authorized to write to the Printer Inventory.

System action:

The function is not done.

User response:

Ask your administrator to give you RACF authorization to write to the Printer Inventory, or ask an Infoprint Server administrator to do the function.

Operator response:

Not applicable.

System programmer response:

If you want this user to do the function, authorize the user to write to the Printer Inventory. For information about how to authorize users, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP113E
NetSpool is not active.
Explanation:

You selected an action on a NetSpool logical unit. This action requires that the NetSpool component of Infoprint Server is started. However, NetSpool is not started.

System action:

The function is not done.

User response:

Ask your administrator to start a NetSpool task.

Operator response:

Not applicable.

System programmer response:

Start a NetSpool task. For information about how to start NetSpool, see z/OS Infoprint Server Operation and Administration.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP114E
Search DB connection failed.
Explanation:

The Infoprint Server search database daemon, aopsdbd, failed. Infoprint Server cannot record information about printers and print jobs that Infoprint Central requires.

System action:

Processing continues. However, Infoprint Central reports a logic error when the operator tries to find print jobs or printers.

User response:

Contact the Infoprint Server operator.

Operator response:

Notify your system programmer that this error occurred.

System programmer response:

Follow the procedure in z/OS Infoprint Server Customization to recover the search database.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP115E
Historical Inventory connection failed.
Explanation:

The Infoprint Server Historical Inventory daemon, aophinvd, failed. Infoprint Server cannot record information about historical print jobs, that is, print jobs that could not be spooled or that have completed and are no longer on the JES spool.

System action:

Processing continues. However, Infoprint Central reports a logic error when the operator tries to find Infoprint Server print jobs.

User response:

Contact the Infoprint Server operator.

Operator response:

Stop and restart Infoprint Server daemons. See z/OS Infoprint Server Operation and Administration.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP116E
The Printer Inventory does not contain printer pool definition printer-pool-name.
Explanation:

The printer pool definition associated with the LU name for the Netspool print request is not defined in the Infoprint Server Printer Inventory.

In the message text, printer-pool-name is the name of the requested printer pool definition.

System action:

Infoprint Server stops processing the print request.

User response:

No response is necessary.

Operator response:

Notify your system programmer.

System programmer response:

This error indicates a possible logic error. Contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP117W
Job jobid document document-name did not successfully complete spooling.
Explanation:

Infoprint Server did not finish writing all the data to the JES spool for this document because an unexpected error occurred. The data set on the JES spool, if any, is probably incomplete.

This situation can occur when:

  • The document contains no data.
  • The job submitter cancels a print request while Infoprint Server is writing the data to the JES spool.

In the message text:

jobid
The ID of the print job.
document-name
The name of the document in the print job that had the error.
System action:

Processing continues, but the document is not printed. However, other documents in the same job might print.

User response:

None.

Operator response:

None.

System programmer response:

None

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP118I
Job jobid document document-name started spooling to printer-definition.
Explanation:

Infoprint Server started writing the document to the JES spool.

In the message text:

jobid
The ID of the print job.
document-name
The name of the document to be printed.
printer-definition
The name of the printer definition for the printer.
System action:

None.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP119I
Job jobid document document-name completed spooling with status status.
Explanation:

Infoprint Server finished writing the document to the JES spool.

In the message text:

jobid
The ID of the print job.
document-name
The name of the document to be printed.
status
The status of the print job. Possible values for status are:
not-spooled
An error prevented the document from being written to the JES spool.
held
The document was successfully written to the JES spool but is in the held state. Either the job submitter or the printer definition requested the hold.
pending
The document was successfully written to the JES spool and is ready to print.
System action:

None.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP120I
Job jobid document document-name started spooling to printer-definition with transform transform.
Explanation:

Infoprint Server started writing the document to the JES spool. As the document is written to the spool, it is being transformed to another data stream format.

In the message text:

jobid
The ID of the print job.
document-name
The name of the document to be printed.
printer-definition
The specified printer.
transform
The path to the transform DLL (Dynamic Link Library). Examples are:
aopfiltr.so
/usr/lpp/Printsrv/lib/afpxpcl.dll
System action:

None.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP121I
Historical Inventory has reached the size limit of size-limit MB with objects objects currently stored.
Explanation:

The Historical Inventory, which contains information about print jobs that have been completed and are no longer on the JES spool, has reached its maximum size. As a result, Infoprint Central cannot display information in the Infoprint Server Print Job History table for older print jobs.

Consider increasing the maximum size of the Historical Inventory so that it can hold historical information for the number of days specified in the log-retention attribute.

In the message text:

size-limit
Maximum size, in megabytes, of the Historical Inventory specified in the max-historical-inventory-size attribute.
objects
The number of objects that are currently stored in the Historical Inventory. Each object contains information about one or more documents (data sets) in a print job.
System action:

Infoprint Server deletes information for the oldest print job from the Historical Inventory.

User response:

None.

Operator response:

None.

System programmer response:

Consider increasing the maximum size of the Historical Inventory in the max-historical-inventory-size attribute. For information about this attribute, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP123I
NetSpool might not be active.
Explanation:

You selected an action on a NetSpool logical unit. This action requires that the NetSpool component of Infoprint Server be started. However, Infoprint Central cannot determine whether NetSpool is started. This situation can occur when more than one NetSpool task is running on the same z/OS system.

System action:

The function is not done.

User response:

If your installation runs more than one NetSpool task on the same system, use NetSpool operator commands instead of Infoprint Central to do actions on NetSpool logical units. For information about NetSpool commands, see z/OS Infoprint Server Operation and Administration.

Operator response:

Not applicable.

System programmer response:

If you want operators to use Infoprint Central to work with NetSpool logical units, run only one NetSpool task.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP124E
ICONV open failed for codesets: to-code-page from-code-page with an errno string of: errno
Explanation:

Infoprint Server used the iconv utility to convert data between the code pages specified in the message text. The iconv utility detected an error. Typically an error occurs when either (1) the document code page or the printer code page specified in the printer definition or configuration file is incorrect or (2) a conversion table for the code pages does not exist.

In the message text:

to-code-page
The name of the target code page.
from-code-page
The name of the source code page.
errno
The error description.
System action:

The print request is not completed.

User response:

Resubmit the print job after the administrator corrects the problem.

Operator response:

Notify your administrator that this error occurred. After the problem is fixed, you can use Infoprint Central to release the print job if it has been retained on the JES spool. Otherwise, ask the job submitter to resubmit the job.

System programmer response:

Make sure the code page names are valid for your level of z/OS. For IBM-supplied code pages, see information about code set converters in z/OS XL C/C++ Programming Guide. If one of the code pages is a custom code page, make sure that a conversion table exists to convert between the code pages.

If the code page names are not correct, change them in the Document code page and Printer code page fields in the printer definition in the Printer Inventory. Or, change the ascii-codepage and ebcdic-codepage attributes in the Infoprint Server configuration file (aopd.conf) or, if dynamic configuration is enabled, in the system configuration definition. For information about how to create conversion tables, see information about code set conversion utilities in z/OS XL C/C++ Programming Guide.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP126E
An inventory request exceeded the maximum size.
Explanation:

An Infoprint Server internal processing limit was exceeded. This is probably due to an unusually large number of objects specified in a print request. For example, if one print job contains many documents, the Printer Inventory limit for a print job might have been exceeded.

System action:

The request fails.

User response:

Retry the request with fewer objects in the request. If you submitted an lp command with many documents, reduce the number of documents in the lp command. If a batch job contains many output data sets, print the output data sets in separate jobs if possible.

Operator response:

Not applicable.

System programmer response:

This message can indicate a logic problem in Infoprint Server.

Contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP127I
The number of objects found exceeds the limit that z/OS Infoprint Central can display. If necessary, narrow your search or ask your administrator to increase the limit.
Explanation:

You specified search criteria to find objects such as print jobs or printers. However, the number of objects that meet the search criteria exceeds the limit of objects that Infoprint Central is allowed to display. The administrator can specify the maximum limit in the AOPLIMIT, AOPLIMIT_DOCS, and AOPLIMIT_JOBS environment variables.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Infoprint Central displays the maximum number of objects.

User response:

If Infoprint Central does not return the object you are looking for, narrow your search by specifying additional search values or more specific search values. If you need to see more objects than the maximum limit allows, ask your administrator to increase the limit.

Operator response:

Not applicable.

System programmer response:

If this situation occurs repeatedly, increase the value in the AOPLIMIT, AOPLIMIT_DOCS, or AOPLIMIT_JOBS environment variable. If you increase the limit, you might also need to increase the timeout value in the OutputTimeout directive to prevent the z/OS HTTP Server from timing out before Infoprint Central can display any objects. For information about how to set environment variables in the z/OS HTTP Server environment variables file (httpd.envvars) and the OutputTimeout directive in the z/OS HTTP Server configuration file (httpd.conf), see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP128I
The current size of the Historical Inventory is larger than the maximum size you requested. The size of the Historical Inventory cannot be reduced.
Explanation:

You specified a maximum size for the Historical Inventory in the max-historical-inventory-size attribute. However, the Historical Inventory is already larger than the maximum size you specified. Infoprint Server cannot reduce the size of the Historical Inventory, but the Historical Inventory will not grow any larger than its current size. Message AOP121I indicates the current size of the Historical Inventory.

System action:

The current size of the Historical Inventory is maintained.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP129I
The document was not found on the JES spool. It completed processing or was deleted.
Explanation:

This document is no longer on the JES spool because it finished processing or was deleted. Infoprint Server cannot determine if the document printed successfully. This situation can occur when a document is completed or is deleted while Infoprint Server is not running.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP130I
The document was deleted.
Explanation:

This document was deleted from the JES spool.

If IP PrintWay extended mode is running on another system in a sysplex, IP PrintWay might have deleted the print job after it was processed on the other system.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP131I
The document was held.
Explanation:

This document was held on the JES spool. For example, the operator or job owner might have used Infoprint Central, SDSF, or a JES command to hold the document.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP132I
The document completed successfully.
Explanation:

This document finished processing and was sent successfully to the printer. If the document was sent to an IBM AFP printer that Print Services Facility™ (PSF) controls, the document has finished printing successfully. If the document was sent to a remote printer that IP PrintWay controls, the document might not have finished printing yet. Although the document was sent successfully to the printer, some errors might have occurred during formatting of the data.

System action:

The document remains on the JES spool until all documents in the print job finish processing. IP PrintWay retains the document on the JES spool if a retention time is specified in the printer definition.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP133I
The document completed with errors.
Explanation:

The document finished processing. However, errors prevented the document from printing successfully. The error might have occurred while the document was being sent to the printer. In this case, part of the document might have printed.

System action:

The document remains on the JES spool until all documents in the print job finish processing. If IP PrintWay processed the document, it retains the document on the JES spool if a retention time is specified in the printer definition.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP134E
The stop of daemon daemon failed.
Explanation:

Infoprint Server could not stop the specified daemon. The daemon did not respond to the normal terminate signal and is in an abnormal state that a system programmer needs to diagnose and fix.

In the message text, daemon is the name of the daemon.

System action:

Processing continues. If this error occurred while Infoprint Server daemons are being stopped, this daemon keeps running. If this error occurred while Infoprint Server daemons are being started, other daemons are started, but the functions that the specified daemon supports are not available. Examples: If the daemon is aophinvd, Infoprint Central cannot display historical job information. If the daemon is aopsdbd, Infoprint Central cannot do searches.

Operator response:

Enter the z/OS UNIX aopstop command or run the AOPSTOP procedure to stop all daemons. You might need to use the force option of the aopstop command or AOPSTOP procedure. After you successfully stop all daemons, enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart Infoprint Server. For more information about how to start and stop daemons, see z/OS Infoprint Server Operation and Administration.

System programmer response:

If the error condition persists, contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP135I
An abrupt shutdown of daemon daemon has been initiated.
Explanation:

Infoprint Server has started an “abrupt” termination of the specified daemon. When the termination is complete, you see message AOP044I.

In the message text, daemon is the name of the daemon.

System action:

Processing continues.

User response:

None.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP136I
A destructive shutdown of daemon daemon has been initiated.
Explanation:

Infoprint Server has started a potentially “destructive” shutdown of the specified daemon. The daemon stops immediately.

A “destructive” shutdown can cause inconsistent or corrupted Infoprint Server inventory files. If this message has been issued for the aopd, aophinvd, or aopsdbd daemon, the databases the daemons manage might be corrupted.

In the message text, daemon is the name of the daemon.

System action:

Infoprint Server stops the specified daemon immediately.

User response:

None.

Operator response:

Notify your system programmer. Then use the AOPSTART procedure or z/OS UNIX aopstart command to restart Infoprint Server daemons.

System programmer response:

Before the operator starts the Infoprint Server daemons again, set the AOPVALIDATEDB=1 environment variable to request that Infoprint Server check databases for validity. You can set the AOPVALIDATEDB variable in the aopstart EXEC, in the AOPSTART procedure's STDENV data set, or in the environment for the aopstart command. For information about how to edit the aopstart EXEC and the STDENV data set, see z/OS Infoprint Server Operation and Administration.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP137E
Required Infoprint Server daemon daemon is not running. Stop all daemons and restart.
Explanation:

A required daemon is not running. This error occurs when Infoprint Server daemons are being started.

In the message text, daemon is the name of the daemon.

System action:

The other Infoprint Server daemons are started, but the functions that the specified daemon supports are not available. Examples: If the daemon is aophinvd, Infoprint Central cannot display historical job information. If the daemon is aopsdbd, Infoprint Central cannot do searches.

User response:

None.

Operator response:

Use the AOPSTOP procedure or the z/OS UNIX aopstop command to stop all Infoprint Server daemons, and notify the system programmer that this error occurred. Then use the AOPSTART procedure or the z/OS UNIX aopstart command to restart Infoprint Server daemons.

System programmer response:

Before the operator restarts the Infoprint Server daemons, set the AOPVALIDATEDB=1 environment variable to request that Infoprint Server check databases for validity. You can set the AOPVALIDATEDB variable in the aopstart EXEC, in the AOPSTART procedure's STDENV data set, or in the environment for the aopstart command. For information about how to edit the aopstart EXEC and the AOPSTART procedure, see z/OS Infoprint Server Customization.

If the error condition persists, contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP138E
Database filename is corrupted. Take immediate recovery action. Diagnostic data: data
Explanation:

While starting Infoprint Server daemons, Infoprint Server detected that one of its databases contains corrupted data. Before continuing to use Infoprint Server, you must recover this database.

In the message text:

filename
Name of the data base that contains corrupted data.
data
Data that can help IBM solve the problem.
System action:

Processing continues, but continued operation of Infoprint Server is likely to produce processing failures and other unexpected results.

User response:

None.

Operator response:

Notify your system programmer.

System programmer response:

Contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Save the file that contains corrupted data and the diagnostic information in this message. Follow the recovery procedures provided by your IBM service representative.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP139E
Console name console is already in use. Change the console name and restart the aopssid daemon.
Explanation:

The name of the extended MCS console that Infoprint Central uses to send commands to JES is already in use by another program. The console name must be unique. In a sysplex environment, the console name must be unique on all systems in the sysplex.

In the message text, console is the name of the extended MCS console. This console name was specified in the console-name attribute, or Infoprint Server used a default console name.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

The Infoprint Server aopssid daemon did not start. Therefore, you cannot use Infoprint Central.

User response:

Notify your system programmer that this error occurred.

Operator response:

Notify your system programmer that this error occurred.

System programmer response:

If dynamic configuration is enabled, specify a unique name in the console-name attribute in the system configuration definition. Then start Infoprint Server again so that the aopssid daemon attempts to start again. You do not need to first stop any Infoprint Server daemons.

If dynamic configuration is not enabled, specify a unique name in the console-name attribute in the Infoprint Server configuration file (aopd.conf). Then stop all Infoprint Server daemons and restart Infoprint Server.

For information about the console-name attribute, how to edit the system configuration definition, and how to edit the aopd.conf file, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP140E
When attribute_name1 is value1, then attribute_name2 must be value2.
Explanation:

The values in two ISPF fields or two attributes are not compatible. This error can occur when you create or update an object in the Printer Inventory using either the Infoprint Server ISPF panels or the Printer Inventory Definition Utility (pidu command).

In the message text:

  • attribute_name1 is the name of the first attribute. The ISPF field has a similar name.
  • value1 is the value of the first attribute. If you did not specify the first attribute, this is the existing value or the default value of the attribute.
  • attribute_name2 is the name of the second attribute. The ISPF field has a similar name.
  • value2 is the value of the second attribute. If you did not specify the second attribute, this is the existing value or the default value of the attribute.
System action:

This object is not created or updated in the Printer Inventory.

User response:

If you use the ISPF panels, change the value in one of the fields and save the definition. If you used the pidu command, change the value of one of the attributes and resubmit the pidu command to create or update this object.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP141I
Traceroute did not complete. Try again using a greater number of seconds, or contact your network administrator.
Explanation:

You requested that Infoprint Central run the traceroute command to trace the connection from z/OS to a TCP/IP-connected printer, but the trace was not completed. You might not have specified enough time for the traceroute command to finish.

System action:

Processing continues.

User response:

Select a greater number of seconds for the traceroute command and resubmit it so that it has more time to run and you get the information that you need. If it still is not completed, contact your network administrator. There might be a problem with the network.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP142E
Configuration file filename does not exist.
Explanation:

The required Infoprint Server configuration file was not found. In the message text, filename is the name of the configuration file.

System action:

The data was not transformed.

User response:

Contact your system programmer.

Operator response:

None.

System programmer response:

Make sure that the configuration file exists. If the file exists, make sure the environment variable that indicates the file location is specified correctly in the aopstart EXEC and in the file. If you are using InfoPrint Transform Manager for Linux and need information about the remote configuration file, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP143E
filename: Attribute attribute is missing.
Explanation:

A configuration file does not contain the required attributes.

In the message text:

filename
Name of the file that is missing the attribute
attribute
Name of the missing attribute
System action:

The data was not transformed.

User response:

Contact your system programmer.

Operator response:

None.

System programmer response:

Make sure that the configuration file contains the required attributes. For example, the IP address or the port number might be missing. If you are using InfoPrint Transform Manager for Linux and need information about the remote configuration file, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP144E
You can specify only one input file to be transformed.
Explanation:

You specified more than one file to be transformed, but only one is allowed.

System action:

The data was not transformed.

User response:

Resubmit the request with only one input file.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP145E
The file system that contains directory directory_path is full. A total of xxx MB of free space is needed.
Explanation:

To migrate to the new release, Infoprint Server temporarily requires more free space in the file system to convert the data from the previous release format to the new release format. The message indicates the number of megabytes of free space that Infoprint Server needs to convert the data. In the message text, directory_path is the name of the directory in the file system that needs the additional free space. The data was not converted.

System action:

Processing stops. Infoprint Server ends.

User response:

None.

Operator response:

Notify the system programmer.

System programmer response:

Make the specified amount of free space available in the file system, and then restart Infoprint Server.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP146I
Infoprint Server is not enabled. Therefore, only some functions will be allowed.
Explanation:

The Infoprint Server optional feature is not enabled. Some of the daemons that you requested to start in the start-daemons attribute of the Infoprint Server configuration file (aopd.conf) can be started only if Infoprint Server is enabled.

When the Infoprint Server feature is not enabled, you can only use the Infoprint Server Printer Inventory for PSF function. For information about the Printer Inventory for PSF function, see z/OS Infoprint Server Customization.

System action:

Infoprint Server starts only those Infoprint Server daemons that are part of the Infoprint Server Printer Inventory for PSF function.

User response:

Not applicable.

Operator response:

Notify your system programmer.

System programmer response:

Do one of these:

  • If your installation purchased an Infoprint Server license, enable Infoprint Server. Then stop and restart Infoprint Server.
  • If your installation did not purchase an Infoprint Server license, no action is required. However, to avoid this message in the future, delete the start-daemons attribute in the Infoprint Server configuration file (aopd.conf). The default location of this file is /etc/Printsrv/aopd.conf.
Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP147E
This function is not allowed because Infoprint Server is not enabled.
Explanation:

The Infoprint Server optional feature is not enabled. Infoprint Server supports the function you requested only when Infoprint Server is enabled

When the Infoprint Server feature is not enabled, you can only use the Infoprint Server Printer Inventory for PSF function. For information about the Printer Inventory for PSF function, see z/OS Infoprint Server Customization.

System action:

The function is not performed.

User response:

Notify your system programmer.

Operator response:

Notify your system programmer.

System programmer response:

Do one of these:

  • If your installation purchased an Infoprint Server license, enable Infoprint Server. Then stop and restart Infoprint Server.
  • If your installation did not purchase an Infoprint Server license, no action is required. However, to avoid this message in the future, delete the start-daemons attribute in the Infoprint Server configuration file (aopd.conf). The default location of this file is /etc/Printsrv/aopd.conf.
Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP148E
The database version of the Printer Inventory cannot be reformatted.
Explanation:

Infoprint Server could not reformat the Infoprint Server Printer Inventory because the version in the current Printer Inventory is not supported.

In the message text:

database
The full path name of the Printer Inventory that Infoprint Server is trying to reformat.
version
The version found in the Printer Inventory.
System action:

Infoprint Server ends.

User response:

Notify your system programmer.

Operator response:

Notify your system programmer.

System programmer response:

Collect diagnostic information in the base-directory/aopreformat.log file and any other error messages. The base-directory is usually the /var/Printsrv directory. However, your installation might have specified a different base directory in the base-directory attribute in the Infoprint Server configuration file (aopd.conf).

Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP149E
The base-directory file system has insufficient space to reformat the Printer Inventory. A total of nnn MB of free space is needed.
Explanation:

Infoprint Server cannot reformat the Printer Inventory because the file system does not contain sufficient space.

In the message text:

base-directory
The directory that contains the Printer Inventory files.
nnn
The number of megabytes of free space that is required to reformat the Printer Inventory.
System action:

Infoprint Server ends.

User response:

Notify your system programmer.

Operator response:

Notify your system programmer.

System programmer response:

Configure the base-directory file system specified in the message to contain the amount of free space indicated in the message. Then start Infoprint Server again. For more information, see z/OS Migration.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP150I
The Printer Inventory has been reformatted.
Explanation:

The reformat of the Infoprint Server Printer Inventory has completed successfully.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP151E
The Printer Inventory could not be reformatted.
Explanation:

The reformat of the Infoprint Server Printer Inventory failed.

System action:

Infoprint Server ends.

User response:

Notify your system programmer.

Operator response:

Notify your system programmer.

System programmer response:

Collect diagnostic information in the base-directory/aopreformat.log file and any other error messages. The base-directory is usually the /var/Printsrv directory. However, your installation might have specified a different base directory in the base-directory attribute in the Infoprint Server configuration file (aopd.conf).

Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP152E
The Printer Inventory must be reformatted before Infoprint Server can start.
Explanation:

When you start Infoprint Server, the Printer Inventory is automatically reformatted to Version 2 format. A problem might have occurred that prevented Infoprint Server from reformatting the Printer Inventory.

System action:

Infoprint Server ends.

User response:

Notify your system programmer.

Operator response:

Notify your system programmer.

System programmer response:

Try to start Infoprint Server again to reformat the Printer Inventory. If the problem persists, contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP153W
You cannot modify or replace the system configuration because dynamic configuration is not enabled.
Explanation:

You issued the pidu modify or force-create command to modify or replace the system configuration definition in the Printer Inventory. The pidu command failed because the dynamic configuration function is not enabled in Infoprint Server and these commands are allowed only when dynamic configuration is enabled.

You can receive this message when you import a back-up copy of the Printer Inventory that the pidu export or dump command created on another system where dynamic configuration is enabled. This is because the pidu export and dump commands create a force-create command for the system configuration definition when dynamic configuration is enabled. To import this system configuration definition on a system where dynamic configuration is not enabled, you must first enable dynamic configuration.

System action:

The system configuration definition was not modified.

User response:

If you want to enable dynamic configuration so that you can modify and replace the system configuration definition, notify your system programmer.

Operator response:

None.

System programmer response:

For information about dynamic configuration and how to enable it, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP154I
The document is no longer in this print job. The document is in output group output-group.
Explanation:

The document has been removed from this print job and is now associated with JES output group output-group. This situation occurs when the operator changes one or more of the JES output-group criteria (such as, class, destination, or forms) for the document while the print job is on the JES spool. JES removes the document from its original print job because all documents in a print job must have the same output-group criteria.

System action:

Infoprint Server continues to print the other documents in the print job.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP155I
Another program is processing this document. IP PrintWay cannot select it until it becomes available.
Explanation:

IP PrintWay tried to acquire the document (output data set) on the JES spool. However, another process has already acquired it.

System action:

IP PrintWay processes the print job again after the retry interval expires. When all the retries are attempted, IP PrintWay retains the print job if retention for failed print jobs is requested for the print job. If no retention is requested, IP PrintWay extended mode deletes the print job.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP156W
The Historical Inventory is not large enough to contain print job job-name, job-identifier, and all documents in the print job. Consider increasing the maximum size of the Historical Inventory.
Explanation:

Infoprint Server could not store information about a print job and all its documents in the Historical Inventory because of insufficient space in the Historical Inventory. This situation can occur when a print job contains a very large number of documents. As a result, Infoprint Central cannot display information for this print job in the Infoprint Server Print Job History table.

Consider increasing the maximum size of the Historical Inventory so that it can hold historical information for print jobs with a large number of documents.

In the message text:

job-name
Name of the print job.
job-identifier
Job ID of the print job.
System action:

Infoprint Server deleted information about the print job from the Historical Inventory.

User response:

None.

Operator response:

None.

System programmer response:

Consider increasing the maximum size of the Historical Inventory in the max-historical-inventory-size attribute. For information about this attribute, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP157E
The Printer Inventory file-name file is missing.
Explanation:

A required Printer Inventory file is missing. In the message text:

file-name
Name of the missing file.
System action:

Infoprint Server does not start.

User response:

None.

Operator response:

Notify the system programmer that this error occurred.

System programmer response:

Contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP159E
The Printer Inventory cannot be reformatted because file-name version does not exist.
Explanation:

A required Printer Inventory file is missing. In the message text:

file-name
Name of the missing file.
version
Version of the missing file.
System action:

Infoprint Server does not start.

User response:

None.

Operator response:

Notify the system programmer that this error occurred.

System programmer response:

Contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP160I
An empty Printer Inventory inventory-filename inventory-version was created.
Explanation:

Infoprint Server created an empty Printer Inventory. The Printer Inventory does not contain any printer definitions or other types of definitions. If this is the first time you have started Infoprint Server, use the Infoprint Server ISPF panels or the Printer Inventory Definition Utility (PIDU) to create printer definitions and other definitions. Otherwise, you should restore a backup copy of the latest Printer Inventory.

In the message text:

inventory-filename
The name of the Printer Inventory file that Infoprint Server created.
inventory-version
The version of the Printer Inventory that Infoprint Server created.
System action:

Infoprint Server continues processing.

User response:

None.

Operator response:

If this is not the first time you have started Infoprint Server, ask your system programmer to restore a backup copy of the Printer Inventory.

System programmer response:

Restore the latest backup copy of the Printer Inventory that you created with the pidu command. The backup copy can contain any version of the Printer Inventory. When you restore the backup copy, Infoprint Server creates definitions in the format that Infoprint Server supports.

For information about how to restore the Printer Inventory, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP161W
Infoprint Server could not add health checks to the Health Checker because macro failed with return code retcode and reason code reasoncode.
Explanation:

An error occurred when Infoprint Server tried to add Infoprint Server health checks (IBMINFOPRINT) to the IBM Health Checker for z/OS.

In the message text:

macro
The macro that failed.
retcode
The return code from the macro.
reasoncode
The reason code from the macro.
System action:

Infoprint Server continues processing. The IBMINFOPRINT health checks might not run.

User response:

None.

Operator response:

Notify your system programmer.

System programmer response:

If you do not use the IBM Health Checker, you can ignore this message.

If you use the IBM Health Checker, correct the problem. For information about the return code and reason code in the message text:

In addition, look for other messages in the console log that might indicate the reason for the failure.

After you correct the problem, restart Infoprint Server to add the health checks. You can use these MVS commands to stop and restart Infoprint Server:

START AOPSTOP
START AOPSTART
Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP162W
Infoprint Server could not add health checks because required modules are missing. Enter this command to refresh LNKLIST: F LLA,REFRESH. Then restart Infoprint Server.
Explanation:

Infoprint Server could not add Infoprint Server health checks (IBMINFOPRINT) to the IBM Health Checker for z/OS because required Infoprint Server modules are missing.

System action:

Infoprint Server continues processing. The IBMINFOPRINT health checks cannot run.

User response:

None.

Operator response:

Notify your system programmer.

System programmer response:

If you do not use the IBM Health Checker, you can ignore this message.

If you use the IBM Health Checker, enter this command to refresh LNKLIST:

F LLA,REFRESH

After you refresh the LNKLIST, restart Infoprint Server to add the health checks. You can use these MVS commands to stop and restart Infoprint Server:

START AOPSTOP
START AOPSTART
Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP163I
Adding Infoprint Server health checks failed because the Health Checker component is not active. Enter this command to start Health Checker: START HZSPROC.
Explanation:

Infoprint Server could not add Infoprint Server health checks (IBMINFOPRINT) to the IBM Health Checker for z/OS because the Health Checker is not running.

System action:

Infoprint Server continues processing. The IBMINFOPRINT health checks cannot run until you start the Health Checker.

User response:

None.

Operator response:

Notify your system programmer.

System programmer response:

If you do not use the Health Checker, you can ignore this message.

If you use the Health Checker, enter this console command to start it:

START HZSPROC
Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP164I
Diagnostic information for JES SSI nn: return code return-code reason code reason-code [additional-information].
Explanation:

Infoprint Server made a call to the JES subsystem interface (SSI), and the SSI returned an unexpected result. This message can occur during normal processing or because a problem exists. This message contains information that can help diagnose a problem if one exists. If a problem exists, the message log usually contains another error message.

In the message text:

nn
The SSI call.
return-code
The return code from the SSI call.
reason-code
The reason code from the SSI call.
additional-information
Additional information from the SSI call.
System action:

Infoprint Server continues processing.

User response:

None.

Operator response:

Notify your system programmer.

System programmer response:

If other messages in the message log indicate a problem, use the information in this message to help diagnose the problem. Otherwise, you can ignore this message.

For information about the return code and reason code in the message, see z/OS MVS Using the Subsystem Interface.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP165E
JES2 secondary subsystem jes-name is not defined to MVS. Correct the jes-name attribute in the aopd.conf configuration file, then restart Infoprint Server.
Explanation:

The JES2 secondary subsystem specified in the aopd.conf configuration file is not defined to MVS.

In the message text:

jes-name
Is the name of the JES2 secondary subsystem.
System action:

Infoprint Server ends.

User response:

None.

Operator response:

Notify your system programmer.

System programmer response:

Correct the jes-name attribute in the aopd.conf configuration file. Then restart Infoprint Server. For information about the jes-name attribute and how to edit the aopd.conf file, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP166E
JES2 secondary subsystem jes-name is not active. Restart JES2 jes-name, then restart Infoprint Server.
Explanation:

The JES2 secondary subsystem specified in the aopd.conf configuration file is defined to MVS but is not active.

In the message text:

jes-name
Is the name of the JES2 secondary subsystem.
System action:

Infoprint Server ends.

User response:

None.

Operator response:

Notify your system programmer.

System programmer response:

Restart the JES2 secondary subsystem specified in the message text. Then restart Infoprint Server.

If the JES2 secondary subsystem is started, make sure that the jes-name attribute in the aopd.conf configuration file is correct. For information about the jes-name attribute and how to edit the aopd.conf file, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP167I
Infoprint Server is processing jobs and output from JES secondary subsystem jes-name.
Explanation:

Infoprint Server has successfully connected to the JES2 secondary subsystem specified in the jes-name attribute in the aopd.conf configuration file. This message is for information only.

In the message text:

jes-name
Is the name of the JES2 secondary subsystem.
System action:

Infoprint Server continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP168E
Infoprint Server is ending because JES2 secondary subsystem jes-name ended.
Explanation:

Infoprint Server has been working with a JES2 secondary subsystem. However, the JES2 secondary subsystem is ending and Infoprint Server can no longer continue.

In the message text:

jes-name
Is the name of the JES2 secondary subsystem.
System action:

Infoprint Server ends.

User response:

None.

Operator response:

Notify your system programmer.

System programmer response:

Restart the JES2 secondary subsystem specified in the message text. Then restart Infoprint Server.

If you want to work with the JES2 or JES3 primary subsystem, comment out the jes-name attribute in the aopd.conf configuration file before you restart Infoprint Server.

For information about the jes-name attribute and how to edit the aopd.conf file, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP169I
Infoprint Server is connecting to JES2 secondary subsystem jes-name.
Explanation:

Infoprint Server is connecting to the JES2 secondary subsystem specified in the jes-name attribute in the aopd.conf configuration file. This message is for information only.

In the message text:

jes-name
Is the name of the JES2 secondary subsystem.
System action:

Infoprint Server continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP170I
The document was removed from this print job.
Explanation:

The document was removed from the print job. The document might have been moved to another print job or deleted from the JES spool.

System action:

Infoprint Server continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP171I
diagnostic-information
Explanation:

This message contains information that can help diagnose a problem if an error occurs later. It does not indicate that a problem exists.

In the message text:

diagnostic-information
Diagnostic information
System action:

Infoprint Server continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP172E
SAF access authorization check failed with SAF_RC=saf-retcode RACF_RC=racf-retcode RACF_RSN=racf-reasoncode.
Explanation:

Infoprint Server issued the system authorization facility (SAF) RACROUTE REQUEST=FASTAUTH macro to verify that the program trying to access the Printer Inventory has access to the AOP.ADMINISTRATOR profile in the PRINTSRV class. The RACROUTE return code or reason code indicates a problem with RACF configuration.

In the message text:

saf-retcode
SAF return code in hexadecimal format.
racf-retcode
RACF return code in hexadecimal format.
racf-reasoncode
RACF reason code in hexadecimal format.
System action:

Infoprint Server does not allow access to the Printer Inventory.

User response:

Notify the system programmer that this error occurred.

Operator response:

Notify the system programmer that this error occurred.

System programmer response:

To fix the problem, look up the RACROUTE REQUEST=FASTAUTH return codes and reason codes in z/OS Security Server RACROUTE Macro Reference.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP173E
Inventory caller for request type type (nn) is not authorized to access Printer Inventory.
Explanation:

A program has requested to read or update the Printer Inventory. However, the program is not APF authorized, and the user who started the program is not authorized to access the Printer Inventory. For example, the user might have no access to the Printer Inventory, or the user might have READ access to the Printer Inventory but is requesting to update the Printer Inventory.

In the message text:

type
Type of request made to the Printer Inventory.
nn
Request number.
access
Type of access that is required: READ or UPDATE. READ is required to read the Printer Inventory. UPDATE is required to update the Printer Inventory.
System action:

Infoprint Server does not allow the program to access the Printer Inventory.

User response:

Notify the system programmer that this error occurred.

Operator response:

Notify the system programmer that this error occurred.

System programmer response:

To allow the program to access the Printer Inventory, either make the program APF authorized or give the user who starts the program the required access to the AOP.ADMINISTRATOR profile in the PRINTSRV class. For information about the AOP.ADMINISTRATOR profile, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP174E
Inventory caller for request type type (nn) is not authorized to access system configuration.
Explanation:

A program has requested to read or update the system configuration definition in the Printer Inventory. However, the user who started the program is not authorized to access the system configuration definition. For example, the user might have no access to the system configuration definition, or the user might have READ access to the system configuration definition but is requesting to update the system configuration definition.

In the message text:

type
Type of request made.
nn
Request number.
access
Type of access that is required: READ or UPDATE.
System action:

Infoprint Server does not allow the program to access the system configuration definition.

User response:

Notify the system programmer that this error occurred.

Operator response:

Notify the system programmer that this error occurred.

System programmer response:

Look for another message that indicates which program attempted to access the system configuration definition. To allow the program to access the system configuration definition, give the user who started the program the required access to the AOP.CONFIGURATION profile in the PRINTSRV class. If the AOP.CONFIGURATION profile does not exist, you can give the user the required access to the AOP.ADMINISTRATOR profile.

For information about the AOP.CONFIGURATION and AOP.ADMINISTRATOR profiles, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP175W
Internal error in source. Request=request, return code = return-code, reason code = reason-code .
Explanation:

An internal error occurred in an Infoprint Server module. If another error occurs, the information in this message can help IBM diagnose the problem.

In the message text:

source
Name of the module that detected the error.
request
Type of request being processed.
return-code
Internal return code.
reason-code
Internal reason code.
System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

If another error occurs, contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance. Send this message and the subsequent error messages to IBM.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP176E
RACROUTE LIST CLASS(class) failed with SAF_RC=saf-retcode RACF_RC=racf-retcode RACF_RSN=racf-reasoncode.
Explanation:

Infoprint Server issued the system authorization facility (SAF) RACROUTE LIST macro to verify that the program trying to access the Printer Inventory has access to the AOP.CONFIGURATION or AOP.ADMINISTRATOR profile in the PRINTSRV class. The RACROUTE return code or reason code indicates a problem with RACF configuration.

In the message text:

class
RACF class name.
saf-retcode
SAF return code in hexadecimal format.
racf-retcode
RACF return code in hexadecimal format.
racf-reasoncode
RACF reason code in hexadecimal format.
System action:

Infoprint Server does not allow access to the Printer Inventory.

User response:

Notify the system programmer that this error occurred. After the problem is fixed, try to access the Printer Inventory again.

Operator response:

Notify the system programmer that this error occurred.

System programmer response:

To diagnose the problem, look up the RACROUTE LIST return code and reason code in z/OS Security Server RACROUTE Macro Reference. After you fix the problem, the user can try to access the Printer Inventory again.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP177W
The system configuration cannot be created, renamed or deleted.
Explanation:

You issued a pidu create, rename, or delete command to create, rename, or delete the system configuration definition in the Printer Inventory. However, these pidu commands are not allowed for the system configuration definition.

If dynamic configuration is enabled, you can use the pidu modify command (or the Infoprint Server ISPF panels) to modify attributes in the system configuration definition, and you can the pidu force-create command to replace the system configuration definition. You can also use the pidu

System action:

The pidu command was not accepted.

User response:

For information about:

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP178W
You are not authorized to access the Printer Inventory.
Explanation:

You requested to read or update the Printer Inventory. However, you do not have the required RACF authorization.

In the message text:

access
Type of access that is required: READ or UPDATE.
System action:

The request to read or update the Printer Inventory was not accepted.

User response:

Notify the system programmer that this error occurred.

Operator response:

Notify the system programmer that this error occurred.

System programmer response:

Give the user the required access to the AOP.ADMINISTRATOR profile in the PRINTSRV class. For information about the AOP.ADMINISTRATOR profile, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP179W
You are not authorized to access the system configuration.
Explanation:

You requested to read or update the system configuration definition in the Printer Inventory. However, you do not have the required RACF authorization.

In the message text:

access
Type of access that is required: READ or UPDATE.
System action:

The request to read or update the system configuration definition was not accepted.

User response:

Notify the system programmer that this error occurred. After the problem is corrected, try the request again.

Operator response:

Notify the system programmer that this error occurred.

System programmer response:

Give the user the required access to the AOP.CONFIGURATION profile in the PRINTSRV class. If the AOP.CONFIGURATION profile is not defined, you can give the user access to the AOP.ADMINISTRATOR profile instead. For information about the AOP.CONFIGURATION and AOP.ADMINISTRATOR profiles, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP180E
Cross-system coupling facility (XCF) macro request failed with return code return-code, reason code reason-code, group group, member member, source=source-code.
Explanation:

Infoprint Server issued an XCF macro that failed. If macro is:

  • IXCJOIN: Infoprint Server requested to join an XCF group.
  • IXCQUERY: Infoprint Server requested information about an XCF group.

In the message text:

macro
XCF macro name.
return-code
Return code from the XCF macro, in hexadecimal.
reason-code
Reason code from the XCF macro, in hexadecimal.
group
XCF group name.
member
Usually, the XCF member name of the Infoprint Server daemon or command issuing the request. However, if macro is IXCQUERY, return-code is 8, and reason-code is 10, member is instead the name of the daemon that Infoprint Server is requesting information about.
source-code
A code that identifies where Infoprint Server detected the problem. This code can help IBM diagnose the problem
System action:

If macro is:

  • XCFJOIN: Infoprint Server ends or the Infoprint Server daemon ends.
  • XCFQUERY: Processing continues.
User response:

Notify the system programmer that this error occurred.

Operator response:

Notify the system programmer that this error occurred.

System programmer response:

Look up the return and reason codes for the XCF macro in z/OS MVS Programming: Sysplex Services Reference.

After the problem is corrected, if macro is "XCFJOIN", start Infoprint Server again.

If you cannot correct the problem, contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP184I
A cross-system coupling facility (XCF) message is ignored: message
Explanation:

The cross-system coupling facility (XCF) component of z/OS sent a signal or message that Infoprint Server could not interpret. The message from XCF might be useful for diagnostic purposes if a subsequent error occurs.

In the message text:

message
Message from XCF.
System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

If another error occurs, contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance. Send this message and the subsequent error messages to IBM.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP185E
AOPLCMPL did not load. Load return code is return-code and reason code is reason-code.
Explanation:

Infoprint Server could not load the system logger exit AOPLCMPL. This error means that Infoprint Server was not installed correctly.

In the message text:

return-code
Hexadecimal return code from the LOAD macro.
reason-code
Hexadecimal reason code from the LOAD macro.
System action:

Infoprint Server continues processing. However, if you have set up a system logger log stream for Infoprint Server messages, Infoprint Server cannot write messages to the log stream.

User response:

Not applicable.

Operator response:

Notify the system programmer that this error occurred. Restart Infoprint Server after AOPLCMPL is available.

System programmer response:

Contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance. When AOPLCMPL is available, restart Infoprint Server.

Tip: If you have set up a log stream for Infoprint Server messages, request that Infoprint Server write messages to the z/OS UNIX file system until you fix the problem. Use the Infoprint Server ISPF panels to edit the system configuration definition. Edit these fields and save the panel:

  • Clear the log stream name in the Log stream name field.
  • Specify a value greater than 0 in the Log retention field.

When you save the Infoprint Server System Configuration ISPF panel, Infoprint Server automatically starts writing messages to the z/OS UNIX file system. After the problem is fixed, edit these fields again and save the panel:

  • Specify the log stream name in the Log stream name field.
  • Set the Log retention field to its original value.

When you save the Infoprint Server System Configuration ISPF panel, Infoprint Server automatically starts writing messages to the log stream.

For information about the LOAD return code and reason code, see z/OS MVS System Codes.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP186E
user is not authorized to access log stream log-stream.
Explanation:

Infoprint Server tried to access the system logger log stream to read or write messages. However, the user did not have the required authorization to the RACF resource profile that protects the log stream:

  • The user who starts Infoprint Server must have UPDATE access.
  • The user who uses the aoplogu command to read messages must have READ access.

In the message text:

user
ID of the user who is not authorized. If the type of required access is UPDATE, this is the ID of the user who started Infoprint Server.
access
Type of access required to the RACF resource profile: READ or UPDATE.
log-stream
Name of the log stream.
System action:

Infoprint Server continues processing, but if the required access is UPDATE, messages are lost until the problem is corrected.

User response:

Notify the system programmer that this error occurred.

Operator response:

Notify the system programmer that this error occurred.

System programmer response:

Look for another message from RACF (for example, message ICH408I) that includes the name of the log stream profile and give the user ID the required access to that profile. When the user has the required access, Infoprint Server automatically starts writing messages to the log stream.

For information about how to set up security for the Infoprint Server log stream, see z/OS Infoprint Server Customization.

Tip: To request that Infoprint Server write messages to the z/OS Unix file system instead of to the system logger while you fix the problem, use the Infoprint Server ISPF panels to edit the system configuration definition. Edit these fields and save the panel:

  • Clear the log stream name in the Log stream name field.
  • Specify a value greater than 0 in the Log retention field.

When you save the Infoprint Server System Configuration ISPF panel, Infoprint Server automatically starts writing messages to the z/OS UNIX file system. After the problem is fixed, edit these fields again and save the panel:

  • Specify the log stream name in the Log stream name field.
  • Set the Log retention field to its original value.

When you save the Infoprint Server System Configuration ISPF panel, Infoprint Server automatically starts writing messages to the log stream.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP187E
log-stream is not a valid log stream name.
Explanation:

The log stream for Infoprint Server messages that is specified in the system configuration definition is not defined to the system logger. You must define the log stream to the MVS system logger before you specify the log stream name in the system configuration definition.

In the message text:

log-stream
Name of the log stream specified in the system configuration definition.
System action:

Infoprint Server continues processing, but messages are lost until the problem is corrected.

User response:

Notify the system programmer that this error occurred.

Operator response:

Notify the system programmer that this error occurred.

System programmer response:

Make sure that the log stream name is spelled correct in the Infoprint Server system configuration definition. Use the Infoprint Server ISPF panels to view the system configuration definition and correct the name in the Log stream name field (logstream-name attribute) if necessary. When you correct the name and save the Infoprint Server System Configuration ISPF panel, Infoprint Server automatically starts writing messages to the specified log stream.

If the log stream name is correct in the message text, make sure that the log stream is defined correctly to the system logger. You can use the MVS DISPLAY LOGGER command to display the status of log stream. For information about the DISPLAY LOGGER command, see z/OS MVS System Commands.

For information about how to define the log stream to the logger, see z/OS Infoprint Server Customization.

When the log stream is defined correctly, Infoprint Server automatically starts writing messages to the log stream.

Tip: To request that Infoprint Server write messages to the z/OS Unix file system instead of to the system logger while you fix the problem, use the Infoprint Server ISPF panels to edit the system configuration definition. Edit these fields and save the panel:

  • Clear the log stream name in the Log stream name field.
  • Specify a value greater than 0 in the Log retention field.

When you save the Infoprint Server System Configuration ISPF panel, Infoprint Server automatically starts writing messages to the z/OS UNIX file system. After the problem is fixed, edit these fields again and save the panel:

  • Specify the log stream name in the Log stream name field.
  • Set the Log retention field to its original value.

When you save the Infoprint Server System Configuration ISPF panel, Infoprint Server automatically starts writing messages to the log stream.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP188E
Log stream log-stream is in use on another system.
Explanation:

Another system in the sysplex is using a system logger log stream with the same name. If a log stream is a DASD-only log stream, only one system in a sysplex can write to it.

In the message text:

log-stream
Name of the log stream specified in the system configuration definition.
System action:

Infoprint Server continues processing, but messages are lost until the problem is corrected.

User response:

Notify the system programmer that this error occurred.

Operator response:

Notify the system programmer that this error occurred.

System programmer response:

Do one of these:

  • Define a DASD-only log stream only for Infoprint Server messages on this system. Then use the Infoprint Server ISPF panels to edit the system configuration definition. Specify the log stream name in the Log stream name and save the panel. When you save the Infoprint Server System Configuration ISPF panel, Infoprint Server automatically writes messages to the specified log stream.
  • Convert the log stream to a CF-structure log stream.

When the problem is corrected, Infoprint Server automatically starts writing messages to the log stream.

For information about how to define a log stream for Infoprint Server messages, see z/OS Infoprint Server Customization.

For information about how to define log streams to the MVS system logger, see z/OS MVS Setting Up a Sysplex.

Tip: To request that Infoprint Server write messages to the z/OS Unix file system instead of to the system logger while you fix the problem, use the Infoprint Server ISPF panels to edit the system configuration definition. Edit these fields and save the panel:

  • Clear the log stream name in the Log stream name field.
  • Specify a value greater than 0 in the Log retention field.

When you save the Infoprint Server System Configuration ISPF panel, Infoprint Server automatically starts writing messages to the z/OS UNIX file system. After the problem is fixed, edit these fields again and save the panel:

  • Specify the log stream name in the Log stream name field.
  • Set the Log retention field to its original value.

When you save the Infoprint Server System Configuration ISPF panel, Infoprint Server automatically starts writing messages to the log stream.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP189E
System logger macro request for log stream log-stream failed with return code return-code, reason code reason-code.
Explanation:

The system logger macro to connect to, read, or write to the Infoprint Server log stream for messages failed.

In the message text:

macro
System logger macro, for example:
  • IXGBRWSE, which indicates a browse request
  • IXGCONN REQUEST=CONNECT, which indicates a connect request
  • IXGWRITE REQUEST=WRITE, which indicates a write request
log-stream
Name of the log stream.
return-code
Hexadecimal return code from the macro.
reason-code
Hexadecimal reason code from the macro.
System action:

Infoprint Server continues processing, but if the macro is IXGCONN or IXGWRITE, messages are lost until the problem is corrected.

User response:

Notify the system programmer that this error occurred.

Operator response:

Notify the system programmer that this error occurred.

System programmer response:

For an explanation of the return code and reason code for the macro, see z/OS MVS Programming: Authorized Assembler Services Reference EDT-IXG.

After you correct the problem, Infoprint Server automatically starts writing messages to the log stream.

Tip: To request that Infoprint Server write messages to the z/OS Unix file system instead of to the system logger while you fix the problem, use the Infoprint Server ISPF panels to edit the system configuration definition. Edit these fields and save the panel:

  • Clear the log stream name in the Log stream name field.
  • Specify a value greater than 0 in the Log retention field.

When you save the Infoprint Server System Configuration ISPF panel, Infoprint Server automatically starts writing messages to the z/OS UNIX file system. After the problem is fixed, edit these fields again and save the panel:

  • Specify the log stream name in the Log stream name field.
  • Set the Log retention field to its original value.

When you save the Infoprint Server System Configuration ISPF panel, Infoprint Server automatically starts writing messages to the log stream.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP190W
System logger macro request for log stream log-stream was successful, but with return code return-code, reason code reason-code.
Explanation:

The Infoprint Server request to the system logger was successful. However, the system logger macro returned a return code and reason code that might indicate a problem.

In the message text:

macro
The system logger macro, for example:
  • IXGBRWSE, which indicates a browse request
  • IXGCONN REQUEST=CONNECT, which indicates a connect request
  • IXGWRITE REQUEST=WRITE, which indicates a write request
log-stream
Name of the log stream.
return-code
Hexadecimal return code from the system logger.
reason-code
Hexadecimal reason code from the system logger.
System action:

Infoprint Server continues processing.

User response:

Notify the system programmer that this error occurred.

Operator response:

Notify the system programmer that this error occurred.

System programmer response:

If the problem persists, use the return code and reason code in this message to help diagnose the problem. For an explanation of the return code and reason code for the macro, see z/OS MVS Programming: Authorized Assembler Services Reference EDT-IXG.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP191I
File filename contains one or more attributes that have been migrated to the Printer Inventory. The attributes in the file are ignored.
Explanation:

You have enabled the Infoprint Server dynamic configuration function and restarted Infoprint Server. When Infoprint Server started, it created a system configuration definition in the Printer Inventory and migrated some or all attributes in this file to the definition. Infoprint Server no longer uses the migrated attributes in the file. To change the migrated attributes, you must now edit the attributes in the system configuration definition.

In the message text:

filename
Name of the Infoprint Server configuration file.

If the file name is aopmsg.conf, all attributes were migrated to the system configuration definition in the Printer Inventory.

If the file name is aopd.conf, only these attributes were migrated to the system configuration definition in the Printer Inventory:

  • ascii-codepage
  • console-name
  • ebcdic-codepage
  • ipp-port-number
  • job-prefix
  • lpd-port-number
  • log-retention
  • max-historical-inventory-size
  • smf-recording
  • snmp-community
System action:

Processing continues. Infoprint Server ignores the attributes that were migrated.

User response:

Not applicable.

Operator response:

Notify the system programmer that this message was received.

System programmer response:

To avoid confusion, comment out or delete the migrated attributes in the file.

Tips:

  • To comment out an attribute, type a pound sign (#) in the first column of the line with the attribute. Be careful to comment out or delete only the migrated attributes.
  • If the file is aopmsg.conf, you can delete the file because all attributes have been migrated.
Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP192E
The Configuration object is missing in the inventory.
Explanation:

The Infoprint Server dynamic configuration function is enabled, but the required system configuration definition has been deleted from the Printer Inventory.

System action:

Infoprint Server does not start successfully.

User response:

Not applicable.

Operator response:

Notify the system programmer that this error occurred.

System programmer response:

Contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Tip: To continue processing while you correct the problem, disable the dynamic configuration function and restart Infoprint Server. To disable dynamic configuration, specify dynamic-configuration=no in the Infoprint Server configuration file (aopd.conf). For information about the aopd.conf file, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP193E
The system logger address space is not available.
Explanation:

You have defined a system logger log stream for Infoprint Server messages. However, the system logger address space is not started.

System action:

Infoprint Server continues processing, but messages are lost until the problem is corrected.

User response:

Not applicable.

Operator response:

Notify the system programmer that this error occurred.

System programmer response:

Start or restart the system logger address space. For information about how to start the system logger, see z/OS MVS Setting Up a Sysplex.

When the address space is started, Infoprint Server automatically starts writing messages to the log stream.

Tip: To request that Infoprint Server write messages to the z/OS Unix file system instead of to the system logger while you fix the problem, use the Infoprint Server ISPF panels to edit the system configuration definition. Edit these fields and save the panel:

  • Clear the log stream name in the Log stream name field.
  • Specify a value greater than 0 in the Log retention field.

When you save the Infoprint Server System Configuration ISPF panel, Infoprint Server automatically starts writing messages to the z/OS UNIX file system. After the problem is fixed, edit these fields again and save the panel:

  • Specify the log stream name in the Log stream name field.
  • Set the Log retention field to its original value.

When you save the Infoprint Server System Configuration ISPF panel, Infoprint Server automatically starts writing messages to the log stream.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP195E
Member member is already active in cross-system coupling facility (XCF) group group.
Explanation:

Infoprint Server issued an IXCJOIN macro to join a cross-system coupling facility (XCF) group. The IXCJOIN macro failed with a return code of 8 and a reason code of 8, which indicates that the XCF group name is already active in the sysplex. This situation occurs when another instance of Infoprint Server is already running in the sysplex and is using the same XCF group name. The XCF group name must be unique in a sysplex.

In the message text:

member
XCF member name, which identifies the daemon that is trying to join the XCF group. AOPIBM00 is the member name for daemon aopd.
group
XCF group name in format: AOPPPPP[Q]:
AOP
Infoprint Server identifier.
PPPP
Printer Inventory name.
Q
Optional one-character XCF group qualifier specified in the xcf-group-qualifier attribute in the Infoprint Server configuration file, aopd.conf.
System action:

Infoprint Server does not start.

User response:

Notify the system programmer that this error occurred.

Operator response:

Notify the system programmer that this error occurred.

System programmer response:

Specify a unique XCF group qualifier in the xcf-group-qualifier attribute in the Infoprint Server configuration file, aopd.conf. The qualifier must be unique for each Infoprint Server with the same Printer Inventory name in a sysplex. As an alternative, you can specify a unique Printer Inventory name in the inventory attribute in the aopd.conf file.

To list all currently defined XCF groups or to display the members of the group named named in the message text, you can use the MVS DISPLAY XCF command. For example, to display the members of XCF group AOPAOP1, enter this command:

DISPLAY XCF,GROUP,AOPAOP1 

For information about the DISPLAY XCF command, see z/OS MVS System Commands.

For more information about the xcf-group-qualifier and inventory attributes, see z/OS Infoprint Server Customization.

After the problem is corrected, start Infoprint Server again.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP998E
Could not retrieve message, cat=catalog_name, set=setnum, num=msgnum
Explanation:

Message msgnum from set setnum could not be retrieved from message catalog catalog_name. This problem might be caused by Print Interface trying to access a catalog that has been edited and therefore has changed information or missing messages.

This problem might also occur if you export the _CEE_ENVFILE environment variable in your /etc/profile file. IBM suggests that you do not use this environment variable because it can supersede shell environment variables such as NLSPATH. For more information about the _CEE_ENVFILE environment variable, see z/OS UNIX System Services Command Reference.

System action:

Processing continues.

User response:

Contact your system programmer.

Operator response:

Not applicable.

System programmer response:

Verify that the catalog name listed in the message is the catalog that was installed with the product and not one that has been altered. If Print Interface is trying to access the correct message catalog, contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP2028I
A transform message was generated: message
Explanation:

The data stream transform sent a message.

In the message text:

message
Message from the transform.
System action:

The severity of the error determines whether Infoprint Server continues processing the document.

User response:

If the transform message indicates an error in the input data stream, correct the error and submit the transform or print request again.

Operator response:

Not applicable.

System programmer response:

If the transform message indicates a transform problem, correct the problem and submit the transform or print request again.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP2029E
The transform detected an error or degradation in the input datastream, or an error or degradation occurred while transforming the document. No output was produced.
Explanation:

A transform error occurred.

System action:

The transform request was not completed. No output was produced.

User response:

If there is an error in the input data stream, correct the error and submit the transform or print request again. If the input data stream is correct, notify the system programmer that this error occurred.

To continue processing the document when this error occurs, resubmit the print or transform request specifying the fail-on-transform-error=no job attribute. For information about the fail-on-transform-error job attribute, see z/OS Infoprint Server User’s Guide.

Operator response:

Not applicable.

System programmer response:

For information about the transform problem, see any associated messages from the transform. After you correct the problem, you might need to restart the Infoprint Server Transform Manager.

To continue processing documents when this type of error occurs, do one of these:

  • Set the AOP_FAIL_ON_ERROR -> no environment variable for the transform class in the transform configuration file, aopxfd.conf. For information about the environment variable, see the documentation for the transform.
  • Set the Fail on error field to No in the printer definition.
Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP2202E
filename: Incorrect file size.
Explanation:

A resource file used by the PDF to AFP and PostScript to AFP transform daemon (ps2afpd.dll) has an incorrect size. This indicates that the transform resource file is not at the level that the transform daemon expects.

In the message text:

filename
Name of the resource file
System action:

The transform daemon ends.

User response:

Not applicable.

Operator response:

Notify your system programmer.

System programmer response:

Reinstall the transform daemon (ps2afpd.dll) and resource file (filename) to make sure that they are both at the latest level. Also, make sure that only one file with the name filename exists in the transform resource directories.

The optional AOP_RESOURCE_PATH environment variable in the transform configuration file, aopxfd.conf, specifies the names of the transform resource directories. In addition, transform resource files can exist in the default transform resource directory, /usr/lpp/Printsrv/ps2afp. This default directory is always searched, whether or not the AOP_RESOURCE_PATH variable is specified. For more information about the AOP_RESOURCE_PATH variable, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP2203E
filename: Incorrect CRC.
Explanation:

A resource file used by the PDF to AFP and PostScript to AFP transform daemon (ps2afpd.dll) has an incorrect cyclic redundancy check (CRC). This indicates that the transform resource file is not at the level the transform daemon expects.

In the message text:

filename
Name of the resource file.
System action:

The transform daemon ends.

User response:

Not applicable.

Operator response:

Notify your system programmer.

System programmer response:

Reinstall the transform daemon (ps2afpd.dll) and resource file (filename) to make sure that they are both at the latest level. Also, make sure that only one file with the name filename exists in the transform resource directories.

The optional AOP_RESOURCE_PATH environment variable in the transform configuration file, aopxfd.conf, specifies the names of the transform resource directories. In addition, transform resource files can exist in the default transform resource directory, /usr/lpp/Printsrv/ps2afp. This default directory is always searched, whether or not the AOP_RESOURCE_PATH variable is specified. For more information about the AOP_RESOURCE_PATH variable, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP2204W
AOP_PAGE_BATCH_SIZE -> value out of range, ignored.
Explanation:

The value in the AOP_PAGE_BATCH_SIZE environment variable is not 1 to 2147483647.

System action:

The value in the AOP_PAGE_BATCH_SIZE environment variable is ignored. Processing continues with a default page batch size of 20.

User response:

None.

Operator response:

Notify your system programmer.

System programmer response:

Specify a value from 1 to 2147483647 in the AOP_PAGE_BATCH_SIZE environment variable. For more information about the AOP_PAGE_BATCH_SIZE variable, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP2801E
The remote transform returned an error: error-message
Explanation:

InfoPrint Transform Manager for Linux detected an error. A transform option might not be not valid, or the data stream might contain an error. In the message text, error-message is an error message from InfoPrint Transform Manager for Linux.

System action:

The data was not transformed.

User response:

Correct the problem and resubmit the transform request. For information about the message in error-message and about the transform options, see InfoPrint Transform Manager for Linux.

Operator response:

None.

System programmer response:

If the message contains message FUY04001E, which indicates that Infoprint Server could not connect to InfoPrint Transform Manager for Linux, make sure that:

  • The Infoprint Server remote transform configuration file, aoprxf.conf, contains the correct IP address (or host name) and port number for InfoPrint Transform Manager for Linux.
  • The firewall lets the z/OS system communicate with InfoPrint Transform Manager for Linux using the TCP/IP protocol. For more information, see the section about customizing the firewall in z/OS Infoprint Server Customization.
Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP2802E
No remote transform exists for document-format to output-format
Explanation:

Infoprint Server could not transform the document from the input document format to the requested output format because Infoprint Transform Manager for Linux does not provide a transform for these formats.

In the message text:

document-format
The format of the input document. The user specified this format in the document-format job attribute, or Infoprint Server determined it by inspecting the input data stream.
output-format
The format of the output document. The user or administrator specified this format in the output-format transform attribute, or Infoprint Server used the default of mo:dca-p.
System action:

The data was not transformed.

User response:

If you specified the remotexf command:

  • Make sure that Infoprint Transform Manager for Linux provides a transform for data format of your document.
  • If the input format in the message is not correct, specify the document-format job attribute.
  • If the output format in the message is not correct, specify the output-format transform attribute. For example, to transform an AFP document (MO:DCA-P) to PDF format, specify on one line:
    remotexf -j "-xf 'output-format=pdf'" 
    -o  myfile.pdf myfile.afp 
  • If you did not specify the remotexf command, notify the system programmer that this error occurred
Operator response:

None.

System programmer response:

Make sure that the transform filter specified in the printer definition for the printer is correct. If the output format in this message is not correct, and you specify the aoprxf.so filter in the printer definition, specify the -xf output-format attribute. For example, to transform an AFP document (MO:DCA-P) to PDF format, specify in the Filterfield:

aoprxf.so -xf output-format=pdf
Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3001E
IP PrintWay could not load the exit-type user exit exit-name. The load return code is retcode, and the reason code is reasoncode.
Explanation:

IP PrintWay extended mode could not load the user exit.

In the message text:

exit-type
The exit type. For example: BDS (Begin Data Set exit), EDS (End Data Set exit), Record (Record exit), SMF, Routing.
exit-name
The exit name. If the exit type is BDS, EDS, or Record, this name was specified in the printer definition for the printer.
retcode
The return code from the LOAD macro.
reason-code
The reason code from the LOAD macro.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay attempts to retransmit the document to the printer. If this is the last retry attempt, IP PrintWay either deletes the print job from the JES spool or retains it on the JES spool. When the retention time expires, IP PrintWay automatically deletes the print job from the JES spool.

User response:

None.

Operator response:

Notify your system programmer.

System programmer response:

If the exit is a BDS, EDS, or Record exit, make sure that the name of the exit is correct. If the name is incorrect, use the Infoprint Server ISPF panels to correct it in the printer definition.

Make sure these requirements are met:

  • The data set that contains the exit is APF-authorized.
  • If the data set that contains the exit is not in the system LNKLST, the data set is named in the STEPLIB environment variable in the aopstart EXEC and is defined to the z/OS STEPLIBLIST facility:
    • Each data set in the STEPLIB environment variable must be separated by a colon.
    • The STEPLIBLIST statement must be specified in the BPXPRMxx member of SYS1.PARMLIB. STEPLIBLIST names an HFS or z/OS file system (zFS) file that lists sanctioned step libraries.
    • The HFS or zFS file that STEPLIBLIST names must contain the name of the data set that contains the exit. Each data set name must be on a separate line without quotation marks.
    • The HFS or zFS file that STEPLIBLIST names must have execute permission for other. IBM suggests that UID 0 owns the file with permissions 755 or 555.

For more information about:

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3002E
User exit exit-name returned a record length of length, which is too large.
Explanation:

The IP PrintWay extended mode user exit returned a record length in field XTPPRLEN that is greater than 32K bytes.

In the message text:

exit-name
The name of the exit.
length
The length of the record.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues. The job failed on this attempt.

IP PrintWay attempts to retransmit the document to the printer. If this is the last retry attempt, IP PrintWay either deletes the print job from the JES spool or retains it on the JES spool. When the retention time expires, IP PrintWay automatically deletes the print job from the JES spool.

User response:

None.

Operator response:

Notify your system programmer that this error occurred.

System programmer response:

Correct the user exit.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3003I
message-text
Explanation:

You see the message from the user exit.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3004E
The value for XTPERLEN (length) is not valid. The record exit is exit-name.
Explanation:

The IP PrintWay extended mode exit returned a length in field XTPERLEN that is not valid.

In the message text:

length
Is the value for XTPERLEN.
exit-name
The user exit name.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues. The job failed on this attempt.

User response:

None.

Operator response:

Notify your system programmer.

System programmer response:

Correct the user exit. See z/OS Infoprint Server Customization for information about how to code the Record exit.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3006I
IP PrintWay accepted the request to hold the print job.
Explanation:

IP PrintWay extended mode accepted the request. The print job will be held.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3008I
IP PrintWay accepted the request to release the print job.
Explanation:

IP PrintWay extended mode accepted the request. The print job will be released.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3009I
IP PrintWay accepted the request to move the print job to printer printer-uri.
Explanation:

IP PrintWay extended mode accepted the request. The print job will be moved to printer printer-uri.

In the message text, printer-uri is the printer to which the print job will be moved. The printer-uri has this format:

printer-uri
An identifier of the printer, in one of these formats:
direct_sockets://hostname:port
The host name and port number of the printer.
lpr://hostname/queue
The host name and print queue name of the printer.
vtam://luname
The VTAM® logical unit (LU) name of the printer.
uri
The Uniform Resource Identifier (URI) of the Internet Printing Protocol (IPP) server running in the printer. Examples are:
ipp://myprinter.xyz.com
http://myprinter.xyz.com:631

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3010I
IP PrintWay accepted the request to delete the print job.
Explanation:

IP PrintWay extended mode accepted the request. The print job will be deleted.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3011I
IP PrintWay accepted the request to start the printer.
Explanation:

IP PrintWay extended mode accepted the request. The printer will be started.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3012I
IP PrintWay accepted the request to stop the printer.
Explanation:

IP PrintWay extended mode accepted the request. The printer will be stopped.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3013I
IP PrintWay accepted the request to redirect this printer to printer printer-uri.
Explanation:

IP PrintWay extended mode accepted the request. The printer will be redirected to printer-uri.

In the message text, printer-uri is the printer to which the print job was redirected. The printer-uri has this format:

printer-uri
An identifier of the printer, in one of these formats:
direct_sockets://hostname:port
The host name and port number of the printer.
lpr://hostname/queue
The host name and print queue name of the printer.
vtam://luname
The VTAM logical unit (LU) name of the printer.
uri
The Uniform Resource Identifier (URI) of the Internet Printing Protocol (IPP) server running in the printer. Examples are:
ipp://myprinter.xyz.com
http://myprinter.xyz.com:631

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3014I
IP PrintWay rejected the request to hold the print job.
Explanation:

IP PrintWay extended mode rejected the request. The print job will not be held. The possible reasons are that the print job is ready to be deleted, has already been deleted, or another program acquired the document.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

If the document is still on the spool and has not been acquired by another program, resubmit the hold request.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3016I
IP PrintWay rejected the request to release the print job.
Explanation:

IP PrintWay extended mode rejected the request. The print job will not be released. The possible reasons are that the print job is processing, ready to be deleted, already deleted, or another program acquired the document.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

If the document is still on the spool and has not been acquired by another program, resubmit the release request.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3017I
IP PrintWay rejected the request to move the print job to printer printer-uri.
Explanation:

IP PrintWay extended mode rejected the request. The possible reasons are that the print job was rejected, ready to be deleted, or already deleted. If the print job was rejected, you cannot move it.

In the message text, printer-uri is the printer where the print job was requested to be moved. The printer-uri has this format:

printer-uri
An identifier of the printer, in one of these formats:
direct_sockets://hostname:port
The host name and port number of the printer.
lpr://hostname/queue
The host name and print queue name of the printer.
vtam://luname
The VTAM logical unit (LU) name of the printer.
uri
The Uniform Resource Identifier (URI) of the Internet Printing Protocol (IPP) server running in the printer. Examples are:
ipp://myprinter.xyz.com
http://myprinter.xyz.com:631

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

If the print job was rejected because it was sent to a printer that is not defined in the Printer Inventory (see message AOP3208E), the administrator can create a printer definition and release the print job, or the user can delete the print job and then resubmit it with a correct printer definition.

If the print job was rejected because no PRTQUEUE or PORTNO parameter was specified (see message AOP3203E), delete the print job and resubmit it.

If the print job was rejected because the DEST, CLASS, or FORMS JCL parameters do not match the printer definition (see message AOP3201E), you can change these parameters to match the printer definition and release the print job.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3018I
IP PrintWay rejected the request to delete the print job.
Explanation:

IP PrintWay extended mode rejected the request. The possible reason is the print job was already deleted.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3019I
IP PrintWay rejected the request to start the printer.
Explanation:

IP PrintWay extended mode rejected the request. The printer will not be started.

IP PrintWay extended mode has no record that this printer exists. This can happen if someone started the printer and it finished processing all print jobs, and no printer definition exists for the printer in the Printer Inventory.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

If you want to start this printer, ask your administrator to create a printer definition for the printer.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3020I
IP PrintWay rejected the request to stop the printer.
Explanation:

IP PrintWay extended mode rejected the request. The printer will not be stopped.

IP PrintWay no longer has a record of the printer. This can happen when a print job finishes and no printer definition exists for the printer in the Printer Inventory.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

If you want to stop this printer, ask your administrator to create a printer definition for the printer.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3021I
IP PrintWay rejected the request to redirect this printer to printer printer-uri.
Explanation:

IP PrintWay extended mode rejected the request. Another printer or printers might already be redirected to this printer, the printer might be redirected to itself, the alternate printer to which you want to redirect this printer might be redirected to another printer, or IP PrintWay might not have a record for the printer.

In the message text, printer-uri is the printer where this printer was requested to be redirected. The printer-uri has this format:

printer-uri
An identifier of the printer, in one of these formats:
direct_sockets://hostname:port
The host name and port number of the printer.
lpr://hostname/queue
The host name and print queue name of the printer.
vtam://luname
The VTAM logical unit (LU) name of the printer.
uri
The Uniform Resource Identifier (URI) of the Internet Printing Protocol (IPP) server running in the printer. Examples are:
ipp://myprinter.xyz.com
http://myprinter.xyz.com:631

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

Make sure that you are not trying to redirect a printer to itself. If another printer or printers are already redirected to this printer, restore those printers first. If the alternate printer is redirected to another printer, restore that printer first. If none of these situations exist, refresh the Infoprint Central panel to see if a record of the printer exists. If no record exists, ask your administrator to create a printer definition for the printer in the Printer Inventory so you can use the redirect action.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3024I
IP PrintWay accepted the restore request to stop redirecting this printer to printer printer-uri.
Explanation:

IP PrintWay extended mode accepted the restore request. Print jobs submitted to this printer will no longer be redirected to the alternate printer. Also print jobs that were submitted to this printer and redirected to the alternate printer but not yet printed are moved back to this printer. For example, jobs submitted to printer "A" that were moved to printer "B" because "A" was redirected are moved back to printer "A".

In the message text, printer-uri is the alternate printer to which the printer was redirected. The printer-uri has this format:

printer-uri
An identifier of the printer, in one of these formats:
direct_sockets://hostname:port
The host name and port number of the printer.
lpr://hostname/queue
The host name and print queue name of the printer.
vtam://luname
The VTAM logical unit (LU) name of the printer.
uri
The Uniform Resource Identifier (URI) of the Internet Printing Protocol (IPP) server running in the printer. Examples are:
ipp://myprinter.xyz.com
http://myprinter.xyz.com:631

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3025I
IP PrintWay rejected the restore request to stop redirecting this printer to printer printer-uri.
Explanation:

IP PrintWay extended mode rejected the restore request. This printer is still redirected to the alternate printer.

IP PrintWay has no record that this printer exists. This can happen if someone restored the printer and it finished processing all print jobs, and no printer definition exists for the printer in the Printer Inventory.

In the message text, printer-uri is the alternate printer where the printer was redirected. The printer-uri has this format:

printer-uri
An identifier of the printer, in one of these formats:
direct_sockets://hostname:port
The host name and port number of the printer.
lpr://hostname/queue
The host name and print queue name of the printer.
vtam://luname
The VTAM logical unit (LU) name of the printer.
uri
The Uniform Resource Identifier (URI) of the Internet Printing Protocol (IPP) server running in the printer. Examples are:
ipp://myprinter.xyz.com
http://myprinter.xyz.com:631

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3200I
IP PrintWay started the job selection rule.
Explanation:

The job selection rule was started by IP PrintWay extended mode.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3201E
The DEST, CLASS, and FORMS JCL keywords do not match a printer definition in the Printer Inventory.
Explanation:

IP PrintWay extended mode cannot find a printer definition in the Printer Inventory that matches the DEST, CLASS and FORMS JCL parameters for the print job. The job submitter might have specified incorrect DEST, CLASS, and FORMS values on the OUTPUT JCL statement. Or the printer definition in the Printer Inventory might be missing or have incorrect values.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay extended mode rejected the print job and did not process it. The print job remains on the JES spool with a status of "rejected" so that IP PrintWay extended mode does not attempt to process the print job again until the operator releases it.

User response:

If you specified incorrect DEST, CLASS, and FORMS values on the OUTPUT JCL statement for the print job, correct the JCL for the job.

Operator response:
  • Correct the DEST, CLASS or FORMS values for the print job, if necessary, to match the same values in the printer definition for the printer. Then release the print job for printing. Or, delete the print job from the JES spool and ask the job submitter to resubmit the job with correct JCL.
  • If no printer definition exists for the printer, ask your administrator to create one. If a printer definition does exist with matching DEST, CLASS, and FORMS values, but the Use DEST, CLASS, FORMS for IP PrintWay printer selection field is not selected, ask your administrator to select this field.
System programmer response:

Edit the printer definition, if necessary, to correct the DEST, CLASS, or FORMS values. Or, create a new printer definition with DEST, CLASS and FORMS values that match the values specified in the JCL parameters. Make sure the Use DEST, CLASS, FORMS for IP PrintWay printer selection field in the printer definition is selected.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3202W
The PORTNO and PRTQUEUE JCL keywords were both specified. IP PrintWay uses the PORTNO value.
Explanation:

IP PrintWay extended mode uses the PORTNO value when both PORTNO and PRTQUEUE parameters are used on the OUTPUT JCL statement.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues with the PORTNO value.

User response:

Change your JCL to specify either the PORTNO or PRTQUEUE JCL parameters, but not both.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3203E
The DEST=IP JCL keyword was specified, but neither the PRTQUEUE nor PORTNO JCL keywords were specified.
Explanation:

The DEST=IP: parameter was specified on the OUTPUT JCL statement for the data set. When the DEST=IP: parameter is specified, either the PRTQUEUE or PORTNO parameter is also required. However, neither parameter was specified.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay extended mode rejected the print job and did not process it. The print job remains on the JES spool with a status of "rejected" so that IP PrintWay extended mode does not attempt to process the print job again until the operator releases it.

User response:

Delete the print job, submit the data set again, and specify either the PRTQUEUE or PORTNO parameter.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3204I
IP PrintWay accepted the document from JES.
Explanation:

IP PrintWay extended mode verified that the printer definition that the print job requested is in the Printer Inventory, and it accepted the document from JES for processing. IP PrintWay added the print job to the printer's queue.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay processes the print job in the order that the print job was added to the printer's queue.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3205E
The SAPI PUT/GET request returned return code retcode and reason code reason-code.
Explanation:

IP PrintWay extended mode received a non-zero return code from Sysout Application Programming Interface (SAPI).

In the message text:

retcode
The return code.
reason-code
The reason the request was returned.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

Check the return code and reason code for the appropriate action (see z/OS MVS Using the Subsystem Interface).

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3206I
IP PrintWay stopped the job selection rule.
Explanation:

IP PrintWay stopped using the job selection rule to select print jobs from the JES spool because the administrator deleted the job selection rule from the Printer Inventory, the operator stopped the job selection rule, or the operator stopped IP PrintWay extended mode.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues. If the operator stopped IP PrintWay extended mode, IP PrintWay automatically uses the job selection rule again when IP PrintWay is restarted.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3207E
SAPI returned return code retcode.
Explanation:

IP PrintWay extended mode received a non-zero return code from Sysout Application Programming Interface (SAPI). No reason code is available for this type of return code from SAPI.

In the message text, retcode is the return code.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

Check the return code for the appropriate action (see z/OS MVS Using the Subsystem Interface).

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3208E
The FSSDATA JCL keyword specified a printer definition, printer-definition, that is not defined in the Printer Inventory.
Explanation:

The printer definition listed is not in the Printer Inventory.

In the message text, printer-definition is the specified printer definition.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay extended mode rejected the print job. The print job remains on the JES spool with a status of "rejected" so that IP PrintWay extended mode does not attempt to process the print job again until the operator releases it.

User response:

If the name of the printer definition is incorrect, correct the name in the FSSDATA parameter on the OUTPUT JCL statement and rerun the job. Or, ask your administrator to create a printer definition with this name and then ask the operator to release the print job.

Operator response:

Tell the job submitter that this error occurred. Delete the print job from the JES spool if the job submitter resubmits it. Or release the print job after the administrator creates the printer definition.

System programmer response:

Create a printer definition in the Infoprint Server Printer Inventory if requested.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3209I
The IP PrintWay job selection rule definition was changed in the Printer Inventory.
Explanation:

The administrator changed the job selection rule definition in the Printer Inventory. IP PrintWay extended mode uses the changed rule.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3210I
The IP PrintWay job selection rule manager started.
Explanation:

The IP PrintWay extended mode job selection rule manager is active.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3212E
IP PrintWay stopped using the job selection rule due to a terminating error.
Explanation:

The job selection rule is no longer active. Check for additional messages to determine the problem.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

Fix the error and restart the job selection rule. To restart the job selection rule, do one of these:

  • Use Infoprint Central to stop the job selection rule. Then use Infoprint Central to start the job selection rule.
  • Use the ISPF panels to change any attribute in the job selection rule.
  • Use the pidu command to change any attribute in the job selection rule.
  • Run the AOPSTOP JCL procedure. Then run the AOPSTART JCL procedure.

Contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3213I
No record exists in the Printer Inventory for the print job to be processed.
Explanation:

The print job does not exist in the Printer Inventory and cannot be processed. This situation might indicate that a logic error exists in IP PrintWay extended mode.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing ends for this print job.

User response:

If the job still exists on the JES spool, use Infoprint Central to release the print job. IP PrintWay extended mode will attempt to print the print job. If the problem occurs again, notify your system programmer that this error occurred.

Operator response:

None.

System programmer response:

Contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3215E
The requested printer definition, printer-definition, is not an IP PrintWay printer definition. The printer type is printer-type.
Explanation:

The printer definition in the Printer Inventory is not an IP PrintWay definition.

In the message text:

printer-definition
The name of the printer definition that IP PrintWay extended mode selected to print the print job. The job submitter might have specified this printer definition by name or might have specified the DEST, CLASS, and FORMS JCL values associated with the printer definition.
printer-type
The type of the printer: PSF-MVS, GENERAL, or UNKNOWN.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay extended mode rejected the print job and did not process it. The print job remains on the JES spool with a status of "rejected" so that IP PrintWay extended mode does not attempt to process the print job again until the operator releases it.

User response:

Correct the OUTPUT JCL statement. Either specify the correct printer definition name in the FSSDATA parameter, or specify the correct values in the DEST, CLASS, and FORMS parameters. Then resubmit the print job. Or ask your administrator to change the type of the printer definition to IP PrintWay.

Operator response:

Tell the user that this error occurred.

  • If the user specified the incorrect printer definition name on the OUTPUT JCL statement, delete the print job and ask the job submitter to rerun the job.
  • If the user specified incorrect DEST, CLASS, and FORMS values on the OUTPUT JCL statement, change the DEST, CLASS, and FORMS values and release the print job.
  • If the type of printer definition is incorrect, ask your administrator to correct the printer definition and then release the print job.
System programmer response:

Inspect the DEST, CLASS, and FORMS values of the output data set to determine which printer definition IP PrintWay extended mode selected to print the data set.

If the DEST, CLASS, and FORMS values on the JCL are incorrect and caused IP PrintWay extended mode to select the wrong printer definition, change the DEST, CLASS, and FORMS values of the output data set.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3216E
No document was found on the JES spool for the print job. In a sysplex, the document might have been deleted after it was processed on another system.
Explanation:

IP PrintWay extended mode was processing a document that exists in Infoprint Server but no longer is on the JES spool. The job might have been deleted from the spool.

If IP PrintWay extended mode is running on another system in a sysplex, IP PrintWay might have deleted the print job after it was processed on the other system.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing of this print job ends.

User response:

None.

Operator response:

Check the message log for the print job to determine what caused the problem. In a sysplex, also look at the messages for the print job on the other systems where IP PrintWay extended mode is running.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3217E
IP PrintWay could not obtain the SWB from JES because the SJFREQ macro failed. The data set name is datasetname. The return code is 0xreturncode. The reason code is 0xreasoncode.
Explanation:

IP PrintWay extended mode requested that JES return the Scheduler Work Block (SWB) associated with the data set, but an error occurred when JES invoked the SJFREQ macro. The SWB contains information about the data set, such as information that the job submitter specified in an OUTPUT JCL statement.

In the message text:

  • datasetname is the name of the data set
  • returncode is the SWB processing return code (field SSS2WRTN)
  • reasoncode is the SWB processing reason code (field SSS2WRSN)
System action:

IP PrintWay extended mode returns the print job to JES and does not attempt to process the print job again unless the operator releases it.

User response:

If necessary, resubmit the print job after the problem is corrected.

Operator response:

Notify your system programmer that this error occurred. After the problem is corrected, delete or release the print job.

System programmer response:

The SWB processing reason code (field SSS2WRSN) identifies the SJF service that JES invoked using the SFJREQ macro and contains the return code and reason code from that service. For information about the return code and reason code from the SJFREQ macro for each SJF service, see z/OS MVS Programming: Authorized Assembler Services Reference SET-WTO.

If you use JES exits to assign default values to data sets or to override values that a user specifies in an OUTPUT JCL statement, make sure that the values assigned by the JES exits are correct.

Contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3218I
Load of module ANFFHC failed. The return code is return-code. The reason code is reason-code.
Explanation:

Check (IBMINFOPRINT, INFOPRINT_PRINTWAY_MODE) was unable to determine which mode of IP PrintWay is running because the load of module ANFFHC failed.

In the message text:

  • return-code is the hexadecimal return code from the LOAD macro.
  • reason-code is the hexadecimal reason code from the LOAD macro.
System action:

Processing continues.

User response:

Notify the system programmer that this error occurred.

Operator response:

Notify the system programmer that this error occurred.

System programmer response:

Check that module ANFFHC is in SYS1.LINKLIB. If not, apply the PTF for APAR OA26577. For information about the LOAD return code and reason code, see z/OS MVS System Codes. If the error condition persists, contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

AOPWSMD

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3219I
Call of module ANFFHC failed. The return code is return-code.
Explanation:

Check (IBMINFOPRINT, INFOPRINT_PRINTWAY_MODE) was unable to determine which mode of IP PrintWay is running because the call to module ANFFHC failed

In the message text, return-code is the hexadecimal return code from the call to ANFFHC. 0 indicates that ANFFHC did not return a code.

System action:

Processing continues.

User response:

Notify the system programmer that this error occurred.

Operator response:

Notify the system programmer that this error occurred.

System programmer response:

If the error condition persists, contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

AOPWSMD

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3220I
The document cannot be printed because it has been removed from the print job.
Explanation:

IP PrintWay extended mode processed a document, but that document is no longer on the JES spool. IP PrintWay extended mode cannot send the document to the printer. The operator might have deleted the document from the JES spool after IP PrintWay extended mode processed it but before it was sent to the printer.

System action:

Processing continues. IP PrintWay extended mode sends other documents in the print job to the printer.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3401I
IP PrintWay deleted the document from the JES spool.
Explanation:

IP PrintWay extended mode deleted the document after it finished processing the print job.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3402I
IP PrintWay added the print job to the printer’s queue.
Explanation:

The print job was added to the printer's queue.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3403I
IP PrintWay removed the print job from the printer’s queue.
Explanation:

IP PrintWay extended mode removed the print job from the printer’s queue. See other messages for the reason the print job was removed.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3406I
IP PrintWay deleted the print job and did not retain it on the JES spool.
Explanation:

The print job was deleted from the JES spool.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3407I
IP PrintWay held the print job on the printer’s queue.
Explanation:

IP PrintWay extended mode held the print job because the operator requested the print job be held.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3408I
IP PrintWay cannot hold the print job.
Explanation:

IP PrintWay extended mode could not hold the print job on the JES spool. The print job might have completed before IP PrintWay extended mode could hold it, or another program has acquired the data set.

If IP PrintWay extended mode is running on another system in a sysplex, IP PrintWay might be processing the print job on the other system. To hold a print job that IP PrintWay is processing, you must select the Hold action from the system where IP PrintWay is processing the print job.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues. IP PrintWay does not hold the print job.

User response:

None.

Operator response:

If the print job is still on the JES spool, select the Hold action again. In a sysplex, select the Hold action from the system where IP PrintWay is processing the print job.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3409I
IP PrintWay reordered the print job on the printer’s queue because the priority of the print job changed.
Explanation:

The print job was reordered on the printer queue because the operator changed the priority.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3410I
IP PrintWay stopped processing the print job on the printer.
Explanation:

IP PrintWay extended mode stopped processing the print job because the operator held or deleted the print job or the operator moved the print job.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3411I
IP PrintWay released the print job on the printer.
Explanation:

IP PrintWay extended mode released the print job because the operator did the release action. The print job is ready to print.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3413I
IP PrintWay is retaining the print job on the JES spool for retain-time seconds until retention-expiration-date.
Explanation:

IP PrintWay extended mode retained the print job on the JES spool after completion because retention was requested in the printer definition or on the OUTPUT JCL statement.

In the message text:

retain-time
The number of seconds IP PrintWay extended mode will retain the print job.
retention-expiration-date
The date and time when the retention time expires.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay extended mode will delete the print job from the JES spool when the retention time expires.

User response:

None.

Operator response:

If the print job is retained on the JES spool, you can use Infoprint Central to:

  • Release the print job to print on the same printer. Release the print job after you correct the problem with the document or printer.
  • Move the print job to another printer and release it.
  • Hold the print job if you do not want IP PrintWay to delete the print job when its retention time expires.
  • Delete the print job.
System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3414I
IP PrintWay is no longer retaining the job.
Explanation:

The print job is no longer retained on the JES spool. The operator might have held or deleted the print job.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3415I
The print job is no longer retained because the retention period expired.
Explanation:

The print job is no longer retained on the JES spool because the retention period expired.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay extended mode deleted the print job from the JES spool. Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3416I
IP PrintWay will retain the print job until you delete it.
Explanation:

IP PrintWay extended mode retained the print job on the JES spool after it completed. IP PrintWay extended mode will not automatically delete the print job from the JES spool because the administrator or job submitter specified a retention period of FOREVER.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

Delete the print job from the JES spool when it is no longer needed.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3417I
IP PrintWay rejected the print job. The print job remains on the JES spool.
Explanation:

IP PrintWay extended mode cannot process the print job due to an error.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

The print job remains on the JES spool in the rejected state.

User response:

See the other messages for the print job to determine the error and the appropriate response.

Operator response:

See other messages for the print job to determine the error and the appropriate response. If the job submitter resubmits the print job, use Infoprint Central to delete the print job from the JES spool. Otherwise, release the print job after the problem is corrected.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3418I
IP PrintWay cannot hold the document on the JES spool.
Explanation:

IP PrintWay extended mode cannot hold the document on the JES spool as requested. Another process might have selected the print job, or the print job has been deleted.

If IP PrintWay extended mode is running on another system in a sysplex, IP PrintWay might be processing the print job on the other system. To hold a print job that IP PrintWay is processing, you must select the Hold action from the system where IP PrintWay is processing the print job.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

Try to hold the print job again if it is still on the JES spool. In a sysplex, select the Hold action from the system where IP PrintWay is processing the print job.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3419I
IP PrintWay held the document on the JES spool.
Explanation:

IP PrintWay extended mode held the document on the JES spool as requested.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3420I
IP PrintWay cannot delete the print job because another program is processing it. Delete the print job from the system where it is being processed, or try again later.
Explanation:

IP PrintWay could not delete the print job as requested because another program is processing the print job.

If IP PrintWay extended mode is running on more than one system in a sysplex, IP PrintWay might be processing the print job on the other system. To delete a print job that IP PrintWay is processing, you must select the Delete action from the system where IP PrintWay is processing the print job.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

The print job is not deleted.

User response:

None.

Operator response:

If the print job is still on the JES spool, try selecting the Delete action again. In a sysplex, select the Delete action from the system where IP PrintWay is processing the print job.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3500I
IP PrintWay deleted the printer from the Printer Inventory.
Explanation:

IP PrintWay extended mode deleted an internal record for this printer in the Printer Inventory. Typically this occurs because no printer definition exists for the printer and the print job that was printing on the printer finished processing. As a result, Infoprint Central will no longer be able to find this printer and display information about it. IP PrintWay extended mode keeps an internal record for a printer only if a printer definition exists for the printer, a print job is processing on the printer, the printer is stopped, the printer is redirected to another printer, or another printer is redirected to it.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3501I
IP PrintWay created the printer in the Printer Inventory.
Explanation:

IP PrintWay extended mode created an internal record for this printer in the Printer Inventory. Typically this occurs because the administrator created a printer definition for the printer or a print job started printing on the printer. As a result, Infoprint Central will be able to find this printer and display information about it. IP PrintWay extended mode keeps an internal record for a printer only if a printer definition exists for the printer, a print job is processing on the printer, the printer is stopped, the printer is redirected to another printer, or another printer is redirected to it.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3502I
The administrator added printer definition printer-definition for this printer.
Explanation:

The administrator created a printer definition in the Printer Inventory for this printer.

In the message text, printer-definition is the definition for the added printer.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3503I
Printer definition printer-definition is no longer a printer definition for this printer.
Explanation:

The administrator deleted or modified the printer definition. For example, the administrator might have changed the host name.

In the message text, printer-definition is the deleted or modified printer definition.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3504I
IP PrintWay started the printer.
Explanation:

IP PrintWay extended mode started the printer as requested.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3505I
IP PrintWay stopped the printer.
Explanation:

IP PrintWay extended mode stopped the printer as requested.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3506I
The printer was already started.
Explanation:

The operator selected the Start action to start the printer, but the printer is already started.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3507I
The printer was already stopped.
Explanation:

The operator selected the Stop action to stop the printer, but the printer is already stopped.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3508I
IP PrintWay redirected this printer to printer printer-uri.
Explanation:

IP PrintWay extended mode redirected the printer to an alternate printer because the operator selected the Redirect action. IP PrintWay extended mode moved all print jobs on the printer's queue, except for the currently processing print job, to the queue of the alternate printer. IP PrintWay extended mode will redirect all print jobs that are submitted to this printer to the alternate printer until the operator selects the Restore action.

In the message text, printer-uri is the printer to which the print jobs were redirected. The printer-uri has this format:

printer-uri
An identifier of the printer, in one of these formats:
direct_sockets://hostname:port
The host name and port number of the printer.
lpr://hostname/queue
The host name and print queue name of the printer.
vtam://luname
The VTAM logical unit (LU) name of the printer.
uri
The Uniform Resource Identifier (URI) of the Internet Printing Protocol (IPP) server running in the printer. Examples are:
ipp://myprinter.xyz.com
http://myprinter.xyz.com:631

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

When this printer is fixed, select the Restore action on Infoprint Central to restore printing on this printer.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3509I
IP PrintWay redirected printer printer-uri to this printer.
Explanation:

IP PrintWay extended mode redirected another printer to this printer because the operator selected the Redirect action. IP PrintWay extended mode moved all print jobs on the other printer’s queue, except for the currently processing print job, to the queue of this printer.

In the message text, printer-uri is the printer from which the print jobs were redirected. The printer-uri has this format:

printer-uri
An identifier of the printer, in one of these formats:
direct_sockets://hostname:port
The host name and port number of the printer.
lpr://hostname/queue
The host name and print queue name of the printer.
vtam://luname
The VTAM logical unit (LU) name of the printer.
uri
The Uniform Resource Identifier (URI) of the Internet Printing Protocol (IPP) server running in the printer. Examples are:
ipp://myprinter.xyz.com
http://myprinter.xyz.com:631

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

When the other printer is fixed, select the Restore action on Infoprint Central to restore printing on the other printer.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3510I
IP PrintWay restored this printer. Print jobs are no longer redirected to printer printer-uri.
Explanation:

IP PrintWay extended mode removed the redirection that was in effect for this printer because the operator selected the Restore action. IP PrintWay extended mode moved all print jobs that were originally submitted to this printer, except for the currently printing job, back to this printer's queue.

In the message text, printer-uri is the name of the printer to which print jobs had been redirected. The printer-uri has this format:

printer-uri
An identifier of the printer, in one of these formats:
direct_sockets://hostname:port
The host name and port number of the printer.
lpr://hostname/queue
The host name and print queue name of the printer.
vtam://luname
The VTAM logical unit (LU) name of the printer.
uri
The Uniform Resource Identifier (URI) of the Internet Printing Protocol (IPP) server running in the printer. Examples are:
ipp://myprinter.xyz.com
http://myprinter.xyz.com:631

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3511I
IP PrintWay restored printer printer-uri. Its print jobs are no longer redirected to this printer.
Explanation:

IP PrintWay extended mode removed the redirection that was in effect for another printer because the operator selected the Restore action. IP PrintWay extended mode moved all print jobs that had been originally submitted to the other printer, except for the currently printing job, from this printer's queue back to the other printer’s queue.

In the message text, printer-uri is the other printer that was restored. The printer-uri has this format:

printer-uri
An identifier of the printer, in one of these formats:
direct_sockets://hostname:port
The host name and port number of the printer.
lpr://hostname/queue
The host name and print queue name of the printer.
vtam://luname
The VTAM logical unit (LU) name of the printer.
uri
The Uniform Resource Identifier (URI) of the Internet Printing Protocol (IPP) server running in the printer. Examples are:
ipp://myprinter.xyz.com
http://myprinter.xyz.com:631

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3600E
IP PrintWay cannot load FCB forms-control-buffer, return code is return-code, reason code is reason-code.
Explanation:

IP PrintWay extended mode cannot load the forms control buffer (FCB) that is required to format the document. Some possible reasons for this error are:

  • The FCB name is incorrect on the OUTPUT JCL statement or in the printer definition.
  • The SYS1.IMAGELIB data set is not in the system LNKLST and is not a sanctioned step library.
  • The SYS1.IMAGELIB data set is not APF-authorized.

In the message text:

forms-control-buffer
The name of the forms control buffer (FCB). The FCB was specified on the OUTPUT JCL statement or in the printer definition.
return-code
The hexadecimal return code from the LOAD macro.
reason-code
The hexadecimal reason code from the LOAD macro.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

The document was not printed. IP PrintWay extended mode retains the failed print job on the JES spool if retention is requested in the printer definition.

User response:

None.

Operator response:

Notify your system programmer that this error occurred.

System programmer response:

Check these items:

  • The name of the FCB is specified correctly on the OUTPUT JCL statement or in the printer definition.
  • SYS1.IMAGELIB is in the system LNKLST or is a sanctioned step library. Specify SYS1.IMAGELIB in the STEPLIB environment variable in the aopstart EXEC and also in the STEPLIBLIST sanction list in the BPXPRMxx PARMLIB member.
  • SYS1.IMAGELIB is APF-authorized.

For information about:

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3601I
The carriage control character is not defined. The line will be printed with a single carriage return and with line feed.
Explanation:

IP PrintWay extended mode detected a carriage control value that is not supported. The line is printed with a carriage return and a line feed. IP PrintWay extended mode cannot determine what formatting is required.

In the message text, character is the unsupported carriage control character.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

Modify the carriage control value and resubmit the job.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3602I
The end of the document contains an incomplete transparent data record.
Explanation:

IP PrintWay extended mode detected end of file before the end of a transparent data segment. Either there was an I/O error, or the length specified in the transparent data is incorrect.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

Modify either the transparent data or the length of transparent data and resubmit the job.

Operator response:

None.

System programmer response:

Determine the cause of the I/O error if an I/O error is indicated.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3603E
The document contains an incorrect transparent data record.
Explanation:

IP PrintWay extended mode detected an error in a transparent data record.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

The print request was not completed

User response:

Correct the transparent data record, and resubmit the print request.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3604E
The document contains an incorrect transparent data length.
Explanation:

A transparent data record contains a length that is less than 0 or greater than 255.

System action:

The print request was not completed

User response:

Correct the transparent data record, and resubmit the print request.

Operator response:

Not applicable.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3605E
The iconv utility did not open. The document code page is document-code-page. The printer code page is printer-code-page.
Explanation:

The iconv utility did not open. Typically this error means that either the document code page or the printer code page specified in the printer definition is incorrect.

In the message text:

document-code-page
The name of the document code page.
printer-code-page
The name of the printer code page.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay extended mode retains the print job on the JES spool if retention was requested in the printer definition.

User response:

Resubmit the print job, if necessary, after the administrator corrects the code pages in the printer definition.

Operator response:

Notify your administrator that this error occurred. After the administrator corrects the code pages in the printer definition, use Infoprint Central to release the print job if it is retained on the JES spool. If the print job is not retained on the JES spool, ask the job submitter to resubmit the job.

System programmer response:

Make sure the code page names are valid for your level of z/OS. For valid names, see z/OS XL C/C++ Programming Guide, sections "Code Set Converters Supplied" and "Universal Coded Character Set Converters". Use the Infoprint Server ISPF panels to correct the code page names in the Document code page or Printer code page fields in the printer definition in the Printer Inventory.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3606E
The iconv utility did not complete the conversion. The return code is return-code.
Explanation:

The iconv utility did not finish converting the data stream between EBCDIC and ASCII representation. In the message text, return-code is the return code.

System action:

The print request was not completed.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3607E
The Printer Inventory does not contain an entry for the component name specified in the PRTOPTNS JCL parameter or in the routing exit. The entry name is component-name.
Explanation:

No component was found in the Infoprint Server Printer Inventory with the requested component name. A Processing, IP PrintWay Options, or Protocol component with the requested name must exist in the Printer Inventory.

In the message text, component-name is the name of the component that was requested either in the PRTOPTNS JCL parameter of the OUTPUT statement or in the IP PrintWay Routing exit.

System action:

The job is failed on this attempt.

User response:

Make sure the component name specified in the PRTOPTNS JCL parameter is correct. After you correct it, resubmit the job.

Operator response:

Notify your system programmer that this error occurred. After the administrator adds the missing components in the Printer Inventory or corrects the routing exit, use Infoprint Central to release the print job if it is retained on the JES spool. If the print job is not retained on the JES spool, ask the job submitter to resubmit the job.

System programmer response:

Make sure the component name specified in the IP PrintWay Routing exit is correct. If the component name is correct, create a Processing, IP PrintWay Options, or Protocol component with that name in the Infoprint Server Printer Inventory. For information about how to create components for use with the PRTOPTNS JCL parameter, see z/OS Infoprint Server Operation and Administration.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3608E
IP PrintWay could not write an SMF record for the document because the __smf_record function failed with return code return-code and errno errno.
Explanation:

The SMF type 6 record is not recorded. This error can occur when Infoprint Server does not have RACF authorization to write SMF records.

In the message text:

return-code
The return code.
errno
The error number.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay extended mode does not write an SMF type 6 record.

User response:

None.

Operator response:

Notify your system programmer that this error occurred.

System programmer response:

Look up the return code and errno in z/OS UNIX System Services Messages and Codes to determine the problem. Also, make sure that the AOPOPER group (or the group your installation defined for Infoprint Server operators) has READ access to the BPX.SMF profile in the RACF FACILITY class. For more information, see z/OS Infoprint Server Customization. If you do not want SMF type 6 records to be recorded, specify the smf-recording=no attribute in the Infoprint Server configuration file (aopd.conf) or, if dynamic configuration is enabled, in the system configuration definition.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3609I
IP PrintWay has started to process the print job.
Explanation:

The print job is processing.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3610E
The print job will not be processed because it is not in the pending state.
Explanation:

The print job must be in the Pending state for the print job to print.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay extended mode does not process the print job.

User response:

None.

Operator response:

None.

System programmer response:

The print job was possibly held or finished processing. Look at other messages for the print job to determine why the print job is not in the Pending state.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3611E
The print job will not be processed because the target printer is printer-uri1 but the print job is on printer printer-uri2.
Explanation:

The print job is in the current printer queue and is ready to print but the job has been moved to another printer. The job is printing or scheduled to print on the other printer and will not be printed on this printer.

In the message text:

printer-uri1
The printer where the print job will now be printed.
printer-uri2
The printer where the print job was originally scheduled to print.

The printer-uri has this format:

printer-uri
An identifier of the printer, in one of these formats:
direct_sockets://hostname:port
The host name and port number of the printer.
lpr://hostname/queue
The host name and print queue name of the printer.
vtam://luname
The VTAM logical unit (LU) name of the printer.
uri
The Uniform Resource Identifier (URI) of the Internet Printing Protocol (IPP) server running in the printer. Examples are:
ipp://myprinter.xyz.com
http://myprinter.xyz.com:631

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing stops.

User response:

None.

Operator response:

The job must be moved if the current queued printer is incorrect and should print on the new target printer.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3612I
IP PrintWay has started to process the document.
Explanation:

IP PrintWay extended mode started to process the document.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3613I
The print job was completed successfully.
Explanation:

All pages in the print job were successfully sent to the printer. If you also receive message AOP3852I, the printer reported that all pages in the print job finished printing.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3614I
The print job was completed but contained errors.
Explanation:

IP PrintWay extended mode completed processing the print job but an error prevented one or more documents in the print job from printing.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

Correct the error if possible and resubmit the job.

Operator response:

Look at the other messages for the print job to determine the error and response. If the print job was retained on the JES spool, try to correct the error and then use Infoprint Central to release the print job. If the print job was not retained, or if you cannot correct the error, ask the job submitter to resubmit the job.

System programmer response:

Look at the other messages for the print job to determine the error and response.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3615I
IP PrintWay will process the document when the retry interval ends.
Explanation:

An error occurred that prevented the document from printing, and retry is requested for the print job.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay extended mode processes the print job again after the retry interval expires. When all the retries are attempted, IP PrintWay extended mode retains the print job if retention for failed print jobs is requested for the print job. If no retention is requested, IP PrintWay extended mode deletes the print job.

User response:

See the operator response.

Operator response:

Look at the other messages for the print job to determine what error occurred. Fix the error if possible. After the error is fixed, you can use Infoprint Central to release the print job so that IP PrintWay extended mode processes it again immediately, before the retry interval expires. If you cannot fix the error, you can either delete the print job or hold the print job on the JES spool until you can fix the error.

For information about how many retries have been attempted and the retry interval, use Infoprint Central to view properties of the print job. Retry information is in the Status section on the Infoprint Server Print Job Properties panel.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3616I
The print job was moved to printer new-printer-uri from printer original-printer-uri. It is no longer on this printer. The print job was not processed.
Explanation:

The print job was moved from one printer to another. IP PrintWay extended mode will print the print job on the new printer instead of on the original printer.

In the message text:

new-printer-uri
The printer to which the print job has been moved.
original-printer-uri
The printer from which the print job has been moved.

The printer-uri has this format:

printer-uri
An identifier of the printer, in one of these formats:
direct_sockets://hostname:port
The host name and port number of the printer.
lpr://hostname/queue
The host name and print queue name of the printer.
vtam://luname
The VTAM logical unit (LU) name of the printer.
uri
The Uniform Resource Identifier (URI) of the Internet Printing Protocol (IPP) server running in the printer. Examples are:
ipp://myprinter.xyz.com
http://myprinter.xyz.com:631

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing stops.

User response:

None.

Operator response:

To find the printer where the print job is to print or has printed, select the printer image in the Printer column on the Infoprint Server Print Jobs panel.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3617E
The administrator made changes in the DNS, so the print job is no longer routed to this printer. The original printer was original-printer-uri. The new printer is new-printer-uri. The print job was not processed.
Explanation:

A change to the host name for the original printer in the Domain Name Server occurred after the print job was submitted. This change caused the print job to be removed from the current printer. This print job will not print on the original printer.

In the message text:

original-printer-uri
The original printer in the DNS.
new-printer-uri
The new printer in the DNS.

The printer-uri has this format:

printer-uri
An identifier of the printer, in one of these formats:
direct_sockets://hostname:port
The host name and port number of the printer.
lpr://hostname/queue
The host name and print queue name of the printer.
vtam://luname
The VTAM logical unit (LU) name of the printer.
uri
The Uniform Resource Identifier (URI) of the Internet Printing Protocol (IPP) server running in the printer. Examples are:
ipp://myprinter.xyz.com
http://myprinter.xyz.com:631

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay extended mode does not print the print job on the new printer. The current job will fail on the current printer.

User response:

Resubmit the print job.

Operator response:

Resubmit the print job.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3618I
The transform transform-name started.
Explanation:

IP PrintWay extended mode started a data stream transform to convert the data stream from one format to another.

In the message text, transform-name is the transform that was started. This transform is specified in the printer definition.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3800E
The LPR/LPD processing received a failure acknowledgement while it was processing the print job.
Explanation:

The possible reason can be a connection failure or a disconnection.

System action:

The job failed on this attempt.

User response:

Notify the operator that this error occurred.

Operator response:

Check that the printer is turned on. Ping the printer to make sure the network connection is working.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3801E
The LPR/LPD processing could not bind any local ports between 721 and 731 on host host-name for the print job.
Explanation:

The TCP/IP BIND call failed for the target address for the well-known port range from 721 to 731.

In the message text, host-name is the name of the host.

System action:

IP PrintWay attempts to retransmit the document to the printer. If this is the last retry attempt, IP PrintWay either deletes the print job from the JES spool or retains it on the JES spool. When the retention time expires, IP PrintWay automatically deletes the print job from the JES spool.

Operator response:

None.

System programmer response:

If the printer can accept print requests submitted from z/OS ports outside the port range 721 to 731, deselect the Restrict ports field in the printer definition.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3802I
original-value was truncated to new-value for command command-code in the LPR control file for the print job.
Explanation:

The value is truncated because it is too long to fit in the LPR control file in the command file.

In the message text:

original-value
The original value.
new-value
The new, truncated value.
command-code
The name of the command in the LPR control file.
System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3803E
The LPR RECEIVE A PRINT JOB command did not work because a print queue that is not valid was specified, or the LPD accepts print jobs only on ports 721 to 731, or a connection failed.
Explanation:

IP PrintWay received an error when it sent the LPR RECEIVE A PRINT JOB command to the LPD. Some possible reasons for the error are:

  • The print queue specified in the printer definition or in JCL is not correct.
  • The network connection is not working.
  • The LPD accepts print jobs only from ports in the well-known port ranges of 721 to 731.
  • IP PrintWay is sending the print job to InfoPrint Manager for AIX®, but the InfoPrint Manager LPD is not authorized to receive print jobs from the z/OS host.
System action:

IP PrintWay attempts to retransmit the document to the printer. If this is the last retry attempt, IP PrintWay either deletes the print job from the JES spool or retains it on the JES spool. When the retention time expires, IP PrintWay automatically deletes the print job from the JES spool.

Operator response:

None.

System programmer response:

See the message log for the possible related error messages and correct the error based on the messages.

Check these items:

  • Verify that the print queue name is correct. If the print queue name is not correct, edit the printer definition or the JCL to specify the correct queue name.
  • Check that the printer is turned on.
  • Ping the printer to make sure the network connection is working.
  • If the LPD requires that the z/OS port be in the range of 721 to 731, select the Restrict ports LPR option in the printer definition.
  • If the target host is InfoPrint Manager for AIX, make sure that the host name or IP address of the z/OS system is specified in file etc/hosts.lpd on the AIX system. You can use this AIX command to add the z/OS system to the etc/hosts.lpd file:
    smit mkhostslpd nnn.nnn.nnn.nnn
    where nnn.nnn.nnn.nnn is the host name or IP address of the z/OS system.
Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3804E
The LPR/LPD processing did not work for the print job to the target host.
Explanation:

The final status indicator message for an LPR/LPD protocol job.

System action:

The print job was not printed successfully.

User response:

Check the associated messages for the print job and printer to determine the cause.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3805I
Queue name queue1 overrides print queue name queue2.
Explanation:

The administrator specified an alternate queue name for the printer or print server in the Queue name override field in the printer definition. IP PrintWay sent the print job to line printer daemon (LPD) using the alternate queue name.

In the message text:

  • queue1 is the queue name to which IP PrintWay sent the print job. This queue name was specified in the Queue name override field in the printer definition.
  • queue2 is the print queue name for the printer. This queue name was specified in the Print queue name field of the printer definition, in the PRTQUEUE parameter of the OUTPUT JCL statement, or in the print-queue-name job attribute. Infoprint Central displays this queue name in the Print queue name field for the printer.
System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3850W
IP PrintWay is waiting for a printer problem to be corrected. The printer reported this error: message.
Explanation:

The printer reported an error condition. For example, the printer might be out of paper or have a paper jam. IP PrintWay waits for the printer problem to be corrected before it sends data to the printer again.

In the message text, message contains the message that the printer returned. Typically, the message contains the PJL status code and an explanation of the code. For information about status codes, see Printer Job Language Technical Reference Manual published by Hewlett Packard.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay extended mode waits for a response from the printer for the time specified in the Response timeout field in the printer definition. When it receives a response, it resumes sending data to the printer and no duplicate pages are printed.

If the response timeout value specified in the printer definition expires before the printer responds, IP PrintWay retries the print job (if retries are requested) and duplicate pages might be printed.

User response:

After the printer problem is corrected, resubmit the print job if necessary.

Operator response:

Look at the error message from the printer and fix the printer problem. Restart the print job from the printer console if the printer does not start printing.

If you cannot fix the printer problem, cancel the print job from the printer console. After the printer problem is corrected, start the print job from Infoprint Central if the print job was retained on the JES spool, or ask the job submitter to resubmit the print job.

System programmer response:

If the response timeout interval expires before the operator can fix the printer problem, consider specifying a higher value in the Response timeout field in the printer definition. A high response timeout value (for example, 3 days) can prevent duplicate pages from being printed.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3851E
The print job was canceled at the printer. The printer reported this message: message.
Explanation:

IP PrintWay extended mode stopped printing the print job because someone canceled the print job from the printer console.

In the message text, message contains the message that the printer returned. Typically, the message contains the PJL status code and an explanation of the code. For information about status codes, see Printer Job Language Technical Reference Manual published by Hewlett Packard.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay does not retry the print job. It retains the print job on the JES spool if retention is requested in the printer definition.

User response:

After the problem is corrected, resubmit the print job if necessary.

Operator response:

If the print job was canceled due to an error and it is retained on the JES spool, you can start the print job again from Infoprint Central after the problem is corrected. The print job resumes printing from the last page that printed successfully, if requested in the printer definition. If the print job is not retained, ask the job submitter to resubmit the print job.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3852I
number pages in the print job printed successfully.
Explanation:

The number of pages in the print job that the printer reported printed successfully. If the print job was moved to another printer, some of these pages might have printed on the original printer.

In the message text, number is the total number of pages that the printer reported were printed. It includes pages in all documents in the print job and pages that were successfully printed in previous failed attempts.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

None.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3853I
The print job will start printing after page number.
Explanation:

The print job will resume printing in the middle of the print job because an error occurred or because someone canceled the print job at the printer console and the operator restarted the print job.

In the message text, number is the last page that printed successfully.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

None.

User response:

Look for duplicate pages near the page where the print job resumed printing. If you want IP PrintWay to resume printing at the beginning of the print job when an error occurs, ask your administrator to clear the Restart printing after last successful page field in the printer definition.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3854W
The printer does not support the PJL USTATUS PAGE command.
Explanation:

IP PrintWay extended mode sent the Printer Job Language (PJL) USTATUS PAGE=ON command to the printer, but the printer did not set it. The printer might not support the PJL USTATUS PAGE command.

If an error occurs during printing, IP PrintWay extended mode cannot determine the number of pages that printed successfully. Therefore:

  • The print job is restarted from the beginning of the print job instead of from the last page that printed.
  • The SMF type 6 record does not contain the correct number of printed pages.

However, if no error occurs, IP PrintWay can determine how many pages printed successfully.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing of the print job continues.

User response:

None.

Operator response:

Ask your administrator to contact the printer vendor.

System programmer response:

Contact the printer vendor to correct the error.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3855W
The printer does not support the PJL USTATUS DEVICE command.
Explanation:

IP PrintWay extended mode sent the Printer Job Language (PJL) USTATUS DEVICE=ON command to the printer, but the printer did not set it. The printer might not support the PJL USTATUS DEVICE command.

If an error occurs during printing, IP PrintWay extended mode cannot obtain information about the printer. Therefore:

  • If the printer needs intervention, IP PrintWay does not write a message. It waits for the response timeout interval and retries the print job.
  • If someone cancels the print job from the console, IP PrintWay considers the print job to be successful.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing of the print job continues.

User response:

None.

Operator response:

Ask your administrator to contact the printer vendor.

System programmer response:

Contact the printer vendor to correct the error.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3856E
The printer does not support the PJL USTATUS JOB command.
Explanation:

IP PrintWay extended mode sent the Printer Job Language (PJL) USTATUS JOB command to the printer, but the printer did not set it. The printer might not support the PJL USTATUS JOB command.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay extended mode retries the print job. When all retries are completed, IP PrintWay retains the print job on the JES spool if retention is requested.

User response:

After the problem is corrected, restart the print job if necessary.

Operator response:

Ask your administrator to check that the printer supports the USTATUS JOB command. After the problem is corrected, the print job starts automatically when IP PrintWay retries the print job. However, you can start the print job immediately from Infoprint Central. If IP PrintWay has completed the print job and retained it on the JES spool, start the print job from Infoprint Central. If the print job is no longer on the JES spool, ask the job submitter to resubmit the print job.

System programmer response:

If the printer does not support the PJL USTATUS JOB command, clear the Record pages for accounting and Restart printing after last successful page fields in the printer definition. These fields require that the printer support the PJL USTATUS JOB command.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3857W
The printer does not return information after each page prints.
Explanation:

The printer accepted the Printer Job Language (PJL) USTATUS PAGE command, but it did not produce a page-by-page report.

If an error occurs during printing, IP PrintWay extended mode cannot determine the number of pages that printed successfully. Therefore:

  • The print job is restarted from the beginning of the print job instead of from the last page that printed.
  • The SMF type 6 record does not contain the correct number of printed pages.

However, if no error occurs, IP PrintWay can determine how many pages printed successfully.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

Processing of the print job continues.

User response:

None.

Operator response:

Ask your administrator to contact the printer vendor.

System programmer response:

Contact the printer vendor to correct the error.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3858E
The printer requires intervention or does not support PJL.
Explanation:

IP PrintWay extended mode attempted to send a print job to the printer, but either the printer timed out or the response timeout value specified in the printer definition expired before IP PrintWay received a response from the printer. In most cases, the printer times out first because most printers have a timeout value of just a few minutes.

The problem might be one of these:

  • The printer requires intervention. For example, the printer might be out of paper or have a paper jam.
  • The printer does not support HP's Printer Job Language (PJL).

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

If retries are requested, IP PrintWay extended mode waits for the retry time specified in the printer definition and retries the print job. When all retries are completed, IP PrintWay retains the print job on the JES spool if retention is requested.

User response:

After the problem is corrected, resubmit the print job if necessary.

Operator response:

Check the printer. After you correct the printer problem, the print job starts automatically when IP PrintWay retries the print job. However, you can start the print job immediately from Infoprint Central. If IP PrintWay has completed the print job and retained it on the JES spool, start the print job from Infoprint Central. If the print job is no longer on the JES spool, ask the job submitter to resubmit the print job.

If the printer does not need intervention, ask your print administrator to check whether the printer supports PJL. After the printer definition is corrected, start the print job from Infoprint Central, or ask the job submitter to resubmit the print job.

System programmer response:

Check the printer documentation to see if the printer supports PJL. If it does not support PJL, clear the Record pages for accounting and Restart printing after last successful page fields in the printer definition. These fields require that the printer support PJL.

If you want to give the operator more time to correct a printer problem before IP PrintWay completes processing the print job, consider specifying a higher retry time (for example, 30 minutes) in the printer definition. Or, you can try to set a higher print timeout value from the printer's web page. However, most printers do not let you specify a high timeout value.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3859E
The document must not contain a PJL JOB command when an IP PrintWay PJL option is selected.
Explanation:

The document to be printed contains a PJL JOB command, but a PJL JOB command is not allowed when you select an IP PrintWay PJL option in the printer definition. The AFP to PCL transform or another application such as a printer driver, might have added the PJL JOB command.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay extended mode retries the print job. When all retries are completed, IP PrintWay retains the print job on the JES spool if retention is requested.

User response:

Notify the system programmer that this error occurred. After the problem is corrected, resubmit the print job if necessary.

Operator response:

Notify the system programmer that this error occurred. After the problem is corrected, restart the print job if necessary.

System programmer response:

Do one or more of these:

  • If the AFP to PCL transform created the document (filter afpxpcl.dll is specified in the printer definition), ask the administrator to set AOP_PJL->no in the Infoprint transform configuration (aopxfd.conf) so that the transform does not add a PJL JOB command. Then restart the Infoprint Server Transform Manager to pick up the changes, and ask the job submitter to resubmit the print job. For information about the transform configuration file, see IBM Print Transforms from AFP for Infoprint Server for z/OS.
  • Update the printer definition so that these IP PrintWay PJL options are not selected: Record pages for accounting and Restart printing after last successful page. Then ask the operator to restart the print job using Infoprint Central. If the print job is no longer on the JES spool, ask the job submitter to resubmit the print job. For information about the PJL options, see z/OS Infoprint Server Operation and Administration.
  • Update the application so that the PJL JOB command is not added in the original document. Then ask the job submitter to resubmit the print job.
Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3900E
The protocol protocol is not supported.
Explanation:

IP PrintWay does not support the protocol listed.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

The job failed on this attempt.

User response:

Notify your system programmer that this error occurred.

Operator response:

None.

System programmer response:

Examine the printer definition to determine what protocol is configured in the protocol section. Verify that the protocol is correct for IP PrintWay and that the printer definition is an IP PrintWay printer definition.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3901E
The AOXVTM module could not get storage.
Explanation:

An error occurred when IP PrintWay tried to send a data set to a VTAM-controlled printer.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay tries to retransmit the data set. If this is the final retry, or if no retries are requested, IP PrintWay retains the data set on the JES spool for the amount of time specified for failed transmissions and then deletes the data set.

Operator response:

Notify your system programmer that this error occurred.

System programmer response:

This message indicates a possible logic problem. Contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3902E
No pointer to the VTAM parameter list was supplied.
Explanation:

An error occurred when IP PrintWay tried to send a data set to a VTAM-controlled printer.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay tries to retransmit the data set. If this is the final retry, or if no retries are requested, IP PrintWay retains the data set on the JES spool for the amount of time specified for failed transmissions and then deletes the data set.

Operator response:

Notify your system programmer that this error occurred.

System programmer response:

This message indicates a possible logic problem. Contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3903E
An unknown error has occurred. The return code is 0xcode. The reason code is 0xcode.
Explanation:

An error occurred when IP PrintWay tried to send a data set to a VTAM-controlled printer.

In the message text, code is the hexadecimal return code or reason code.

The problem might be one of these:

  • The APPL ID that you specified to Infoprint Server is spelled incorrectly.
  • The APPL ID is not defined in VTAM.
  • Another application is using the same APPL ID.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay tries to retransmit the data set. If this is the final retry, or if no retries are requested, IP PrintWay retains the data set on the JES spool for the amount of time specified for failed transmissions and then deletes the data set.

Operator response:

Notify your system programmer that this error occurred.

System programmer response:

Make sure that the APPL ID is spelled correctly, is defined to VTAM, and is not used by another application. The APPL ID is specified either in the AOP_APPLID environment variable in the aopstart EXEC or, if dynamic configuration is enabled, in the applid attribute in the system configuration definition. If you run IP PrintWay in a sysplex, also make sure the APPL ID is unique for IP PrintWay on each system. For information about the AOP_APPLID environment variable and the applid attribute, see z/OS Infoprint Server Customization. For information about the VTAM code and VTAM state, see z/OS Communications Server: IP and SNA Codes.

If the APPL ID is correct and is not used by another application, this message might indicate a logic problem. Contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3905E
AOXVTM did not load. The return code is 0xcode. The reason code is 0xcode.
Explanation:

An error occurred when IP PrintWay tried to send a data set to a VTAM-controlled printer.

In the message text, code is the hexadecimal return code or reason code from the LOAD macro.

The problem might be one of these:

  • You did not install Coaxial Printer Support.
  • You moved module AOXVTM from SYS1.LINKLIB to a library that is not specified in the STEPLIB environment variable or is not defined to the STEPLIBLIST facility.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay tries to retransmit the data set. If this is the final retry, or if no retries are requested, IP PrintWay retains the data set on the JES spool for the amount of time specified for failed transmissions and then deletes the data set.

Operator response:

Notify your system programmer that this error occurred.

System programmer response:

Make sure that:

  • You install Infoprint Coaxial Printer Support for z/OS, 5655-N62.
  • If AOXVTM is not in SYS1.LINKLIB, specify the library that contains AOXVTM in the STEPLIB environment variable in the aopstart EXEC and define the library to the STEPLIBLIST facility.

For information about the STEPLIB environment variable and the STEPLIBLIST facility, see z/OS Infoprint Server Customization. For information about the codes, see z/OS MVS System Codes.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3906E
No APPLID for IP PrintWay was found when the VTAM protocol was requested.
Explanation:

An error occurred when IP PrintWay tried to send a data set to a VTAM-controlled printer.

The AOP_APPLID environment variable or the applid attribute is not specified. To print on VTAM-controlled printers, you must create a VTAM APPL statement for IP PrintWay and specify the APPL ID either in the AOP_APPLID environment variable or in the applid configuration attribute.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay tries to retransmit the data set. If this is the final retry, or if no retries are requested, IP PrintWay retains the data set on the JES spool for the amount of time specified for failed transmissions and then deletes the data set.

Operator response:

Notify your system programmer that this error occurred.

System programmer response:

Specify the APPL ID in the AOP_APPLID environment variable in the aopstart EXEC or, if dynamic configuration is enabled, in the applid attribute in the system configuration definition. For information about the AOP_APPLID environment variable and the applid attribute, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3907E
Specify a printer LU name for the VTAM protocol.
Explanation:

The printer LU name is missing or incorrect in the Protocol section of the printer definition, or the name is not defined in VTAM.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay tries to retransmit the data set. If this is the final retry, or if no retries are requested, IP PrintWay retains the data set on the JES spool for the amount of time specified for failed transmissions and then deletes the data set.

Operator response:

Notify your system programmer that this error occurred.

System programmer response:

Specify a printer LU name in the printer definition, and make sure the printer LU name is defined in VTAM. If you use the Printer Inventory Definition Utility (PIDU) to modify printer definitions, specify the printer-luname attribute on the pidu command.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3909E
A VTAM error has occurred. The VTAM request code is 0xcode. The VTAM feedback code is 0xcode. The VTAM system sense code is 0xcode. The VTAM RPL return code is 0xcode. The VTAM LU name is luname. The VTAM logmode name is logmode.
Explanation:

An error occurred while IP PrintWay was sending a data set to a VTAM-controlled printer.

In the message text:

  • code is the hexadecimal code from VTAM.
  • luname is the logical unit name of the VTAM-controlled printer, which is specified in the printer definition in the Printer Inventory.
  • logmode is the name of the entry in the VTAM logon-mode table that the printer uses. The logmode name can be specified in the printer definition. If it is not specified in the printer definition, it is the name specified in the DLOGMOD parameter of the VTAM resource definition statement for the printer LU.

The problem might be one of these:

  • The IP PrintWay connection timeout value expired before IP PrintWay could connect to the printer.
  • The printer might be turned off.
  • The printer LU name might be incorrect in the printer definition.
  • The printer LU name might not be defined in VTAM.
  • The printer logmode name might not be an entry in the VTAM logon-mode table. The logon-mode table is specified in the MODETAB parameter of the VTAM resource definition statement for the printer LU.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay attempts to retransmit the document to the printer. If this is the last retry attempt, IP PrintWay either deletes the print job from the JES spool or retains it on the JES spool. When the retention time expires, IP PrintWay automatically deletes the print job from the JES spool.

Operator response:

Notify your system programmer that this error occurred.

System programmer response:

If the connection timeout value expires repeatedly when the printer is turned on, increase the value in the Connection timeout field in the printer definition. Make sure that the printer is turned on, the printer LU and logmode names are correct in the printer definition, and that the printer LU and logmode names are defined in VTAM. For information about the VTAM codes, see z/OS Communications Server: IP and SNA Codes.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3910E
A VTAM STATE error has occurred. The return code is 0xcode. The state is 0xstate.
Explanation:

An error occurred while IP PrintWay was sending a data set to a VTAM-controlled printer.

In the message text, code is the hexadecimal return code from VTAM and state is the state from VTAM.

The problem might be one of these:

  • The APPL ID that you specified to Infoprint Server is spelled incorrectly.
  • The APPL ID is not defined in VTAM.
  • Another application is using the same APPL ID.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay attempts to retransmit the document to the printer. If this is the last retry attempt, IP PrintWay either deletes the print job from the JES spool or retains it on the JES spool. When the retention time expires, IP PrintWay automatically deletes the print job from the JES spool.

Operator response:

Notify your system programmer that this error occurred.

System programmer response:

Make sure that the APPL ID is spelled correctly, is defined to VTAM, and is not used by another application. The APPL ID is specified either in the AOP_APPLID environment variable in the aopstart EXEC or, if dynamic configuration is enabled, in the applid attribute in the system configuration definition. If you run IP PrintWay in a sysplex, also make sure the APPL ID is unique for IP PrintWay on each system. For information about the AOP_APPLID environment variable and the applid attribute, see z/OS Infoprint Server Customization. For information about the VTAM code and VTAM state, see z/OS Communications Server: IP and SNA Codes.

If the APPL ID is correct and is not used by another application, this message might indicate a logic problem. Contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3911E
A VTAM OPEN error has occurred. The return code is 0xcode. The reason code is 0xcode.
Explanation:

A VTAM error occurred while IP PrintWay was trying to send a data set to a VTAM-controlled printer.

In the message text, code is the hexadecimal return code or reason code from VTAM.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay attempts to retransmit the document to the printer. If this is the last retry attempt, IP PrintWay either deletes the print job from the JES spool or retains it on the JES spool. When the retention time expires, IP PrintWay automatically deletes the print job from the JES spool.

Operator response:

Notify your system programmer that this error occurred.

System programmer response:

For information about the VTAM codes, see z/OS Communications Server: IP and SNA Codes.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3912I
The transmission was successful but was canceled at the printer.
Explanation:

The operator canceled the print job at the printer after all data had been transmitted.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay retains the data set on the JES spool for the amount of time specified for failed transmissions and then deletes the data set.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3913E
AOPITX did not load. The return code is 0xcode. The reason code is 0xcode.
Explanation:

An error occurred when IP PrintWay tried to send a data set to a VTAM-controlled printer. You might have moved module AOPITX from SYS1.LINKLIB to a library that is not specified in the STEPLIB environment variable or is not defined to the STEPLIBLIST facility.

In the message text, code is the hexadecimal return code or reason code from the LOAD macro.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay tries to retransmit the data set. If this is the final retry, or if no retries are requested, IP PrintWay retains the data set on the JES spool for the amount of time specified for failed transmissions and then deletes the data set.

Operator response:

Notify your system programmer that this error occurred.

System programmer response:

If AOPITX is not in SYS1.LINKLIB, specify the library that contains AOPITX in the STEPLIB environment variable in the aopstart EXEC and define the library to the STEPLIBLIST facility. For information about the STEPLIB environment variable and the STEPLIBLIST facility, see z/OS Infoprint Server Customization. For information about the VTAM codes, see z/OS Communications Server: IP and SNA Codes.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3914E
The response timeout expired. Intervention might be needed at the printer. The function code is 0xcode.
Explanation:

The data set could not be completely transmitted to the printer because the time specified in the Response timeout field of the printer definition in the Printer Inventory expired. This message can occur if the printer requires intervention, such as when the printer is out of paper, or if the printer is offline.

In the message text, code is the hexadecimal VTAM function code.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay attempts to retransmit the document to the printer. If this is the last retry attempt, IP PrintWay either deletes the print job from the JES spool or retains it on the JES spool. When the retention time expires, IP PrintWay automatically deletes the print job from the JES spool.

Operator response:

Correct the problem at the printer.

System programmer response:

If the response timeout value expires repeatedly when the printer is turned on, increase the value in the Response timeout field in the printer definition. For information about the VTAM codes, see z/OS Communications Server: IP and SNA Codes.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3915E
The connection timeout expired. Intervention might be needed at the printer.
Explanation:

The data set could not be transmitted to the printer because the time specified in the Connection timeout field of the printer definition in the Printer Inventory expired. This message can occur if another job is printing or if the printer is turned off.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

IP PrintWay attempts to retransmit the document to the printer. If this is the last retry attempt, IP PrintWay either deletes the print job from the JES spool or retains it on the JES spool. When the retention time expires, IP PrintWay automatically deletes the print job from the JES spool.

Operator response:

Correct the problem at the printer.

System programmer response:

If the connection timeout value expires repeatedly when the printer is turned on, increase the value in the Connection timeout field in the printer definition.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3949E
IP PrintWay extended mode does not support the VTAM protocol.
Explanation:

You are using a version of IP PrintWay extended mode that does not support the VTAM protocol.

The aoplogu command provides more information in fields before the message text. For information about the contents of these fields, see Format of messages in the Infoprint Server common message log.

System action:

The job failed on this attempt.

User response:

Contact your system programmer.

Operator response:

None.

System programmer response:

Change your JCL or the fields on the Allocation panel of the printer definition to direct the print job to IP PrintWay basic mode instead of IP PrintWay extended mode. Or, apply PTF UA15500 for the VTAM protocol.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3950E
Print job job-name does not contain the mail-to-addresses attribute.
Explanation:

The print job is detected to be an email job and the mail-to-addresses cannot be determined.

In the message text, job-name is the name of the print job.

System action:

The print job did not complete.

User response:

Notify your system programmer that this error occurred.

Operator response:

None.

System programmer response:

This message indicates a possible logic error.

Contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP3951I
IP PrintWay is sending the files in an e-mail with the following information: From: from-address To: to-addresses [Cc: cc-addresses] [Bcc: bcc-addresses] [Reply-To: reply-address] Subject: subject.
Explanation:

IP PrintWay will use z/OS UNIX sendmail to send the files as attachments in an email.

In the message text:

bcc-addresses
Email addresses of the blind copy recipients (other recipients cannot see a blind copy recipient).
cc-addresses
Email addresses of the copy recipients.
from-address
An optional descriptive name, followed by the email address of the sender.
reply-address
Email address that recipients can reply to.
subject
Subject of the email.
to-addresses
Email addresses of the recipients.

An email address can be an alias name defined to z/OS UNIX sendmail. An alias name represents one or more real email addresses.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4001I
Infoprint Central accepted a request from userid to delete the print job.
Explanation:

From Infoprint Central, a user asked to delete the specified print job. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request. Another message follows with the outcome of the request.

System action:

Infoprint Central tries to delete the print job.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4002I
Infoprint Central accepted a request from userid to hold the print job.
Explanation:

From Infoprint Central, a user asked to hold the specified print job. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request. Another message follows with the outcome of the request.

System action:

Infoprint Central tries to hold the print job.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4003I
Infoprint Central accepted a request from userid to release the print job.
Explanation:

From Infoprint Central, a user asked to release the specified print job. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request. Another message follows with the outcome of the request.

System action:

Infoprint Central tries to release the print job.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4004I
Infoprint Central accepted a request from userid to set attributes.
Explanation:

From Infoprint Central, a user asked to set one or more attributes. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request and attributes are the specified attributes. For example: destination=foreign, jes-priority=52, process-mode=page. For print jobs, another message follows with the outcome of the request.

System action:

Infoprint Central tries to set the attributes.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4005I
Infoprint Central deleted the document.
Explanation:

Infoprint Central deleted the document as a user requested.

System action:

The document is deleted.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4006I
Infoprint Central held the document.
Explanation:

Infoprint Central held the document as a user requested.

System action:

The document is held.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4007I
Infoprint Central released the document.
Explanation:

Infoprint Central released the document as a user requested.

System action:

The document is released.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4008I
Infoprint Central modified the document.
Explanation:

Infoprint Central modified the document as a user requested.

System action:

The document is modified.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4009I
Infoprint Central accepted a request from userid to start the printer.
Explanation:

From Infoprint Central, a user asked to start the printer. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request.

System action:

Infoprint Central tries to start the printer.

User response:

None.

Operator response:

Make sure that the printer starts. If the printer does not start, contact your system programmer.

System programmer response:

For PSF printers, check the MVS system log for JES or PSF messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4011I
Infoprint Central accepted a request from userid to pause the printer.
Explanation:

From Infoprint Central, a user asked to pause the printer. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request.

System action:

Infoprint Central tries to pause the printer.

User response:

None.

Operator response:

Make sure that the printer is paused. If the printer is not paused, contact your system programmer.

System programmer response:

For PSF printers, check the MVS system log for JES or PSF messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4012I
Infoprint Central accepted a request from userid to interrupt the printer.
Explanation:

From Infoprint Central, a user asked to interrupt the printer. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request.

System action:

Infoprint Central tries to interrupt the printer.

User response:

None.

Operator response:

Make sure that the printer is interrupted. If the printer is not interrupted, contact your system programmer.

System programmer response:

For PSF printers, check the MVS system log for JES or PSF messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4013I
Infoprint Central accepted a request from userid to repeat the printer.
Explanation:

From Infoprint Central, a user asked to repeat the printer. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request.

System action:

Infoprint Central tries to repeat the printer.

User response:

None.

Operator response:

Make sure that the printer repeats. If the printer does not repeat, contact your system programmer.

System programmer response:

For PSF printers, check the MVS system log for JES or PSF messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4014I
Infoprint Central accepted a request from userid to redirect the printer to printer.
Explanation:

From Infoprint Central, a user asked to redirect the printer. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request, and printer is the printer where print jobs are to be sent. Another message follows with the outcome of the request.

System action:

Infoprint Central tries to redirect the printer.

User response:

None.

Operator response:

Make sure that the printer is redirected. If the printer is not redirected, contact your system programmer.

System programmer response:

If the printer is not redirected, contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4015I
Infoprint Central accepted a request from userid to restore the printer.
Explanation:

From Infoprint Central, a user asked to restore the printer. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request. Another message follows with the outcome of the request.

System action:

Infoprint Central tries to restore the printer.

User response:

None.

Operator response:

Make sure that the printer is restored. If the printer is not restored, contact your system programmer.

System programmer response:

If the printer is not restored, contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4016I
Infoprint Central accepted a request from userid to start the LU.
Explanation:

From Infoprint Central, a user asked to start the logical unit (LU). Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request.

System action:

Infoprint Central tries to start the LU.

User response:

None.

Operator response:

Make sure that the LU starts. If the LU does not start, contact your system programmer.

System programmer response:

Check the MVS system log for NetSpool or VTAM messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4017I
Infoprint Central accepted a request from userid to stop the LU.
Explanation:

From Infoprint Central, a user asked to stop the logical unit (LU). Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request.

System action:

Infoprint Central tries to stop the LU.

User response:

None.

Operator response:

Make sure that the LU stops. If the LU does not stop, contact your system programmer.

System programmer response:

Check the MVS system log for NetSpool or VTAM messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4018I
Infoprint Central did not delete the document due to an error.
Explanation:

Infoprint Central did not delete the document as a user requested.

System action:

Processing continues.

User response:

Try to delete the document again. If the problem persists, contact your system programmer.

Operator response:

None.

System programmer response:

For IP PrintWay jobs, check the Infoprint Server print job log for IP PrintWay messages. For JES jobs, check the MVS system log for JES messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4019I
Infoprint Central did not hold the document due to an error.
Explanation:

Infoprint Central did not hold the document as a user requested.

System action:

Processing continues.

User response:

Try to hold the document again. If the problem persists, contact your system programmer.

Operator response:

None.

System programmer response:

For IP PrintWay jobs, check the Infoprint Server print job log for IP PrintWay messages. For JES jobs, check the MVS system log for JES messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4020I
Infoprint Central did not release the document due to an error.
Explanation:

Infoprint Central did not release the document as a user requested.

System action:

Processing continues.

User response:

Try to release the document again. If the problem persists, contact your system programmer.

Operator response:

None.

System programmer response:

Check the MVS system log for JES messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4021I
Infoprint Central did not modify the document due to an error.
Explanation:

Infoprint Central did not modify the document as a user requested.

System action:

Processing continues.

User response:

Try to modify the document again. If the problem persists, contact your system programmer.

Operator response:

None.

System programmer response:

Check the MVS system log for JES messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4022I
Infoprint Central accepted a request from userid to move the print job to printer.
Explanation:

From Infoprint Central, a user asked to move the specified print job. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request, and printer is the printer where the print job is to be sent. Another message follows with the outcome of the request.

System action:

Infoprint Central tries to move the print job.

User response:

None.

Operator response:

Make sure that the print job moves. If the print job does not move, contact your system programmer.

System programmer response:

Check the Infoprint Server print job log for IP PrintWay messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4026I
Infoprint Central accepted a request from userid to space the printer forward number pages from the start of the data set.
Explanation:

From Infoprint Central, a user asked to space the printer forward from the start of the data set. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request, and number is the number of pages to space the printer forward from the start of the data set.

System action:

Infoprint Central tries to space the printer forward the correct number of pages from the start of the data set.

User response:

None.

Operator response:

Make sure that the printer spaces forward the correct number of pages from the start of the data set. If the printer does not space forward the correct number of pages from the start of the data set, contact your system programmer.

System programmer response:

Check the MVS system log for JES or PSF messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4027I
Infoprint Central accepted a request from userid to space the printer forward number pages from the end of the data set.
Explanation:

From Infoprint Central, a user asked to space the printer forward from the end of the data set. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request, and number is the number of pages to space the printer forward from the end of the data set.

System action:

Infoprint Central tries to space the printer forward the correct number of pages from the end of the data set.

User response:

None.

Operator response:

Make sure that the printer spaces forward the correct number of pages from the end of the data set. If the printer does not space forward the correct number of pages from the end of the data set, contact your system programmer.

System programmer response:

Check the MVS system log for JES or PSF messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4028I
Infoprint Central accepted a request from userid to space the printer forward number pages from the last checkpoint.
Explanation:

From Infoprint Central, a user asked to space the printer forward from the last checkpoint. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request, and number is the number of pages to space the printer forward from the last checkpoint.

System action:

Infoprint Central tries to space the printer forward the correct number of pages from the last checkpoint.

User response:

None.

Operator response:

Make sure that the printer spaces forward the correct number of pages from the last checkpoint. If the printer does not space forward the correct number of pages from the last checkpoint, contact your system programmer.

System programmer response:

Check the MVS system log for JES or PSF messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4029I
Infoprint Central accepted a request from userid to space the printer forward number pages from the current page.
Explanation:

From Infoprint Central, a user asked to space the printer forward from the current page. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request, and number is the number of pages to space the printer forward from the current page.

System action:

Infoprint Central tries to space the printer forward the correct number of pages from the current page.

User response:

None.

Operator response:

Make sure that the printer spaces forward the correct number of pages from the current page. If the printer does not space forward the correct number of pages from the current page, contact your system programmer.

System programmer response:

Check the MVS system log for JES or PSF messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4030I
Infoprint Central accepted a request from userid to space the printer backward number pages from the start of the data set.
Explanation:

From Infoprint Central, a user asked to space the printer backward from the start of the data set. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request, and number is the number of pages to space the printer backward from the start of the data set.

System action:

Infoprint Central tries to space the printer backward the correct number of pages from the start of the data set.

User response:

None.

Operator response:

Make sure that the printer spaces backward the correct number of pages from the start of the data set. If the printer does not space backward the correct number of pages from the start of the data set, contact your system programmer.

System programmer response:

Check the MVS system log for JES or PSF messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4031I
Infoprint Central accepted a request from userid to space the printer backward number pages from the end of the data set.
Explanation:

From Infoprint Central, a user asked to space the printer backward from the end of the data set. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request, and number is the number of pages to space the printer backward from the end of the data set.

System action:

Infoprint Central tries to space the printer backward the correct number of pages from the end of the data set.

User response:

None.

Operator response:

Make sure that the printer spaces backward the correct number of pages from the end of the data set. If the printer does not space backward the correct number of pages from the end of the data set, contact your system programmer.

System programmer response:

Check the MVS system log for JES or PSF messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4032I
Infoprint Central accepted a request from userid to space the printer backward number pages from the last checkpoint.
Explanation:

From Infoprint Central, a user asked to space the printer backward from the last checkpoint. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request, and number is the number of pages to space the printer backward from the last checkpoint.

System action:

Infoprint Central tries to space the printer backward the correct number of pages from the last checkpoint.

User response:

None.

Operator response:

Make sure that the printer spaces backward the correct number of pages from the last checkpoint. If the printer does not space backward the correct number of pages from the last checkpoint, contact your system programmer.

System programmer response:

Check the MVS system log for JES or PSF messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4033I
Infoprint Central accepted a request from userid to space the printer backward number pages from the current page.
Explanation:

From Infoprint Central, a user asked to space the printer backward from the current page. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request, and number is the number of pages to space the printer backward from the current page.

System action:

Infoprint Central tries to space the printer backward the correct number of pages from the current page.

User response:

None.

Operator response:

Make sure that the printer spaces backward the correct number of pages from the current page. If the printer does not space backward the correct number of pages from the current page, contact your system programmer.

System programmer response:

Check the MVS system log for JES or PSF messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4035I
Infoprint Central accepted a request from userid to stop the printer and complete the current print job.
Explanation:

From Infoprint Central, a user asked to stop the printer and complete the current print job. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request. Another message follows with the outcome of the request.

System action:

Infoprint Central tries to stop the printer and complete the current print job.

User response:

None.

Operator response:

Make sure that the printer stops and the current print job is completed. If the printer does not stop or the current print job is not completed, contact your system programmer.

System programmer response:

For IP PrintWay printers, check the IP PrintWay printer log for IP PrintWay messages. For PSF printers, check the MVS system log for JES or PSF messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4036I
Infoprint Central accepted a request from userid to stop the printer and delete the current print job.
Explanation:

From Infoprint Central, a user asked to stop the printer and delete the current print job. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request. Another message follows with the outcome of the request.

System action:

Infoprint Central tries to stop the printer and delete the current print job.

User response:

None.

Operator response:

Make sure that the printer stops and the current print job is deleted. If the printer does not stop or the current print job is not deleted, contact your system programmer.

System programmer response:

For IP PrintWay printers, check the IP PrintWay printer log for IP PrintWay messages. For PSF printers, check the MVS system log for JES or PSF messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4037I
Infoprint Central accepted a request from userid to stop the printer and hold the current print job.
Explanation:

From Infoprint Central, a user asked to stop the printer and hold the current print job. Infoprint Central is acknowledging the user's request. In the message, userid is the user who made the request.

System action:

Infoprint Central tries to stop the printer and hold the current print job.

User response:

None.

Operator response:

Make sure that the printer stops and the current print job is held. If the printer does not stop or the current print job is not held, contact your system programmer.

System programmer response:

Check the IP PrintWay printer log for IP PrintWay messages.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP4040E
You do not have permission to communicate with Infoprint Server.
Explanation:

The user who is logged in to Infoprint Central is not permitted to access Infoprint Server files or directories.

System action:

Infoprint Central continues, but most Infoprint Central actions fail.

User response:

Notify the system programmer that this error occurred.

Operator response:

Notify the system programmer that this error occurred.

System programmer response:

To fix this problem try restarting the Infoprint Central daemon, aopssid. For example, run these MVS START commands to stop the daemon and restart Infoprint Server:

START AOPSTOP,OPTIONS='-d ssid'
START AOPSTART

If the problem persists after you restart the aopssid daemon, run the aopsetup shell script to set the correct permissions for Infoprint Server directories. For information about how to run aopsetup, see &aops000t;.

If the problem continues to persist, contact your service representative at the IBM Support Center, or use your electronic link with IBM for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP5000E
The OpenPrinter function failed.
Explanation:

The Infoprint Server Port Monitor tried to use the Windows OpenPrinter function, but the OpenPrinter function failed.

System action:

The Infoprint Server Port Monitor stops processing the request.

User response:

Try the request again. If the problem persists, contact your Windows administrator.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server Port Monitor for Windows.

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP5001I
Enter a name for the Infoprint port.
Explanation:

The user did not enter a name for the new Infoprint Port Monitor port. A port name is required.

System action:

The Infoprint Server Port Monitor waits.

User response:

Try the request again. If the problem persists, contact your Windows administrator.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server Port Monitor for Windows.

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP5002I
The port has been deleted.
Explanation:

The user added a new Infoprint Port Monitor port but did not configure it.

System action:

The Infoprint Port Monitor for Windows deletes the new Infoprint port.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server Port Monitor for Windows.

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP5003E
The ClosePrinter function failed.
Explanation:

The Infoprint Server Port Monitor tried to use the Windows ClosePrinter function, but the ClosePrinter function failed.

System action:

The Infoprint Port Monitor for Windows stops processing the request.

User response:

Try the request again. If the problem persists, contact your Windows administrator.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server Port Monitor for Windows.

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP5004I
Enter the host name of the z/OS system in Host Name
Explanation:

On the Infoprint Port Monitor Configuration window, the user did not enter the host name or IP address of the z/OS system. The host name is required.

System action:

The Infoprint Port Monitor for Windows waits.

User response:

Enter the host name or IP address of the z/OS system in the Host Name field.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server Port Monitor for Windows.

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP5005I
Enter the port number of the Infoprint Server LPD in Host Port.
Explanation:

On the Infoprint Port Monitor Configuration window, the user did not enter the port number of the Infoprint Server line printer daemon (LPD). The port number is required.

System action:

The Infoprint Port Monitor for Windows waits.

User response:

Enter the port number where the LPD is listening in the Host Port field. The usual port number is 515.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server Port Monitor for Windows.

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP5006I
Click Get Printer List. Then select the printer you want to use from the Printer Selection list.
Explanation:

On the Infoprint Port Monitor Configuration window, the user clicked OK without selecting a z/OS printer.

System action:

The Infoprint Port Monitor for Windows waits.

User response:

Follow the instructions in the message text.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server Port Monitor for Windows.

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP5007I
Port name already exists.
Explanation:

The user entered a port name that another Windows port uses. The port name must be unique in the Windows system.

In the message text, name is the name of the port that the user entered.

System action:

The Infoprint Port Monitor for Windows waits.

User response:

Enter a different port name and click OK.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server Port Monitor for Windows.

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP5008I
The port number must be an integer.
Explanation:

On the Infoprint Port Monitor Configuration window, the user entered an alphabetic port number in the Host Port field. The port number must be an integer.

System action:

The Infoprint Port Monitor for Windows waits.

User response:

Enter the port number where the Infoprint Server line printer daemon (LPD) is listening. The usual port number is 515.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server Port Monitor for Windows.

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP5050E
Registry error: registry-function failed.
Explanation:

The Infoprint Server Port Monitor for Windows tried to update the Windows registry, but the Windows registry function failed.

In the message text, registry-function is the name of the Windows registry function that failed.

System action:

The Infoprint Port Monitor for Windows stops processing the request.

User response:

Try the request again. If the problem persists, contact your Windows administrator.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server Port Monitor for Windows.

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP5051E
Communication protocol error.
Explanation:

The Infoprint Server Port Monitor for Windows could not connect to the z/OS system where Infoprint Server is running. The network might be experiencing problems, the z/OS host name in the Host Name field might be incorrect, or the port number in the Host Port field might be incorrect.

System action:

The Infoprint Port Monitor for Windows stops processing the request. If the Port Monitor is configuring a port, the port is not configured. If the Port Monitor is sending a print job to the z/OS system, the file is not sent.

User response:

If you are adding a Windows printer, make sure that the host name and port number for the z/OS system are correct on the Infoprint Port Monitor Configuration page. Then click "Get Printer List". If the problem persists, look at the other messages in the Windows event log to determine the problem, or contact your Windows administrator.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server Port Monitor for Windows.

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP5052E
The Infoprint Server LPD prematurely closed the connection.
Explanation:

The Infoprint Server line printer daemon (LPD) unexpectedly closed the network connection with the Infoprint Port Monitor.

System action:

The Infoprint Port Monitor for Windows stops processing the request. If the Port Monitor is configuring a port, the port is not configured. If the Port Monitor is sending a print job to the z/OS system, the file is not sent.

User response:

Try the request again. If the problem persists, contact your z/OS administrator.

Operator response:

None.

System programmer response:

Make sure the Infoprint Server LPD is running.

Problem determination:

Not applicable.

Source:

Infoprint Server Port Monitor for Windows.

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP5053E
Communication error: TCP-function failed.
Explanation:

The Infoprint Server Port Monitor for Windows could not connect to the z/OS system where Infoprint Server is running. The network might be experiencing problems.

In the message text, TCP-function is the name of the Windows TCP/IP function that failed.

System action:

The Infoprint Port Monitor for Windows stops processing the request. If the Port Monitor is configuring a port, the port is not configured. If the Port Monitor is sending a print job to the z/OS system, the file is not sent.

User response:

If the problem persists, look at the other messages in the Windows event log to determine the problem, or contact your Windows administrator.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server Port Monitor for Windows.

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOP5054E
Port list error.
Explanation:

The Infoprint Server Port Monitor for Windows could not get a list of Windows ports. This message indicates a Windows problem.

System action:

The Infoprint Port Monitor for Windows stops processing the request.

User response:

Try the request again. If the problem persists, contact your Windows administrator.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server Port Monitor for Windows.

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPH1501E
The Infoprint Server base directory contains Version 2 Printer Inventory files.
Explanation:

File master.v2db was found in the Infoprint Server base directory. This file indicates that Infoprint Server has reformatted the Version 1 Printer Inventory and created a Version 2 Printer Inventory on z/OS V1R12 (or later). The Version 1 Printer Inventory and the Version 2 Printer Inventory both exist in the Infoprint Server base directory. However, Infoprint Server on z/OS releases prior to z/OS V1R12 use only the Version 1 Printer Inventory.

Before you start Infoprint Server on z/OS V1R12 (or later) again, IBM suggests that you remove file master.v2db so that Infoprint Server creates a new Version 2 Printer Inventory. Any changes that the administrator has made in the Version 1 Printer Inventory after falling back to a release prior to z/OS V1R12 will be included in the new Version 2 Printer Inventory. However, if you want to keep any changes that the administrator made in the Version 2 Printer Inventory before falling back, do not remove file master.v2db. If file master.v2db exists, Infoprint Server on z/OS V1R12 (and later) does not create a new Version 2 Printer Inventory.

System action:

Processing continues.

User response:

Report this problem to the system programmer.

Operator response:

Report this problem to the system programmer.

System programmer response:

Examine the report that this check produced. An "E" in the "S" (Status) column indicates that the master.v2db file exists in the indicated base directory. If desired, remove file master.v2db from the base directory. To remove master.v2db, you must have an effective UID of 0 or be a member of the RACF AOPADMIN group.

For more information, see z/OS Migration.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPH1502I
The Infoprint Server base directory does not contain Version 2 Printer Inventory files.
Explanation:

No Version 2 Printer Inventory files were found in the Infoprint Server base directory. Either you have not yet started Infoprint Server on z/OS V1R12 (or later), or you have removed the Version 2 Printer Inventory files.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPH1503I
ENV/NA
Explanation:

The Printer Inventory is not available. This indicates that Infoprint Server has not been started on this system.

System action:

Processing continues.

User response:

Report this problem to the system programmer.

Operator response:

Report this problem to the system programmer.

System programmer response:

Start Infoprint Server before running this check.

For information about additional migration actions, see z/OS Migration.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPH1504E
Health Check was unable to complete.
Explanation:

An error prevented the health check from completing.

System action:

Processing continues.

User response:

Report this problem to the system programmer.

Operator response:

Report this problem to the system programmer.

System programmer response:

Check the system log and the Infoprint Server log for messages to determine why the health check was unable to complete. Correct the problem and run the health check again.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPH1511E
The Infoprint Server file system has insufficient space to reformat the Printer Inventory when you migrate to z/OS V1R12.
Explanation:

The Infoprint Server file system does not have enough available space for the Version 2 Printer Inventory. The first time you start Infoprint Server on z/OS V1R12 (or later), Infoprint Server attempts to reformat the Version 1 Printer Inventory and create a Version 2 Printer Inventory. If insufficient space exists, Infoprint Server does not start.

The minimum available space that is required is 2 times the space that the Version 1 Printer Inventory files currently use. (Version 1 Printer Inventory files have extension .db.)

The health check produced a report that identifies the Infoprint Server file system with its total available space and used space plus the minimum available space required to create the Version 2 Printer Inventory. An "N" in the "S" (Status) column indicates that the Version 2 Printer Inventory already exists.

System action:

Processing continues. However, if you do not increase the available space, Infoprint Server cannot start on z/OS V1R12 (or later).

User response:

Report this problem to the system programmer.

Operator response:

Report this problem to the system programmer.

System programmer response:

Examine the report that the health check produced.

  • o An "E" in the "S" (Status) column indicates that the file system does not have enough available space.
  • o An "N" in the "S" (Status) column indicates that file master.v2db exists. The amount of available space was not checked because Version 2 Printer Inventory files already exist.

After you increase the space in the file system, run this check again to verify that enough available space exists.

For more information, see Infoprint Server information in z/OS Migration.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPH1512I
The Infoprint Server file system has sufficient space to reformat the Printer Inventory when you migrate to z/OS V1R12. The health check produced a report that identifies the Infoprint Server file system with its total available space and used space plus the minimum available space required to create the Version 2 Printer Inventory. An "N" in the "S"(Status) column indicates that the Version 2 Printer Inventory already exists.
Explanation:

The Infoprint Server file system has enough space for the Version 2 Printer Inventory. The first time you start Infoprint Server on z/OS V1R12 (or later), Infoprint Server attempts to reformat the Version 1 Printer Inventory and create the Version 2 Printer Inventory. If insufficient space exists, Infoprint Server does not start.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPH1513I
ENV/NA
Explanation:

File master.v2db was found in the Infoprint Server base directory. This file indicates that Infoprint Server has already created the Version 2 Printer Inventory on z/OS V1R12 (or later). Therefore, there is no need to check that available space exists for the Version 2 Printer Inventory.

The health check produced a report that identifies the Infoprint Server base directory. An "N" in the "S" (Status) column indicates that the base directory contains file master.v2db.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPH1514I
File master.v2db was found in the Infoprint Server base directory. This file indicates that Infoprint Server has already created the Version 2 Printer Inventory on z/OS V1R12. Therefore, there is no need to check that available space exists for the Version 2 Printer Inventory. The health check produced a report that identifies the Infoprint Server base directory. An "N" in the "S" (Status) column indicates that the base directory contains file master.v2db.
Explanation:

Same as message text.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPH1515I
The Printer Inventory is not available. This indicates that Infoprint Server has not been started on this system.
Explanation:

The Printer Inventory is not available. This indicates that Infoprint Server has not been started on this system.

System action:

Processing continues.

User response:

Report this problem to the system programmer.

Operator response:

Report this problem to the system programmer.

System programmer response:

Start Infoprint Server before running this check.

For information about additional migration actions, see z/OS Migration.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPIM000 - AOPIM999
Explanation:

These messages are displayed by the Infoprint Server ISPF panels. For an explanation of the messages, press the ISPF HELP function key when the message is displayed on the ISPF panel. You can find some messages in this book as well.

AOPIM006
Option not enabled
Explanation:

You selected the ISPF panel option to view or edit the system configuration definition in the Printer Inventory. However, dynamic configuration is not enabled in Infoprint Server.

System action:

Processing continues.

User response:

Notify your system programmer that this error occurred. Select this option again after dynamic configuration is enabled.

Operator response:

None.

System programmer response:

For more information about dynamic configuration and how to enable it, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPIM011
An incorrect call to AOPICDMN was issued, indicating a panel error.
Explanation:

A panel script error occurred when you selected an option to display an ISPF panel. The panel script has either been changed or is corrupted.

System action:

Processing stops.

User response:

Report this problem to the system programmer.

Operator response:

None.

System programmer response:

If the panel script was changed, check the script for an error. Otherwise, contact the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPIM016
A system call during initialization encountered an error.
Explanation:

You entered an option to display an ISPF panel. However, the panel setup received a non-zero return code when trying to initialize an environment variable.

System action:

The request was not completed.

User response:

Contact the IBM Support Center, or use your electronic link with IBM service for assistance.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPIM019
Not authorized
Explanation:

You selected the ISPF panel option to view or edit the system configuration definition in the Printer Inventory. However, you do not have the required authorization to view or edit the system configuration definition.

System action:

Processing continues.

User response:

Notify your system programmer that this error occurred.

Operator response:

None.

System programmer response:

For information about the required authorization, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPIM021
You are not authorized to read the Printer Inventory.
Explanation:

You selected the ISPF panel option to view the Infoprint Server Printer Inventory. However, you do not have the required authorization to view the Printer Inventory.

System action:

The request was not completed.

User response:

Ask your administrator to give you read access to the Printer Inventory.

Operator response:

Not applicable.

System programmer response:

Give the user read access to the Printer Inventory. For information about how to authorize users, see z/OS Infoprint Server Customization.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPIM022
System error errmsg
Explanation:

A system error has occurred while processing the request. errmsg is a message that gives more information about the system error.

System action:

The request was not completed.

User response:

Notify your system programmer that this error occurred.

Operator response:

None.

System programmer response:

See the description for message errmsg.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPIM023
The Printer Inventory is not started or is inaccessible. errmsg
Explanation:

An error was encountered because the Printer Inventory is not started or is not accessible. errmsg is a message that gives more information about the error.

System action:

The request was not completed.

User response:

Notify your system programmer that this error occurred.

Operator response:

None.

System programmer response:

See the description for message errmsg.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPIM033
The list was not displayed because an ISPF table allocation error occurred with a return code of return_code.
Explanation:

You selected an ISPF panel option to display a list. However, the list cannot be displayed because an error occurred with an ISPF return_code.

System action:

The request was not completed.

User response:

Notify your system programmer that this error occurred.

Operator response:

None.

System programmer response:

Correct the error that corresponds to return_code. See z/OS ISPF Messages and Codes. If the error persists, contact the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS002I
Subsystem established successfully.
Explanation:

The Print Interface subsystem was defined and activated.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS004S
Subsystem create failed, undefined reason code.
Explanation:

The IEFSSVT REQUEST=CREATE macro to create the Print Interface subsystem returned an undefined reason code.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Run the aopstart command or the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Also, see the description of the IEFSSVT macro in z/OS MVS Programming: Authorized Assembler Services Reference EDT-IXG for information about IEFSSVT reason codes.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS005I
Subsystem already active.
Explanation:

The Print Interface subsystem was already active when the aopstart command or AOPSTART procedure was run.

System action:

Processing continues.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS006E
Subsystem query failed.
Explanation:

The IEFSSI REQUEST=QUERY macro to query the Print Interface subsystem failed.

System action:

The state of the Print Interface subsystem is not known. Job submitters might not be able to submit data sets to the Print Interface subsystem.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Also, see the description of the IEFSSI macro in z/OS MVS Programming: Authorized Assembler Services Reference EDT-IXG for more information.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS007E
Subsystem exchange failed, no vector table.
Explanation:

The IEFSSVT REQUEST=EXCHANGE macro failed because no vector table exists.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Also, see the description of the IEFSSVT macro in z/OS MVS Programming: Authorized Assembler Services Reference EDT-IXG for more information.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS008E
Subsystem activate failed, unknown subsystem.
Explanation:

The IEFSSI REQUEST=ACTIVATE macro to activate the Print Interface subsystem failed because the subsystem that Infoprint Server added no longer exists.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Also, see the description of the IEFSSI macro in z/OS MVS Programming: Authorized Assembler Services Reference EDT-IXG for information.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS009E
Subsystem activate failed, not dynamic.
Explanation:

The IEFSSI REQUEST=ACTIVATE macro to activate the Print Interface subsystem failed because the subsystem was not dynamic.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Also, see the description of the IEFSSI macro in z/OS MVS Programming: Authorized Assembler Services Reference EDT-IXG for information.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS010E
Subsystem activate failed, bad token.
Explanation:

The IEFSSI REQUEST=ACTIVATE macro to activate the Print Interface subsystem failed because the token returned by the IEFFSSI REQUEST=QUERY macro was not a valid token.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Also, see the description of the IEFSSI macro in z/OS MVS Programming: Authorized Assembler Services Reference EDT-IXG for more information.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS011E
Subsystem activate failed, invalid name.
Explanation:

The IEFSSI REQUEST=ACTIVATE macro to activate the Print Interface subsystem failed because the Print Interface subsystem name contains characters that the subsystem interface (SSI) does not allow.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS012E
Subsystem activate failed, parameter string too long.
Explanation:

The IEFSSI REQUEST=ACTIVATE macro to activate the Print Interface subsystem failed because the parameter string was too long.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS013S
Subsystem activate failed, undefined reason code.
Explanation:

The IEFSSI REQUEST=ACTIVATE macro to activate the Print Interface subsystem failed and returned an undefined reason code.

System action:

The subsystem is not activated.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Also, see the description of the IEFSSI macro in z/OS MVS Programming: Authorized Assembler Services Reference EDT-IXG for more information.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS014E
Subsystem activate failed, no vector table.
Explanation:

The IEFSSI REQUEST=ACTIVATE macro to activate the Print Interface subsystem failed because the vector table was undefined.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Also, see the description of the IEFSSI macro in z/OS MVS Programming: Authorized Assembler Services Reference EDT-IXG for more information.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS015S
Subsystem activate failed, system error.
Explanation:

The IEFSSI REQUEST=ACTIVATE macro to activate the Print Interface subsystem failed because the subsystem interface (SSI) returned a system error.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Also, see the description of the IEFSSI macro in z/OS MVS Programming: Authorized Assembler Services Reference EDT-IXG for more information.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS016E
Subsystem activate failed, SSI not available.
Explanation:

The IEFSSI REQUEST=ACTIVATE macro failed because the subsystem interface (SSI) is not yet initialized.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Wait for the SSI to be initialized. Then enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS017S
Subsystem activate failed, undefined return code.
Explanation:

The IEFSSI REQUEST=ACTIVATE macro to activate the Print Interface subsystem failed because the subsystem interface (SSI) returned an undefined return code.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Also, see the description of the IEFSSI macro in z/OS MVS Programming: Authorized Assembler Services Reference EDT-IXG for more information.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS019E
Subsystem create failed, unknown subsystem.
Explanation:

The IEFSSVT REQUEST=CREATE macro to create the Print Interface subsystem vector table failed because the subsystem was not known.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Also, see the description of the IEFSSVT macro in z/OS MVS Programming: Authorized Assembler Services Reference EDT-IXG for more information.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS020E
Subsystem create failed, maximum vector tables exist.
Explanation:

The IEFSSVT REQUEST=CREATE macro to create the Print Interface subsystem vector table failed because there were too many vector table entries.

System action:

The Print Interface subsystem is not activated.

User response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

Operator response:

None.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Also, see the description of the IEFSSVT macro in z/OS MVS Programming: Authorized Assembler Services Reference EDT-IXG for more information.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS021E
Subsystem create failed, storage unavailable.
Explanation:

The IEFSSVT REQUEST=CREATE macro to create the Print Interface subsystem vector table failed because not enough storage was available.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected. If the problem recurs, notify your system programmer that this error occurred.

System programmer response:

For information, see the description of the IEFSSVT macro in z/OS MVS Programming: Authorized Assembler Services Reference EDT-IXG.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS022E
Subsystem create failed, input table too large.
Explanation:

The IEFSSVT REQUEST=CREATE macro to create the Print Interface subsystem vector table failed because the MAXENTRIES value was smaller than the number of routines specified.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS023E
Subsystem create failed, MAXENTRIES value too big.
Explanation:

The IEFSSVT REQUEST=CREATE macro to create the Print Interface subsystem vector table failed because the MAXENTRIES value was larger than the maximum allowed.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS024E
Subsystem create failed, load error.
Explanation:

The IEFSSVT REQUEST=CREATE macro to create the Print Interface subsystem vector table failed because one or more of the functions was not found.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This message indicates an installation error. Make sure that the Print Interface subsystem routines are in LPALIB.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS025S
Subsystem create failed, system error.
Explanation:

The IEFSSVT REQUEST=CREATE macro to create the Print Interface subsystem vector table failed with a system error.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Also, see the description of the IEFSSVT macro in z/OS MVS Programming: Authorized Assembler Services Reference EDT-IXG for information.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS026E
Subsystem create failed, SSI not available.
Explanation:

The IEFSSVT REQUEST=CREATE macro to create the Print Interface subsystem vector table failed because the subsystem interface (SSI) was not yet ready.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Wait until the SSI is initialized. Then enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS027S
Subsystem create failed, undefined return code.
Explanation:

The IEFSSVT REQUEST=CREATE macro failed with an undefined return code.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Also, see the description of the IEFSSVT macro in z/OS MVS Programming: Authorized Assembler Services Reference EDT-IXG for more information.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS028E
Subsystem exchange failed, vector table full.
Explanation:

The IEFSSVT REQUEST=EXCHANGE macro failed because the maximum number of routines was already loaded, and no more could be loaded.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Also, see the description of the IEFSSVT macro in z/OS MVS Programming: Authorized Assembler Services Reference EDT-IXG for more information.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS029S
Subsystem exchange failed, undefined reason code.
Explanation:

The IEFSSVT REQUEST=EXCHANGE macro failed with an undefined reason code.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Also, see the description of the IEFSSVT macro in z/OS MVS Programming: Authorized Assembler Services Reference EDT-IXG for more information.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS030S
Subsystem exchange failed, undefined return code.
Explanation:

The IEFSSVT REQUEST=EXCHANGE macro failed with an undefined return code.

System action:

The Print Interface subsystem is not activated.

User response:

None.

Operator response:

Notify your system programmer that this error occurred. Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Also, see the description of the IEFSSVT macro in z/OS MVS Programming: Authorized Assembler Services Reference EDT-IXG for information.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS101E
Invalid DSNAME format, use &&NAME
Explanation:

The data set name coded in the DSNAME parameter on the DD JCL statement is in a format that the Print Interface subsystem does not support.

System action:

The Print Interface subsystem does not create output data sets on the JES spool for any data sets in the job step.

User response:

Code the DSNAME parameter in the format DSNAME=&&name. Then resubmit the job.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS203S
Allocation connect failed.
Explanation:

The Print Interface subsystem allocation client could not connect to the Print Interface subsystem server. The subsystem server might be stopped.

System action:

The Print Interface subsystem does not create output data sets on the JES spool for any data sets in the job step.

User response:

Notify the operator that this problem occurred. Resubmit the job after the Print Interface subsystem has been started.

Operator response:

Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS204E
Subsystem server is not started.
Explanation:

The connection to the Print Interface subsystem could not be completed because the server is stopped.

System action:

The Print Interface subsystem does not create output data sets on the JES spool for any data sets in the job step.

User response:

Notify the operator that this problem occurred. Resubmit the job after the Print Interface subsystem has been started.

Operator response:

Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS205E
Subsystem server token not available.
Explanation:

The connection to the Print Interface subsystem has been lost because the Infoprint Server subsystem server has stopped.

System action:

The Print Interface subsystem does not create output data sets on the JES spool for any data sets in the job step.

User response:

Notify the operator that this problem occurred. Resubmit the job after the Print Interface subsystem has been started.

Operator response:

Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS206E
OUTPUT SWB not found.
Explanation:

The OUTPUT parameter was specified on the DD JCL statement, but the output statement was not found.

System action:

The Print Interface subsystem does not create output data sets on the JES spool for any data sets in the job step.

User response:

Notify your system programmer that this error occurred. Resubmit the job after the problem is corrected.

Operator response:

None.

System programmer response:

Contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS207E
OUTPUT GETSWB failed.
Explanation:

The SWB for the OUTPUT JCL statement was found, but the GETSWB macro failed.

System action:

The Print Interface subsystem does not create output data sets on the JES spool for any data sets in the job step.

User response:

Notify your system programmer that this error occurred. Resubmit the job after the problem is corrected.

Operator response:

None.

System programmer response:

Contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS208E
DD GETSWB failed.
Explanation:

The SWB for the DD JCL statement was found, but the GETSWB macro failed.

System action:

The Print Interface subsystem does not create output data sets on the JES spool for any data sets in the job step.

User response:

Notify your system programmer that this error occurred. Resubmit the job after the problem is corrected.

Operator response:

None.

System programmer response:

Contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS209E
Invalid SUBSYS parameters.
Explanation:

You coded too many subparameters on the SUBSYS parameter.

System action:

The Print Interface subsystem does not create output data sets on the JES spool for any data sets in the job step.

User response:

Correct the SUBSYS parameter and resubmit the job. For information about how to code the SUBSYS parameter, see z/OS Infoprint Server User’s Guide.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS211I
Allocation was cancelled.
Explanation:

The CANCEL command was sent while the Print Interface subsystem was allocating the data set on the JES spool.

System action:

The Print Interface subsystem does not create output data sets on the JES spool for any data sets in the job step.

User response:

None.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS212S
Allocation connect failed, no connection available.
Explanation:

The internal connection table for Print Interface was full because the maximum number of data sets was already being processed.

System action:

The Print Interface subsystem does not create output data sets on the JES spool for any data sets in the job step.

User response:

Resubmit the job when the system is less busy.

Operator response:

None.

System programmer response:

None.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS301E
OPEN failed. result = reason code
Explanation:

The Print Interface subsystem could not process the OPEN request from the subsystem interface (SSI) for the data set.

In the message text:

reason code
A code that indicates the reason for the error, in the format: 00xxyyzz.
System action:

The Print Interface subsystem does not create output data sets on the JES spool for any data sets in the job step.

User response:

Notify your system programmer that this error occurred. Resubmit the job after the problem is corrected.

Operator response:

None.

System programmer response:

Follow the system programmer response for the reason code in Infoprint Server system completion code and reason codes.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS401E
PUT failed. result = reason code
Explanation:

The Print Interface subsystem could not process the PUT request from the subsystem interface (SSI) for the data set.

In the message text:

reason code
A code that indicates the reason for the error, in the format: 00xxyyzz.
System action:

The Print Interface subsystem does not create output data sets on the JES spool for any data sets in the job step.

User response:

Notify your system programmer that this error occurred. Resubmit the job after the problem is corrected.

Operator response:

None.

System programmer response:

Follow the system programmer response for the reason code in Infoprint Server system completion code and reason codes.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS501E
CLOSE failed. result = reason code
Explanation:

The Print Interface subsystem could not process the CLOSE request from the subsystem interface (SSI) for the data set.

In the message text:

reason code
A code that indicates the reason for the error, in the format: 00xxyyzz.
System action:

The Print Interface subsystem does not create output data sets on the JES spool for any data sets in the job step.

User response:

Notify your system programmer that this error occurred. Resubmit the job after the problem is corrected.

Operator response:

None.

System programmer response:

Follow the system programmer response for the reason code in Infoprint Server system completion code and reason codes.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS701E
Disconnect failed. result = reason code
Explanation:

The Print Interface subsystem could not process the disconnect request from the subsystem interface (SSI) for the data set.

In the message text:

reason code
A code that indicates the reason for the error, in the format: 00xxyyzz.
System action:

The Print Interface subsystem does not create output data sets on the JES spool for any data sets in the job step.

User response:

Notify your system programmer that this error occurred. Resubmit the job after the problem is corrected.

Operator response:

None.

System programmer response:

Follow the system programmer response for the reason code in Infoprint Server system completion code and reason codes.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS702S
Subsystem server has terminated. result = reason code
Explanation:

The Print Interface subsystem server ended.

In the message text:

reason code
A code that indicates the reason for the error, in the format: 00xxyyzz.
System action:

The Print Interface subsystem does not create output data sets on the JES spool for any data sets in the job step.

User response:

Notify your system programmer that this error occurred. Resubmit the job after the Print Interface subsystem is restarted.

Operator response:

Enter the z/OS UNIX aopstart command or run the AOPSTART procedure to restart the Print Interface subsystem after the problem is corrected.

System programmer response:

Follow the system programmer response for the reason code in Infoprint Server system completion code and reason codes.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

AOPS999T
Invalid message request.
Explanation:

A Print Interface function made an incorrect message request.

System action:

The Print Interface subsystem does not create output data sets on the JES spool for any data sets in the job step.

User response:

Notify your system programmer that this error occurred. Resubmit the job after the problem is corrected.

Operator response:

None.

System programmer response:

This error indicates a possible logic error. Save the associated dump. Then contact your service representative in the IBM Support Center, or use your electronic link with IBM service for assistance.

Problem determination:

Not applicable.

Source:

Infoprint Server

Module:

Not applicable.

Routing code:

Not applicable.

Descriptor code:

Not applicable.

Automation:

Not applicable.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014