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 asps_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