Hi,
We have migrated PB 8 to 11.5 then PB 11.5 to PB 19.. No issues in PB 8.. but in PB 19, Randomly i'm getting the below error while closing the windows in Powerbuilder 19 build(2170).DBMS is SQL server 2008 R2.
System.InvalidOperationException: This SqlTransaction has completed; it is no longer usable.
at Sybase.PowerBuilder.Db.Block.SqlBlock.ProcessError(Exception ee)
at Sybase.PowerBuilder.Db.Data.DbBlock.DoTransaction(PbTrans oper)
at Sybase.PowerBuilder.Db.DbRoutine.DoTransaction(PbTrans oper)
Any guess???
Regards,
Backya
http://chrispollach.blogspot.com/2018/02/ifc2018r1.html
Basically, a DB "Ping" operation to keep the DBMS from timing out the connection. A technique used by almost every Web & App Server - including PB's old EAServer.
Later -
Olan