Search found 2 matches

by Bobby005
18 Oct 2009 2:46
Forum: Scripts
Topic: Help on ctmcreate
Replies: 4
Views: 12445

Hi,

I am using 6.1.0.3. If this version of Ctrlm does not issue return codes, what can I do to catch the erros of ctmcreate within the script?
by Bobby005
15 Oct 2009 12:05
Forum: Scripts
Topic: Help on ctmcreate
Replies: 4
Views: 12445

Help on ctmcreate

I am trying to build a script which utilizes ctmcreate with error catching. As an example, ctmcreate adasdasdas RC=${?} if [ ${RC} -ne 0 ] ; then echo "FAILED" else echo "SUCCESS" fi exit ${RC} This should output FAILED and exit with a number other than 0 as the ctmcreate statement is wrong but it a...