blfoley.com - all things development

Login failed for user 'DOMAIN\COMPUTERNAME$'

3/6/2009

Probelm: This is an error that occours when accessing any of the business user applications.

Solution: Check to verify that you web service's application pool is not running under the network service account. The app pool's identity needs to have access to the database for the context which it is connecting.

Log Name: Application
Source: Commerce Server Business UI
Date: 2/15/2009 9:14:08 AM
Event ID: 102
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: COMPUTERNAME.DOMAIN.local
Description:
Microsoft.CommerceServer.ServerFaultException: Login failed for user 'DOMAIN\COMPUTERNAME$'. ---> System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Login failed for user 'DOMAIN\COMPUTERNAME$'. ---> Microsoft.CommerceServer.ServerFaultException: Login failed for user 'DOMAIN\COMPUTERNAME$'.
--- End of inner exception stack trace ---
at Microsoft.CommerceServer.Profiles.WebService.ProfilesWebService.PropagateOrLogExceptionInternal(Exception ex)
at Microsoft.CommerceServer.Profiles.WebService.ProfilesWebService.GetAllProfileDefinitionNames()
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.CommerceServer.Internal.Profiles.ProfilesServiceProxy.AuthorizedInvoke(String methodName, Object[] parameters)
--- End of inner exception stack trace ---
at Microsoft.CommerceServer.ServiceAgent.TryHandleWebMethodException(Exception ex, SoapHttpClientProtocol serviceProxy)
at Microsoft.CommerceServer.Internal.Profiles.ProfilesServiceProxy.AuthorizedInvoke(String methodName, Object[] parameters)
at Microsoft.CommerceServer.Internal.Profiles.ProfilesServiceProxy.GetAllProfileDefinitionNames()
at Microsoft.CommerceServer.UI.CustomerAndOrdersManager.ProfilesManagementProxy.TryGetAllProfileDefinitionNames(String[]& profileTypes)
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Commerce Server Business UI" />
<EventID Qualifiers="0">102</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-04-15T13:14:08.000Z" />
<EventRecordID>3840</EventRecordID>
<Channel>Application</Channel>
<Computer>COMPUTERNAME.DOMAIN.local</Computer>
<Security />
</System>
<EventData>
<Data>Microsoft.CommerceServer.ServerFaultException: Login failed for user 'DOMAIN\COMPUTERNAME$'. ---&gt; System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Login failed for user 'DOMAIN\COMPUTERNAME$'. ---&gt; Microsoft.CommerceServer.ServerFaultException: Login failed for user 'DOMAIN\COMPUTERNAME$'.
--- End of inner exception stack trace ---
at Microsoft.CommerceServer.Profiles.WebService.ProfilesWebService.PropagateOrLogExceptionInternal(Exception ex)
at Microsoft.CommerceServer.Profiles.WebService.ProfilesWebService.GetAllProfileDefinitionNames()
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.CommerceServer.Internal.Profiles.ProfilesServiceProxy.AuthorizedInvoke(String methodName, Object[] parameters)
--- End of inner exception stack trace ---
at Microsoft.CommerceServer.ServiceAgent.TryHandleWebMethodException(Exception ex, SoapHttpClientProtocol serviceProxy)
at Microsoft.CommerceServer.Internal.Profiles.ProfilesServiceProxy.AuthorizedInvoke(String methodName, Object[] parameters)
at Microsoft.CommerceServer.Internal.Profiles.ProfilesServiceProxy.GetAllProfileDefinitionNames()
at Microsoft.CommerceServer.UI.CustomerAndOrdersManager.ProfilesManagementProxy.TryGetAllProfileDefinitionNames(String[]&amp; profileTypes)</Data>
</EventData>
</Event>

Related Postings