Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
into the SessionLog but the endtime and finalreturncode was not updated. They are still null. I performed a SQL Trace and the audit code is trying to do an update to the SessionLog table where the id=3D0 (See captured SQL) =20 Our audit database is on SQL Server 2000 with SP3a. =20 exec sp_executesql N'Insert Into SessionLog (Command, StartTime, Hostname, Username, SessionId, VirtRepos, PhysRepos, Client) Values (@P1,N''2009-03-20 15:40:17'', at P2, at P3,N''1d9049c3b8e14a9a'', at P4, at P5,N''CVSNT 2.5.02 (Servalan) Build 2064 (cvsgui active)'') select @@IDENTITY', N'@P1 varchar(7), at P2 varchar(30), at P3 varchar(8), at P4 varchar(19), at P5 varchar(19)', 'update', 'testclient', 'testuser', 'd:/cvsrepos/System', 'D:/CVSRepos/System' =20 Update SessionLog set EndTime=3DN'2009-03-20 15:40:19', = FinalReturnCode=3D0 where Id=3D0 =20 Thanks for your help =20