InfoPrint Manager Transform messages

This section lists the InfoPrint Manager Transform messages explanations in ascending order.

0427-001

ERROR: Usage: -? or -h provides command usage information.

Explanation:
The question mark or -h flag was entered as a flag for the ps2afp or pcl2afp transform command.
System action:
The InfoPrint Application displays the usage message for the transform command.
User response:
Use the flags specified in the usage message.

0427-002

ERROR: ____: A value must be supplied with the flag -____.

Explanation:
The ps2afp or pcl2afp transform command requires a value for the input flag specified in this message. The value can immediately follow the flag, such as -j40, or can be separated by a space, such as -j 40. No value was supplied for the flag.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
Specify a value for the flag.

0427-003

ERROR: ____: The value for the flag -____ cannot start with a dash.

Explanation:
Either no value was supplied for the flag and InfoPrint Manager attempted to interpret the next flag as the value, such as ps2afp -o -r240 input_file, or the flag's value was preceded by a dash, for example ps2afp -r-240 input_file. This error can occur with the ps2afp or the pcl2afp command.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
Supply a valid value for the flag.

0427-004

ERROR: ____: -____ is not a valid flag for the transform command.

Explanation:
flag that was not valid was specified with the command. Valid options for the command specified (ps2afp, ps2afpd, pcl2afp, or pcl2afpd) can be viewed in the respective man pages.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
Specify valid flags with the command..

0427-005

ERROR: ____: The configuration file contains only a keyword or a value with no associated keyword in the line ____.

Explanation:
Entries in the configuration file must be in the form of keyword=value with each entry on a separate line. The configuration file contains an entry that has only a keyword with no equals sign, such as ps_length, or a value with no keyword to the left of the equals sign, such as =240.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
Edit the configuration file and correct the syntax error.

0427-006

ERROR: ____: The configuration file entry contains an unknown keyword: ____.

Explanation:
The configuration file contains a keyword that is not valid. Valid configuration keywords for the client configuration file can be found in the man page for the command that failed.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
Edit the configuration file and correct the keyword name.

0427-007

ERROR: ____: The configuration file ____ contains either syntax errors or keywords that are not valid.

Explanation:
The configuration file specified in the message contains either syntax errors, keyword and value errors, or errors of both types. The file might not be a configuration file.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
Check that the correct file was specified as the configuration file. If the file is a configuration file, correct the file entries so that they contain valid keyword and values. Keywords can be specified without a value, such as ps_length=, indicating that InfoPrint Manager should use the default value for the keyword. Each keyword and value pair must be on a separate line.

0427-008

ERROR: ____: The port number ____ is not valid.

Explanation:
Valid port numbers are in the range of 924 to 32767. The value specified for the port was not in this range.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
The port number can be specified in the configuration file with the keyword port= or from the command line with the -P flag. Correct the port number.

0427-009

ERROR: ____: The output data type value ____ is not valid.

Explanation:
The valid AFP data stream image output types are: IM1, IO1, IO1_G4, IO1_MMR, PSEG_IO1_G4, PSEG_IM1, PSEG_IO1, PSEG_IO1_MMR, OVLY_IO1_G4, OVLY_IM1, OVLY_IO1, and OVLY_IO1_MMR. The value specified for the AFP data stream image output type was not one of these values.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
The AFP data stream image output type can be specified in the configuration file with the keyword ps_output_type= (for Postscript), pcl_output_type= (for PCL), or from the command line with the -a flag. Correct the AFP data stream image output type.

0427-010

ERROR: ____: The resolution value ____ is not valid. Please use one of the following values: 240, 300, 360, 480, 600, 720 or 1200..

Explanation:
The valid resolution values are 240, 300, 360, 480, 600, 720 or 1200. A value other than 240, 300, 360, 480, 600, 720 or 1200 was specified.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
The resolution value can be specified in the configuration file with the keyword ps_resolution= (for Postscript), pcl_resolution= (for PCL) or from the command line with the -r flag. Correct the resolution value.

