Skip to main content

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

Hi Nick,
 
Thank you for reply, we have already raised the bugzilla request: https://bugs.eclipse.org/bugs/show_bug.cgi?id=537277
It seems the bugzilla request is also unattended, can you please merge it?
 
Regards,
Pranat Chachere.
 
 
----- Original message -----
From: Nick Boldt <nboldt@xxxxxxxxxx>
Sent by: dtp-dev-bounces@xxxxxxxxxxx
To: dtp-dev@xxxxxxxxxxx
Cc: dtp-connect-dev@xxxxxxxxxxx, yusargar@xxxxxxxxxx, prajakta@xxxxxxxxxx, kitlo@xxxxxxxxxx, samthoka@xxxxxxxxxx, sheghule@xxxxxxxxxx
Subject: Re: [dtp-dev] Need your help: Opening 2 connections while connect
Date: Fri, Aug 3, 2018 10:38 PM
 
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

 

Document IconImage.1531986678223.octet-stream Type: application/octet-stream
Name: Image.1531986678223.octet-stream
Image.1531991657942.jpgImage.1531991952744.png

 

Document IconImage.1531986678223.octet-stream Type: application/octet-stream
Name: Image.1531986678223.octet-stream
_______________________________________________
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
 

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

Attachment: ATTUGZIA.octet-stream
Description: Binary data


Back to the top