Page 1 of 1

job behaviour is diffrent

Posted: Fri May 30, 2008 8:08 am
by thumati.praveen
Hi All,

I have one sequence and inside I am calling one job.
If I run the job through the sequence it is not working but I run individually it is working fine.

when I run through the sequence the lookups are not matching it is giving nulls because of nulls the transformer dropping the records.If I run the individul it matches the lookup and job runing fine.

what is the difference between these two methods runing?

Please give me the inputs if any one resolved the same problem before.

Thanks in Advance,
Praveen.

Posted: Fri May 30, 2008 8:20 am
by rajngt
Are you passing the same parameters to the job when calling from the sequence?

Posted: Fri May 30, 2008 8:59 am
by bkumar103
check the APT_STRING_PADCHAR parameter(Check if it is defined in the sequnce job). It might be set to default which is null. Change it to spaces.

Posted: Mon Jun 02, 2008 7:04 am
by thumati.praveen
I was split the job then it is working fine.

Thnaks,
Praveen.

Posted: Mon Jun 02, 2008 8:28 am
by ag_ram
There should be NO difference, unless untill you specify Job Run Options(Limits, Warnings, General) while executing a Job through Designer or Director.