0427-011

ERROR: ____: The width value ____ is not valid.

Explanation:
The valid width value ranges for 240-pel resolution are:
  • 0.065 to 17.002 inches
  • 1.641 to 431.852 millimeters
  • 16 to 4080 pels
The valid width value ranges for 300-pel resolution are:
  • 0.052 to 17.001 inches
  • 1.313 to 431.842 millimeters
  • 16 to 5100 pels
The valid width value ranges for 600-pel resolution are:
  • 0.026 to 17.000 inches
  • 0.657 to 431.821 millimeters
  • 16 to 10200 pels
When specifying values in inches, the value must be followed by the letter i. When specifying values in millimeters, the value must be followed by the letter m. No letter follows the value when specifying pels as the unit of measurement. The value specified for the width was not in any of these ranges or the value was followed by a letter other than i or m.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
The width value can be specified in the configuration file with the keyword ps_width= (for Postscript), pcl_width= (for PCL), or from the command line with the -w flag. Correct the width value.

0427-012

ERROR: ____: The length value ____ is not valid.

Explanation:
The valid length value ranges for 240-pel resolution are:
  • 0.065 to 22.002 inches
  • 1.641 to 558.852 millimeters
  • 16 to 5280 pels
The valid length value ranges for 300-pel resolution are:
  • 0.052 to 22.001 inches
  • 1.313 to 558.842 millimeters
  • 16 to 6600 pels
The valid length value ranges for 600-pel resolution are:
  • 0.026 to 22.000 inches
  • 0.657 to 558.821 millimeters
  • 16 to 13200 pels
The value specified for the length was not in any of these ranges.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
The length value can be specified in the configuration file with the keyword ps_length= (for Postscript), pcl_length= (for PCL), or from the command line with the -l flag. Correct the length value.

0427-013

ERROR: ____: The job timeout value ____ is not valid.

Explanation:
Valid job timeout values are in the range of 1 to 9998 minutes or 9999 to specify no time limit. The value specified for the job timeout was not one of these values.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
The job timeout value can be specified in the configuration file with the keyword ps_job_timeout= (for Postscript), pcl_job_timeout= (for PCL), or from the command line with the -j flag. Correct the job timeout value.

0427-014

ERROR: ____: The server timeout value ____ is not valid.

Explanation:
Valid server timeout values are in the range of 1 to 9998 minutes or 9999 to specify no time limit. The value for the server timeout was not one of these values.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
The server timeout value can be specified in the configuration file with the keyword ps_server_timeout= (for Postscript), pcl_server_timeout= (for PCL), or from the command line with the -s flag. Correct the server timeout value.

0427-015

ERROR: ____: The maximum memory value ____ is not valid.

Explanation:
Valid maximum memory values are in the range of 2000 to 64000 kilobytes. The value specified for the maximum memory was not in this range.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
The maximum memory value can be specified in the configuration file with the keyword ps_max_memory= (for Postscript), pcl_max_memory= (for PCL), or from the command line with the -M flag. Correct the maximum memory value.

0427-016

ERROR: ____: The virtual memory percentage value ____ is not valid.

Explanation:
Valid virtual memory values are whole numbers in the range of 10 to 50. The value specified for the virtual memory percentage was not in this range or was not a whole number.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
The virtual memory percentage can be specified in the configuration file with the keyword ps_VM_percent= or from the command line with the -V flag. Correct the virtual memory value.

0427-017

ERROR: ____: File ____ does not exist or cannot be accessed.

Explanation:
Either InfoPrint Manager could not locate the input file, a configuration file, or one of the other files required for transform or font map processing, or you do not have the correct permission level for the file.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
Check that the file specified in the message exists. For InfoPrint Manager to read the file, you must have x (execute) permission for the directory containing the file and r (read) permission for the file itself.

0427-018

ERROR: ____: The transform program cannot create or write to file ____.

Explanation:
The transform program cannot open and write to the file specified in the message. You may not have the correct permission level for the file.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
Check that you have x (execute) and w (write) permission for the directory containing the file. If the file exists, you must also have w (write) permission for the file itself.

