Double execution of script

General discussion of the Co:Z Toolkit
Post Reply
jacobsm
Posts: 37
Joined: Thu Apr 23, 2009 9:18 am
Location: Tampa, Florida

Double execution of script

Post by jacobsm »

We have an intermittent problem with what seems like a double execution of a script by Co:Z (1.40 beta).

Our sysin file contains these script commands;

cd /opt/info/unixscripts
sh radr_status_load_end.sh fc

but the job sysout file has this;

*-*-*-*-* JSTEP05 COZLNCH STDOUT
19942
radr_status_load_end.sh
radr_status_load_end

10-09-2009 19:35:31Exporting the main environment file (OK)
PRMFILECNT
1
7342A4C5E45FB3EBE04000027F003500
10-09-2009 19:35:31Load End Procedure call Sucessful
19960
radr_status_load_end.sh
radr_status_load_end

10-09-2009 19:35:31Exporting the main environment file (OK)
PRMFILECNT
1
7342A4C5E45FB3EBE04000027F003500
10-09-2009 19:35:31Load End Procedure call failed

Note the second execution of the shell script.

Mark Jacobs
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

Mark,

Can you run a (Fine-level) trace and email the output to support@dovetail.com?

//STEP1 EXEC PROC=COZPROC,
// ARGS='-LF,t myuid@linux1.myco.com'

Thanks,
Kirk Wolf
Post Reply