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)
 Export to Flat File

Author  Topic 

tanu
Yak Posting Veteran

57 Posts

Posted - 2007-07-27 : 10:47:06
I got this error when I run my package.

Source: Meal_Time Connection manager "DestinationConnectionFlatFile" Description: The file name "\\caguin\c$\Export\HousingExport.txt" specified in the connection was not valid. End Error Error:

I used same file for my local server(caguin) and it works fine. But when I run this package from computer other than caguin I got this error.

What is going on?

nr
SQLTeam MVY

12543 Posts

Posted - 2007-07-27 : 11:09:49
The user it is run under will need permission on the admin share.


==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-07-27 : 23:51:39
Usually need local admin rights on caguin.
Go to Top of Page
   

- Advertisement -