Page 1 of 1

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

Posted: Wed 05 Jan 2011 15:32
by Demitri-MasterS
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 ?

Posted: Thu 06 Jan 2011 10:04
by AndreyZ
Hello,

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

What information u need ?

Posted: Thu 06 Jan 2011 14:27
by Demitri-MasterS
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.

Posted: Fri 07 Jan 2011 22:38
by martin
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

Posted: Mon 10 Jan 2011 14:54
by Demitri-MasterS
Windows 2008 R2 memory manager

Posted: Mon 10 Jan 2011 15:57
by AndreyZ
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.

Posted: Mon 10 Jan 2011 16:07
by Demitri-MasterS
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.