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.
Author |
Topic |
sarahmfr
Posting Yak Master
214 Posts |
Posted - 2011-08-08 : 20:50:58
|
Hi All,I have two servers I created an ssis package that does some tasks one of them is copying a directory from one server to another.I as The creator of the package has the same username and password on the two serversI mapped network drives T: for target and F: for source.What I am doing wrong I am having error messages that it can not access the folder.to copy a directory from one server to anotherI was able to copy from F to T from windows explorer.ThanksAppreciate you helpsarah |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2011-08-09 : 00:35:13
|
Grant the SQL Agent service account permissions on both source and destination.Make sure UAC is diabled. |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2011-08-09 : 10:23:50
|
also make sure package protection level is set to rely on server security------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2011-08-09 : 10:46:31
|
quote: Originally posted by visakh16 also make sure package protection level is set to rely on server security------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/
good call |
|
|
sarahmfr
Posting Yak Master
214 Posts |
Posted - 2011-08-09 : 15:12:46
|
thanksbut the the two folders are on servers different from the sql serversarah |
|
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2011-08-09 : 20:40:59
|
Make sure the SQL Agent account has permissions then |
|
|
sarahmfr
Posting Yak Master
214 Posts |
Posted - 2011-08-09 : 23:36:28
|
thanks i will try thatsarah |
|
|
|
|
|