Skip to content

Instantly share code, notes, and snippets.

@ryanvgates
Created May 28, 2015 22:20
Show Gist options
  • Save ryanvgates/69983dcc177d0553f242 to your computer and use it in GitHub Desktop.
Save ryanvgates/69983dcc177d0553f242 to your computer and use it in GitHub Desktop.
Commerce Server - COMException: Authentication Failed
[COMException (0x80040e4d): Authentication failed.]
Microsoft.CommerceServer.Interop.Profiles.ProfileServiceClass.GetProfileByKey(String bstrKeyMemberName, Object sValue, String bstrType, Boolean bReturnError) +0
Microsoft.CommerceServer.Runtime.Profiles.Profile..ctor(ProfileContext profileService, String keyName, String keyValue, String profileType) +156
[CommerceProfileSystemException: Failed to retrieve profile.]
Microsoft.CommerceServer.Runtime.Profiles.Profile..ctor(ProfileContext profileService, String keyName, String keyValue, String profileType) +504
Microsoft.CommerceServer.Runtime.Profiles.ProfileContext.GetProfile(String keyName, String keyValue, String profileType) +647
Microsoft.CommerceServer.Runtime.CommerceContext.get_UserID() +744
Microsoft.CommerceServer.Runtime.CommerceDataWarehouseAuthenticationModule.OnPreRequestHandlerExecute(Object sender, EventArgs e) +73
Microsoft.Commerce.Providers.SharePointCommerceDataWarehouseAuthenticationModule.OnPreRequestHandlerExecute(Object sender, EventArgs e) +288
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment