Project Tracker Error

Project Tracker Error

Old forum URL: forums.lhotka.net/forums/t/2461.aspx


somayajulu posted on Friday, March 02, 2007

I get the following error, when I try to login to Project Tracker Web app.

COM exception was unhandled by user code

The server process could not be started because the configured identity is incorrect.  Check the username and password. (Exception from HRESULT: 0x8000401A)

Here's the stack trace:

   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
   at System.EnterpriseServices.Thunk.Proxy.CoCreateObject(Type serverType, Boolean bQuerySCInfo, Boolean& bIsAnotherProcess, String& uri)
   at System.EnterpriseServices.ServicedComponentProxyAttribute.CreateInstance(Type serverType)
   at System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(Type serverType, Object[] props, Boolean bNewObj)
   at EnterpriseServicesHost.EnterpriseServicesProxy.GetServerObject() in D:\Visual Studio Projects\csla20\ProjectTracker20cs\EnterpriseServicesHostcs\EnterpriseServicesProxy.cs:line 13
   at Csla.DataPortalClient.EnterpriseServicesProxy.Fetch(Type objectType, Object criteria, DataPortalContext context) in C:\Visual Studio Projects\csla20\csla20cs\Csla\DataPortal\Client\EnterpriseServicesProxy.cs:line 52
   at Csla.DataPortal.Fetch(Type objectType, Object criteria) in C:\Visual Studio Projects\csla20\csla20cs\Csla\DataPortal\Client\DataPortal.cs:line 185
   at Csla.DataPortal.Fetch[T](Object criteria) in C:\Visual Studio Projects\csla20\csla20cs\Csla\DataPortal\Client\DataPortal.cs:line 140
   at ProjectTracker.Library.Security.PTIdentity.GetIdentity(String username, String password) in D:\Visual Studio Projects\csla20\ProjectTracker20cs\ProjectTracker.Library\Security\PTIdentity.cs:line 57
   at ProjectTracker.Library.Security.PTPrincipal.Login(String username, String password) in D:\Visual Studio Projects\csla20\ProjectTracker20cs\ProjectTracker.Library\Security\PTPrincipal.cs:line 15
   at PTMembershipProvider.ValidateUser(String username, String password) in d:\Visual Studio Projects\csla20\ProjectTracker20cs\www\PTWeb\App_Code\PTMembershipProvider.cs:line 11
   at System.Web.UI.WebControls.Login.OnAuthenticate(AuthenticateEventArgs e)
   at System.Web.UI.WebControls.Login.AttemptLogin()
   at System.Web.UI.WebControls.Login.OnBubbleEvent(Object source, EventArgs e)
   at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args)
   at System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e)
   at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
   at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
   at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
   at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

I appreciate any help in this regard.

Som

Jimbo replied on Friday, March 02, 2007

there is not a lot of case experience out there regarding the use of EnterpriseServices dataportal in csla. my recommendation is:  move on and dispense with COM+ etc - as we have...

Copyright (c) Marimer LLC