×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Hi Edmund,
That is really good news. Thank you so much for your help.
The only problem is, that iSphere still supports RDP 8.0, which lacks the suggested API. I assume Frank and I have to decide whether or not we want to continue supporting that fairly old release.
Do you know since when (RDi version number) attribute “AS400ConfigurationConstants.RESID_CONNECTION_NAME” is available?
Regards,
Thomas.
-----Ursprüngliche Nachricht-----
Von: WDSCI-L <wdsci-l-bounces@xxxxxxxxxxxxxxxxxx> Im Auftrag von Edmund Reinhardt
Gesendet: Dienstag, 20. Oktober 2020 23:21
An: wdsci-l@xxxxxxxxxxxxxxxxxx
Cc: wdsci-l@xxxxxxxxxxxxxxxxxx
Betreff: Re: [WDSCI-L] How to get connection name from DebuggeeProcess?
Hello Thomas,
The debug team has looked at your requirements.
For the job name, this is something they have accepted as a future
requirement but for the connection name, it is currently officially
supported via
import com.ibm.etools.iseries.debug.internal.core.AS400ConfigurationConstants;
IDebugTarget pdtdebugTarget = ...
String connectionName = pdtdebugTarget.getLaunch().getLaunchConfiguration().getAttribute(AS400ConfigurationConstants.RESID_CONNECTION_NAME, "");
There are no plans to provide an alternative API to get this information.
I hope this helps,
______________________________________________________________________________________
Edmund Reinhardt
905-413-3125
IBM Canada Ltd Rational Developer for i Access Client Solutions
Architect [1]
https://www.linkedin.com/in/edmundreinhardt/ [2]
http://ibm.biz/rdi_hub [3]
http://ibm.biz/IBMi_ACS
As an Amazon Associate we earn from qualifying purchases.