While I am scheduling the package SQL Server Agent hangs. I tried to find the error, and after running other SSIS packages I have found that, SQL Server Agent hangs while it tries to run a package which contains EXECUTE PROCESS TASK.
I am using this EXECUTE PROCESS TASK in my SSIS package to convert excel files to CSV before processing them. This task calls a '.js' script which does the required conversion.
NOTE: The package runs successfully while I try to execute it via BIDS or by double clicking on the package when I have deployed it in SQL server.
There are certain answers which are similar to the one I have asked but none of them answer the issue related to a .js script being called using EXECUTE PROCESS TASK.
Any help is much appreciated.
Thanks,
Krunal