Exceção EDatabaseError logada no MadExcept on dbexpsda.dll

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
Demitri-MasterS
Posts: 4
Joined: Wed 05 Jan 2011 15:24

Exceção EDatabaseError logada no MadExcept on dbexpsda.dll

Post by Demitri-MasterS » Wed 05 Jan 2011 15:32

Hello all,

I have a problem in my application, after a heavy utilization i got this error on event viewer:

Exceção EDatabaseError logada no MadExcept: SQL Server Error: Access violation at address 04B01E1D in module 'dbexpsda.dll'. Read of address 8388AF6C

After this error i got error 503 on my website.

Anyone knows what happened ?

AndreyZ

Post by AndreyZ » Thu 06 Jan 2011 10:04

Hello,

There is not enough information. Please specify the exact situation when this error occurs.

Demitri-MasterS
Posts: 4
Joined: Wed 05 Jan 2011 15:24

What information u need ?

Post by Demitri-MasterS » Thu 06 Jan 2011 14:27

Hello AndreyZ,

Thanks for reply.

What information u need ?

I don`t got many information because the application is property of another company and i don`t have the source code.

I am the network administrator and them blame the network for this problem. With my experience i think this is not a network or connection with database issue.

martin
Posts: 52
Joined: Mon 07 Nov 2005 09:48

Post by martin » Fri 07 Jan 2011 22:38

04B01E1D is an address inside Memory Manager so most likely you are running out of memory or your address space is fragemented.

What Memory Manager are you using ?

Hope that helps
Martin

Demitri-MasterS
Posts: 4
Joined: Wed 05 Jan 2011 15:24

Post by Demitri-MasterS » Mon 10 Jan 2011 14:54

Windows 2008 R2 memory manager

AndreyZ

Post by AndreyZ » Mon 10 Jan 2011 15:57

To help you we need more information about this error. What code caused it? What operation your application tries to perform? This problem can be caused by incorrect working with memory in your application.
In this case we can only suggest you to negotiate with application owner company. Maybe they can provide us information that we need to help you.

Demitri-MasterS
Posts: 4
Joined: Wed 05 Jan 2011 15:24

Post by Demitri-MasterS » Mon 10 Jan 2011 16:07

AndreyZ,

The problem is the application is property, the company will not help me with this.

Only thing they saying is a problem of infrascruture...

I need only a certain that it dont have nothing to do with my network.

What you write in your post say what i need ;)

After a rollback of the program version the system become more estable.

Post Reply