Hi,
I'm using a window service that includes a file watcher on a network drive. whenever a file is created on a that drive the service copies it to some other network computer.
I know that i need to set the security credentials for a USER Account. But i think im having some problem wile configuring the account.
Example:
when i install the service, it asks the user name and password;
I have provided the following according to the instructions given in
[HTML]
http://support.microso ft.com/default.aspx?sc id=kb;en-us;827421
[/HTML]
Now my system name is
I gave the following when the window prompts during installation;
User Name: PC-mohsin\mohsins
Password: abcdefgh
But got the following error;
Kindly let me know where i am doing wrong.
Thanks!
I'm using a window service that includes a file watcher on a network drive. whenever a file is created on a that drive the service copies it to some other network computer.
I know that i need to set the security credentials for a USER Account. But i think im having some problem wile configuring the account.
Example:
Network Drive is: \\NTSystemA\Sha red
User Account: mohsins
Password: abcd
User Account: mohsins
Password: abcd
I have provided the following according to the instructions given in
[HTML]
http://support.microso ft.com/default.aspx?sc id=kb;en-us;827421
[/HTML]
User Name = ComputerName\Us erName
Password = any password
Password = any password
"PC-mohsin"
User Name is
"mohsins"
User Name is
"mohsins"
User Name: PC-mohsin\mohsins
Password: abcdefgh
But got the following error;
System.Componen tModel.Win32Exc eption: No mapping between account names and security IDs was done.
Thanks!
Comment