Skip to main content

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

As you've probably realized, no one from DTP is really monitoring this mailing list.

So, my advice would be that if you DO figure out the problem, please send in a bugzilla and a gerrit request and I'll merge it. 

Or you could try escalating internally since all the people you copied on this message are from IBM. :D

But I'm not a subject matter expert in DTP. I just build it and keep the lights on. 

Good luck,

Nick


On Fri, Jul 20, 2018 at 4:29 AM Pranat Chachere <pchacher@xxxxxxxxxx> wrote:
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.

_______________________________________________
dtp-dev mailing list
dtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/dtp-dev


--

Nick Boldt

Principal Software Engineer, RHCSA

Productization Lead :: JBoss Tools & Dev Studio

IM: @nickboldt / @nboldt / http://nick.divbyzero.com



“The Only Thing That Is Constant Is Change” - Heraclitus

Attachment: Image.1531986678223.octet-stream
Description: Binary data

JPEG image

PNG image

Attachment: Image.1531986678223.octet-stream
Description: Binary data


Back to the top