"DSSetUserStatus" warning
Posted: Fri Sep 30, 2005 8:33 am
Hi,
Scenario:
There are two jobs in a sequence. The first one generates a single number (By aggregating). I need to pass this to next job as a parameter.
Implementation:
I have written a routine with following code.
and called the routine in a basic transformer.
Problem:
When I run the job, I get the following warning:
"Error reading Job Status record. JobNo = 553 JobName = sampleJob1.#0 WaveNo = 1"
and the user status in not passed to next job.
I have searched the site on this topic but I couldnot get a solution. Waiting your help. Thanks.
Scenario:
There are two jobs in a sequence. The first one generates a single number (By aggregating). I need to pass this to next job as a parameter.
Implementation:
I have written a routine with following code.
Code: Select all
$INCLUDE DSINCLUDE JOBCONTROL.H
Call DSSetUserStatus(Arg1)
Ans = Arg1and called the routine in a basic transformer.
Problem:
When I run the job, I get the following warning:
"Error reading Job Status record. JobNo = 553 JobName = sampleJob1.#0 WaveNo = 1"
and the user status in not passed to next job.
I have searched the site on this topic but I couldnot get a solution. Waiting your help. Thanks.