Consultor Eletrônico



Kbase 15496: PIPERROR ON INTRA DEVICE
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
PIPERROR ON INTRA DEVICE

If you ever get an error on the AS/400 like:
PIPERROR ON DEVICE *INTRA
you should check for exsistance of the output queue
QPRINT in library QGPL.
To check if the queue exsists, you can use the following AS/400 syntax
WRKOUTQ <enter>.
You will see a list of available OUTQ's on the system.

Re-install the output queue and the problem will go away.
First, you have to be signed on as QSECOFR.
To create the output queue, use: CRTOUTQ OUTQ(QGPL/QPRINT)

Progress Software Technical Support Note # 15496