0427-019

ERROR: ____: System error; an I/O error has occurred with file ____.

Explanation:
A system-detected I/O error has occurred with the file specified in the message. There is a problem reading from or writing to the file or directory specified in the message.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:

For more details about what the transform was doing leading up to the error, see the error log for the transform program, by default /var/psf/ps2afp/ps2afpd.log (for Postscript) or /var/psf/pcl2afp/pcl2afpd.log (for PCL) with InfoPrint Manager for AIX and <install-path>\ps2afp\ps2afpd.log for (PostScript) or <install-path>\pcl2afp\pcl2afpd.log (for PCL) with InfoPrint Manager for Windows.

This error can be caused by any condition where the transform process is unable to read from or write to the file at the path listed in the message. These conditions can include:

  • Out of disk space in the file system containing the file.
  • Out of Inodes/file handles in the filesystem containing the file (AIX)
  • Incorrect permissions on the file.
  • Hardware error in the DASD controller or the physical disk containing the file.

With AIX, verify that the disk is not out of space or Inodes, use the df command to see whether the /var/psf filesystem Percent Used or Percent IUsed values are near 100. If either case is true, the AIX administrator can:

  • Enlarge the filesystem containing /var/psf, or if the transform working directory has been customized to use another location, increase the size of the filesystem containing the transform working directory.
  • Delete any retained jobs from the system to increase the available space.
  • If a large number of jobs are on the system, print or delete most of the smaller jobs to free up disk space and Inodes before retrying the jobs that are failing.
For AIX only, if neither case is true, continue debugging other possible conditions:
  • Run errpt -a looking for errors with the label of: JFS_FS_FULL, DISK_ERR?, BADISK_ERR?, LVM_HWFAIL, SCSI_ERR?, DISK_IO, or other conditions indicating a problem with local or network filesystems. If any of these conditions are found, work with your server hardware Customer Engineer or IBM AIX support to locate the cause and correct the condition.
  • Verify that the correct ownership and permissions are set on the transform working directory. The correct permissions should be:
      drwxrwsr-x    root     printq       pcl2afp
      drwxrwsr-x    root     printq       ps2afp
      drwxrwsr-x    root     printq       ps2afp2

0427-020

ERROR: ____: A communications error has occurred (return code=____)

Explanation:
The system detected a communication error between ps2afp and ps2afpd (for Postscript) or pcl2afp and pcl2afpd (for PCL). There might be a network or host problem.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
See the error log for the transform program, by default /var/psf/ps2afp/ps2afpd.log (for Postscript) or /var/psf/pcl2afp/pcl2afpd.log (for PCL). Contact the person who administers your system for assistance, if necessary.

0427-021

ERROR: ____: A communications protocol error has occurred.

Explanation:
InfoPrint Manager detected a communications protocol error between ps2afp and ps2afpd (for Postscript) or pcl2afp and pcl2afpd (for PCL) that cannot be corrected.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
Use local problem-reporting procedures to report this message.

0427-022

ERROR: ____: System error; out of memory; unable to continue.

Explanation:
InfoPrint Manager detected an out of memory condition and cannot continue.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
Contact the person who administers your system for assistance.

0427-023

ERROR: ____: The X offset value ____ is not valid.

Explanation:
Valid X offset values are in the range of 0 to one half of the -w, ps_width=, or pcl_width= values. The value specified for the X offset was not in this range.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
The X offset value can be specified in the configuration file with the keyword ps_x_offset= (for PostScript), pcl_x_offset= (for PCL), or from the command line with the -x flag. Correct the X offset value.

0427-024

ERROR: ____: The Y offset value ____ is not valid.

Explanation:
Valid Y offset values are in the range of 0 to one half of the -l, ps_length=, or pcl_length= values. The value specified for the Y offset was not in this range.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
The Y offset value can be specified in the configuration file with the keyword ps_y_offset= (for PostScript), error.log (for PCL), or from the command line with the -y flag. Correct the Y offset value.

