I have an SSIS package which uses C# script and 3rd party libraries to perform the required task. The package executes fine from visual studio, however when I try to run the same as SQL job, I see a successful completion, however the task the script is expected to perform is not happening (The 3rd party dll methods appears to be ignored).
The SQL job is run using service account and for Visual studio it is with my windows user credentials.
Is it a credentials issue for the service user or a firewall issue, any suggestions which can direct me to a way forward will be greatly appreciated. Thanks.