W
Will
Hello all!
I have a windows service that needs to access a remote SQL Server 2000
database (actually an MSDE db, but that info shouldn't matter, right?). The
Service is set up as a Local System service.
My connection string looks like this and it works fine under a console app:
Server=INGD00FC21;Database=DLClient;User ID=user;Password=pw;Integrated
Security=true;
This connection String also works fine under a console app:
Server=INGD00FC21;Database=DLClient;Integrated Security=true;
In either case, I get the following error, which I need to resolve:
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
Any suggestions?
Thanks in advance,
Will.
I have a windows service that needs to access a remote SQL Server 2000
database (actually an MSDE db, but that info shouldn't matter, right?). The
Service is set up as a Local System service.
My connection string looks like this and it works fine under a console app:
Server=INGD00FC21;Database=DLClient;User ID=user;Password=pw;Integrated
Security=true;
This connection String also works fine under a console app:
Server=INGD00FC21;Database=DLClient;Integrated Security=true;
In either case, I get the following error, which I need to resolve:
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
Any suggestions?
Thanks in advance,
Will.