Configuring CLM applications as TRS providers for Lifecycle Query Engine

Before Lifecycle Query Engine can access the CLM application data, you must configure the applications as TRS providers.
Prerequisites:
Important: If the application is on a different Jazz™ Team Server than LQE, the keys that are generated in this task are reused later, when you add data sources to the Lifecycle Query Engine as described in: Generate the LQE index. Note carefully the name and secret of each key.
If these applications are deployed to the same Jazz Team Server as LQE, it is not necessary to create inbound consumers. Complete these steps only if the CCM, QM, and RM applications are on a separate Jazz Team Server.
  1. Create the LQE Inbound Consumer key for CCM. Open the CCM administration page: https://host_name:port/ccm/admin
  2. On the Application page, select Communication >Consumers (Inbound) and create a new OAuth Consumer key for LQE:
    • Name: LQE
    • Secret: xyz
    • Trusted: yes
    Click Register.
  3. Go to the Authorized Keys list and edit the LQE entry by clicking the pencil icon.
  4. In the Edit Consumer Key Properties dialog, click the Select User... link.
  5. Enter lqe in the filter field, and select lqe_user from the list of matching users. Click Add and Close, and then Finish.
  6. Create the LQE Inbound Consumer key for QM. Open the QM administration page: https://host_name:port/qm/admin, and then complete steps 7 through 10 again.
  7. Create the LQE Inbound Consumer key for Rational® DOORS® Next Generation if this is your RM application. Open the RM administration page: https://host_name:port/rm/admin, and then complete steps 7 through 10 again.
  8. Register the applications as TRS providers and generate their index. Open the Lifecycle Query Engine administrative page: https://host_name:port/lqe/web.
  9. Click Administration > Data Sources > Add Data Source.
  10. In the Add Data Source dialog, select https://host_name:port/ccm/oslc/workitem/trs and add the label RTC. Accept the remaining defaults (if you have a large amount of data to index, increase the number of threads for initial indexing to 4) and click Finish.
  11. Register QM as a TRS provider and generate its index. On the Data Sources page, click Add Data Source.
  12. In the Add Data Source dialog, select https://host_name:port/qm/trs and add the label RQM. Accept the remaining defaults and click Finish.
  13. Register RM as a TRS provider and generate its index. On the Data Sources page, click Add Data Source.
  14. In the Add Data Source dialog, select https://host_name:port/rm/trs and add the label DNG. Accept the remaining defaults and click Finish.

The Rational Team Concert, Rational Quality Manager, and Rational DOORS Next Generation applications are now indexed and available to Rational Engineering Lifecycle Manager. For more information on indexing preferences, see: Indexing your data with the Lifecycle Query Engine.

What to do next

After you configure your applications as TRS providers, follow the steps in Running queries to test or debug the Lifecycle Query Engine implementation to validate your configuration.


Feedback