I just migrated an ISAPI app to a new server.
On this new Win 2019 Server, if I leave that app idle for more than 10 minutes, when I get back to it and click a button I get:
Error details:
Exception message : invalid transaction handle (expecting explicit transaction start)
Depending on the error condition, it might be possible to restart the application.
Exception class : TDBXError
Any ideas?
C++Builder 10.3 Update 3
IntraWeb 15.2.3
I've checked that TIWServerController::SessionTimeout = 30 ;
On the IIS App Pool, Idle Timeout = 35
The same app does not have this problem on the previous server; but I don't know if that means it's a server setting.
Thanks for your input.
On this new Win 2019 Server, if I leave that app idle for more than 10 minutes, when I get back to it and click a button I get:
Error details:
Exception message : invalid transaction handle (expecting explicit transaction start)
Depending on the error condition, it might be possible to restart the application.
Exception class : TDBXError
Any ideas?
C++Builder 10.3 Update 3
IntraWeb 15.2.3
I've checked that TIWServerController::SessionTimeout = 30 ;
On the IIS App Pool, Idle Timeout = 35
The same app does not have this problem on the previous server; but I don't know if that means it's a server setting.
Thanks for your input.

