IBDAC 4.0.1 + FB 2.5.1: Error "Invalid parameter in TBP"

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kretabiker
Posts: 5
Joined: Wed 16 Sep 2009 12:06

IBDAC 4.0.1 + FB 2.5.1: Error "Invalid parameter in TBP"

Post by kretabiker » Tue 04 Oct 2011 16:07

Hi,

today I installed FB 2.5.1 x64 for testing purposes and now I have some problems with IBDAC (latest 4.0.1):

Connection works fine. When I try to load some data, I got the following error massage every time:

"Invalid parameter in transaction parameter block. Found more than one transaction isolation in TBP."

It has the error code -901 with SQL-Message "Unsuccessfull execution caused by system error that does not preclude successful execution of subsequent statements"

Befor installing FB 2.5 I worked with FB 2.0.6 (x32) and everything works fine.

Any idea what is going wrong here?

My environment: Delphi XE Pro German, Win7 Pro x64, FB 2.5.1 (x64), IBDAC 4.0.1

Greetings

Udo Treichel

AndreyZ

Post by AndreyZ » Wed 05 Oct 2011 14:24

Please check that you don't have several transaction isolation levels (concurrency, read_committed, consistency) in transaction parameters. If there is only one transaction isolation level in transaction parameters, please try creating a small sample to demonstrate the problem and send it to andreyz*devart*com.

Post Reply