|
From: Mattias T. <Mat...@mi...> - 2005-02-09 11:46:29
|
> Hi >=20 > I have an application that run 4 services implemented with Wrapper = (Version 3.1.0). Three of the services are executed idependently of each = other but they all depend on one service which executes Logging&Alarm = functionality. This service depends on JDBC to insert records in a = MS-SQLserver. We use the jTDS-0.8.rc1 JDBC driver. Some of our = customers have experienced situations where this service has failed with = this message in the service log,=20 >=20 > Error in Alarm Manager, code 5010: SQL error:0 - = SqlDumpExceptionHandler: Process 51 generated fatal exception c0000005 = EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process. >=20 > I have tried to do an analysis of this problem and are not quiet sure = what is causing this; are own code, MS-SQL server itself, the JDBC = driver or the service-Wrapper. I found this information from Microsoft = regarding the exception: >=20 > http://support.microsoft.com/kb/839523 > http://support.microsoft.com/kb/295114/EN-US/ >=20 > However we do not use stored procuders and our customers have not = upgraded from MS-SQL7 to MS-SQL2000 so I=B4m not sure if this applies to = us. I have also tried to search info about this on jTDS project homepage = but have not found anything that directly applies to this. So as a last = act I=B4m asking if there are anyone here that have experienced this and = if so how they solved it. My actions will be to update jTDS, service = wrapper and MS-SQL to latest versions to see if this will help. >=20 > Sincerely Mattias >=20 >=20 |