home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / vmsnet / mail / pmdf / 2473 < prev    next >
Encoding:
Internet Message Format  |  1992-10-15  |  1.8 KB

  1. Path: sparky!uunet!stanford.edu!rutgers!uwm.edu!ux1.cso.uiuc.edu!moe.ksu.ksu.edu!mccall!ipmdf-newsgate!list
  2. From: dan@innosoft.com (Daniel C. Newman)
  3. Newsgroups: vmsnet.mail.pmdf
  4. Subject: RE: File create errors.
  5. Message-ID: <01GPZ5PV826A95MLWB@INNOSOFT.COM>
  6. Date: 15 Oct 92 18:39:43 GMT
  7. Organization: The Internet
  8. Lines: 29
  9. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  10. Resent-Date: 15 Oct 1992 11:39:43 -0700 (PDT)
  11. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  12. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  13. Resent-Message-ID: <01GPZ5QOAKR68WXQAR@YMIR.CLAREMONT.EDU>
  14. X-Vms-To: IN%"SETH@speech.mit.edu"
  15. X-Vms-Cc: IPMDF
  16. Mime-Version: 1.0
  17. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  18. Content-Transfer-Encoding: 7BIT
  19.  
  20. > %MAIL-E-SENDERR, error sending to user audiodev@cbgrle.mit.edu at
  21. > -PMDF-E-FCRT, File create error, Pascal status = 2, VMS statuses = 99684 and 0
  22. > -PMDF-I-TEXT, cannot create channel queue entry
  23.  
  24. This error, 99684, corresponds to
  25.  
  26.    $ exit 99684
  27.    %RMS-F-IFI, invalid internal file identifier (IFI) value
  28.  
  29. Your users are probably
  30. mixing foreign protocols in a single VMS MAIL session; e.g., sending mail to
  31. IN% and then SMTP% or vice versa.  They must only use one of these in any given
  32. MAIL session.   Also, if someone has set their forwarding to xx% then this
  33. problem may be triggered.  The only work around is to only use one foreign
  34. protocol interface if at all possible.  Given that you have PMDF, there's no
  35. need for them to be using things like SMTP%, JNET%, etc.  If you'd prefer to
  36. not re-educate your users, you can always define executive mode logicals of
  37. the form
  38.  
  39.    $ define/system/exec mail$protocol_smtp pmdf_mailshr
  40.    $ define/system/exec mail$protocol_jnet pmdf_mailshr
  41.  
  42. etc.
  43.  
  44. Both TGV and Innosoft is aware of this problem and have tracked it down to a
  45. bug in RMS.  Despite being reported numerous times, DEC has refused to fix this
  46. bug.
  47.  
  48. Dan
  49.