Load Balancing Configuration

  •  01-12-2007, 12:40 PM

    Load Balancing Configuration

     
    Hello,
     
    I am having difficulty getting CuteChat to run in a load balanced environment.  I have added in to the Web.Config on each server the multple server mode setting.
    <add key="CuteChat.MultipleServerMode" value="true" />
     
    When I try to load a page or enter a chat room I receive the following message:

    Cannot insert the value NULL into column 'StateLogId', table 'Chat.dbo.CuteChatTempStateLog'; column does not allow nulls. INSERT fails.
    The statement has been terminated.

    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: Cannot insert the value NULL into column 'StateLogId', table 'Chat.dbo.CuteChatTempStateLog'; column does not allow nulls. INSERT fails.
    The statement has been terminated.
     
    I am running IIS 6 on Windows Server 2003.  The Web Garden on each server is set to 1.  Is there additional configuration I am missing?
     
    Thanks,
    Greg
View Complete Thread