Hello,
I'm trying to create an error log table in the staging database. I want to log all the errors that may occur in my DS job into this table. I'm using SQL() inside Script in the catch block to do this. My error log table has JobRequestorID as one of the fields. How can I get the JobRequestorID from my DS job? The JobRequestorID may be DS Console or from my designer or from a third party schedule.
Thanks
Pradeep