home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / vmsnet / networks / tcpip / multinet / 2154 < prev    next >
Encoding:
Text File  |  1992-09-15  |  1.4 KB  |  34 lines

  1. X-Gateway-Source-Info: INTERNET
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!spool.mu.edu!caen!hellgate.utah.edu!dog.ee.lbl.gov!network.ucsd.edu!mvb.saic.com!tgv.com!info-multinet
  3. Date: 15 SEP 92 18:25:38 GMT
  4. Newsgroups: vmsnet.networks.tcp-ip.multinet
  5. X-Return-path: <info-multinet-relay@TGV.COM>
  6. X-RFC822-From:     adelman (Kenneth Adelman) @ TGV.COM
  7. From: adelman@TGV.COM
  8. Subject:  Re: Error Messages from Print server
  9. Organization: The INFO-MULTINET Community
  10. Message-ID: <2FC002B815SEP92182538@TGV.COM>
  11. Nntp-Posting-Host: Mvb.Saic.Com
  12. Lines: 20
  13.  
  14. > %%%%%%%%%%%  OPCOM  10-SEP-1992 18:01:07.23  %%%%%%%%%%%
  15. > Message from user SYSTEM on MOLENG
  16. > Printer Server: Failure to create VMS print job = %X48694
  17.  
  18. > I have looked for error messages in the manuals and find few, and not
  19. > this one.  What does it mean, what can be wrong?
  20.  
  21.     It means that the LPD server received an error from the VMS job
  22. queue manager (JOB_CONTROL) when it tried to submit a job to be
  23. printed. Error 48694 translates to the meaningless:
  24.  
  25. %JBC-F-NOMSG, Message number 00048694
  26.  
  27.     Which means that you're pretty much have to call DEC on this one
  28. and ask them why SYS$SNDJBCW() is returning that error code. I'd
  29. recommend that you re-initialize your job queue manager by deleting
  30. the queue files, rebooting, and reinitializing all your queues. Usually
  31. this fixes "weird things" like this.
  32.  
  33.                                 Ken
  34.