0427-025

ERROR: ____: The device controls value ____ is not valid.

Explanation:
Valid device control values are documented in the InfoPrint Manager books. The value specified for the device controls was not valid.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
The device controls value can be specified in the configuration file with the keyword device_controls= or from the command line with the -device flag. Correct the device controls value.

0427-029

The image size value ____ is not valid.

Explanation:
The valid image size value ranges for 240-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 120 to 1200 pels
The valid image size value ranges for 300-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 150 to 1500 pels
The valid image size value ranges for 360-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 180 to 1800 pels
The valid image size value ranges for 480-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 240 to 2400 pels
The valid image size value ranges for 600-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 300 to 3000 pels
The valid image size value ranges for 720-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 360 to 3600 pels
The valid image size value ranges for 1200-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 600 to 6000 pels

    If you specify 0, the transform will not use this threshold.

When specifying values in inches, the value must be followed by the letter i. When specifying values in millimeters, the value must be followed by the letter m.No letter follows the value when specifying pels as the unit of measurement. The value specified for the image size was not in any of these ranges or the value was followed by a letter other than i or m.
System action:
InfoPrint Manager cannot process the required action.
User response:
The image size value can be specified in the configuration file with the keyword ps_imgsmall=or from the command line with the -imgsmall flag. Correct the image size value.

0427-030

The line size value ____ is not valid.

Explanation:
The valid image size value ranges for 240-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 120 to 1200 pels
The valid image size value ranges for 300-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 150 to 1500 pels
The valid image size value ranges for 360-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 180 to 1800 pels
The valid image size value ranges for 480-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 240 to 2400 pels
The valid image size value ranges for 600-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 300 to 3000 pels
The valid image size value ranges for 720-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 360 to 3600 pels
The valid image size value ranges for 1200-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 600 to 6000 pels

    If you specify 0, the transform will not use this threshold.

When specifying values in inches, the value must be followed by the letter i. When specifying values in millimeters, the value must be followed by the letter m. No letter follows the value when specifying pels as the unit of measurement. The value specified for the line size was not in any of these ranges or the value was followed by a letter other than i or m.
System action:
InfoPrint Manager cannot process the required action.
User response:
The line size value can be specified in the configuration file with the keyword linesmall= or from the command line with the -linesmall flag. Correct the line size value.

0427-031

The text size value ____ is not valid.

Explanation:
The valid image size value ranges for 240-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 120 to 1200 pels
  • 36 to 360 points
The valid image size value ranges for 300-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 150 to 1500 pels
  • 36 to 360 points
The valid image size value ranges for 360-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 180 to 1800 pels
  • 36 to 360 points
The valid image size value ranges for 480-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 240 to 2400 pels
  • 36 to 360 points
The valid image size value ranges for 600-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 300 to 3000 pels
  • 36 to 360 points
The valid image size value ranges for 720-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 360 to 3600 pels
  • 36 to 360 points
The valid image size value ranges for 1200-pel resolution are:
  • 0.5 to 5 inches
  • 12.7 to 127 millimeters
  • 600 to 6000 pels
  • 36 to 360 points

    If you specify 0, the transform will not use this threshold.

When specifying values in inches, the value must be followed by the letter i. When specifying values in millimeters, the value must be followed by the letter m. When specifying values in points, the value must be followed by the letter p. No letter follows the value when specifying pels as the unit of measurement. The value specified for the text size was not in any of these ranges or the value was followed by a letter other than i, m or p.
System action:
InfoPrint Manager cannot process the required action.
User response:
The text size value can be specified in the configuration file with the keyword ps_txtsmall= or from the command line with the -txtsmall flag. Correct the text size value.

0427-032

The threshsmall value ____ is not valid.

Explanation:
The valid threshsmall values are:
  • sc_ell
  • sc_euc
System action:
InfoPrint Manager cannot process the required action.
User response:
The threshsmall value can be specified in the command line with the -threshsmall flag.

