Unable to register RFT adapter with RQM 4.0
![]()
Sean Lee-Loy (19●4●13●15)
| asked Feb 15 '13, 5:31 p.m.
retagged Feb 20 '13, 9:34 a.m. by Laura Kuczarski (211●3●7) Hi I am trying to connect to my project using the following RFT adapter IBM Rational Functional Tester Version: 8.3.0
IBM Rational Functional Tester 8.3.0.v20121022_1402 com.rational.test.ft.feature.group
on the following RQM server:
About the Quality Management Application
Version: 4.0
However my RFT Adapter tries to connect to the project and recieves the following:
5:15:26 PM Starting adapter
5:15:27 PM Log in to URL https://172.16.173.157:9443/qm <Project area: = ONEID Project Area> 5:15:31 PM Unable to register the adapter with RQM
I enable debugging
i.e. followed these steps:
RFT adapter machine:
- Add the following flags to the ivory.property (the default location is <Installation DIR>\IBM\SDP\FunctionalTester\bin):
rational.test.ft.debug.back2ivdebug=true
rational.test.ft.enable.adapter.logging=4
- Uncomment the debug flags and modify them similar to the following:
rational.test.ft.debug.back2ivdebug=true
rational.test.ft.enable.adapter.logging=4
rational.test.ft.debug.enabled=true
rational.test.ft.debug.native_to_file=true
rational.test.ft.debug.clear_on_init=false
rational.test.ft.debug.filename=c:/ivDebug.txt
# filter levels: error,0;warning,1;debug,2;verbose,3
rational.test.ft.debug.filter=default,2;rational_ft,2;wsw.rftuiplugin,1;native,3
rational.test.ft.debug.format=time;pid;tid;severity;facility;msg
- Restart the adapter
I saw this in the ivdebug.txt log:
05:25:29.133 PM 13836 8684 Dbg Native [Native] Created Mailslot: tc1
05:25:30:243 PM 13836 8684 Dbg valueConverterManager register value converters 05:25:30:508 PM 13836 8684 Dbg recognitionattributes THE FLEX DOMAIN EXISTS 05:25:30:524 PM 13836 8684 Dbg recognitionattributes THE FLEX DOMAIN EXISTS 05:25:30:524 PM 13836 8684 Dbg recognitionattributes THE FLEX DOMAIN EXISTS 05:25:30:524 PM 13836 8684 Dbg recognitionattributes THE FLEX DOMAIN EXISTS 05:25:30:540 PM 13836 8684 Dbg recognitionattributes THE FLEX DOMAIN EXISTS 05:25:30:540 PM 13836 8684 Dbg recognitionattributes THE FLEX DOMAIN EXISTS 05:25:30:540 PM 13836 8684 Dbg recognitionattributes THE FLEX DOMAIN EXISTS 05:25:30:555 PM 13836 8684 Dbg recognitionattributes THE FLEX DOMAIN EXISTS 05:25:30:555 PM 13836 8684 Dbg recognitionattributes THE FLEX DOMAIN EXISTS 05:25:30:586 PM 13836 8684 Dbg recognitionattributes THE FLEX DOMAIN EXISTS 05:25:30:602 PM 13836 12444 Dbg testcontext changing mailslot name from tc1 to wswplugin_*ide*_x1 05:25:30.602 PM 13836 12444 Dbg Native [Native] Created Mailslot: wswplugin_*ide*_x1 05:25:30:930 PM 13836 8684 Dbg browser getFFCommand: firefox.exe 05:25:30:946 PM 13836 8684 Dbg enablersupport #before enabling the browser enableDefaultBrowser is#false 05:25:30:946 PM 13836 8684 Dbg enablersupport enabler.filechoosermsg1"C:\Program Files\Google\Chrome\Application\chrome.exe" 05:25:30:961 PM 13836 8684 Dbg enablersupport enabler.filechoosermsg5"C:\Program Files\Google\Chrome\Application\chrome.exe" 05:25:30:961 PM 13836 8684 Dbg browser getFFCommand: firefox.exe 05:25:30:961 PM 13836 8684 Dbg enablersupport #before enabling the browser enableDefaultBrowser is#false
Therefore I cannot connect to the project and perform manual script recording.
|
Accepted answer
![]()
Sean
Are you specifying the URL to the RQM server with an IP adderss? https://172.16.173.157:9443/qm
Unless your public URI was set using an IP address (rather than a fully qualified hostname) the adapter connection string should not be using an IP address, rather it should be using the public URI
Ara
Sean Lee-Loy selected this answer as the correct answer
Comments Hi Ara,
Yes that's how it was set, with ip address rather than hostname. To access the jazz server we specify the ip address and also when using the dashboard gadget to check for the health check the public URI is also stated as ip address.
Used the hostname of the machine clm4poc and it worked.
Thanks, |