Re: SQLDatabase Problem

  •  05-25-2005, 4:18 PM

    Re: SQLDatabase Problem

    Here's the whole error messge page if it will help:
     

    Login failed for user 'lsux730'.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'lsux730'.

    Source Error:

    Line 110:		private Chat_Lobby[] GetAllCuteChatLobbies()
    Line 111:		{
    Line 112:			return ChatWebUtility.Api.GetLobbies();
    Line 113:		}
    Line 114:		

    Source File: D:\Inetpub\Wwwroot\hcsd\mclno\SamplePortal\Web\default.aspx    Line: 112

    Stack Trace:

    [SqlException: Login failed for user 'lsux730'.]
       System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +472
       System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372
       System.Data.SqlClient.SqlConnection.Open() +384
       CuteSoft.Chat.CDQ.Providers.DBQueryProvider.Open() +16
       CuteSoft.Chat.CDQ.QueryConnection.Open() +57
       n.a(UserIdentity A_0) +605
       CuteSoft.Chat.Impl.ServiceLayerChatApiDecorator.BeforeInvoke() +416
       CuteSoft.Chat.DynamicAssembly.ServiceLayerChatApiDecoratorProxy.GetConfig_InterceptedCall(String configname) +78
       CuteSoft.Chat.DynamicAssembly.WebLayerChatApiDecoratorProxy.GetConfig_InterceptedCall(String configname) +78
       CuteSoft.Chat.ChatWebUtility.GetUserAdapter() +71
       CuteSoft.Chat.ChatWebUtility.get_CurrentIdentity() +61
       CuteSoft.Chat.Impl.WebLayerChatApiDecorator.BeforeInvoke() +185
       CuteSoft.Chat.DynamicAssembly.WebLayerChatApiDecoratorProxy.GetLobbies_InterceptedCall() +77
       ASP.Default_aspx.GetAllCuteChatLobbies() in D:\Inetpub\Wwwroot\hcsd\mclno\SamplePortal\Web\default.aspx:112
       ASP.Default_aspx.Page_Load(Object sender, EventArgs e) in D:\Inetpub\Wwwroot\hcsd\mclno\SamplePortal\Web\default.aspx:105
       System.Web.UI.Control.OnLoad(EventArgs e) +67
       System.Web.UI.Control.LoadRecursive() +35
       System.Web.UI.Page.ProcessRequestMain() +750
    
View Complete Thread