home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / vmsnet / mail / pmdf / 2233 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  2.4 KB

  1. Path: sparky!uunet!olivea!decwrl!decwrl!infopiz!mccall!ipmdf-newsgate!list
  2. From: portia@innosoft.com (Portia Shao)
  3. Newsgroups: vmsnet.mail.pmdf
  4. Subject: RE: Problems with multiple messages to the cc:Mail gateway.
  5. Message-ID: <01GO8EKMCO6A9FM7OT@INNOSOFT.COM>
  6. Date: 31 Aug 92 20:39:45 GMT
  7. Organization: The Internet
  8. Lines: 38
  9. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  10. Resent-Date: 31 Aug 1992 13:39:45 -0700 (PDT)
  11. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  12. CC: service@INNOSOFT.COM, ipmdf@YMIR.CLAREMONT.EDU
  13. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  14. Resent-Message-ID: <01GO8EU0JUOY95OW41@YMIR.CLAREMONT.EDU>
  15. X-Vms-To: IN%"SMITH%NYUMED.BITNET@ymir.claremont.edu"
  16. X-Vms-Cc: IN%"service@innosoft.com",IN%"ipmdf@ymir.claremont.edu"
  17. Mime-Version: 1.0
  18. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  19. Content-Transfer-Encoding: 7BIT
  20.  
  21. >I have been having some problems with the cc:Mail channel that we are trying
  22. >to get to work.  A series of messages sent to the ccmail channel should yield
  23. >an output file with the messages being sent appended to oneanother.  What is
  24. >happening is that the first file is created ('cc_output.dt' in this case)
  25. >just fine (see first log). But the output file seems not to be being created
  26. >by cc_master in the second case (see second log file: I put in the DIR to see
  27. >whether there is a new file there: there isn't).  This has got to be a silly
  28. >mistake somewhere.  I changed the names of the in and out files in the option
  29. >file just to be sure I had not picked a silly name: same effect.
  30. >
  31. >This is V4.1-10, with the cc_master.exe re-linked.
  32.  
  33. cc_slave needs to be relinked also in V4.1-10.
  34.  
  35. Please check your master.com, you should have the following in the cc:Mail
  36. section, there was a line which could be missing.
  37.  
  38. $   if f$search("pmdf_root:[queue.''channel_name']*.%%;") .nes. ""
  39. $   then
  40. $     if f$search(ccoutfile) .nes. "" then -
  41.         rename/log 'ccoutfile' 'ccoutfile'-tmp-save
  42. $     define/user option_file        pmdf_root:[table]'channel_name'_option.
  43.  
  44. Did you have the above line? it was missing in some earlier versions of
  45. master.com (and it did not show up in your log file)
  46.  
  47. $     run pmdf_root:[exe]cc_master.exe
  48.  
  49. >
  50. >--------------- Option file ------------------------------------------
  51. >CC_OUTPUT_FILE_NAME=SYS$APPLE:[SMITH]CC_OUTPUT.dt
  52. >CC_INPUT_FILE_NAME=SYS$APPLE:[SMITH]CC_INPUT.dt
  53.  
  54. I assume you also have the CC_GATEWAY_NAME line in your option file.
  55.  
  56.  
  57.         /portia
  58.         portia@innosoft.com    (714)624-7907
  59.