Why RQM UI don't support RMT script importing
As we know, RQM can import test cases in UI; and the testcases can be exported xml files from CQTM;
Why not RQM support importing xml formated RMT script? There are two kinds RMT xml format we can found: -- RMT exported xml - rmt version7.0.1.5 support export it. -- Format provided in RQM sample folder. If we can consider of an uniform format, it will be more perfect. There is another topic for the uniformity of format: http://jazz.net/forums/viewtopic.php?t=5460 |
4 answers
Hi
RMT scripts can be migrated to RQM using the RMTMigration tool that comes with the server. Did you try using that ? Regards Pranam As we know, RQM can import test cases in UI; and the testcases can be exported xml files from CQTM; |
As we know, RQM can import test cases in UI; and the testcases can be exported xml files from CQTM; Assets from CQTM and RMT both have migration tools available with RQM for this purpose ... for CQTM you apply a "plugin" that installs the migration tool to clearquest, for RMT its a migration batch |
Hi all
I am trying to set up RQM 2.0 on Websphere 7.0. All the configurations have gone fine. I am able to start Websphere server and Admin console without any problems. Now when I try to start RQM it opens the Loading... page and it hangs there for ever. I checked the rqm.log file under "C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSvr01" and it records the following: 16 Nov 2009 18:13:59,812 ERROR t.jazz.ajax.service.internal.util.RootServicesUtil - 503 response when fetching root services document 16 Nov 2009 18:13:59,875 ERROR t.jazz.ajax.service.internal.util.RootServicesUtil - 503 response when fetching root services document 16 Nov 2009 18:13:59,937 ERROR t.jazz.ajax.service.internal.util.RootServicesUtil - 503 response when fetching root services document 17 Nov 2009 08:52:17,640 ERROR t.jazz.ajax.service.internal.util.RootServicesUtil - 503 response when fetching root services document 17 Nov 2009 08:52:17,859 ERROR t.jazz.ajax.service.internal.util.RootServicesUtil - 503 response when fetching root services document 17 Nov 2009 08:52:17,953 ERROR t.jazz.ajax.service.internal.util.RootServicesUtil - 503 response when fetching root services document 17 Nov 2009 09:09:24,734 ERROR t.jazz.ajax.service.internal.util.RootServicesUtil - 503 response when fetching root services document 17 Nov 2009 09:09:25,078 ERROR t.jazz.ajax.service.internal.util.RootServicesUtil - 503 response when fetching root services document 17 Nov 2009 09:09:25,171 ERROR t.jazz.ajax.service.internal.util.RootServicesUtil - 503 response when fetching root services document 17 Nov 2009 09:53:48,921 WARN com.ibm.team.repository.web.internal.Activator - Error retrieving contextRoot java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at com.ibm.team.repository.web.internal.Activator.invokeCallbackMethod(Activator.java:277) at com.ibm.team.repository.web.internal.Activator.internalGetContextPathFromServeltCallback(Activator.java:263) at com.ibm.team.repository.web.internal.Activator.getContextPathFromServletCallback(Activator.java:257) at com.ibm.team.repository.web.internal.Activator.access$1(Activator.java:255) at com.ibm.team.repository.web.internal.Activator$1.run(Activator.java:205) at java.lang.Thread.run(Thread.java:735) Caused by: java.lang.InterruptedException at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:926) at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1228) at java.util.concurrent.Semaphore.acquire(Semaphore.java:297) at com.ibm.team.repository.server.servletbridge.ContextNameCallback.getContextPath(ContextNameCallback.java:30) ... 10 more 17 Nov 2009 09:59:24,093 INFO uration.OverridablePropertyFileServerConfiguration - CRJAZ1363I Loading configuration from "file:///C:/Program%20Files/IBM/RQM20/server/conf/jazz/teamserver.properties". 17 Nov 2009 09:59:29,718 INFO com.ibm.rqm.appscan - AppScan Tester Edition URL: http://servername/ASE 17 Nov 2009 09:59:29,750 INFO com.ibm.rqm.appscan - AppScan Tester Edition Database Configuration 17 Nov 2009 09:59:29,781 INFO com.ibm.rqm.appscan - Host:127.0.0.1 17 Nov 2009 09:59:29,812 INFO com.ibm.rqm.appscan - Port: 1433 17 Nov 2009 09:59:29,843 INFO com.ibm.rqm.appscan - Database: ASE 17 Nov 2009 09:59:29,859 INFO com.ibm.rqm.appscan - Use Windows Authentication: false 17 Nov 2009 09:59:29,890 INFO com.ibm.rqm.appscan - Database User: sa 17 Nov 2009 09:59:30,984 WARN com.ibm.rqm.appscan - The TCP/IP connection to the host has failed. java.net.ConnectException: Connection refused: connect 17 Nov 2009 09:59:31,000 WARN com.ibm.rqm.appscan - AppScan Tester Edition Integration is not configured properly. 17 Nov 2009 09:59:33,812 INFO .repository.service.internal.rdb.ConnectionFactory - CRJAZ1365I Attempting Initial Database Connection Using Db Name/Location: repositoryDB 17 Nov 2009 09:59:39,125 INFO .repository.service.internal.rdb.ConnectionFactory - CRJAZ1364I Initial database connection successful Db Product Name: Apache Derby Db Product Version: 10.3.3.1 - (677131) Db URL: jdbc:derby:repositoryDB Jdbc Driver Name: Apache Derby Embedded JDBC Driver Jdbc Driver Version: 10.3.3.1 - (677131) 17 Nov 2009 09:59:41,796 INFO m.team.fulltext.service.internal.index.IndexConfig - CRJAZ8192E: Fulltext Index Location: workitemindex\fulltext_index\ 17 Nov 2009 09:59:42,078 INFO com.ibm.rqm.process.deployment - Rational Quality Manager IM Version: v2.0.0.20090728_1546 17 Nov 2009 09:59:42,437 ERROR t.jazz.ajax.service.internal.util.RootServicesUtil - 503 response when fetching root services document 17 Nov 2009 09:59:42,500 ERROR t.jazz.ajax.service.internal.util.RootServicesUtil - 503 response when fetching root services document 17 Nov 2009 09:59:42,593 ERROR t.jazz.ajax.service.internal.util.RootServicesUtil - 503 response when fetching root services document Any idea what could be going wrong? Appreciate any kind of help in this regard. Best regards Meera |
Although RQM privide the migration feature to RTM but finally another importing utilities have to be used. In my case, there are a lot of Manual Test scripts cannot be migrated via RQM-TM migration utilities and I have to use RQM Excel Importer utility for those manual test scripts that cannot be migrated. Have anyone found problem like this?
As we know, RQM can import test cases in UI; and the testcases can be exported xml files from CQTM; Assets from CQTM and RMT both have migration tools available with RQM for this purpose ... for CQTM you apply a "plugin" that installs the migration tool to clearquest, for RMT its a migration batch |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.