Re: windows service
- From: "Nicholas Paldino [.NET/C# MVP]" <mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 12 Apr 2005 14:13:02 -0400
Willy,
If the SQL server is on another machine, and the service is running
under the Local System account (which doesn't have network access), then
yes, it will be an issue.
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx
"Willy Denoyette [MVP]" <willy.denoyette@xxxxxxxxxx> wrote in message
news:euDGRD4PFHA.604@xxxxxxxxxxxxxxxxxxxxxxx
>
> "Nicholas Paldino [.NET/C# MVP]" <mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote
> in message news:uoGeM$3PFHA.2520@xxxxxxxxxxxxxxxxxxxxxxx
>> J,
>>
>> The LocalSystem account does not have permissions to access the
>> network either. You need to use the NetworkService account in order to
>> access the network (assuming the SQL server is on another machine or you
>> are accessing it through TCP/IP on the same machine).
>>
>> Hope this helps.
>
> OP said he was using a SQL server connection string specifying explicit
> credentials, so the service account is not an issue here.
>
> Willy.
>
>
.
- Follow-Ups:
- Re: windows service
- From: Willy Denoyette [MVP]
- Re: windows service
- References:
- windows service
- From: J
- RE: windows service
- From: Salvador
- Re: windows service
- From: J
- Re: windows service
- From: Nicholas Paldino [.NET/C# MVP]
- Re: windows service
- From: Willy Denoyette [MVP]
- windows service
- Prev by Date: Re: Async Design Question
- Next by Date: Re: Async Design Question
- Previous by thread: Re: windows service
- Next by thread: Re: windows service
- Index(es):
Relevant Pages
|