Mike,
Ran into this before. Make a i and o directory in xlate.
Change the following lines in edixlati
while [ -d $EDI_DIR/i$SEQ ]
FILES=$EDI_DIR/i$SEQ; export FILES
to
while [ -d $EDI_DIR/i/$SEQ ]
FILES=$EDI_DIR/i/$SEQ; export FILES
and
Change the following lines in edixlato
while [ -d $EDI_DIR/o$SEQ ]
FILES=$EDI_DIR/o$SEQ; export FILES
to
while [ -d $EDI_DIR/o/$SEQ ]
FILES=$EDI_DIR/o/$SEQ; export FILES
Don't move any current working directories and they will be purged. If you
run into problems and send working directories to Harbinger they may desupport
that.
Regards,
-Steve
---------------------------
We've upgraded Harbinger 4.2 NT to Harbinger 4.2 Unix and noticed that the
NT inbound and outbound working directories are in $EDIH\xlate\i and
$EDIH\xlate\o respectively, yet UNIX inbound and outbound working
directories are both in $EDIH/xlate. Is there a way of modifying the UNIX
EDIXLATI and EDIXLATO scripts to put inbound working directories in
$EDIH/xlate/i and outbound working directories in $EDIH/xlate/o? Any help
would be appreciated. Please keep in mind I want the UNIX cleanup
maintenance routine to continue to work also (particularly the ones that
clean up the old working directories).
_____________________________________________________
EDI-Mike
Michael Taylor
EC Specialist
Banctec - Corporate Information Systems
(972)982-2815
=======================================================================
To signoff the EDI-L list, mailto:[EMAIL PROTECTED]
To subscribe, mailto:[EMAIL PROTECTED]
To contact the list owner: mailto:[EMAIL PROTECTED]
Archives at http://www.mail-archive.com/edi-l%40listserv.ucop.edu/