0427-033

Explanation:

Valid pcl_x_origin values are in the range of -577.99 to 577.97.

The value specified for the pcl_x_origin was not in this range.

System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
The pcl_x_origin value can be specified using pragma parameter.
Correct the pcl_x_origin value.

0427-034

Explanation:

Valid pcl_y_origin values are in the range of -577.99 to 577.97.

The value specified for the pcl_y_origin was not in this range.

System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
The pcl_y_origin value can be specified using pragma parameter.
Correct the pcl_y_origin value.

0427-035

The -is flag value ____ is not valid.

Explanation:
The valid interchange set values are:
  • 1

    Means that the output is the same as before, no IS/3 compliant.

  • 3

    Means that the output is IS/3 compliant.

Note: Any other value different than 1 or 3 is invalid.
System action:
InfoPrint Manager cannot process the required action.
User response:
The -is flag value can be specified in the command line with the -is flag or in the configuration file with the keyword ps_is= for ps2afp or pcl_is= for pcl2afp . Correct the -is flag value.

0427-036

The -is flag value ____ is not compatible with the output type selected.

Explanation:
IS/3 is compatible only with following afp output formats:
  • IO1
  • IO1_G4
  • IO1_MMR
  • PSEG_IO1
  • PSEG_IO1_G4
  • PSEG_IO1_MMR
  • OVLY_IO1
  • OVLY_IO1_G4
  • OVLY_IO1_MMR
System action:
InfoPrint Manager cannot process the required action.
User response:
Specify other value for the -is flag, or change the afp output format to one of the supported values mentioned before.

0427-037

The -is flag value ____ is not compatible with the output type selected.

Explanation:
IS/3 is compatible only with following afp output formats:
  • IO1
  • IO1_G4
  • IO1_MMR
  • PSEG_IO1
  • PSEG_IO1_G4
  • PSEG_IO1_MMR
  • OVLY_IO1
  • OVLY_IO1_G4
  • OVLY_IO1_MMR
  • FS45
System action:
InfoPrint Manager cannot process the required action.
User response:

Specify other value for the -is flag, or change the afp output format to one of the supported values mentioned before.

0427-038

The -cmp flag value ____ is not valid.

Explanation:
The valid compression type values are:
  • jpeg-sub

    Use JPEG subsampled compression.

  • jpeg

    Use JPEG unsubsampled compression.

  • lzw

    Use LZW unsubsampled compression.

Note: Any other value different from jpeg-sub, jpeg, and lzw is invalid.
System action:
InfoPrint Manager cannot process the required action.
User response:

The -cmp flag value can be specified in the command line with the -cmp flag or in the configuration file with the keyword ps_compress_type= for ps2afp. Correct the -cmp flag value.

0427-039

The -pdfproc flag value ____ is not valid.

Explanation:
The -pdfproc flag values are:
  • cpsi

    The transform uses the CPSI transformer

  • appe

    The transform uses the APPE transformer

  • agspdl

    The transform uses the GhostPDL transformer

Any other value different than cpsi, appe, or agspdl is invalid.

System action:
InfoPrint Manager cannot process the required action.
User response:
The -pdfproc flag value can be specified in the command line with the -pdfproc flag or in the configuration file with the keyword pdf_document_processor for ps2afp. Correct the -pdfproc flag value.

0427-040

The -pagetype flag value ____ is not valid.

Explanation:
The valid -pagetype flag values are:
  • DOCUMENT
  • IM
  • OBJECT
  • OVERLAY
  • OVLY
  • PAGE
  • PG
  • PSEG
System action:
The InfoPrint application cannot process the required action.
User response:
The -pagetype flag value can be specified in the command line.

0427-041

The input file type is not valid.

Explanation:
The InfoPrint Application cannot process the provided input file type.
System action:
The InfoPrint Application does not complete the requested transform operation.
User response:
Use a valid input file type.

0427-042

The -psproc flag value ____ is not valid.

