|
Home > Archive > Commerce Server General > November 2005 > Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
|
|
| Jayanta Chatterjee 2005-11-10, 6:00 pm |
| I have installed Commerce Server 2002 enterprise edition and FP1.
Then I have deployed a CS Web Application by unpacking a .pup file and
associated marketing and catalog web services with the site in the process.
But now when I try to run the application ,I get the error:
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
I have added users IIS_WPG user,IUSER_MACHINENAME,NT AUTHORITY \NETWORK in
the SQL Server and then asigned them permissions for
MSCS_Admin,MSCS_CatalogScratch and corresponding CS Site databases.
The anonymous user access for the site has also been enabled.
But the error persists.
Please suggest any solution as soon as possible.
| |
| Jeff Lynch 2005-11-10, 6:00 pm |
| I would recommend changing the account for your Commerce Server
application's IIS Application Pool. Setup a new "service account" which has
the appropriate db access rights and then run the Commerce site's AppPool
under this account.
To configure a worker process identity for an application pool using a
configurable account
1. In IIS Manager, expand the local computer, expand the Application Pools
folder, right-click the application pool you want to configure, and then
click Properties.
2. Click the Identity tab.
3. Click Configurable.
4. Click Browse, and under Enter the object name to select, type the account
name in which you want your worker process to run, and then click OK.
5. In the Password box, type the password associated with this account. If
there is no password associated with the account, leave the Password box
blank.
6. Click OK.
7. Add the account you just created to the IIS_WPG group. For information
about adding user accounts to groups, see "Add a Member to a Local Group" in
Help and Support Center for Windows Server 2003.
8. If the account you just created must be able to start CGI processes,
assign the following user rights to this account: Adjust memory quotas for a
process and Replace a process level token. For information about configuring
user rights for CGI applications, see Configuring CGI Applications.
9. Give user permission to c:\windows\temp folder
--
Jeff Lynch
"Ramblings From A Connected Universe"
http://codebetter.com/blogs/jeff.lynch
"Jayanta Chatterjee" <Jayanta Chatterjee@discussions.microsoft.com> wrote in
message news:097A9721-AEA5-41D6-8755-3934435C3320@microsoft.com...
>I have installed Commerce Server 2002 enterprise edition and FP1.
> Then I have deployed a CS Web Application by unpacking a .pup file and
> associated marketing and catalog web services with the site in the
> process.
> But now when I try to run the application ,I get the error:
>
> Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
>
> I have added users IIS_WPG user,IUSER_MACHINENAME,NT AUTHORITY \NETWORK in
> the SQL Server and then asigned them permissions for
> MSCS_Admin,MSCS_CatalogScratch and corresponding CS Site databases.
> The anonymous user access for the site has also been enabled.
>
> But the error persists.
>
> Please suggest any solution as soon as possible.
|
|
|
|
|