Hello.
I have configure an execsf in cft.cfg (in cftparm section):
cftparm id = idparm0,
(…)
execsf = /home/cft/batch/exitOK.ksh.prueba,
this is the script:
bash-3.00$ cat /home/cft/batch/exitOK.ksh.prueba
#!/bin/ksh
CFTUTIL end part=m0862XXX, idf=EKECPXXX >/dev/null
bash-3.00$
But it doesnt execute. When I send an EKECPXXX file, the script doesnt execute:
bash-3.00$ cftutil send part=m0862xxx,idf=EKECPXXX,fname=/stagearea/out/cft_mpf03_out
CFTU00I SEND _ Correct (part=m0862xxx,idf=EKECPXXX,fname=/stagearea/out/cf)
bash-3.00$
bash-3.00$
bash-3.00$ cftcatab
Date = 27/09/2010 Time = 11:18:34
Partner DTSA File Transfer Records Diags Appli.
Id. Id. Transmit Total CFT Protocol Id.
——– —- ——– ——– ———- ———- — ——– ——–
M0862XXX SFT EKECPXXX I2710594 34 34 0 CP 07%
1 record(s) selected
500 record(s) in Catalog file
499 record(s) free (99%)
CFTU00I LISTCAT _ Correct (type=all,content=brief)
bash-3.00$
The DTSA id is : SFT , and it never change to: SFX
What can I do?.
continue reading.....