SQL 2008 Database extract works SSIS job created from it fails repeating the same extract
Using SQL 2008 r2 I successfuly extracted table data and wrote it to an Access database. At the same time I created a SSIS job to automate the process. The first step following the extract in both cases was to delete the Access table entries so the load would be fresh each time... again the extract worked... but when the SSIS job is created and run, it completes without error and the Access table has been emptied but no data was loaded. any suggestions? This has me baffled.
August 11th, 2012 12:47am

Hi, This is fairly common problem with SSIS schedule package run as when you schedule it from SQL agent, SSIS runs under context of SQL agent service account. You can change the service account but that can cause some loop holes in security. The best solution is to use the Agent Proxy for SSIS execution. Kindly have a look at below post to see how to create proxy and assign it it to SSIS job step. http://www.mssqltips.com/sqlservertip/2163/running-a-ssis-package-from-sql-server-agent-using-a-proxy-account/- Chintak (My Blog)
Free Windows Admin Tool Kit Click here and download it now
August 11th, 2012 12:57am

If the package runs fine and there is no error then may be there is something to do with you Package configurations. you can check your configuration settings to make sure everything there is alright.Please mark the post as answered if it answers your question
August 11th, 2012 6:28am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics