Good day all,

Busy evaluating OTRS and it works very well with MYSQL but changing to MSSQL on version 2.3.4 generates the following out of memory error in the Apache log

Out of memory!
[Tue Jul 21 09:41:10 2009] DB.pm: Callback called exit at d:/PROGRA~1/OTRS/OTRS//Kernel/System/DB.pm line 561.
[Tue Jul 21 09:41:11 2009] [notice] Parent: child process exited with status 9 -- Restarting.
[Tue Jul 21 09:41:14 2009] [notice] Apache/2.2.10 (Win32) mod_perl/2.0.4-dev Perl/v5.10.0 configured -- resuming normal operations
[Tue Jul 21 09:41:14 2009] [notice] Server built: Oct 10 2008 12:39:04
[Tue Jul 21 09:41:14 2009] [notice] Parent: Created child process 564
[Tue Jul 21 09:41:19 2009] [notice] Child 564: Child process is running
[Tue Jul 21 09:41:19 2009] [notice] Child 564: Acquired the start mutex.
[Tue Jul 21 09:41:19 2009] [notice] Child 564: Starting 64 worker threads.
[Tue Jul 21 09:41:19 2009] [notice] Child 564: Starting thread to listen on port 80.

below is the config.pm settings for mssql

# MSSQL database settings

$Self->{DatabaseDSN} = "DBI:ODBC:DSN=OTRS_ODBC;Server=XX,1433;database=XX_db;uid=XX_admin;pwd=XX;";

$Self->{"Database::Type"} = 'mssql';

$Self->{DatabaseUserTable} = 'users';

The server is w2003 sp2 using ms sql 2005 via odbc  Microsoft SQL Server ODBC Driver Version 03.86.3959, installed to d:/Program files/OTRS


Has anyone encoutered this error before? It only happens with MS SQL and not with MYSQL


Thanks
Wayne