> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Chase, John > Sent: Monday, October 09, 2006 9:51 AM > To: [email protected] > Subject: Re: Printing PDF output with VPS > > > Progress (?!) is being made: VPS now appears to select one of the > waiting PDFs when the designated target printer is STARTed, but the > output fails immediately with this message: > > *VPS382E EVLHP90F TCPIP ERROR=BROKEN PIPE TYPE=SEND DATA FUNCTION=17 > ANS=FFFFFFFF 00000020 > > Unfortunately, neither the VPS doc nor QuickRef offers any clue as to > the meaning of the x'20' reason code; only that if the first word is > x'FFFFFFFF' the second word specifies the error. > > OK, so how do I fix the x'20' error? (A clue as to what it > is would be > a nice start.) > > TIA,
The meaning of x'20' is documented at: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/F1A1D260/13.1 x'20' == 32 decimal. That is EPIPE. This corresponds to the ERROR=BROKEN PIPE in the original message. In my experience, BROKEN PIPE basically means "the far end send a RST (reset) to terminate communications". Again, in my experience, this has always been a result of the far end "hanging up the phone". Now, why did it terminate communications? Perhaps your PDF is mal-formed. I don't know if the printer you're talking to has any kind of log that you can look at or not. Or if it can "log" to a syslog server or not. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology This message (including any attachments) contains confidential information intended for a specific individual and purpose, and its content is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this transmission, or taking any action based on it, is strictly prohibited. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

