home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / vms / 18057 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.5 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!swdev.si.com!tillman
  2. From: tillman@swdev.si.com ("Brian Tillman, Smiths Industries, VAX Support, x8425")
  3. Newsgroups: comp.os.vms
  4. Subject: RE: RMS-F-ISI
  5. Message-ID: <00963B32.55C6E4A0.19179@swdev.si.com>
  6. Date: 16 Nov 92 17:23:07 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 30
  11.  
  12. Ken Connelly (connelly@uni.edu) writes:
  13.  
  14. >For the last two times this has been executed, I have gotten part way
  15. >through the CONVERT, then received this error:
  16. >
  17. >%CONV-F-WRITEERR, error writing NEWS2DISK:[ANU]NEWS.ITEMS;336
  18. >-RMS-F-ISI, invalid internal stream identifier (ISI) value
  19.  
  20. This is a known problem with CONVERT and has been in CONVERT for VMS V4.n and 
  21. all of 5.n so far, according to DSNlink.  The work around is this (and I quote 
  22. DEC):
  23.  
  24. WORKAROUND:
  25.  
  26. Specify the output file with a name that other processes will
  27. never try to open.  Then RENAME it to the original filename
  28. after the CONVERT completes.  The following commands can be
  29. used to accomplish this:
  30.  
  31.      $ CONVERT file.dat  'F$GETJPI("","PID")'.dat
  32.      $ RENAME 'F$GETJPI("","PID")'.dat  file.dat
  33.  
  34.  
  35. -----------------------------+--------------------------------
  36.  Brian Tillman               | Internet: tillman@swdev.si.com
  37.  Smiths Industries, Inc.     |           tillman_brian@si.com
  38.  4141 Eastern Ave., MS129    | Hey, I said this stuff myself.
  39.  Grand Rapids, MI 49518-8727 | My company has no part in it.
  40. -----------------------------+--------------------------------
  41.  
  42.