Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] Need your help: Opening 2 connections while connect

Hi DTP team,
 
We are trying to connect to any of the database( DB2 LUW, DB2 i Series and Oracle) from Infosphere Data Architect (IDA 9.1.4), it always creates two connections with database.
Below is my observation,
 
After creating connection using database properties, when we click Connect from Data Source Explorer in IDA, the execution control goes to run() method  of ConnectAction class of org.eclipse.datatools.connectivity.ui where it creates the job and schedules it to connect.
 
 
 
 
 
 
 
 
 
 
 
 
After some execution at org.eclipse.ui.workbench, the execution control comes to run() method of CreateConnectionJob class of org.eclipse.datatools.connectivity bundle which leads to create the connection successfully.
But after creating connection, the execution control again comes to run() method of CreateConnectionJob class of org.eclipse.datatools.connectivity bundle which creates another connection.
 
 
 
Existing active connections
Before Connection
 
 
 
 
 
 
 
 
 
 
 
 
 
Active connections after connection from IDA
 
 
We are not understanding why this run() method is getting called twice, when the job is scheduled only once?
Why 2 connections are required?
 
Kindly suggest.
 
Thank you,
Pranat Chachere.


Back to the top