Page 1 of 1

Want to know the values passed to stored procedure stage

Posted: Wed Jun 25, 2014 10:35 am
by saiwelcomes
Hi All,

I want to know the values being passed to the stored procedure triggered using stored procedure stage in a parallel job. The job is currently running in production. Please let me know how to know what values are being passed as arguments to that procedure.

Thanks in advance.

Posted: Thu Jun 26, 2014 5:05 am
by ArndW
You need to look at the source of the stored procedure stage and see which job parameters are being used. Then see what the director log shows for parameter values on that job execution.