Проблемы при установке

Last post 10-02-2006, 7:35 AM by Pfors. 8 replies.
Sort Posts: Previous Next
  •  09-04-2006, 7:20 AM 22323

    Проблемы при установке

    После установки чата как сказано в инструкции, выдает ошибку, как ее устанить, плиз help

    Login failed for user 'test'.

    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 'test'.

    Source Error:

    Line 67: 		}
                Line 68:
                Line 69: 		if(CuteSoft.Chat.ChatWebUtility.CurrentIdentityIsAdministrator)
                Line 70: 			temp += "<a Class=\"Big\" href='CuteSoft_Client/CuteChat/Admin'>Chat Admin</a>";
                Line 71: 		TopMenu.Text = temp;

    Source File: C:\inetpub\wwwroot\CutechatStandalone\Web\Banner.ascx    Line: 69

    Stack Trace:

    [SqlException: Login failed for user 'test'.]
                System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +474
                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
                CuteSoft.Chat.ChatApplication.a(UserIdentity A_0) +58
                w..ctor(UserIdentity identity) +1067
                w.a(UserIdentity A_0) +44
                CuteSoft.Chat.ChatContextScope..ctor(Boolean ignoreIdentity) +163
                CuteSoft.Chat.ChatApiImpl.DoGetConfig(String name) +69
                CuteSoft.Chat.ChatApiImpl.GetConfig(String name) +24
                CuteSoft.Chat.ChatWebUtility.GetUserAdapter() +82
                CuteSoft.Chat.ChatWebUtility.get_CurrentIdentity() +61
                CuteSoft.Chat.ChatWebUtility.get_CurrentIdentityIsAdministrator() +5
                ASP.banner_ascx.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\CutechatStandalone\Web\Banner.ascx:69
                System.Web.UI.Control.OnLoad(EventArgs e) +67
                System.Web.UI.Control.LoadRecursive() +35
                System.Web.UI.Control.LoadRecursive() +98
                System.Web.UI.Control.LoadRecursive() +98
                System.Web.UI.Page.ProcessRequestMain() +731
                
  •  09-04-2006, 12:23 PM 22333 in reply to 22323

    Re: Проблемы при установке

    Pfors,
     
    >>Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'test'.
     
    Please check your database connection string.
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  09-05-2006, 1:04 AM 22340 in reply to 22333

    Re: Проблемы при установке

    Adam:
    Pfors,
     
    >>Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'test'.
     
    Please check your database connection string.
     
     

    database was created as it is said through skript

  •  09-05-2006, 1:11 AM 22341 in reply to 22340

    Re: Проблемы при установке

    Pfors,
     
    Please open the web.config file.
     
    <appSettings>
       <add key="ConnectionString" value="server=(local)\portal;database=SamplePortal;uid=test;pwd=test" />
       <add key="OnlineTimeout" value="300" />
    </appSettings>
     
    You need to modify this connection string.
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  09-05-2006, 1:41 AM 22343 in reply to 22341

    Re: Проблемы при установке

    Adam:
    Pfors,
     
    Please open the web.config file.
     
    <appSettings>
       <add key="ConnectionString" value="server=(local)\portal;database=SamplePortal;uid=test;pwd=test" />
       <add key="OnlineTimeout" value="300" />
    </appSettings>
     
    You need to modify this connection string.
     
     
     

    Has Corrected, now appears

     

    SQL Server does not exist or access denied.

    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: SQL Server does not exist or access denied.

    Source Error:

    Line 67: 		}
                Line 68:
                Line 69: 		if(CuteSoft.Chat.ChatWebUtility.CurrentIdentityIsAdministrator)
                Line 70: 			temp += "<a Class=\"Big\" href='CuteSoft_Client/CuteChat/Admin'>Chat Admin</a>";
                Line 71: 		TopMenu.Text = temp;

    Source File: C:\inetpub\wwwroot\CutechatStandalone\Web\Banner.ascx    Line: 69

    Stack Trace:

    [SqlException: SQL Server does not exist or access denied.]
                System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +474
                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
                CuteSoft.Chat.ChatApplication.a(UserIdentity A_0) +58
                w..ctor(UserIdentity identity) +1067
                w.a(UserIdentity A_0) +44
                CuteSoft.Chat.ChatContextScope..ctor(Boolean ignoreIdentity) +163
                CuteSoft.Chat.ChatApiImpl.DoGetConfig(String name) +69
                CuteSoft.Chat.ChatApiImpl.GetConfig(String name) +24
                CuteSoft.Chat.ChatWebUtility.GetUserAdapter() +83
                CuteSoft.Chat.ChatWebUtility.get_CurrentIdentity() +62
                CuteSoft.Chat.ChatWebUtility.get_CurrentIdentityIsAdministrator() +5
                ASP.banner_ascx.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\CutechatStandalone\Web\Banner.ascx:69
                System.Web.UI.Control.OnLoad(EventArgs e) +67
                System.Web.UI.Control.LoadRecursive() +35
                System.Web.UI.Control.LoadRecursive() +98
                System.Web.UI.Control.LoadRecursive() +98
                System.Web.UI.Page.ProcessRequestMain() +720
  •  09-13-2006, 1:51 AM 22648 in reply to 22343

    Re: Проблемы при установке

    help
  •  09-13-2006, 3:53 AM 22650 in reply to 22648

    Re: Проблемы при установке

    Chat it was started, but when entering in chat room is given mistake

    http://*****/chat/CuteSoft_Client/CuteChat/CH-MainForm.aspx?Location=Lobby&LocationId=3,32/Chat/CuteSoft_Client/CuteChat/ChatUI.xml.Aspx?Type=ChannelMain:Unknown Error
    window_error
    _SL_LoadXmlDocument_HandleResponse
    _SL_LoadXmlDocument
    LoadChatClasses
    anonymous function

    please help

  •  09-16-2006, 12:07 AM 22775 in reply to 22650

    Re: Проблемы при установке

    Hi PFors,
     
    I have the same problem have you been able to solve this problem till now ?
     
    please let me know
  •  10-02-2006, 7:35 AM 23274 in reply to 22775

    Re: Проблемы при установке

    Iyke2000:
    Hi PFors,
     
    I have the same problem have you been able to solve this problem till now ?
     
    please let me know

    Has put updating for Windows 2003 server and all has earned
View as RSS news feed in XML