Page 1 of 1

Same code works in TEST but not in Production.

Posted: Wed May 21, 2008 6:49 am
by rameshDHL
Hi,

I need to update the DB2 table in the flow, after inserting the values in the table. This logic is works fine in TEST environment,but when this deployed into production it doesnt. It dint say any error at all. Its in the sequence. If we run the job seperately it works fine.

Could any one have faced such a situation? Could you please help me in this to sort it out.

Regards
Sengan.

Posted: Wed May 21, 2008 6:55 am
by chulett
Not sure how anyone can help with that little information. :?

When something works on its own but not from a Sequence job, the first suspect would be the parameters being passed. Another thing to check is to Reset the aborted job (it does abort, yes?) and see if you get a 'From previous run...' message in the log.

Posted: Wed May 21, 2008 3:22 pm
by ray.wurlod
What's different between the two environments, particularly how the connection to DB2 is configured?