home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!decwrl!decwrl!infopiz!mccall!ipmdf-newsgate!list
- From: smith%nyumed.bitnet@ymir.claremont.edu
- Newsgroups: vmsnet.mail.pmdf
- Subject: Problems with multiple messages to the cc:Mail gateway.
- Message-ID: <01GO8JKREIZM0007KL@MCCLB0.MED.NYU.EDU>
- Date: 31 Aug 92 19:56:33 GMT
- Organization: NYU Medical Center, 550 First Ave., New York, 10016
- Lines: 70
- Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
- Resent-Date: 31 Aug 1992 15:56:33 -0400 (EDT)
- Resent-From: epmdf@YMIR.CLAREMONT.EDU
- Errors-To: epmdf@YMIR.CLAREMONT.EDU
- Resent-Message-ID: <01GO8DCW1MKI95NS6Q@YMIR.CLAREMONT.EDU>
- X-Vms-To: in%"ipmdf@ymir.bitnet"
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
- Content-Transfer-Encoding: 7BIT
-
-
- I have been having some problems with the cc:Mail channel that we are trying
- to get to work. A series of messages sent to the ccmail channel should yield
- an output file with the messages being sent appended to oneanother. What is
- happening is that the first file is created ('cc_output.dt' in this case)
- just fine (see first log). But the output file seems not to be being created
- by cc_master in the second case (see second log file: I put in the DIR to see
- whether there is a new file there: there isn't). This has got to be a silly
- mistake somewhere. I changed the names of the in and out files in the option
- file just to be sure I had not picked a silly name: same effect.
-
- This is V4.1-10, with the cc_master.exe re-linked.
-
- --------------- Option file ------------------------------------------
- CC_OUTPUT_FILE_NAME=SYS$APPLE:[SMITH]CC_OUTPUT.dt
- CC_INPUT_FILE_NAME=SYS$APPLE:[SMITH]CC_INPUT.dt
- ------------------First Log file --------------------------------------
- ....
- $ if f$search(ccoutfile) .nes. "" then -
- rename/log SYS$APPLE:[SMITH]CC_OUTPUT.dt SYS$APPLE:[SMITH]CC_OUTPUT.dt-t
- mp-save
- $ run pmdf_root:[exe]cc_master.exe
- Debugging output enabled.
- Dequeuing message, file - "PMDF_ROOT:[QUEUE.cc_local]ZZ01GO8J007FWK000773.00".
- Scanning message header.
- Converting message header.
- $ dir /size/date/prot SYS$APPLE:[SMITH]CC_OUTPUT.dt*
-
- Directory SYS$APPLE:[SMITH]
-
- CC_OUTPUT.DT;1 1 31-AUG-1992 15:39:53.22 (RWED,RWED,,)
-
- Total of 1 file, 1 block.
- $ if f$search(ccoutfile) .nes. ""
- $ then
- $ if f$search("SYS$APPLE:[SMITH]CC_OUTPUT.dt-tmp-save") .nes. ""
- $ endif
- $ else
- $ endif
- $ endif
- ......
- ------------- Second Log ------------------------------------------------
- ......
- $ if f$search(ccoutfile) .nes. "" then -
- rename/log SYS$APPLE:[SMITH]CC_OUTPUT.dt SYS$APPLE:[SMITH]CC_OUTPUT.dt-t
- mp-save
- %RENAME-I-RENAMED, SYS$APPLE:[SMITH]CC_OUTPUT.DT;1 renamed to SYS$APPLE:[SMITH]C
- C_OUTPUT.DT-TMP-SAVE;1
- $ run pmdf_root:[exe]cc_master.exe
- Debugging output enabled.
- Dequeuing message, file - "PMDF_ROOT:[QUEUE.cc_local]ZZ01GO8J0LD4TM000773.00".
- Scanning message header.
- Converting message header.
- $ dir /size/date/prot SYS$APPLE:[SMITH]CC_OUTPUT.dt*
-
- Directory SYS$APPLE:[SMITH]
-
- CC_OUTPUT.DT-TMP-SAVE;1
- 1 31-AUG-1992 15:39:53.22 (RWED,RWED,,)
-
- Total of 1 file, 1 block.
- $ if f$search(ccoutfile) .nes. ""
- $ else
- $ if f$search("SYS$APPLE:[SMITH]CC_OUTPUT.dt-tmp-save") .nes. "" then -
- rename/log SYS$APPLE:[SMITH]CC_OUTPUT.dt-tmp-save SYS$APPLE:[SMITH]CC_
- OUTPUT.dt
- %RENAME-I-RENAMED, SYS$APPLE:[SMITH]CC_OUTPUT.DT-TMP-SAVE;1 renamed to SYS$APPLE
- :[SMITH]CC_OUTPUT.DT;1
- $ endif
- .......
-