[an error occurred while processing this directive]

HP OpenVMS Systems

ask the wizard
Content starts here

Translating TCP/IP (UCX) error codes?

» close window

The Question is:

 
I've been trying to setup the LPD service and print queue under UCX v2.0 and
have succeded in getting as far as the print job being returned with some
error code messages.
 
The messages being either of:
 
%NONAME-E-NOMSG, Message number 030AEA92
 
or
 
%NONAME-E-NOMSG, Message number 030AEADA
 
The system messages manual doesn't give too many hints, can a wizard shine
some light please?
 
 


The Answer is :

 
  Upgrade to a more recent version of TCP/IP Services for OpenVMS (UCX),
  please.  UCX V2.0 is a certified antique.
 
  As for the error codes, the codes translate into the messages:
 
    $
    $ set mess SYS$COMMON:[SYSMSG]UCX$MSG.EXE;1
    $ x=f$mess(%x030AEA92)
    $ sho sym x
      X = "%UCX-E-LPD_WRCFERROR, Error writing into control file"
    $ x=f$mess(%x030AEADA)
    $ sho sym x
      X = "%UCX-E-LPD_ERRADDJBC, Error adding file to a job: entry !ZL, queue !AS"
    $
 
  And if you do not already have it, please acquire the UCX documentation.
 

answer written or last revised on ( 18-SEP-1998 )

» close window