EAssertionFailed DBAccess.pas

Discussion of open issues, suggestions and bugs regarding PgDAC (PostgreSQL Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Anderson
Posts: 2
Joined: Tue 06 Jul 2021 20:11

EAssertionFailed DBAccess.pas

Post by Anderson » Tue 06 Jul 2021 20:19

I have this error when triggering a 'StartTransaction' in the TUniConnection component:

---------------------------
Debugger Exception Notification
---------------------------
Project IDSSaude.exe raised exception class EAssertionFailed with message 'Assertion failure (D:\ProjectsClone1\Delphi\Dac\Common\Source\DBAccess.pas, line 18635)'.
---------------------------
Break Continue Help
---------------------------

I'm already using the latest unidac version. Does anyone have any ideas?

evgeniym
Devart Team
Posts: 103
Joined: Thu 13 May 2021 07:08

Re: EAssertionFailed DBAccess.pas

Post by evgeniym » Wed 07 Jul 2021 08:41

Hi Anderson,
Unfortunately provided information was not enough to reproduce the described behavior.
Please compose and send us a sample which demonstrates described behavior along with DDL sripts to create and fill in test database objects.
You can use our form to send this information to us:
https://www.devart.com/company/contactform.html

Regards,
Evgeniy

Anderson
Posts: 2
Joined: Tue 06 Jul 2021 20:11

Re: EAssertionFailed DBAccess.pas

Post by Anderson » Wed 07 Jul 2021 13:47

The problem was solved.

In my case I was having problems where I was improperly destroying the 'TUniConnection', and after that at a certain point I was trying to give a 'StartTransaction' on it.

#resolved

evgeniym
Devart Team
Posts: 103
Joined: Thu 13 May 2021 07:08

Re: EAssertionFailed DBAccess.pas

Post by evgeniym » Thu 08 Jul 2021 08:30

Hi Anderson,
I’m glad that your issue is resolved now.
Please feel free to contact us anytime in case you have any other questions.
Regards,
Evgeniy

Post Reply