I figured out the issue. The password files were encrypted using my credentials, so they could not be used to execute the procedure under a different user account. I recreated those file using the user that the task is running as, and it started working…