home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / vms / 15027 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  2.3 KB

  1. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!spool.mu.edu!caen!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!unixhub!slacvx.slac.stanford.edu!fairfield
  2. From: fairfield@slacvx.slac.stanford.edu
  3. Newsgroups: comp.os.vms
  4. Subject: Re: %BACKUP-E-NOMSG, Message number 00A38012 ???
  5. Message-ID: <1992Sep14.145047.1@slacvx.slac.stanford.edu>
  6. Date: 14 Sep 92 22:50:47 GMT
  7. References: <1992Sep14.152218.1@uwovax.uwo.ca>
  8. Sender: news@unixhub.SLAC.Stanford.EDU
  9. Organization: Stanford Linear Accelerator Center
  10. Lines: 42
  11. Nntp-Posting-Host: slacvx.slac.stanford.edu
  12.  
  13. In article <1992Sep14.152218.1@uwovax.uwo.ca>, brent@uwovax.uwo.ca (Brent Sterner) writes:
  14. >    OK, I've been doing other work for too long.  I have a user who
  15. >    complained that backup produced the following diagnostics:
  16. >      %BACKUP-E-NOMSG, Message number 00A38012
  17. >     and
  18. >      %BACKUP-W-NOMSG, Message number 00A38410
  19. >    So I pumped the numbers through the DCL f$message lexical, and the
  20. >    messages are indeed exactly what the user reported.  
  21.  
  22. Get hold of a copy of TRYMSG.COM: it goes through a SET MESSAGE/F$MESSAGE
  23. loop for all the message files in SYS$MESSAGE.  The first copy of TRYMSG
  24. that I saw came from Douglas A. Gordon at DEC.  I've enhanced the original
  25. and redistributed it at times, as have others...
  26.  
  27. >                                                         So, what is wrong
  28. >    (and what is *really* going on)?  Hints would be appreciated.  A clear
  29. >    resolution would be met with his eternal gratitude.  Chow,  b.
  30.  
  31.  
  32. From SYS$COMMON:[SYSMSG]SYSMGTMSG.EXE;1...
  33.  
  34. %X00A38012 is:  %BACKUP-E-OPENOUT, error opening !AS as output
  35. %X00A38410 is:  %BACKUP-W-ACCONFLICT, !AS is open for write by another user
  36.  
  37. The other thing you might consider would be to add the line:
  38.  
  39.     $SET MESSAGE SYS$MESSAGE:SYSMGTMSG
  40.  
  41. at the beginning of the command file that runs your BACKUP job.  Then you'll
  42. get the full context of the messages (that is, the file name in question).
  43.  
  44. -- 
  45.  Dr. Kenneth H. Fairfield    |  Internet: Fairfield@Slacvx.Slac.Stanford.Edu
  46.  SLAC, P.O.Box 4349, MS 98   |  DECnet:   45537::FAIRFIELD (45537=SLACVX)
  47.  Stanford, CA   94309        |  BITNET    Fairfield@Slacvx
  48.  ----------------------------------------------------------------------------
  49.  These opinions are mine, not SLAC's, Stanford's, nor the DOE's...
  50.