Explanation:
The -psproc flag values are:
  • cpsi

    The transform uses the CPSI transformer

  • agspdl

    The transform uses the GhostPDL transformer

Any other value different than cpsi or agspdl is invalid.

System action:
InfoPrint Manager cannot process the required action.
User response:
The -psproc flag value can be specified in the command line with the -psproc flag or in the configuration file with the keyword ps_document_processor for ps2afp. Correct the -psproc flag value.

0427-101

ERROR: Usage: ____ [-C config_filename] PostScript or PCL transform driver daemon -C specify configuration file name

Explanation:
When using a server configuration file with the ps2afpd or the pcl2afpd transform command, the command must be in the format shown in this message. A ps2afpd or a pcl2afpd command was entered that did not comply with this format.
System action:
InfoPrint Manager displays the ps2afpd command syntax.
User response:
Use the syntax shown in this message.

0427-102

ERROR: ____: Only the -C flag can be specified with this command.

Explanation:
The ps2afpd command (for Postscript) and the pcl2afpd command (for PCL) only have one flag, -C, whose value is the name of the configuration file. A flag that was not valid was specified with the command.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
Enter the transform command again.

0427-103

ERROR: ____: The configuration file ____ contains keyword values that are not valid. See the log file ____ for more information.

Explanation:
The configuration file contains keywords and values that provide information to InfoPrint Manager about transform processing. One or more keyword values in the configuration file are not valid.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
View the log file to determine the keyword value or values that are not valid. Then correct the configuration file.

0427-104

ERROR: ____: Files required by the command cannot be found or cannot be accessed. See the log file ____ for more information.

Explanation:
The ps2afp command (for Postscript) or the pcl2afp command (for PCL) requires access to certain files before it can complete the transform operation. The required files cannot be found or you do not have the required file permissions.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
View the error log file, by default /var/psf/ps2afp/ps2afpd.log (for Postscript) or /var/psf/pcl2afp/pcl2afpd.log (for PCL), to determine which file or files cannot be located or accessed.

0427-105

ERROR: ____: The current directory cannot be changed to the working directory ____

Explanation:
InfoPrint Manager was not able to change to the working directory specified in the message. Either the directory does not exist or you do not have the correct permission level for that directory.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
Check that the directory name is spelled correctly. You must have x (execute) and w (write) permission for the directory. If you are the owner of the directory, change the permission level. Otherwise, contact the person who administers your system for assistance.

0427-106

ERROR: ____: System error; cannot create the listen socket (return code=____)

Explanation:
ps2afpd (for Postscript) or pcl2afpd (for PCL) detected a system error while trying to create a listen socket. The most likely cause of this problem is attempting to start the ps2afpd or pcl2afpd command while another instance of a PostScript or PCL transform daemon process is already running using the same configuration file.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
If this message resulted from issuing the ps2afpd or the pcl2afpd command while the daemon was already running, no further action is required.
If this message resulted from a different action, further information is required to determine the cause. See the error log for the transform program, by default /var/psf/ps2afp/ps2afpd.log (for Postscript) or /var/psf/pcl2afp/pcl2afpd.log (for PCL) with InfoPrint Manager for AIX and <install-path>\var\psf\ps2afp/ps2afpd.log (for Postscript) or <install-path>\var\psf\pcl2afp\pcl2afpd.log (for PCL) with InfoPrint Manager for Windows.

0427-107

ERROR: ____: System error; cannot create the accept socket (return code=____).

Explanation:
ps2afpd (for Postscript) or pcl2afpd (for PCL) detected a system error while trying to create the accept socket.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
It might be necessary to enter the ps2afpd or pcl2afpd server command again. See the error log for the transform program, by default /var/psf/ps2afp/ps2afpd.log (for Postscript) or /var/psf/pcl2afp/pcl2afpd.log (for PCL). Contact the person who administers your system for assistance, if necessary.

0427-108

ERROR: ____: System error; cannot create the pipes for the child process (return code=____).

