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

  1. Path: sparky!uunet!olivea!decwrl!decwrl!infopiz!mccall!ipmdf-newsgate!list
  2. From: smith%nyumed.bitnet@ymir.claremont.edu
  3. Newsgroups: vmsnet.mail.pmdf
  4. Subject: Problems with multiple messages to the cc:Mail gateway.
  5. Message-ID: <01GO8JKREIZM0007KL@MCCLB0.MED.NYU.EDU>
  6. Date: 31 Aug 92 19:56:33 GMT
  7. Organization: NYU Medical Center, 550 First Ave., New York, 10016
  8. Lines: 70
  9. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  10. Resent-Date: 31 Aug 1992 15:56:33 -0400 (EDT)
  11. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  12. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  13. Resent-Message-ID: <01GO8DCW1MKI95NS6Q@YMIR.CLAREMONT.EDU>
  14. X-Vms-To: in%"ipmdf@ymir.bitnet"
  15. Mime-Version: 1.0
  16. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  17. Content-Transfer-Encoding: 7BIT
  18.  
  19.  
  20. I have been having some problems with the cc:Mail channel that we are trying
  21. to get to work.  A series of messages sent to the ccmail channel should yield
  22. an output file with the messages being sent appended to oneanother.  What is
  23. happening is that the first file is created ('cc_output.dt' in this case)
  24. just fine (see first log). But the output file seems not to be being created
  25. by cc_master in the second case (see second log file: I put in the DIR to see
  26. whether there is a new file there: there isn't).  This has got to be a silly
  27. mistake somewhere.  I changed the names of the in and out files in the option
  28. file just to be sure I had not picked a silly name: same effect.
  29.  
  30. This is V4.1-10, with the cc_master.exe re-linked.
  31.  
  32. --------------- Option file ------------------------------------------
  33. CC_OUTPUT_FILE_NAME=SYS$APPLE:[SMITH]CC_OUTPUT.dt
  34. CC_INPUT_FILE_NAME=SYS$APPLE:[SMITH]CC_INPUT.dt
  35. ------------------First Log file --------------------------------------
  36. ....
  37. $     if f$search(ccoutfile) .nes. "" then -
  38.         rename/log SYS$APPLE:[SMITH]CC_OUTPUT.dt SYS$APPLE:[SMITH]CC_OUTPUT.dt-t
  39.    mp-save
  40. $     run pmdf_root:[exe]cc_master.exe
  41. Debugging output enabled.
  42. Dequeuing message, file - "PMDF_ROOT:[QUEUE.cc_local]ZZ01GO8J007FWK000773.00".
  43. Scanning message header.
  44. Converting message header.
  45. $ dir /size/date/prot SYS$APPLE:[SMITH]CC_OUTPUT.dt*
  46.  
  47. Directory SYS$APPLE:[SMITH]
  48.  
  49. CC_OUTPUT.DT;1            1  31-AUG-1992 15:39:53.22  (RWED,RWED,,)
  50.  
  51. Total of 1 file, 1 block.
  52. $     if f$search(ccoutfile) .nes. ""
  53. $     then
  54. $       if f$search("SYS$APPLE:[SMITH]CC_OUTPUT.dt-tmp-save") .nes. ""
  55. $       endif
  56. $     else
  57. $     endif
  58. $   endif
  59. ......
  60. ------------- Second Log ------------------------------------------------
  61. ......
  62. $     if f$search(ccoutfile) .nes. "" then -
  63.         rename/log SYS$APPLE:[SMITH]CC_OUTPUT.dt SYS$APPLE:[SMITH]CC_OUTPUT.dt-t
  64.    mp-save
  65. %RENAME-I-RENAMED, SYS$APPLE:[SMITH]CC_OUTPUT.DT;1 renamed to SYS$APPLE:[SMITH]C
  66.    C_OUTPUT.DT-TMP-SAVE;1
  67. $     run pmdf_root:[exe]cc_master.exe
  68. Debugging output enabled.
  69. Dequeuing message, file - "PMDF_ROOT:[QUEUE.cc_local]ZZ01GO8J0LD4TM000773.00".
  70. Scanning message header.
  71. Converting message header.
  72. $ dir /size/date/prot SYS$APPLE:[SMITH]CC_OUTPUT.dt*
  73.  
  74. Directory SYS$APPLE:[SMITH]
  75.  
  76. CC_OUTPUT.DT-TMP-SAVE;1
  77.                           1  31-AUG-1992 15:39:53.22  (RWED,RWED,,)
  78.  
  79. Total of 1 file, 1 block.
  80. $     if f$search(ccoutfile) .nes. ""
  81. $     else
  82. $       if f$search("SYS$APPLE:[SMITH]CC_OUTPUT.dt-tmp-save") .nes. "" then -
  83.           rename/log SYS$APPLE:[SMITH]CC_OUTPUT.dt-tmp-save SYS$APPLE:[SMITH]CC_
  84.    OUTPUT.dt
  85. %RENAME-I-RENAMED, SYS$APPLE:[SMITH]CC_OUTPUT.DT-TMP-SAVE;1 renamed to SYS$APPLE
  86.    :[SMITH]CC_OUTPUT.DT;1
  87. $     endif
  88. .......
  89.