EIBCError in Module IBDACxxx

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
werkstattboss
Posts: 20
Joined: Fri 15 May 2009 17:53

EIBCError in Module IBDACxxx

Post by werkstattboss » Thu 04 Aug 2016 07:44

Hello,
I get an EIBCError in Module IBDAC160.bpl at 0001c2d4:
no permission for read/select access to Table RDB$Character_Sets.
I am using Delphi XE2 (win32) with a Firebird Server 2.5
The Error started to occur some days ago, Reinstalling IBDac 57.24 does not schange the Error

The user for the Connection has all access / select rights on the Database.

Rolf

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: EIBCError in Module IBDACxxx

Post by ViktorV » Thu 04 Aug 2016 13:08

This question is not related to UniDAC functionality. It is related Firebird architecture specificities. This error is returned by Firebird and it says that a user has no permission to read/write the RGB $CHARACTE_SETS table. To resolve the issue, please contact Firebird tech support or ask your question at specialized forum.

werkstattboss
Posts: 20
Joined: Fri 15 May 2009 17:53

Re: EIBCError in Module IBDACxxx

Post by werkstattboss » Thu 04 Aug 2016 14:11

ok, thank you anyway

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: EIBCError in Module IBDACxxx

Post by ViktorV » Thu 04 Aug 2016 14:52

Thank you for being interested in our products.
Feel free to contact us if you have any further questions about IBDAC.

werkstattboss
Posts: 20
Joined: Fri 15 May 2009 17:53

Re: EIBCError in Module IBDACxxx

Post by werkstattboss » Sat 06 Aug 2016 08:38

Hi All,
the solution is to backup / restore the database.
I changed User rights, which obviously went wrong.

Interesting link:
http://stackoverflow.com/questions/1953 ... ess-tables

Rolf

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: EIBCError in Module IBDACxxx

Post by ViktorV » Mon 08 Aug 2016 09:51

It is good to see that the problem has been solved.
Feel free to contact us if you have any further questions about IBDAC.

Post Reply