I have a SSIS package [Target Version 2012]. In one of the Execute Process Task Attribute, I am calling a .bat file. The Package executes without any error when I execute it using the Visual Studio. But the same SSIS Package fails to execute with below error when I configure the SSIS Package inside the SQL Server Agent Job.
Error: 2024-03-20 11:21:49.13 Code: 0xC0029151 Source: UnZip eDelivery Results Files (Post-ControlM Job) Execute Process Task Description: In Executing "\NVCS-SQL-02\SSISPackages\Syndicated\UnZipTool\UnZipTool_Syndicated_1_NVCS_US.bat" "" at "", The process exit code was "-532459699" while the expected was "0". End Error