Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Odd SSIS Failure

Author  Topic 

JeffK627
Yak Posting Veteran

50 Posts

Posted - 2010-07-12 : 19:02:15
I have an SSIS package that reads flat text files into tables for about 30 objects that are undergoing data cleansing. Each object has three flat files and three tables that those files are read into.

One of the objects fails when the job runs on the server at its scheduled time. However, when I go in and run that data flow task manually, it succeeds. Even weirder, if I run the entire package from my local machine, the task fails again. Only one out of the three flat files gets successfully read into its table.

I have confirmed the presence of the flat files in the expected directory and that they are formatted correctly. What could cause one data flow task out of 30 similar ones to fail when the SSIS package is run as a whole but NOT fail when the task is run alone?

Any ideas would be appreciated!

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-07-12 : 19:36:14
Could you post the error?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -