Page 1 of 1

Sequecer Compilation Error

Posted: Thu Sep 25, 2008 2:04 am
by prasson_ibm
Hi
I have made a sequencer using Execute command Activity stage and i m runnig three scripts using this Job. But while compiling i m getting following errors:-

Compiling: Source = 'RT_BP28/JOB.1362165032.DT.1487844563', Object = 'RT_BP28.O/JOB.1362165032.DT.1487844563'
*****************************************************************************************************************************
WARNING: Variable 'handle$list' never assigned a value.

Compilation Complete.
(USAGE_AGG_LOAD)

I dont know why i m getting this error and please tell me to resolve this problem

Thanks in advance


[/b]

Posted: Thu Sep 25, 2008 3:22 am
by balajisr
Select "Abort Without Sending STOP Requests" in your terminator stage instead of the default one.

Posted: Thu Sep 25, 2008 5:08 am
by ray.wurlod
Had you bothered to Search DSXchange you would have learned that this error results from job sequence designs that contain no job activities. Yes, it's a bug, and the obvious workaround is to add a job that doesn't do anything (the statement X = 0 on the job control tab of a server job is a good "do nothing" job).