I am trying to run an SSIS package and I am getting the following error:
Error Messages:
The SSIS Execution failed
Number of warnings: 2
Warning (0):SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Warning (1):SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Number of errors: 2
Error (0):The script threw an exception: Unable to connect to the remote server Error (1):The script threw an exception: Unable to connect to the remote server From, GetErrorValues (0)
I am using Visualcron 5.5.5 on a Windows 2003 32 bit server. The SQL server is not on the local server, but the SSIS package is on the same server as Visualcron. I can run the SSIS package manually or in a batch file successfully.