I have the following error message (Event Viewer). I use Learningspace 5.01 (MDAC 2.8)
Could you please help me about this problem...
-----------------------------------------------
Tue May 17 14:20:47 GMT+03:00 2005
Could not execute the database SQL statement.
Session Id: 91682728
DSN: MEP_0405_II
SQL: INSERT INTO SEMAPHORES (S_ENTITY, S_TYPE, U_ID, S_MACHINE, S_SESSION, S_COUNT, S_ENTITY_ID, S_L_DATE, S_N_DATE, S_RECSTAT)
VALUES (2, 1, 427, 'lls.ssk.edu.tr', '91682728', 1, 176, {fn now()}, {fn now()}, 2)
ADO Error, Desc:[Microsoft][ODBC SQL Server Driver][SQL Server]
Cannot insert duplicate key row in object 'SEMAPHORES' with unique index 'S_PrimaryKey'.;
ADO Error, Number:-2147217900;ADO Error, Native Error Number:2601;
ADO Error, Source:Microsoft OLE DB Provider for ODBC Drivers;
ADO Error, SQL State:23000;ADO Error, Help
File:null;ADO Error, Help Context:0;
ADO Error, Desc:[Microsoft][ODBC SQL Server Driver][SQL Server]The statement has been terminated.;
ADO Error, Number:-2147217900;ADO Error, Native Error Number:3621;
ADO Error, Source:Microsoft OLE DB Provider for ODBC Drivers;
ADO Error, SQL State:01000;ADO Error, Help
File:null;ADO Error, Help Context:0;
java.lang.Exception
at com/lotus/learningspace5/common/ApplicationGlobals.getStackTrace
at com/lotus/learningspace5/common/EventLogManager.post
at com/lotus/learningspace5/common/EventLogManager.post
at com/lotus/learningspace5/common/EventLogManager.postError
at com/lotus/learningspace5/common/LSObject.postErrorToEventLog
at com/lotus/learningspace5/db/DBObject.postErrorToEventLog
at com/lotus/learningspace5/common/LSObject.postErrorToEventLog
at com/lotus/learningspace5/common/LSObject.postErrorToEventLog
at com/lotus/learningspace5/db/DBException.postExceptionToEventLog
at com/lotus/learningspace5/db/DBException.<init>
at com/lotus/learningspace5/db/DBConnection.execute
at com/lotus/learningspace5/db/DBTable.doInsertRow
at com/lotus/learningspace5/db/DBTable.insert
at com/lotus/learningspace5/db/DBTable.insert
at com/lotus/learningspace5/db/DBTable.insert
at com/lotus/learningspace5/db/DBTableSemaphores.insertSemaphoreRecord
at com/lotus/learningspace5/db/DBTableSemaphores.setSemaphore
at com/lotus/learningspace5/db/DBTableSemaphores.setSemaphore
at com/lotus/learningspace5/db/DBTableNodeBranches.doSetSemaphore
at com/lotus/learningspace5/db/DBTableNodeBranches.setSemaphore
at com/lotus/learningspace5/coursedatatree/Node.setSemaphore
at com/lotus/learningspace5/studentcoursesmodule/StudentCoursesTreeController.expandNode
at com/lotus/learningspace5/studentcoursesmodule/StudentCoursesTreeController.expandNode
at com/lotus/learningspace5/course/CourseTreeController.handleEvent
at com/lotus/learningspace5/studentcoursesmodule/StudentCoursesTreeController.handleEvent
at com/lotus/learningspace5/common/ModuleComponent.dispatchEvent
at com/lotus/learningspace5/common/Module.dispatchEvent
at com/lotus/learningspace5/studentcoursesmodule/StudentCoursesModule.dispatchEvent
at com/lotus/learningspace5/common/Module.handleEvent
at com/lotus/learningspace5/common/Module.handleEvent