[an error occurred while processing this directive]

HP OpenVMS Systems

ask the wizard
Content starts here

Decoding NOMSG Error Message?

» close window

The Question is:

 
When I submit a job to a print queue I get the following message:
 
%UCX-F-NOMSG, Message number 030AEB9C
 
Can you tell me what this error message means.
 
Doug
 


The Answer is :

 
  First, the UCX package is not supported on this OpenVMS version, please
  move to TCP/IP Services V5.0A or (current, as of this writing in July
  2001) V5.1, with the associated ECO kit.
 
  A sequence similar to the following will allow access to the TCP/IP
  Services message file, and a similar sequence -- once you find the
  associated message file -- will work with most other error messages.
 
$ set mess sys$message:UCX$MSG.EXE_OLD  ! or the newer TCPIP$MSG.EXE
$ x=f$mess(%x030AEB9C)
$ sho sym x
  X = "%UCX-F-LPD_BADPRCAPENT, Bad printcap entry"
 
 
  In this case, the OpenVMS Wizard would also encourage examination of
  the TCPIP$PRINTCAP.DAT (or the older UCX$PRINTCAP.DAT) file, and also
  look in the LPR log.  The PRINTCAP files are located in the directory
  SYS$SYSROOT:[TCPIP$LPD] (or in the older SYS$SYSROOT:[UCX_LPD] area).
 

answer written or last revised on ( 16-JUL-2001 )

» close window