this is the errors i am getting in both cutechat and cs1 after integration attempt. they both were working fine
Error: Unknown Community Site The site "localhost/forums" could not be loaded. We apologize, but the requested Community Server site was not found. A technical explanation of why this error is caused is below. |
Community Server supports multiple instances per-install. You will receive this error if the requested URL is not registered with Community Server. If you can have not configured any sites, you can do so using the 'New Community Server Site Wizard'. If you already have an existing site and would simply like to add another site, you can also accomplish this using the 'New Community Server Site Wizard'. Both of these tasks can be accomplished manually by using the following stored procedures: To create a new Community: cs_system_CreateCommunity or To point two or more URLs to a single Community: cs_system_AddNewUrl |
and this in the chat
Please wait, connecting to server...
Please wait, connecting to server...
Connection Failed.: Invalid object name 'Users'.retry
server side System.Data.SqlClient.SqlException:
System.Data.SqlClient.SqlException: Invalid object name 'Users'.
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SqlClient.SqlCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
at SamplePortal.CuteChatIntegration.DataProvider.SearchUserUniqueNamesByProperty(String category, String keyword)
at SamplePortal.CuteChatIntegration.DataProvider.SearchUserUniqueNameByDisplayName(String userDisplaName)
at z.SearchUserUniqueNameByDisplayName(String userDisplaName)
at CuteSoft.Chat.ChatApi.SearchUserUniqueNameByDisplayName(String displayname)
at CuteSoft.Chat.DynamicAssembly.ServiceLayerChatApiDecoratorProxy.SearchUserUniqueNameByDisplayName_InterceptedCall(String displayname)
at CuteSoft.Chat.DynamicAssembly.WebLayerChatApiDecoratorProxy.SearchUserUniqueNameByDisplayName_InterceptedCall(String displayname)
at CuteSoft.Chat.UserAdapter.CheckAnonymousName(String guestname)
at CuteSoft.Chat.ChatRaneService.a()
at CuteSoft.Chat.Rane.RaneContext.a()
at CuteSoft.Chat.Rane.RaneContext.d()
at at.a(HttpContext A_0, y A_1)