"Chase, John" wrote: > 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.)
These are TCP/IP error codes. If you look in the Communications Server IP Sockets API Guide and Reference under return codes a deciaml 32 is EPIPE which I think means the printer closed the connection. Is there any diagnostic mode on the printer which might give more info? Is this PDF being translated from EBCDIC to ASCII, and if so does it have any imbeded hex that might not survive translation? If it is already in ASCII, are you inadvertantly translating it when you send it? Richard ---------------------------------------------------------------------- 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