Explanation:
If you were processing Postscript, ps2afpd detected a system error while trying to create the pipes required to communicate with the ps2afp transform program's PostScript interpreter. If you were processing PCL, pcl2afpd detected a system error while trying to create the pipes required to communicate with the pcl2afp transform program's PCL interpreter.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
See the error log for the transform program, by default /var/psf/ps2afp/ps2afpd.log (for Postscript) or /var/psf/pcl2afp/pcl2afpd.log (for PCL). Contact the person who administers your system for assistance, if necessary.

0427-109

ERROR: ____: System error; cannot fork the child process (return code=____).

Explanation:
ps2afpd detected a system error while trying to create and start the PostScript interpreter process or pcl2afpd detected a system error while trying to create and start the PCL interpreter process.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
See the error log for the transform program, by default /var/psf/ps2afp/ps2afpd.log (for Postscript) or /var/psf/pcl2afp/pcl2afpd.log (for PCL). Contact the person who administers your system for assistance, if necessary.

0427-110

ERROR: ____: System error; cannot fork the child process (return code=____).

Explanation:
ps2afpd detected a system error while trying to create and start the PostScript interpreter process or pcl2afpd detected a system error while trying to create and start the PCL interpreter process.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
See the error log for the transform program, by default /var/psf/ps2afp/ps2afpd.log (for Postscript) or /var/psf/pcl2afp/pcl2afpd.log (for PCL). Contact the person who administers your system for assistance, if necessary.

0427-111

ERROR: ____: System error; cannot communicate with the child process (return code=____).

Explanation:
ps2afpd detected a system error while trying to communicate with the PostScript interpreter process or pcl2afpd detected a system error while trying to communicate with the PCL interpreter process.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
See the error log for the transform program, by default /var/psf/ps2afp/ps2afpd.log (for Postscript) or /var/psf/pcl2afp/pcl2afpd.logf (for PCL). Contact the person who administers your system for assistance, if necessary.

0427-112

ERROR: ____: The font mapping files ____ are not valid.

Explanation:
The font mapping file or files specified in the message either do not exist, do not contain valid font mapping information, or you do not have the correct permission level to access the files. Additionally, the Courier font is required in at least one of the font mapping files. The Courier font might not be present.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
Font mapping files must first be created with the mkfntmap command. The font mapping files can then be specified in the configuration file with the keyword ps_font_map_files= or from the command line with the -F flag. Multiple files can be specified and must be separated by colons. Check each of the possible causes listed in this message and correct the font mapping file problem.

0427-113

ERROR: ____: System error; unable to create the correct operating environment.

Explanation:
ps2afpd (for Postscript) or pcl2afpd (for PCL) detected system errors during initialization and setup. See the explanations for other error messages in this message group.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
See the other error messages in this message group and the error log for the ps2afp transform (for Postscript) or the pcl2afp (for PCL) program, by default /var/psf/ps2afp/ps2afpd.log and /var/psf/pcl2afp/pcl2afpd.log, respectively, for further information on the cause of this error. Contact the person who administers your system for assistance, if necessary.

0427-114

ERROR: ____: Transform processing exceeds the time allowed for the job.

Explanation:
The job timer value controls the maximum time allowed for transform processing. Processing was not complete when the maximum amount of processing time was reached.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
The job timeout value can be specified in the configuration file with the keyword ps_job_timeout= (for Postscript), or pcl_job_timeout= (for PCL), or from the command line with the -j flag. Increase the job timeout value.

0427-115

ERROR: ____: The transform process ended unexpectedly.

Explanation:
The transform operation ended at an unexpected point during the transform process.
System action:
InfoPrint Manager does not complete the requested transform operation.
User response:
See the error log for the transform program, by default /var/psf/ps2afp/ps2afpd.log (for Postscript) or /var/psf/pcl2afp/pcl2afpd.log (for PCL). Contact the person who administers your system for assistance, if necessary.

0427-116

ERROR: ____: An error was detected in the pre load.ps file.

Explanation:
The preload.ps file, which specifies fonts that should be preloaded, must cont