Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 EXCEPTION_ACCESS_VIOLATION

Author  Topic 

jimjamjo
Starting Member

10 Posts

Posted - 2005-07-15 : 13:12:35
Hi again

I've had an Access db linked to MSDE on the same pc working fine for a few weeks. Two days ago a sql job starting failing with the following error:

Error on Server:, Source:.Net SqlClient Data Provider
Class:19, Msg 0, State 0, Line 1
SqlDumpExceptionHandler: Process 52 generated fatal exception c0000005 EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process.

I also get sqlclient general network error. The job failed about 20 times until I thought i fixed it by applying msde SP4. But no.. it started failing again today

I get the same error if I use Jet or odbc (with various timeouts) to add the server. I also get it if I add a linked Excel spreadsheet and try to link to that!

Here's another way of producing the same error:
select * from opendatasource ( 'Microsoft.Jet.OLEDB.4.0', 'Data Source = D:\catalog.mdb')...tblAddress


I'm running the latest MDAC 2.8 SP1 by the way.

any ideas?

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-07-16 : 01:02:31
Refer this
http://support.microsoft.com/kb/839458

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

jimjamjo
Starting Member

10 Posts

Posted - 2005-07-17 : 15:48:15
Thanks but I'm getting this problem even just trying to return rows from a linked excel spreadsheet (without using BULK INSERT). I've already applied all the service packs but no luck.


If I get the error, the file I'm trying to access becomes locked by sql until I stop the server and restart
Go to Top of Page

jimjamjo
Starting Member

10 Posts

Posted - 2005-07-18 : 05:05:45
This is getting pretty grim!!

I'm getting this message even when I alter a stored procedure now:

SqlDumpExceptionHandler: Process 54 generated fatal exception c0000005 EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process.
Go to Top of Page
   

- Advertisement -