We have multiple users, using same .exe from shared folder (shared folder exist in server), recently i installed the Application first time for one new user but a error is coming
like "Transaction already connected", remaining all users its working fine. i restarted his machine but still issue exist. we are using DB as Oracle 11g and PB 12.5.
Please any hints on this?
Error : Database Connect Error, Database error detected during connect, Transaction already connected
My issue is almost same accept for that i terminate session from server side manually. when my app starts login window makes connection and my report window when call retrieve it takes long time because i know query is too complex. This is okay but during retrieval when i terminate session from server side and reopen report window which in fact checking connection with Connect Using SQLCA; the SQLCODE returned tells me that transaction is already connected while connection was broken manually. So i was in the impression that Connect statement will give me SQLCODE that is not negative while i get -1. How should i identify a broken link in my app?
True regards
Berka