Hey All,
Could any one help me in this requirement pls,
I wanna run a job for each and every row from the input source record, so when i call a job inside a transformer means i can accomplish that. Any one pls help me out in doing this.
Thanks in advance
Calling a Job in transformer
Moderators: chulett, rschirm, roy
Calling a Job in transformer
Thanks,
Regards,
Thangaraj.R.A.J
Regards,
Thangaraj.R.A.J
There is a UtilityRunJob() function that will do that for you. You can search here or in your local documentation for that name to find the syntax, usage examples, etc.
Not positive, but you may need to use a Server job for this... I'm sure someone can confirm/deny.
Not positive, but you may need to use a Server job for this... I'm sure someone can confirm/deny.
-craig
"You can never have too many knives" -- Logan Nine Fingers
"You can never have too many knives" -- Logan Nine Fingers
No, it's UtilityRunJob. DSRunJob is the function that you'd use in a BASIC job control routine and what a Sequence job uses in the code it generates. You could, of course, write something that leveraged that in a similar manner but why bother when UtilityRunJob does all that automagically for you?
In the 7.x release, you can find it documented in the Server Job Developer's Guide pdf, perhaps elsewhere.
In the 7.x release, you can find it documented in the Server Job Developer's Guide pdf, perhaps elsewhere.
-craig
"You can never have too many knives" -- Logan Nine Fingers
"You can never have too many knives" -- Logan Nine Fingers
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:

