July 15, 2010 at 10:33 am
I am running a SSIS package to get data from a spreadsheet.
I log onto the SQL Server as the profile running SQL and can manually run the package direct from BIDS, no problem.
If I run as a scheduled job then the job fails stating that the path to the file does not exist.
I have checked the path name numerous times and the task is running asthe same user in both cases, but only works direct from BIDS.
What am I missing?
Thanks
Colin
July 15, 2010 at 10:38 am
Have you seen this: http://support.microsoft.com/kb/918760
July 16, 2010 at 2:37 am
For those too lazy to copy-paste:
http://support.microsoft.com/kb/918760
And you're right, that is usually the problem: permissions.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 19, 2010 at 8:24 am
All,
Have resolved the issue by moving away frrom a mapped drive and using full file path \\ServerName\Director\AnotherDirectory\etc
Thanks
Colin
July 28, 2010 at 3:06 pm
Mapped drives are a bad plan using SSIS, stay away.
CEWII
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply