Jayanta Chatterjee
Guest
|
Posted:
Thu Nov 10, 2005 5:51 pm Post subject:
Login failed for user 'NT AUTHORITY\NETWORK SERVICE' |
|
|
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
Guest
|
Posted:
Thu Nov 10, 2005 5:51 pm Post subject:
Re: Login failed for user 'NT AUTHORITY\NETWORK SERVICE' |
|
|
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 |
|