LPD printing

Overview of Messages

LPR0001 | LPR0002 | LPR0003 | LPR0004 | LPR0005 | LPR0006 | LPR0007 | LPR0100 | LPR0103 | LPR0105

LPR0001 Invalid Parameter address
Explanation:

The addresses in the parameter list for the request are incorrect

System action:

The program is cancelled.

Appl. programmer info:

Make sure all addresses in your parameter list are correct


LPR0002 Wrong command sequence
Explanation:

A PSPUT was issued without a prior PSOPEN

System action:

The program is cancelled.

Appl. programmer info:

Correct your program logic.


LPR0003 No buffer avaliable
Explanation:

A request for an element of one of Com-plete's bufferpool was not successful.

System action:

The program is cancelled.

System programmer info:

Check for further consol messages indicating storage problems in the Com-plete region.


LPR0004 Attach of $1 failed with returncode $2
Explanation:

Program RCANLPR could not be attached to send the printout to the (server)queue, e.g because there was no free tib entry available.

System action:

The program is normally terminated and the printout buffers are kept.

System programmer info:

Check the returncode of the ATTACH function and correct the error.

Appl. programmer info:

Check the returncode of the ATTACH function and correct the error.


LPR0005 The logical output driver $1 could not be loaded
Explanation:

The logical output driver indicated in the PSCB could not be loaded.

System programmer info:

Check that you set the correct name and that there was enough storage available to load the module. There might be more consol messages regarding a failing LOAD request.

Appl. programmer info:

Check that you set the correct name and that there was enough storage available to load the module. There might be more consol messages regarding a failing LOAD request.


LPR0006 Bad returncode $1 from the logical output driver $2
Explanation:

Your logical output driver couldn't handle your request.

Appl. programmer info:

Check the original printout, program and output driver for any kind of logic errors.


LPR0007 MAXPOLINES ( $1 ) exceeded
Explanation:

Your program tried to create a bigger spool file than the sysparm MAXPOLINES allowed.

System action:

The program is terminated and the printout discarded.

System programmer info:

Check with your application programmer if the sysparm should be increased.

Appl. programmer info:

Make sure your program didn't run into a loop and the high number of lines is correct.


LPR0100 &1: PRINTOUT FROM &2 TO &2 DISCARDED
Explanation:

The printout with the internal number &1 sent from userid &2 to printer &3 has been deleted.

System action:

The printout with the internal number &1 sent from userid &2 to printer &3 has been deleted because it could not be delivered to the printer.

System programmer info:

Check previous LPR message for the reason.


LPR0103 &1: Host not found: &2 : name does not resolve for the supplied parms
Explanation:

The printout with the internal number &1 could not be delivered because the server &2 could not be found

System action:

The printout is deleted

System programmer info:

Correct the server name (either in UDEF or in the ENVIRONment variables).


LPR0105 &1: Timed Out
Explanation:

The printout with the internal number &1 could not be delivered to the print server

System action:

We waitsd 10 minutes for the print server to accept the printout. After this time the printout will be discarded.