I have SQL SERVER 2005 Integration services installed on Windows Server 2003.......I am using VisualCron to run local, file based SSIS packages with local, file based SSIS config files that connect to another server hosting the SQL Server 2005 DB's......
When I run a CMD task in VC and issue the following....everything works fine.....
dtexec.exe /FILE "d:\SSIS Package Change Control\Model\OLB\DMU\DMUUpdate.dtsx" /conf "d:\SSIS Package Change Control\Model\OLB\DMU\MODEL DMUUpdate.dtsConfig"
When I attempt to run the Execute SSIS Package task...everything runs fine as well.......for about 24 hours.....then my packages begin to error out.....from what I can gather it's a memory issue with the VC service.......as soon as I restart the service...my Page File size drops and all is well....for about 24 hours.....SSIS logging indicates not enough system memory.....
We have changed our VC jobs back to using the CMD Task...but really like the Execute SSIS Package task......any ideas on why the VC service is not releasing system resources....?
Thanks