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 |
aiman
Starting Member
18 Posts |
Posted - 2007-07-08 : 02:32:36
|
I used a DTS which output file destination is following in a Network, where "OutBoundFTP" folder is shared. \\10.234.136.22\OutBoundFTP\CNS1_OD.txtwhen i am going to run this DTS it showed me "Login Failor, Unkhowen User name or password", Here i have not seen any option to give user name and password.Need Help.. |
|
b.veenings
Yak Posting Veteran
96 Posts |
Posted - 2007-07-08 : 16:39:48
|
what are the rights for the shared folder?and more important, is the server joined in a domain?because if you try to reach an server wich is not in the same domain as your sql server it probably will not accept impersonated logons to that server.Need an SQLDB consultant?check www.veeningsengineering.nl |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-07-08 : 20:09:20
|
Should be ok if domains are trusted, but you need permission on that share in either cases. |
 |
|
|
|
|