SlideShare ist ein Scribd-Unternehmen logo
1 von 44
Downloaden Sie, um offline zu lesen
Integrate Rational DOORS and Rational Team
     Concert change management
     Improve requirements management and traceability

     Skill Level: Intermediate


     Rajeswari Venkata Atmuri (arajeswa@in.ibm.com)
     System Software Engineer
     IBM



     22 Mar 2011


     Learn how you can use the IBM® Rational® DOORS® Change Management
     integration feature in either Basic or OAuth modes to communicate with IBM®
     Rational Team Concert™ collaborative change management software. It covers the
     entire process, from configuration, through features for gathering requirements, to the
     implementation phase of the requirements, all to help you achieve complete
     traceability of requirements. It is intended for readers who have an intermediate level
     of knowledge of Rational DOORS and Rational Team Concert software.


     Prerequisites
     You will gain the most from this tutorial if you have intermediate-level knowledge of
     IBM® Rational Team Concert™, IBM® Rational® DOORS®, and the DOORS
     change management integration feature.

              • Rational Team Concert is a collaborative project management tool for
                software developers. It integrates work item tracking, builds, source
                control, and agile planning.
              • Rational DOORS is a requirements management tool for systems and
                advanced IT applications. You can use it to gather, track, and manage
                requirements. It supports OSLC (Open Services for Lifecycle
                Collaboration) specifications for requirements management, change


Integrate Rational DOORS and Rational Team Concert change management                      Trademarks
© Copyright IBM Corporation 2011                                                         Page 1 of 44
developerWorks®                                                                     ibm.com/developerWorks



                   management, and quality management, thereby providing a generic
                   approach to integrate systems and software lifecycle tools. It also
                   supports OAuth, which is an open protocol that enables users to share
                   their protected resources among different web sites without risking
                   exposure.
                • The Rational DOORS Change Management integration works with
                  Rational Team Concert, IBM® Rational® ClearQuest®, and IBM®
                  Rational® Change software.
                • Rational DOORS Web Access enables users to use a web browser to
                  create, review, edit, and discuss requirements held in a DOORS
                  database.
     Before you start, you need this software and setup:


           1.      Rational DOORS server and client installed.

           2.      Rational DOORS Web Access installed and configured with the DOORS
                   server.

           3.      Rational Team Concert installed.

           4.      Rational® Jazz™ Team Server set up in Rational Team Concert.


     Installation and configuration
     Install DOORS and the Change Management integration tool


           1.      Extract the installer .zip file to a temporary location.

           2.      Edit the install.bat file if DOORS is installed in a different location than
                   this:

                  Set to="C:Program FilesIBMRationalDOORS9.3"



           3.      Save the changes that you made to the file, if any.

           4.      Run the install.bat batch file.

     The installer will then display the command prompt view shown in Figure 1, which
     tells you to exit the DOORS client before proceeding and says to press any key to
     continue.



Integrate Rational DOORS and Rational Team Concert change management                               Trademarks
© Copyright IBM Corporation 2011                                                                  Page 2 of 44
ibm.com/developerWorks                                                                   developerWorks®



     Figure 1. Command prompt view with instructions




           5.     Press any key to continue.

     The screen then displays the DOORS_HOME details (see Figure 2), with this
     message:

                "Please verify the location of the installer and DOORS client before
                proceeding.
                Press any key to continue."

     Figure 2. Another command prompt view with instructions




           6.     If the DOORS home details displayed are correct, press any key to
                  continue.

     After the integration is installed, the cmoslclib.dll file gets registered, and you will see
     a confirmation message, as Figure 3 shows.

     Figure 3. DllRegisterServer confirmation message




     Configure server files in Rational Team Concert for Basic mode



Integrate Rational DOORS and Rational Team Concert change management                           Trademarks
© Copyright IBM Corporation 2011                                                              Page 3 of 44
developerWorks®                                                                ibm.com/developerWorks



     By default, Rational Team Concert enables the Form mode.

     Modify server files in Rational Team Concert to enable Basic mode

     To enable Basic authentication, follow these steps:


           1.      Shut down Rational Team Concert server:
                   installationLocation/jazz/server/server.shutdown

           2.      Edit the web.xml file:
                   installationLocation/jazz/server/tomcat/webapps/jazz/WEB-INF/web.xml

     Comment out the Form mode and uncomment the Basic mode, so that the file
     reads as code Listing 1 shows.

     Listing 1. Edited web.xml file

                  <login-config>
                          <auth-method>BASIC</auth-method>
                      <realm-name>Jazz</realm-name>
                  </login-config>
       <!--
                  <login-config>
                          <auth-method>FORM</auth-method>
                          <form-login-config>
                              <form-login-page>/auth/authrequired</form-login-page>
                              <form-error-page>/auth/authfailed</form-error-page>
                            </form-login-config>
                  </login-config>
                  -->



           3.      Edit the jazz.xml file:
                   installLocation/jazz/server/tomcat/conf/Catalina/localhost/jazz.xml
                   Replace the FormAuthenticator with the BasicAuthenticator, as Listing 2
                   shows.

     Listing 2. Edited jazz.xml file

                  <!--
                          <Valve className="org.apache.catalina.authenticator.FormAuthenticator"
                             securePagesWithPragma="false"
                             characterEncoding="UTF-8" />
                  -->
                          <Valve className="org.apache.catalina.authenticator.BasicAuthenticator"
                             securePagesWithPragma="false"
                             characterEncoding="UTF-8" />



           4.      Start the Rational Team Concert
                   server:installationLocation/jazz/server/server.startup


Integrate Rational DOORS and Rational Team Concert change management                       Trademarks
© Copyright IBM Corporation 2011                                                          Page 4 of 44
ibm.com/developerWorks                                                                 developerWorks®



     Create a user


           1.     Launch the Mozilla Firefox or Microsoft Internet Explorer browser.

           2.     In the address bar, type this URL to start Rational Team Concert:
                  https://QualiyfyingServerName:9443/ccm/admin Note: Accept
                  the secured connection certification.

     Create a user with all privileges in Rational Team Concert


           1.     For the user ID and password, enter ADMIN and ADMIN, and then click
                  Log In.

           2.     Click the Users link.

           3.     Click the Create User link.

           4.     Type in the new user details. (Enter the mandatory field details).

           5.     Select Repository Permissions and Client Access Licenses for the user,
                  as shown in Figure 4 (the Client Access License is Rational Team
                  Concert - Developer).

           6.     Click Save.

     Figure 4. Verify that the client access licenses are selected for the new user




Integrate Rational DOORS and Rational Team Concert change management                        Trademarks
© Copyright IBM Corporation 2011                                                           Page 5 of 44
developerWorks®                                                                ibm.com/developerWorks




     Larger view of Figure 4.

     Create a project

     Create a Rational Team Concert project with user access rights


           1.     Launch Firefox or IE.

           2.     Type this location in the address bar to start Rational Team Concert:
                  https://QualiyfyingServerName:9443/ccm/admin
                  Note: Accept the secured connection certification.

           3.     Enter the User ID and password and then click Log In.

           4.     Click the Project Areas link.

           5.     Click the Create Project Area link.

           6.     Type the Project Name and Details.

           7.     In the Process section, select Simple Team Process

           8.     Add the user to the Members and Administration sections, as shown in
                  Figure 5.

           9.     Then click Save.

Integrate Rational DOORS and Rational Team Concert change management                       Trademarks
© Copyright IBM Corporation 2011                                                          Page 6 of 44
ibm.com/developerWorks                                                              developerWorks®



     Figure 5. Create a Project Area in Rational Team Concert




     Larger view of Figure 5.

     Set project configuration and team member permissions


           1.     Click the Project Areas link.

           2.     Double-click on the project that you created.

           3.     Click the Permission tab.

           4.     Select the Project Configuration option, and enable all permissions for
                  the project for the team member, as shown in the Figure 6.

     Figure 6. Project configuration permission for the new project




Integrate Rational DOORS and Rational Team Concert change management                     Trademarks
© Copyright IBM Corporation 2011                                                        Page 7 of 44
developerWorks®                                                              ibm.com/developerWorks




     Larger view of Figure 6.


           5.     Select the Team Configuration option.

           6.     Enable all team permissions on the project for the team member, as
                  shown in the Figure 7.

           7.     Save the changes to the project.

     Figure 7. Team Configuration permission for the new project




Integrate Rational DOORS and Rational Team Concert change management                     Trademarks
© Copyright IBM Corporation 2011                                                        Page 8 of 44
ibm.com/developerWorks                                                         developerWorks®




     Larger view of Figure 7.

     Create a repository connection


           1.     Open the Rational Team Concert client.

           2.     Find and run the eclipse.exe file:
                  C:Program FileIBMjazzclienteclipseeclipse.exe

           3.     Select the workspace.

           4.     Click the Create Repository Connection link.

     The next view will be the Create a Jazz Repository Connection dialog window shown
     in the Figure 8.

     Figure 8. Use the Rational Team Concert client to create a Jazz repository
     connection




Integrate Rational DOORS and Rational Team Concert change management                Trademarks
© Copyright IBM Corporation 2011                                                   Page 9 of 44
developerWorks®                                                                ibm.com/developerWorks




     Larger view of Figure 8.


           5.     Enter the Rational Team Concert server URL, for example:
                  https://localhost:9443/ccm
                  Note: The Name field details are automatically populated to localhost.

           6.     Enter the User ID and password.

           7.     Click Finish.

     Modify the process configuration


           1.     Click the Connect to Project Area option.

           2.     Select the repository connection that you created.

           3.     Click Next.

           4.     Select the Project Area created.

           5.     Click Finish.

           6.     Select the repository, and click Open.



Integrate Rational DOORS and Rational Team Concert change management                        Trademarks
© Copyright IBM Corporation 2011                                                           Page 10 of 44
ibm.com/developerWorks                                                              developerWorks®




           7.     Click Process Configuration from the tabs at the bottom of the first pane
                  (see Figure 9).

     Figure 9. Process Configuration tab in the new project




     Larger view of Figure 9.


           8.     Click the Project Configuration option.

           9.     Click Configuration Data.

           10. Click the Work Items option.

           11. Select Workflows.

           12. Select States workflow.

           13. Select Resolved, as shown in the Figure 10.

     Figure 10. Workflow configuration on the new project




Integrate Rational DOORS and Rational Team Concert change management                    Trademarks
© Copyright IBM Corporation 2011                                                       Page 11 of 44
developerWorks®                                                                  ibm.com/developerWorks




     Larger view of Figure 10.


           14. Click Edit.

           15. Change the Group field details from Closed to Open.

           16. Click OK

           17. Click Save.

     Create a configuration template in DOORS for Basic Auth


           1.     Start the Rational DOORS client, and run the doors.exe file.

           2.     Log in to DOORS as a user with Database Administrator privileges.

           3.     Click Change Management > Define Configuration Template to display
                  the Define Configuration Template dialog window.

           4.     In the Define Configuration Template dialog window, click Create.

     Configure Rational Change Management Server tab




Integrate Rational DOORS and Rational Team Concert change management                        Trademarks
© Copyright IBM Corporation 2011                                                           Page 12 of 44
ibm.com/developerWorks                                                            developerWorks®




           1.     In the Step1: Configuration Rational Change Management Server tab, for
                  Authentication type, select the Basic Auth, as shown in the Figure 11.

     Figure 11. Create a configuration template dialog in DOORS for Basic Auth




           2.     Enter the template name details.

           3.     Enter the URL for the Rational Team Concert Change Management
                  server.
                  Example:
                  https://QualifyingServername:9443/ccm/oslc/workitems/catalog

           4.     Click Connect to get the CM Login dialog window (Figure 12).

     Figure 12. CM Login window




Integrate Rational DOORS and Rational Team Concert change management                  Trademarks
© Copyright IBM Corporation 2011                                                     Page 13 of 44
developerWorks®                                                                ibm.com/developerWorks




           5.     Enter username and password of the Rational Team Concert user in the
                  CM login window, click Login.

           6.     Select the project from Project Area list (see Figure 13).

     Figure 13. Project Area details




Integrate Rational DOORS and Rational Team Concert change management                      Trademarks
© Copyright IBM Corporation 2011                                                         Page 14 of 44
ibm.com/developerWorks                                                               developerWorks®




            7.     Click Next to navigate to Step2: Requirements Change Management tab.

     Requirements Change Management tab


            1.     Enter the value details to map Rational Team Concert work items to their
                   state details, which are always numeric.

     The states and their respective state values are listed in Table 1.

     Table 1. States and values in Rational Team Concert
      State
        State
      name
        value
      New
        1
      InProgress
         2
      Resolved
        3
      Verified
        4


Integrate Rational DOORS and Rational Team Concert change management                     Trademarks
© Copyright IBM Corporation 2011                                                        Page 15 of 44
developerWorks®                                                            ibm.com/developerWorks




      Closed
         5
      Reopened
        6



           2.     Select the For Rational Team Concert option.

           3.     Enter these values for the respective fields: Apply in
                   • Apply Action Attribute: Apply
                   • Review Action Attribute: Review and in
                   • State Attribute: rcm_in:state

           4.     For the RCR Submit Form field, select RequirementChangeRequest, as
                  shown in Figure 14.

     Figure 14. Requirement Change Management tab




Integrate Rational DOORS and Rational Team Concert change management                  Trademarks
© Copyright IBM Corporation 2011                                                     Page 16 of 44
ibm.com/developerWorks                                                               developerWorks®




           5.     Click Next to navigate to the Step3: Requirements Implementation tab
                  (Figure 15).

     Requirements Implementation tab

     Figure 15. Requirement Implementation tab




           1.     Choose the respective submit forms for Use Submit Form and Use Add
                  Form options.

           2.     Click Next to navigate to the Step4: Requirements Gathering tab.

     Requirements Gathering tab


           1.     Enter the query details for gathering requirements from Rational Team
                  Concert.



Integrate Rational DOORS and Rational Team Concert change management                      Trademarks
© Copyright IBM Corporation 2011                                                         Page 17 of 44
developerWorks®                                                          ibm.com/developerWorks



     Tip:
     The query format should be rtc_cm:state in ["2"], where "2"  represents the
     Inprogress state of a work item in Rational Team Concert, as shown in the Figure
     16.

     Figure 16. The Requirements Gathering tab the




           2.     Click Next.

           3.     Verify the summary details, and then click Finish.

     The Configuration Template gets created for DOORS and Rational Team Concert in
     Basic mode. The template gets listed in Define Configuration Templates dialog.

     Create a Friends (outbound) link in Rational Team Concert


           1.     Launch IE or Firefox.



Integrate Rational DOORS and Rational Team Concert change management                Trademarks
© Copyright IBM Corporation 2011                                                   Page 18 of 44
ibm.com/developerWorks                                                              developerWorks®




           2.     Type https://QualiyfyingServerName:9443/ccm/admin in the
                  address bar to start Rational Team Concert.
                  Example: https://indpdt1-2k3r2.blorepd.in.ibm.com:9443/ccm/admin Note:
                  Accept the secured connection certification.

           3.     Enter the user ID and password. Click Log In.

           4.     Click the Application link.

           5.     From the Communication tab, click the Friends (Outbound) link.

           6.     Click Add to open the Add Friend dialog window.

           7.     Create a Friends outbound link for change configuration management
                  services, or CCM.

           8.     Enter the Name field details, and enter the ccm server URL in the Root
                  Services field:
                  https://QualiyfyingServerName:9443/ccm/rootservices

           9.     Enter the OAuth Secret Key.

           10. Select the check box so that the operation is Trusted, as shown in the
               Figure 17.

     Figure 17. Add Friend dialog on Rational Team Concert server




Integrate Rational DOORS and Rational Team Concert change management                     Trademarks
© Copyright IBM Corporation 2011                                                        Page 19 of 44
developerWorks®                                                               ibm.com/developerWorks




     Larger view of Figure 17.


           11. Click Next.

           12. The automatically generated provisional key value is displayed in
               Authorization Provisional Key dialog.

           13. Click Finish. A link to the ccm services gets created in Friends
               (Outbound) list with automatic OAuth Consumer Key details.

     Configure the DOORS root server with the Rational Team Concert Friends link


           1.     Start the Rational DOORS client by running doors.exe.

           2.     Log in to DOORS as a user with Database Administrator privileges.

           3.     Select the DOORS database and invoke the properties of the database.

           4.     In the DOORS Database Properties dialog window, click the Remote
                  Services tab.

           5.     In the Server List section, click Add.

           6.     Enter the Rational Team Concert root services URL created in the friends


Integrate Rational DOORS and Rational Team Concert change management                     Trademarks
© Copyright IBM Corporation 2011                                                        Page 20 of 44
ibm.com/developerWorks                                                              developerWorks®



                  list in the Roots Services URL field.

           7.     In the Consumer Key field, enter the auto-generated OAuth Consumer
                  Key that was generated for the respective Friends link of Rational Team
                  Concert.

           8.     Enter the OAuth secret key value.

           9.     Click Register, as shown in Figure 18.

     Figure 18. Create Server List in Remote Services through DOORS




     Larger view of Figure 18.



Integrate Rational DOORS and Rational Team Concert change management                    Trademarks
© Copyright IBM Corporation 2011                                                       Page 21 of 44
developerWorks®                                                              ibm.com/developerWorks




           10. After the service list for Rational Team Concert ccm root services gets
               registered, click Add in the Collaboration Links section.

           11. In the Add Service Link Types dialog window, select the Server List link.

           12. Enter user ID and password credentials in the Rational Team Concert
               server login window and then click Log in (see Figure 19).

     Figure 19. OAuth Login view while creating a Collaborative Link




           13. Click Add in the Collaboration Links section.

           14. Select the database available in Rational Team Concert, and click Add.


Integrate Rational DOORS and Rational Team Concert change management                      Trademarks
© Copyright IBM Corporation 2011                                                         Page 22 of 44
ibm.com/developerWorks                                                                developerWorks®




           15. After the collaborative link gets created, click OK to close the DOORS
               Database Properties dialog window.

     Create a configuration template in DOORS for OAuth


           1.     Select Change Management > Define Configuration Template.

           2.     In the Step1: Configure Rational Change Management Server tab,
                  provide the template name details.

           3.     Select the OAuth option for Authentication.

           4.     Select the server link created for Rational Team Concert in the Select a
                  CM Tool field, as shown in the Figure 20.

     Figure 20. Create Configuration template dialog in DOORS for OAuth




           5.     Click Next, and follow the procedure from Step 11, under Create a


Integrate Rational DOORS and Rational Team Concert change management                      Trademarks
© Copyright IBM Corporation 2011                                                         Page 23 of 44
developerWorks®                                                                  ibm.com/developerWorks



                  configuration template through the Basic mode.


     Requirements traceability
     Gather requirements from Rational Team Concert for DOORS


           1.     Start the Rational DOORS client by executing doors.exe.

           2.     Log in to DOORS as a user with Database Administrator privileges.

           3.     Create a formal module in DOORS, using the default template.

           4.     Open that module.

           5.     Select Change Management > Configure Module.

           6.     Select the configuration template for Rational Team Concert.

           7.     Change Integration Status to ON.

           8.     Select Enable Requirement Gathering, as shown in Figure 21.

           9.     Then click Save.

     Figure 21. Configure Module for Change Management view in DOORS




Integrate Rational DOORS and Rational Team Concert change management                        Trademarks
© Copyright IBM Corporation 2011                                                           Page 24 of 44
ibm.com/developerWorks                                                             developerWorks®




     Larger view of Figure 21.

     Retrieve requirements from Rational Team Concert


           1.     Select Change Management > Retrieving Requirements for Change
                  Management tool > Define Attribute Mapping.

           2.     Select DOORS Attribute, and click Edit.

           3.     Choose the CM Attribute, and then click Close, as shown in the Figure
                  22.

     Figure 22. Attribute mapping selections in DOORS




Integrate Rational DOORS and Rational Team Concert change management                   Trademarks
© Copyright IBM Corporation 2011                                                      Page 25 of 44
developerWorks®                                                                ibm.com/developerWorks




     Larger view of Figure 22.


           4.     Click OK after the attribute mapping is finished.

           5.     Select Change Management > Retrieving Requirements for Change
                  Management tool > Get Requirements.

           6.     Verify the Query String, and then click Import, as shown in Figure 23.

     Figure 23. String entered previously entered in the Query String field




Integrate Rational DOORS and Rational Team Concert change management                        Trademarks
© Copyright IBM Corporation 2011                                                           Page 26 of 44
ibm.com/developerWorks                                                              developerWorks®




           7.     After the requirements are imported to the DOORS formal module, from
                  Rational Team Concert, click to Save the module.

     Note: You can also add requirements to the module manually.

     Manage a Requirements Change Request

     Enable Requirements Change Request on the module


           1.     Start DOORS client, by executing doors.exe.

           2.     Log in to DOORS as user with Database Administrator privileges.

           3.     Create a formal module in DOORS using the default template.

           4.     Open the formal module.

           5.     Click Change Management > Configure Module.

           6.     Select the configuration template for Rational Team Concert.

           7.     Set Integration Status to ON.



Integrate Rational DOORS and Rational Team Concert change management                    Trademarks
© Copyright IBM Corporation 2011                                                       Page 27 of 44
developerWorks®                                                               ibm.com/developerWorks




           8.     Select the Requirements Change Request option, as shown in the
                  Figure 24.

     Figure 24. Configure the module for a Requirements Change Request




           9.     Click Save.

     Submit the default Requirement Change Request


           1.     Open the formal module in DOORS in read-only.

           2.     Click Change Management > Requirements Change Request >
                  Submit.

           3.     Enter details in the Submit Request dialog window, as shown in the
                  Figure 25.

     Figure 25. Submit Request form for the Requirements Change Request




Integrate Rational DOORS and Rational Team Concert change management                     Trademarks
© Copyright IBM Corporation 2011                                                        Page 28 of 44
ibm.com/developerWorks                                                                developerWorks®




     Larger view of Figure 25.


           4.     Click OK to submit the Requirement Change Request.

           5.     Enter the user ID and password for Rational Team Concert login and click
                  Log In.

           6.     View the Requirements Change request details submitted.

           7.     Click Logout to exit from Rational Team Concert, and close the browser.

           8.     Invoke the formal module in DOORS, and select Change Management >
                  Requirements Change Request > Select Default.

           9.     Select the Requirements Change Request, and click OK.

           10. Modify the object details in the formal module, and then click Save.

     The Recording Report view displays the changes made to the module, as shown in
     the Figure 26.

     Figure 26. Recording Report in Rational DOORS




Integrate Rational DOORS and Rational Team Concert change management                      Trademarks
© Copyright IBM Corporation 2011                                                         Page 29 of 44
developerWorks®                                                              ibm.com/developerWorks




     Larger view of Figure 26.

     View changes made to the module


           1.     Open the formal module in DOORS in Exclusive edit mode.

           2.     Select Change Management > Requirements Change Request >
                  Show for this module.

           3.     Select the Requirement Change Request, and click Show.

           4.     Enter the Rational Team Concert user ID and password of, and click Log
                  In.

           5.     Click the Links tab. This displays the DOORS Web Access link details
                  under the Tracks Requirements section, as shown in the Figure 27.

     Figure 27. Links tab of Requirements Change Request in Rational Team
     Concert




Integrate Rational DOORS and Rational Team Concert change management                    Trademarks
© Copyright IBM Corporation 2011                                                       Page 30 of 44
ibm.com/developerWorks                                                          developerWorks®




     Larger view of Figure 27.

     Clicking on the link in the Tracks Requirements section redirects you to DOORS
     Web Access, as shown in the Figure 28.

     Figure 28. DOORS Web Access login screen




Integrate Rational DOORS and Rational Team Concert change management                   Trademarks
© Copyright IBM Corporation 2011                                                      Page 31 of 44
developerWorks®                                                             ibm.com/developerWorks




     Larger view of Figure 28.


           6.     Enter the username and password details for DOORS Web Access, and
                  then click Login.

           7.     When you get a prompt, install the ActiveX Control.

     After login, the list of Requirement Changes made to the module and the details are
     displayed. As Figure 29 shows, the Requirement Change details contain the
     DOORS URL for the respective object.

     Figure 29. Requirements Change details through DOORS Web Access




Integrate Rational DOORS and Rational Team Concert change management                   Trademarks
© Copyright IBM Corporation 2011                                                      Page 32 of 44
ibm.com/developerWorks                                                                developerWorks®




     Larger view of Figure 29.

     Note:
     Clicking the DOORS URL link redirects you to the respective object in the formal
     module.


           8.     Click the Reject to reject the changes made to the requirement.

           9.     Click OK in the confirmation dialog, to confirm rejecting the changes
                  made.

           10. Click OK in the DOORSRCMCONTROL dialog window.

     The requirement modification gets rejected, as you can see in Figure 30.

     Figure 30. Rejected Requirements Change as seen in DOORS Web Access




Integrate Rational DOORS and Rational Team Concert change management                       Trademarks
© Copyright IBM Corporation 2011                                                          Page 33 of 44
developerWorks®                                                        ibm.com/developerWorks




     Larger view of Figure 30.

     Send the Requirement Change Request to the Review state


           1.     Open the formal module in DOORS in Exclusive Edit.

           2.     Complete the changes made to the formal module.

           3.     Click Change Management > Requirements Change Request > Send
                  RCR to Review to send the Requirement Change Request to review
                  state. as shown in the Figure 31.

     Figure 31. Review confirmation in DOORS




Integrate Rational DOORS and Rational Team Concert change management              Trademarks
© Copyright IBM Corporation 2011                                                 Page 34 of 44
ibm.com/developerWorks                                                               developerWorks®




     You can click Confirm to send the RCR for review or click Cancel to cancel the
     review process.


           4.     Send RCR to review.

           5.     Launch IE or Firefox.

           6.     Type this URL in the address bar to start Rational Team Concert:
                  https://QualifyingServername:9443/ccm/
                  Note: Accept the secured connection certification.

           7.     Enter the user ID and password, and click Log In.

           8.     Enter the Requirements Change Request ID in the search dialog, and
                  view the defect details.

           9.     Click the Approval tab and then the New: Approval link to add the
                  approver of the Requirements Change Request.

           10. Enter the Approver name and due date, as Figure 32 shows.

     Figure 32. Requirements Change Request Approvals tab, Rational Team
     Concert




Integrate Rational DOORS and Rational Team Concert change management                     Trademarks
© Copyright IBM Corporation 2011                                                        Page 35 of 44
developerWorks®                                                          ibm.com/developerWorks




     Larger view of Figure 32.


           11. Click Save and log out of Rational Team Concert.

           12. As an approver of the Requirements Change Request, approve the
               changes.

           13. Transition the Requirement Change Request to the Resolve state, as
               shown in the Figure 33.

     Figure 33. Approved state of Requirements Change Request, in Rational Team
     Concert




Integrate Rational DOORS and Rational Team Concert change management                 Trademarks
© Copyright IBM Corporation 2011                                                    Page 36 of 44
ibm.com/developerWorks                                                            developerWorks®




     Larger view of Figure 33.

     Apply changes made to the module


           1.     Open the formal module of DOORS in Read-Only mode.

           2.     Select Change Management > Requirements Change Request >
                  Apply.

           3.     When the Apply Requirements Change Request dialog displays the
                  resolved Requirement Change Request, select the Requirement Change
                  Request, and click Apply to apply the changes made to the requirements
                  in the formal module (see Figure 34).

     Figure 34. Apply Requirements Change Request view in DOORS




Integrate Rational DOORS and Rational Team Concert change management                  Trademarks
© Copyright IBM Corporation 2011                                                     Page 37 of 44
developerWorks®                                                                   ibm.com/developerWorks




     Larger view of Figure 34.

     Changes made to the module will then get applied.


           4.     Launch IE or Firefox.

           5.     Type this link in address bar to start Rational Team Concert:
                  https://QualifyingServername:9443/ccm/>
                  Note: Accept the secured connection certification.

           6.     Enter the user ID and password and then click Log In.

           7.     Enter the Requirements Change Request ID in the search dialog window,
                  and view the defect details.

           8.     Change the Requirements Change Request to the Verify state.

     Manage an Implementation Requirements Request


           1.     Start the Rational DOORS client by executing doors.exe.

           2.     Log in to DOORS as a user with Database Administrator privileges.

           3.     Open the formal module in Read-Only mode.

           4.     Click Change Management > Configure Module.



Integrate Rational DOORS and Rational Team Concert change management                         Trademarks
© Copyright IBM Corporation 2011                                                            Page 38 of 44
ibm.com/developerWorks                                                               developerWorks®




           5.     Select the configuration template for Rational Team Concert.

           6.     Select the Enable Requirements Implementation option shown in the
                  Figure 35.

     Figure 35. Configure Module for Change Management view in DOORS




     Larger view of Figure 35.


           7.     Click Save.

           8.     Select the requirements that need to be implemented, right-click, and
                  select Implementation Request > Submit.

           9.     Enter details in the Submit Request dialog window shown in the Figure
                  36.

     Figure 36. Submit Request form for the Implementation Request




Integrate Rational DOORS and Rational Team Concert change management                       Trademarks
© Copyright IBM Corporation 2011                                                          Page 39 of 44
developerWorks®                                                             ibm.com/developerWorks




     Larger view of Figure 36.


           10. Click OK to submit the Implementation Request.

     Select the requirement in DOORS and view the link. An external link gets created for
     the Implementation Request submitted as shown in the Figure 37.

     Figure 37. External link created for Implementation Request in DOORS




Integrate Rational DOORS and Rational Team Concert change management                   Trademarks
© Copyright IBM Corporation 2011                                                      Page 40 of 44
ibm.com/developerWorks                                                               developerWorks®




     Larger view of Figure 37.


           11. Select the requirements that need to be implemented, right-click, and
               select Implementation Request > Add. This allows you to add additional
               Implementation Requests to the requirement, if any.

     Transition the Implementation Request to the Resolved state


           1.     Launch IE or Firefox.

           2.     Type this URL in the address bar to start Rational Team Concert:
                  https://QualifyingServername:9443/ccm/
                  Note:Accept the secured connection certification.

           3.     Enter user ID and password, and then click Log In.

           4.     Enter the Implementation Request (Defect ID) in the search dialog, and
                  view the defect details.

           5.     As a Developer, transition the defect to the Resolved state, after the
                  requirement change gets implemented.

           6.     Log out of Rational Team Concert.

     Review the Show Activity Report




Integrate Rational DOORS and Rational Team Concert change management                        Trademarks
© Copyright IBM Corporation 2011                                                           Page 41 of 44
developerWorks®                                                               ibm.com/developerWorks




           1.     Open the formal module of DOORS in Read-only mode.

           2.     Select the Change Management > Show Activity Report option.

           3.     Review the detailed requirement details, along with the Implementation
                  Requirement details, as shown in the Figure 38.

     Figure 38. Implementation Requirement details




     Larger view of Figure 38.




Integrate Rational DOORS and Rational Team Concert change management                     Trademarks
© Copyright IBM Corporation 2011                                                        Page 42 of 44
ibm.com/developerWorks                                                               developerWorks®




     Resources
     Learn
        • Browse the Rational DOORS overview page plus the developerWorks page for
          links to technical articles and many related resources, and explore the
          instructions in the Rational DOORS Information Center. You can also watch this
          demo.
        • For Rational Team Concert, find articles and links to many other resources on
          the IBM developerWorks page. You can also watch the Using Rational Team
          Concert in a globally distributed team webcast or a demonstration of the
          Dashboards and reports, or listen to the podcast about IBM Rational Team
          Concert and Jazz.
        • Visit the Rational software area on developerWorks for technical resources and
          best practices for Rational Software Delivery Platform products.
              • Stay current with developerWorks technical events and webcasts focused
                on a variety of IBM products and IT industry topics.
              • Attend a free developerWorks Live! briefing to get up-to-speed quickly on
                IBM products and tools, as well as IT industry trends.
              • Watch developerWorks on-demand demos, ranging from product
                installation and setup demos for beginners to advanced functionality for
                experienced developers.

        • Improve your skills. Check the Rational training and certification catalog, which
          includes many types of courses on a wide range of topics. You can take some
          of them anywhere, any time, and many of the "Getting Started" ones are free.
     Get products and technologies
        • Get the free trial download for Rational DOORS Web Access.
        • Try a Rational Team Concert trial download, free:
              • Enterprise Edition
              • Express Edition
              • Standard Edition

        • Evaluate IBM software in the way that suits you best: Download it for a trial, try
          it online, use it in a cloud environment, or spend a few hours in the SOA
          Sandbox learning how to implement service-oriented architecture efficiently.
     Discuss



Integrate Rational DOORS and Rational Team Concert change management                     Trademarks
© Copyright IBM Corporation 2011                                                        Page 43 of 44
developerWorks®                                                              ibm.com/developerWorks



        • Join the Rational DOORS forum to ask questions and participate in discussions.
        • Join the Rational Team Concert discussions or ask questions in the Jazz.net
          forums.
        • Share your knowledge and help others who use Rational software by writing a
          developerWorks article. You'll get worldwide exposure, RSS syndication, a
          byline and a bio, and the benefit of professional editing and production on the
          developerWorks Rational website.
        • Follow Rational software on Facebook and Twitter (@ibmrational), and add your
          comments and requests.
        • Ask and answer questions and increase your expertise when you get involved
          in the Rational forums, cafés, and wikis.
        • Connect with others who share your interests by joining the developerWorks
          community and responding to the developer-driven blogs.



     About the author
     Rajeswari Venkata Atmuri
                 Rajeswari Atmuri has been working on Rational Synergy, Rational
                 Change, and their associated integrations for the past five years. The
                 major part of her work in this period has been with various integrations
                 of the two with tools such as Rational DOORS and Eclipse, which has
                 given her a strong understanding of all of these products.




Integrate Rational DOORS and Rational Team Concert change management                    Trademarks
© Copyright IBM Corporation 2011                                                       Page 44 of 44

Weitere ähnliche Inhalte

Was ist angesagt?

LUG 2009 - Lotus Domino 8.5.1 Administration (english)
LUG 2009 - Lotus Domino 8.5.1 Administration (english)LUG 2009 - Lotus Domino 8.5.1 Administration (english)
LUG 2009 - Lotus Domino 8.5.1 Administration (english)Fred Janssen
 
Lotus Notes/Domino Strategy Update - Dec 2009
Lotus Notes/Domino Strategy Update - Dec 2009Lotus Notes/Domino Strategy Update - Dec 2009
Lotus Notes/Domino Strategy Update - Dec 2009Ed Brill
 
LOT-925 Installing and Configuring IBM Lotus Notes and Domino 8.5
LOT-925 Installing and Configuring IBM Lotus Notes and Domino 8.5LOT-925 Installing and Configuring IBM Lotus Notes and Domino 8.5
LOT-925 Installing and Configuring IBM Lotus Notes and Domino 8.5Marek Zawadzki
 
Part 3 web development
Part 3 web developmentPart 3 web development
Part 3 web developmenttechbed
 
BP501 - Building and deploying custom IBM sametime connect client installatio...
BP501 - Building and deploying custom IBM sametime connect client installatio...BP501 - Building and deploying custom IBM sametime connect client installatio...
BP501 - Building and deploying custom IBM sametime connect client installatio...Carl Tyler
 
Application Catalog and Approval Runbooks Sample
Application Catalog and Approval Runbooks SampleApplication Catalog and Approval Runbooks Sample
Application Catalog and Approval Runbooks SampleJames Donnelly
 
Testing and deploying Hats Application on apache Geronimo Server 1.1
Testing and deploying Hats Application on apache Geronimo Server 1.1Testing and deploying Hats Application on apache Geronimo Server 1.1
Testing and deploying Hats Application on apache Geronimo Server 1.1Royal Cyber Inc.
 
Presentation building the ibm®lotus®domino®8.5 infrastructure
Presentation   building the ibm®lotus®domino®8.5 infrastructurePresentation   building the ibm®lotus®domino®8.5 infrastructure
Presentation building the ibm®lotus®domino®8.5 infrastructurexKinAnx
 
Automate WCS Deployment Using WCBD Tool
Automate WCS Deployment Using WCBD ToolAutomate WCS Deployment Using WCBD Tool
Automate WCS Deployment Using WCBD ToolRoyal Cyber Inc.
 
Deployingand configuringofficecommunicationsserver2007
Deployingand configuringofficecommunicationsserver2007Deployingand configuringofficecommunicationsserver2007
Deployingand configuringofficecommunicationsserver2007Ziemek Borowski
 
Maximizing application performance
Maximizing application performanceMaximizing application performance
Maximizing application performancedominion
 
Unc318 microsoft communications server “14” lync 2010 what's new in conferenc...
Unc318 microsoft communications server “14” lync 2010 what's new in conferenc...Unc318 microsoft communications server “14” lync 2010 what's new in conferenc...
Unc318 microsoft communications server “14” lync 2010 what's new in conferenc...Daniel Ullmark
 
Planning for other features lync server 2010 (rc)
Planning for other features lync server 2010 (rc)Planning for other features lync server 2010 (rc)
Planning for other features lync server 2010 (rc)Daniel Ullmark
 
Implementingand Administering Windows Share Point Services3.0
Implementingand Administering Windows Share Point Services3.0Implementingand Administering Windows Share Point Services3.0
Implementingand Administering Windows Share Point Services3.0LiquidHub
 
IBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAP
IBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAPIBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAP
IBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAPFrank Altenburg
 
JMP205 From Zero To Mobile Hero - IBM Sametime 8.5.2 Mobile Access Server Ins...
JMP205 From Zero To Mobile Hero - IBM Sametime 8.5.2 Mobile Access Server Ins...JMP205 From Zero To Mobile Hero - IBM Sametime 8.5.2 Mobile Access Server Ins...
JMP205 From Zero To Mobile Hero - IBM Sametime 8.5.2 Mobile Access Server Ins...Frank Altenburg
 
Enabling usersandinstallingofficecommunicator2007
Enabling usersandinstallingofficecommunicator2007Enabling usersandinstallingofficecommunicator2007
Enabling usersandinstallingofficecommunicator2007Ziemek Borowski
 

Was ist angesagt? (20)

LUG 2009 - Lotus Domino 8.5.1 Administration (english)
LUG 2009 - Lotus Domino 8.5.1 Administration (english)LUG 2009 - Lotus Domino 8.5.1 Administration (english)
LUG 2009 - Lotus Domino 8.5.1 Administration (english)
 
Lotus Notes/Domino Strategy Update - Dec 2009
Lotus Notes/Domino Strategy Update - Dec 2009Lotus Notes/Domino Strategy Update - Dec 2009
Lotus Notes/Domino Strategy Update - Dec 2009
 
LOT-925 Installing and Configuring IBM Lotus Notes and Domino 8.5
LOT-925 Installing and Configuring IBM Lotus Notes and Domino 8.5LOT-925 Installing and Configuring IBM Lotus Notes and Domino 8.5
LOT-925 Installing and Configuring IBM Lotus Notes and Domino 8.5
 
190 621
190 621190 621
190 621
 
Part 3 web development
Part 3 web developmentPart 3 web development
Part 3 web development
 
BP501 - Building and deploying custom IBM sametime connect client installatio...
BP501 - Building and deploying custom IBM sametime connect client installatio...BP501 - Building and deploying custom IBM sametime connect client installatio...
BP501 - Building and deploying custom IBM sametime connect client installatio...
 
Application Catalog and Approval Runbooks Sample
Application Catalog and Approval Runbooks SampleApplication Catalog and Approval Runbooks Sample
Application Catalog and Approval Runbooks Sample
 
Testing and deploying Hats Application on apache Geronimo Server 1.1
Testing and deploying Hats Application on apache Geronimo Server 1.1Testing and deploying Hats Application on apache Geronimo Server 1.1
Testing and deploying Hats Application on apache Geronimo Server 1.1
 
Presentation building the ibm®lotus®domino®8.5 infrastructure
Presentation   building the ibm®lotus®domino®8.5 infrastructurePresentation   building the ibm®lotus®domino®8.5 infrastructure
Presentation building the ibm®lotus®domino®8.5 infrastructure
 
Automate WCS Deployment Using WCBD Tool
Automate WCS Deployment Using WCBD ToolAutomate WCS Deployment Using WCBD Tool
Automate WCS Deployment Using WCBD Tool
 
Discover what's new in Windows Server 2012 Active Directory
Discover what's new in Windows Server 2012 Active DirectoryDiscover what's new in Windows Server 2012 Active Directory
Discover what's new in Windows Server 2012 Active Directory
 
Deployingand configuringofficecommunicationsserver2007
Deployingand configuringofficecommunicationsserver2007Deployingand configuringofficecommunicationsserver2007
Deployingand configuringofficecommunicationsserver2007
 
Maximizing application performance
Maximizing application performanceMaximizing application performance
Maximizing application performance
 
Unc318 microsoft communications server “14” lync 2010 what's new in conferenc...
Unc318 microsoft communications server “14” lync 2010 what's new in conferenc...Unc318 microsoft communications server “14” lync 2010 what's new in conferenc...
Unc318 microsoft communications server “14” lync 2010 what's new in conferenc...
 
Planning for other features lync server 2010 (rc)
Planning for other features lync server 2010 (rc)Planning for other features lync server 2010 (rc)
Planning for other features lync server 2010 (rc)
 
Developing for SP2013
Developing for SP2013Developing for SP2013
Developing for SP2013
 
Implementingand Administering Windows Share Point Services3.0
Implementingand Administering Windows Share Point Services3.0Implementingand Administering Windows Share Point Services3.0
Implementingand Administering Windows Share Point Services3.0
 
IBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAP
IBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAPIBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAP
IBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAP
 
JMP205 From Zero To Mobile Hero - IBM Sametime 8.5.2 Mobile Access Server Ins...
JMP205 From Zero To Mobile Hero - IBM Sametime 8.5.2 Mobile Access Server Ins...JMP205 From Zero To Mobile Hero - IBM Sametime 8.5.2 Mobile Access Server Ins...
JMP205 From Zero To Mobile Hero - IBM Sametime 8.5.2 Mobile Access Server Ins...
 
Enabling usersandinstallingofficecommunicator2007
Enabling usersandinstallingofficecommunicator2007Enabling usersandinstallingofficecommunicator2007
Enabling usersandinstallingofficecommunicator2007
 

Andere mochten auch

IBM Jazz Agile Collaborative Lifecycle Management 6.0.x What's new
IBM Jazz Agile Collaborative Lifecycle Management 6.0.x What's newIBM Jazz Agile Collaborative Lifecycle Management 6.0.x What's new
IBM Jazz Agile Collaborative Lifecycle Management 6.0.x What's newSandra Sergi
 
IBM Rational Software Conference 2009: Requirements Definition & Management T...
IBM Rational Software Conference 2009: Requirements Definition & Management T...IBM Rational Software Conference 2009: Requirements Definition & Management T...
IBM Rational Software Conference 2009: Requirements Definition & Management T...Kathy (Kat) Mandelstein
 
Requirements' Quality Improvement: A Successful Case Study
Requirements' Quality Improvement: A Successful Case StudyRequirements' Quality Improvement: A Successful Case Study
Requirements' Quality Improvement: A Successful Case StudyThe REUSE Company
 
Requirements Mgmt Doors Demo
Requirements Mgmt   Doors DemoRequirements Mgmt   Doors Demo
Requirements Mgmt Doors DemoRichard Namme
 
Best practices for effective doors implementation-Ashwini Patil
Best practices for effective doors implementation-Ashwini PatilBest practices for effective doors implementation-Ashwini Patil
Best practices for effective doors implementation-Ashwini PatilRoopa Nadkarni
 
Validation and Verification using Rational DOORS for Aerospace
Validation and Verification using Rational DOORS for AerospaceValidation and Verification using Rational DOORS for Aerospace
Validation and Verification using Rational DOORS for AerospaceHellasserve
 
DOORS Tips and Tricks
DOORS Tips and TricksDOORS Tips and Tricks
DOORS Tips and TricksManageware
 
Doors Getting Started
Doors Getting StartedDoors Getting Started
Doors Getting Startedsong4fun
 
Dynamic Object-Oriented Requirements System (DOORS)
Dynamic Object-Oriented Requirements System (DOORS)Dynamic Object-Oriented Requirements System (DOORS)
Dynamic Object-Oriented Requirements System (DOORS)David Groff
 
Requirements management and IBM Rational Jazz solutions
Requirements management and IBM Rational Jazz solutionsRequirements management and IBM Rational Jazz solutions
Requirements management and IBM Rational Jazz solutionsIBM Rational software
 
Modules as requirement specifications
Modules as requirement specificationsModules as requirement specifications
Modules as requirement specificationsIBM Rational software
 
Basic concepts and terminology for the Requirements Management application
Basic concepts and terminology for the Requirements Management applicationBasic concepts and terminology for the Requirements Management application
Basic concepts and terminology for the Requirements Management applicationIBM Rational software
 
Module 3: Working with Jazz Source Control
Module 3: Working with Jazz Source ControlModule 3: Working with Jazz Source Control
Module 3: Working with Jazz Source ControlIBM Rational software
 
DMT-2467 Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...
DMT-2467	Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...DMT-2467	Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...
DMT-2467 Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...IBM Rational software
 
3 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 20173 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 2017Drift
 

Andere mochten auch (16)

IBM Jazz Agile Collaborative Lifecycle Management 6.0.x What's new
IBM Jazz Agile Collaborative Lifecycle Management 6.0.x What's newIBM Jazz Agile Collaborative Lifecycle Management 6.0.x What's new
IBM Jazz Agile Collaborative Lifecycle Management 6.0.x What's new
 
IBM Rational Software Conference 2009: Requirements Definition & Management T...
IBM Rational Software Conference 2009: Requirements Definition & Management T...IBM Rational Software Conference 2009: Requirements Definition & Management T...
IBM Rational Software Conference 2009: Requirements Definition & Management T...
 
Requirements' Quality Improvement: A Successful Case Study
Requirements' Quality Improvement: A Successful Case StudyRequirements' Quality Improvement: A Successful Case Study
Requirements' Quality Improvement: A Successful Case Study
 
Requirements Mgmt Doors Demo
Requirements Mgmt   Doors DemoRequirements Mgmt   Doors Demo
Requirements Mgmt Doors Demo
 
Best practices for effective doors implementation-Ashwini Patil
Best practices for effective doors implementation-Ashwini PatilBest practices for effective doors implementation-Ashwini Patil
Best practices for effective doors implementation-Ashwini Patil
 
Validation and Verification using Rational DOORS for Aerospace
Validation and Verification using Rational DOORS for AerospaceValidation and Verification using Rational DOORS for Aerospace
Validation and Verification using Rational DOORS for Aerospace
 
DOORS Tips and Tricks
DOORS Tips and TricksDOORS Tips and Tricks
DOORS Tips and Tricks
 
Doors Getting Started
Doors Getting StartedDoors Getting Started
Doors Getting Started
 
Dynamic Object-Oriented Requirements System (DOORS)
Dynamic Object-Oriented Requirements System (DOORS)Dynamic Object-Oriented Requirements System (DOORS)
Dynamic Object-Oriented Requirements System (DOORS)
 
Requirements management and IBM Rational Jazz solutions
Requirements management and IBM Rational Jazz solutionsRequirements management and IBM Rational Jazz solutions
Requirements management and IBM Rational Jazz solutions
 
Modules as requirement specifications
Modules as requirement specificationsModules as requirement specifications
Modules as requirement specifications
 
Basic concepts and terminology for the Requirements Management application
Basic concepts and terminology for the Requirements Management applicationBasic concepts and terminology for the Requirements Management application
Basic concepts and terminology for the Requirements Management application
 
Course summary
Course summaryCourse summary
Course summary
 
Module 3: Working with Jazz Source Control
Module 3: Working with Jazz Source ControlModule 3: Working with Jazz Source Control
Module 3: Working with Jazz Source Control
 
DMT-2467 Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...
DMT-2467	Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...DMT-2467	Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...
DMT-2467 Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...
 
3 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 20173 Things Every Sales Team Needs to Be Thinking About in 2017
3 Things Every Sales Team Needs to Be Thinking About in 2017
 

Ähnlich wie Integrate Rational DOORS and Rational Team Concert change management

Installing and Configuring Oracle Beehive Clients (whitepaper)
Installing and Configuring Oracle Beehive Clients (whitepaper)Installing and Configuring Oracle Beehive Clients (whitepaper)
Installing and Configuring Oracle Beehive Clients (whitepaper)Revelation Technologies
 
Generate Cross Tool Reports with Rational Publishing Engine
Generate Cross Tool Reports with Rational Publishing EngineGenerate Cross Tool Reports with Rational Publishing Engine
Generate Cross Tool Reports with Rational Publishing EngineBill Duncan
 
Getting startedwithtallydeveloper9 | Tally Synchronisation | Tally Services |...
Getting startedwithtallydeveloper9 | Tally Synchronisation | Tally Services |...Getting startedwithtallydeveloper9 | Tally Synchronisation | Tally Services |...
Getting startedwithtallydeveloper9 | Tally Synchronisation | Tally Services |...stannventures.Pvt.Ltd
 
Sharepoint 2007 Install Best Practice Phase 1
Sharepoint 2007 Install Best Practice  Phase 1Sharepoint 2007 Install Best Practice  Phase 1
Sharepoint 2007 Install Best Practice Phase 1LiquidHub
 
Hyperion Planning An Introduction
Hyperion Planning An IntroductionHyperion Planning An Introduction
Hyperion Planning An IntroductionAmit Sharma
 
How to install Microsoft Dynamics CRM 2011
How to install Microsoft Dynamics CRM 2011How to install Microsoft Dynamics CRM 2011
How to install Microsoft Dynamics CRM 2011ashrawi92
 
Mastering informatica log files
Mastering informatica log filesMastering informatica log files
Mastering informatica log filesAmit Sharma
 
Installing community surveys in connections 5.5
Installing community surveys in connections 5.5Installing community surveys in connections 5.5
Installing community surveys in connections 5.5Roberto Boccadoro
 
Informatica log files
Informatica log filesInformatica log files
Informatica log filesAmit Sharma
 
Actor Model Import Connector for Microsoft Active Directory
Actor Model Import Connector for Microsoft Active DirectoryActor Model Import Connector for Microsoft Active Directory
Actor Model Import Connector for Microsoft Active Directoryprotect724rkeer
 

Ähnlich wie Integrate Rational DOORS and Rational Team Concert change management (20)

Introduction to OBIEE 11g
Introduction to OBIEE 11gIntroduction to OBIEE 11g
Introduction to OBIEE 11g
 
Installing and Configuring Oracle Beehive Clients (whitepaper)
Installing and Configuring Oracle Beehive Clients (whitepaper)Installing and Configuring Oracle Beehive Clients (whitepaper)
Installing and Configuring Oracle Beehive Clients (whitepaper)
 
Generate Cross Tool Reports with Rational Publishing Engine
Generate Cross Tool Reports with Rational Publishing EngineGenerate Cross Tool Reports with Rational Publishing Engine
Generate Cross Tool Reports with Rational Publishing Engine
 
Getting startedwithtallydeveloper9 | Tally Synchronisation | Tally Services |...
Getting startedwithtallydeveloper9 | Tally Synchronisation | Tally Services |...Getting startedwithtallydeveloper9 | Tally Synchronisation | Tally Services |...
Getting startedwithtallydeveloper9 | Tally Synchronisation | Tally Services |...
 
Microsoft Lync Server 2010 Installation
Microsoft Lync Server 2010 InstallationMicrosoft Lync Server 2010 Installation
Microsoft Lync Server 2010 Installation
 
Sharepoint 2007 Install Best Practice Phase 1
Sharepoint 2007 Install Best Practice  Phase 1Sharepoint 2007 Install Best Practice  Phase 1
Sharepoint 2007 Install Best Practice Phase 1
 
Hyperion Planning An Introduction
Hyperion Planning An IntroductionHyperion Planning An Introduction
Hyperion Planning An Introduction
 
PPT1
PPT1PPT1
PPT1
 
Enhancements
Enhancements Enhancements
Enhancements
 
How to install Microsoft Dynamics CRM 2011
How to install Microsoft Dynamics CRM 2011How to install Microsoft Dynamics CRM 2011
How to install Microsoft Dynamics CRM 2011
 
IUG ATL PC 9.5
IUG ATL PC 9.5IUG ATL PC 9.5
IUG ATL PC 9.5
 
Joomla Day1
Joomla  Day1Joomla  Day1
Joomla Day1
 
Mastering informatica log files
Mastering informatica log filesMastering informatica log files
Mastering informatica log files
 
greate+srs
greate+srsgreate+srs
greate+srs
 
greate+srs
greate+srsgreate+srs
greate+srs
 
new+srs
new+srsnew+srs
new+srs
 
Installing community surveys in connections 5.5
Installing community surveys in connections 5.5Installing community surveys in connections 5.5
Installing community surveys in connections 5.5
 
Team lab install_en
Team lab install_enTeam lab install_en
Team lab install_en
 
Informatica log files
Informatica log filesInformatica log files
Informatica log files
 
Actor Model Import Connector for Microsoft Active Directory
Actor Model Import Connector for Microsoft Active DirectoryActor Model Import Connector for Microsoft Active Directory
Actor Model Import Connector for Microsoft Active Directory
 

Mehr von Bill Duncan

Red Hat Accredited Professional - Red Hat Sales Specialist Infrastructure as ...
Red Hat Accredited Professional - Red Hat Sales Specialist Infrastructure as ...Red Hat Accredited Professional - Red Hat Sales Specialist Infrastructure as ...
Red Hat Accredited Professional - Red Hat Sales Specialist Infrastructure as ...Bill Duncan
 
Ibm bluemix—from idea to application by karim abousedera
Ibm bluemix—from idea to application by karim abousederaIbm bluemix—from idea to application by karim abousedera
Ibm bluemix—from idea to application by karim abousederaBill Duncan
 
IBM Federal Systems Integrator Forum at InterConnect
IBM Federal Systems Integrator Forum at InterConnectIBM Federal Systems Integrator Forum at InterConnect
IBM Federal Systems Integrator Forum at InterConnectBill Duncan
 
Create software builds with jazz team build
Create software builds with jazz team buildCreate software builds with jazz team build
Create software builds with jazz team buildBill Duncan
 
How DOORS Helps JPL Get to Mars & Beyond
How DOORS Helps JPL Get to Mars & BeyondHow DOORS Helps JPL Get to Mars & Beyond
How DOORS Helps JPL Get to Mars & BeyondBill Duncan
 
Space Quarterly: September 2011
Space Quarterly:  September 2011Space Quarterly:  September 2011
Space Quarterly: September 2011Bill Duncan
 
Tutorial: Create a custom work item in Rational Team Concert
Tutorial: Create a custom work item in Rational Team ConcertTutorial: Create a custom work item in Rational Team Concert
Tutorial: Create a custom work item in Rational Team ConcertBill Duncan
 
How to implement access restrictions to your EA artifacts using Rational Syst...
How to implement access restrictions to your EA artifacts using Rational Syst...How to implement access restrictions to your EA artifacts using Rational Syst...
How to implement access restrictions to your EA artifacts using Rational Syst...Bill Duncan
 
Speed delivery of Android devices and applications with model-driven development
Speed delivery of Android devices and applications with model-driven developmentSpeed delivery of Android devices and applications with model-driven development
Speed delivery of Android devices and applications with model-driven developmentBill Duncan
 
Optimize load handling for high-volume tests with IBM Rational Performance Te...
Optimize load handling for high-volume tests with IBM Rational Performance Te...Optimize load handling for high-volume tests with IBM Rational Performance Te...
Optimize load handling for high-volume tests with IBM Rational Performance Te...Bill Duncan
 
Improve software development project success with better information
Improve software development project success with better informationImprove software development project success with better information
Improve software development project success with better informationBill Duncan
 
Automate document generation from SysML models with Rational Rhapsody Reporte...
Automate document generation from SysML models with Rational Rhapsody Reporte...Automate document generation from SysML models with Rational Rhapsody Reporte...
Automate document generation from SysML models with Rational Rhapsody Reporte...Bill Duncan
 
Automate document generation from sys ml models with rational rhapsody report...
Automate document generation from sys ml models with rational rhapsody report...Automate document generation from sys ml models with rational rhapsody report...
Automate document generation from sys ml models with rational rhapsody report...Bill Duncan
 
Inadequate Security Practices Expose Key NASA Network to Cyber Attack
Inadequate Security Practices Expose Key NASA Network to Cyber AttackInadequate Security Practices Expose Key NASA Network to Cyber Attack
Inadequate Security Practices Expose Key NASA Network to Cyber AttackBill Duncan
 
IBM Rational Harmony Deskbook rel 3.1.2
IBM Rational Harmony Deskbook rel 3.1.2IBM Rational Harmony Deskbook rel 3.1.2
IBM Rational Harmony Deskbook rel 3.1.2Bill Duncan
 
Advanced Rational Performance Tester reports
Advanced Rational Performance Tester reportsAdvanced Rational Performance Tester reports
Advanced Rational Performance Tester reportsBill Duncan
 
Developing service component architecture applications using rational applica...
Developing service component architecture applications using rational applica...Developing service component architecture applications using rational applica...
Developing service component architecture applications using rational applica...Bill Duncan
 
Managing requirements across Analysis and Design phases using System Architec...
Managing requirements across Analysis and Design phases using System Architec...Managing requirements across Analysis and Design phases using System Architec...
Managing requirements across Analysis and Design phases using System Architec...Bill Duncan
 
What's New in Rational Team Concert 3.0
What's New in Rational Team Concert 3.0What's New in Rational Team Concert 3.0
What's New in Rational Team Concert 3.0Bill Duncan
 
Automatic Proactive Troubleshooting with IBM Rational Build Forge
Automatic Proactive Troubleshooting with IBM Rational Build ForgeAutomatic Proactive Troubleshooting with IBM Rational Build Forge
Automatic Proactive Troubleshooting with IBM Rational Build ForgeBill Duncan
 

Mehr von Bill Duncan (20)

Red Hat Accredited Professional - Red Hat Sales Specialist Infrastructure as ...
Red Hat Accredited Professional - Red Hat Sales Specialist Infrastructure as ...Red Hat Accredited Professional - Red Hat Sales Specialist Infrastructure as ...
Red Hat Accredited Professional - Red Hat Sales Specialist Infrastructure as ...
 
Ibm bluemix—from idea to application by karim abousedera
Ibm bluemix—from idea to application by karim abousederaIbm bluemix—from idea to application by karim abousedera
Ibm bluemix—from idea to application by karim abousedera
 
IBM Federal Systems Integrator Forum at InterConnect
IBM Federal Systems Integrator Forum at InterConnectIBM Federal Systems Integrator Forum at InterConnect
IBM Federal Systems Integrator Forum at InterConnect
 
Create software builds with jazz team build
Create software builds with jazz team buildCreate software builds with jazz team build
Create software builds with jazz team build
 
How DOORS Helps JPL Get to Mars & Beyond
How DOORS Helps JPL Get to Mars & BeyondHow DOORS Helps JPL Get to Mars & Beyond
How DOORS Helps JPL Get to Mars & Beyond
 
Space Quarterly: September 2011
Space Quarterly:  September 2011Space Quarterly:  September 2011
Space Quarterly: September 2011
 
Tutorial: Create a custom work item in Rational Team Concert
Tutorial: Create a custom work item in Rational Team ConcertTutorial: Create a custom work item in Rational Team Concert
Tutorial: Create a custom work item in Rational Team Concert
 
How to implement access restrictions to your EA artifacts using Rational Syst...
How to implement access restrictions to your EA artifacts using Rational Syst...How to implement access restrictions to your EA artifacts using Rational Syst...
How to implement access restrictions to your EA artifacts using Rational Syst...
 
Speed delivery of Android devices and applications with model-driven development
Speed delivery of Android devices and applications with model-driven developmentSpeed delivery of Android devices and applications with model-driven development
Speed delivery of Android devices and applications with model-driven development
 
Optimize load handling for high-volume tests with IBM Rational Performance Te...
Optimize load handling for high-volume tests with IBM Rational Performance Te...Optimize load handling for high-volume tests with IBM Rational Performance Te...
Optimize load handling for high-volume tests with IBM Rational Performance Te...
 
Improve software development project success with better information
Improve software development project success with better informationImprove software development project success with better information
Improve software development project success with better information
 
Automate document generation from SysML models with Rational Rhapsody Reporte...
Automate document generation from SysML models with Rational Rhapsody Reporte...Automate document generation from SysML models with Rational Rhapsody Reporte...
Automate document generation from SysML models with Rational Rhapsody Reporte...
 
Automate document generation from sys ml models with rational rhapsody report...
Automate document generation from sys ml models with rational rhapsody report...Automate document generation from sys ml models with rational rhapsody report...
Automate document generation from sys ml models with rational rhapsody report...
 
Inadequate Security Practices Expose Key NASA Network to Cyber Attack
Inadequate Security Practices Expose Key NASA Network to Cyber AttackInadequate Security Practices Expose Key NASA Network to Cyber Attack
Inadequate Security Practices Expose Key NASA Network to Cyber Attack
 
IBM Rational Harmony Deskbook rel 3.1.2
IBM Rational Harmony Deskbook rel 3.1.2IBM Rational Harmony Deskbook rel 3.1.2
IBM Rational Harmony Deskbook rel 3.1.2
 
Advanced Rational Performance Tester reports
Advanced Rational Performance Tester reportsAdvanced Rational Performance Tester reports
Advanced Rational Performance Tester reports
 
Developing service component architecture applications using rational applica...
Developing service component architecture applications using rational applica...Developing service component architecture applications using rational applica...
Developing service component architecture applications using rational applica...
 
Managing requirements across Analysis and Design phases using System Architec...
Managing requirements across Analysis and Design phases using System Architec...Managing requirements across Analysis and Design phases using System Architec...
Managing requirements across Analysis and Design phases using System Architec...
 
What's New in Rational Team Concert 3.0
What's New in Rational Team Concert 3.0What's New in Rational Team Concert 3.0
What's New in Rational Team Concert 3.0
 
Automatic Proactive Troubleshooting with IBM Rational Build Forge
Automatic Proactive Troubleshooting with IBM Rational Build ForgeAutomatic Proactive Troubleshooting with IBM Rational Build Forge
Automatic Proactive Troubleshooting with IBM Rational Build Forge
 

Kürzlich hochgeladen

Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1kcpayne
 
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...lizamodels9
 
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...amitlee9823
 
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRLBAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRLkapoorjyoti4444
 
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...amitlee9823
 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxWorkforce Group
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876
Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876
Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876dlhescort
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...Aggregage
 
PHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation FinalPHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation FinalPanhandleOilandGas
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...lizamodels9
 
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai KuwaitThe Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwaitdaisycvs
 
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Sheetaleventcompany
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableSeo
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfAdmir Softic
 
Business Model Canvas (BMC)- A new venture concept
Business Model Canvas (BMC)-  A new venture conceptBusiness Model Canvas (BMC)-  A new venture concept
Business Model Canvas (BMC)- A new venture conceptP&CO
 
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service NoidaCall Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service Noidadlhescort
 

Kürzlich hochgeladen (20)

unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabiunwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
 
Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1
 
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
 
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
 
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRLBAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
 
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptx
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876
Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876
Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
 
PHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation FinalPHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation Final
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
 
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai KuwaitThe Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
 
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 
Business Model Canvas (BMC)- A new venture concept
Business Model Canvas (BMC)-  A new venture conceptBusiness Model Canvas (BMC)-  A new venture concept
Business Model Canvas (BMC)- A new venture concept
 
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
 
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service NoidaCall Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
 

Integrate Rational DOORS and Rational Team Concert change management

  • 1. Integrate Rational DOORS and Rational Team Concert change management Improve requirements management and traceability Skill Level: Intermediate Rajeswari Venkata Atmuri (arajeswa@in.ibm.com) System Software Engineer IBM 22 Mar 2011 Learn how you can use the IBM® Rational® DOORS® Change Management integration feature in either Basic or OAuth modes to communicate with IBM® Rational Team Concert™ collaborative change management software. It covers the entire process, from configuration, through features for gathering requirements, to the implementation phase of the requirements, all to help you achieve complete traceability of requirements. It is intended for readers who have an intermediate level of knowledge of Rational DOORS and Rational Team Concert software. Prerequisites You will gain the most from this tutorial if you have intermediate-level knowledge of IBM® Rational Team Concert™, IBM® Rational® DOORS®, and the DOORS change management integration feature. • Rational Team Concert is a collaborative project management tool for software developers. It integrates work item tracking, builds, source control, and agile planning. • Rational DOORS is a requirements management tool for systems and advanced IT applications. You can use it to gather, track, and manage requirements. It supports OSLC (Open Services for Lifecycle Collaboration) specifications for requirements management, change Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 1 of 44
  • 2. developerWorks® ibm.com/developerWorks management, and quality management, thereby providing a generic approach to integrate systems and software lifecycle tools. It also supports OAuth, which is an open protocol that enables users to share their protected resources among different web sites without risking exposure. • The Rational DOORS Change Management integration works with Rational Team Concert, IBM® Rational® ClearQuest®, and IBM® Rational® Change software. • Rational DOORS Web Access enables users to use a web browser to create, review, edit, and discuss requirements held in a DOORS database. Before you start, you need this software and setup: 1. Rational DOORS server and client installed. 2. Rational DOORS Web Access installed and configured with the DOORS server. 3. Rational Team Concert installed. 4. Rational® Jazz™ Team Server set up in Rational Team Concert. Installation and configuration Install DOORS and the Change Management integration tool 1. Extract the installer .zip file to a temporary location. 2. Edit the install.bat file if DOORS is installed in a different location than this: Set to="C:Program FilesIBMRationalDOORS9.3" 3. Save the changes that you made to the file, if any. 4. Run the install.bat batch file. The installer will then display the command prompt view shown in Figure 1, which tells you to exit the DOORS client before proceeding and says to press any key to continue. Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 2 of 44
  • 3. ibm.com/developerWorks developerWorks® Figure 1. Command prompt view with instructions 5. Press any key to continue. The screen then displays the DOORS_HOME details (see Figure 2), with this message: "Please verify the location of the installer and DOORS client before proceeding. Press any key to continue." Figure 2. Another command prompt view with instructions 6. If the DOORS home details displayed are correct, press any key to continue. After the integration is installed, the cmoslclib.dll file gets registered, and you will see a confirmation message, as Figure 3 shows. Figure 3. DllRegisterServer confirmation message Configure server files in Rational Team Concert for Basic mode Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 3 of 44
  • 4. developerWorks® ibm.com/developerWorks By default, Rational Team Concert enables the Form mode. Modify server files in Rational Team Concert to enable Basic mode To enable Basic authentication, follow these steps: 1. Shut down Rational Team Concert server: installationLocation/jazz/server/server.shutdown 2. Edit the web.xml file: installationLocation/jazz/server/tomcat/webapps/jazz/WEB-INF/web.xml Comment out the Form mode and uncomment the Basic mode, so that the file reads as code Listing 1 shows. Listing 1. Edited web.xml file <login-config> <auth-method>BASIC</auth-method> <realm-name>Jazz</realm-name> </login-config> <!-- <login-config> <auth-method>FORM</auth-method> <form-login-config> <form-login-page>/auth/authrequired</form-login-page> <form-error-page>/auth/authfailed</form-error-page> </form-login-config> </login-config> --> 3. Edit the jazz.xml file: installLocation/jazz/server/tomcat/conf/Catalina/localhost/jazz.xml Replace the FormAuthenticator with the BasicAuthenticator, as Listing 2 shows. Listing 2. Edited jazz.xml file <!-- <Valve className="org.apache.catalina.authenticator.FormAuthenticator" securePagesWithPragma="false" characterEncoding="UTF-8" /> --> <Valve className="org.apache.catalina.authenticator.BasicAuthenticator" securePagesWithPragma="false" characterEncoding="UTF-8" /> 4. Start the Rational Team Concert server:installationLocation/jazz/server/server.startup Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 4 of 44
  • 5. ibm.com/developerWorks developerWorks® Create a user 1. Launch the Mozilla Firefox or Microsoft Internet Explorer browser. 2. In the address bar, type this URL to start Rational Team Concert: https://QualiyfyingServerName:9443/ccm/admin Note: Accept the secured connection certification. Create a user with all privileges in Rational Team Concert 1. For the user ID and password, enter ADMIN and ADMIN, and then click Log In. 2. Click the Users link. 3. Click the Create User link. 4. Type in the new user details. (Enter the mandatory field details). 5. Select Repository Permissions and Client Access Licenses for the user, as shown in Figure 4 (the Client Access License is Rational Team Concert - Developer). 6. Click Save. Figure 4. Verify that the client access licenses are selected for the new user Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 5 of 44
  • 6. developerWorks® ibm.com/developerWorks Larger view of Figure 4. Create a project Create a Rational Team Concert project with user access rights 1. Launch Firefox or IE. 2. Type this location in the address bar to start Rational Team Concert: https://QualiyfyingServerName:9443/ccm/admin Note: Accept the secured connection certification. 3. Enter the User ID and password and then click Log In. 4. Click the Project Areas link. 5. Click the Create Project Area link. 6. Type the Project Name and Details. 7. In the Process section, select Simple Team Process 8. Add the user to the Members and Administration sections, as shown in Figure 5. 9. Then click Save. Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 6 of 44
  • 7. ibm.com/developerWorks developerWorks® Figure 5. Create a Project Area in Rational Team Concert Larger view of Figure 5. Set project configuration and team member permissions 1. Click the Project Areas link. 2. Double-click on the project that you created. 3. Click the Permission tab. 4. Select the Project Configuration option, and enable all permissions for the project for the team member, as shown in the Figure 6. Figure 6. Project configuration permission for the new project Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 7 of 44
  • 8. developerWorks® ibm.com/developerWorks Larger view of Figure 6. 5. Select the Team Configuration option. 6. Enable all team permissions on the project for the team member, as shown in the Figure 7. 7. Save the changes to the project. Figure 7. Team Configuration permission for the new project Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 8 of 44
  • 9. ibm.com/developerWorks developerWorks® Larger view of Figure 7. Create a repository connection 1. Open the Rational Team Concert client. 2. Find and run the eclipse.exe file: C:Program FileIBMjazzclienteclipseeclipse.exe 3. Select the workspace. 4. Click the Create Repository Connection link. The next view will be the Create a Jazz Repository Connection dialog window shown in the Figure 8. Figure 8. Use the Rational Team Concert client to create a Jazz repository connection Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 9 of 44
  • 10. developerWorks® ibm.com/developerWorks Larger view of Figure 8. 5. Enter the Rational Team Concert server URL, for example: https://localhost:9443/ccm Note: The Name field details are automatically populated to localhost. 6. Enter the User ID and password. 7. Click Finish. Modify the process configuration 1. Click the Connect to Project Area option. 2. Select the repository connection that you created. 3. Click Next. 4. Select the Project Area created. 5. Click Finish. 6. Select the repository, and click Open. Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 10 of 44
  • 11. ibm.com/developerWorks developerWorks® 7. Click Process Configuration from the tabs at the bottom of the first pane (see Figure 9). Figure 9. Process Configuration tab in the new project Larger view of Figure 9. 8. Click the Project Configuration option. 9. Click Configuration Data. 10. Click the Work Items option. 11. Select Workflows. 12. Select States workflow. 13. Select Resolved, as shown in the Figure 10. Figure 10. Workflow configuration on the new project Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 11 of 44
  • 12. developerWorks® ibm.com/developerWorks Larger view of Figure 10. 14. Click Edit. 15. Change the Group field details from Closed to Open. 16. Click OK 17. Click Save. Create a configuration template in DOORS for Basic Auth 1. Start the Rational DOORS client, and run the doors.exe file. 2. Log in to DOORS as a user with Database Administrator privileges. 3. Click Change Management > Define Configuration Template to display the Define Configuration Template dialog window. 4. In the Define Configuration Template dialog window, click Create. Configure Rational Change Management Server tab Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 12 of 44
  • 13. ibm.com/developerWorks developerWorks® 1. In the Step1: Configuration Rational Change Management Server tab, for Authentication type, select the Basic Auth, as shown in the Figure 11. Figure 11. Create a configuration template dialog in DOORS for Basic Auth 2. Enter the template name details. 3. Enter the URL for the Rational Team Concert Change Management server. Example: https://QualifyingServername:9443/ccm/oslc/workitems/catalog 4. Click Connect to get the CM Login dialog window (Figure 12). Figure 12. CM Login window Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 13 of 44
  • 14. developerWorks® ibm.com/developerWorks 5. Enter username and password of the Rational Team Concert user in the CM login window, click Login. 6. Select the project from Project Area list (see Figure 13). Figure 13. Project Area details Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 14 of 44
  • 15. ibm.com/developerWorks developerWorks® 7. Click Next to navigate to Step2: Requirements Change Management tab. Requirements Change Management tab 1. Enter the value details to map Rational Team Concert work items to their state details, which are always numeric. The states and their respective state values are listed in Table 1. Table 1. States and values in Rational Team Concert State State name value New 1 InProgress 2 Resolved 3 Verified 4 Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 15 of 44
  • 16. developerWorks® ibm.com/developerWorks Closed 5 Reopened 6 2. Select the For Rational Team Concert option. 3. Enter these values for the respective fields: Apply in • Apply Action Attribute: Apply • Review Action Attribute: Review and in • State Attribute: rcm_in:state 4. For the RCR Submit Form field, select RequirementChangeRequest, as shown in Figure 14. Figure 14. Requirement Change Management tab Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 16 of 44
  • 17. ibm.com/developerWorks developerWorks® 5. Click Next to navigate to the Step3: Requirements Implementation tab (Figure 15). Requirements Implementation tab Figure 15. Requirement Implementation tab 1. Choose the respective submit forms for Use Submit Form and Use Add Form options. 2. Click Next to navigate to the Step4: Requirements Gathering tab. Requirements Gathering tab 1. Enter the query details for gathering requirements from Rational Team Concert. Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 17 of 44
  • 18. developerWorks® ibm.com/developerWorks Tip: The query format should be rtc_cm:state in ["2"], where "2" represents the Inprogress state of a work item in Rational Team Concert, as shown in the Figure 16. Figure 16. The Requirements Gathering tab the 2. Click Next. 3. Verify the summary details, and then click Finish. The Configuration Template gets created for DOORS and Rational Team Concert in Basic mode. The template gets listed in Define Configuration Templates dialog. Create a Friends (outbound) link in Rational Team Concert 1. Launch IE or Firefox. Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 18 of 44
  • 19. ibm.com/developerWorks developerWorks® 2. Type https://QualiyfyingServerName:9443/ccm/admin in the address bar to start Rational Team Concert. Example: https://indpdt1-2k3r2.blorepd.in.ibm.com:9443/ccm/admin Note: Accept the secured connection certification. 3. Enter the user ID and password. Click Log In. 4. Click the Application link. 5. From the Communication tab, click the Friends (Outbound) link. 6. Click Add to open the Add Friend dialog window. 7. Create a Friends outbound link for change configuration management services, or CCM. 8. Enter the Name field details, and enter the ccm server URL in the Root Services field: https://QualiyfyingServerName:9443/ccm/rootservices 9. Enter the OAuth Secret Key. 10. Select the check box so that the operation is Trusted, as shown in the Figure 17. Figure 17. Add Friend dialog on Rational Team Concert server Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 19 of 44
  • 20. developerWorks® ibm.com/developerWorks Larger view of Figure 17. 11. Click Next. 12. The automatically generated provisional key value is displayed in Authorization Provisional Key dialog. 13. Click Finish. A link to the ccm services gets created in Friends (Outbound) list with automatic OAuth Consumer Key details. Configure the DOORS root server with the Rational Team Concert Friends link 1. Start the Rational DOORS client by running doors.exe. 2. Log in to DOORS as a user with Database Administrator privileges. 3. Select the DOORS database and invoke the properties of the database. 4. In the DOORS Database Properties dialog window, click the Remote Services tab. 5. In the Server List section, click Add. 6. Enter the Rational Team Concert root services URL created in the friends Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 20 of 44
  • 21. ibm.com/developerWorks developerWorks® list in the Roots Services URL field. 7. In the Consumer Key field, enter the auto-generated OAuth Consumer Key that was generated for the respective Friends link of Rational Team Concert. 8. Enter the OAuth secret key value. 9. Click Register, as shown in Figure 18. Figure 18. Create Server List in Remote Services through DOORS Larger view of Figure 18. Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 21 of 44
  • 22. developerWorks® ibm.com/developerWorks 10. After the service list for Rational Team Concert ccm root services gets registered, click Add in the Collaboration Links section. 11. In the Add Service Link Types dialog window, select the Server List link. 12. Enter user ID and password credentials in the Rational Team Concert server login window and then click Log in (see Figure 19). Figure 19. OAuth Login view while creating a Collaborative Link 13. Click Add in the Collaboration Links section. 14. Select the database available in Rational Team Concert, and click Add. Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 22 of 44
  • 23. ibm.com/developerWorks developerWorks® 15. After the collaborative link gets created, click OK to close the DOORS Database Properties dialog window. Create a configuration template in DOORS for OAuth 1. Select Change Management > Define Configuration Template. 2. In the Step1: Configure Rational Change Management Server tab, provide the template name details. 3. Select the OAuth option for Authentication. 4. Select the server link created for Rational Team Concert in the Select a CM Tool field, as shown in the Figure 20. Figure 20. Create Configuration template dialog in DOORS for OAuth 5. Click Next, and follow the procedure from Step 11, under Create a Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 23 of 44
  • 24. developerWorks® ibm.com/developerWorks configuration template through the Basic mode. Requirements traceability Gather requirements from Rational Team Concert for DOORS 1. Start the Rational DOORS client by executing doors.exe. 2. Log in to DOORS as a user with Database Administrator privileges. 3. Create a formal module in DOORS, using the default template. 4. Open that module. 5. Select Change Management > Configure Module. 6. Select the configuration template for Rational Team Concert. 7. Change Integration Status to ON. 8. Select Enable Requirement Gathering, as shown in Figure 21. 9. Then click Save. Figure 21. Configure Module for Change Management view in DOORS Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 24 of 44
  • 25. ibm.com/developerWorks developerWorks® Larger view of Figure 21. Retrieve requirements from Rational Team Concert 1. Select Change Management > Retrieving Requirements for Change Management tool > Define Attribute Mapping. 2. Select DOORS Attribute, and click Edit. 3. Choose the CM Attribute, and then click Close, as shown in the Figure 22. Figure 22. Attribute mapping selections in DOORS Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 25 of 44
  • 26. developerWorks® ibm.com/developerWorks Larger view of Figure 22. 4. Click OK after the attribute mapping is finished. 5. Select Change Management > Retrieving Requirements for Change Management tool > Get Requirements. 6. Verify the Query String, and then click Import, as shown in Figure 23. Figure 23. String entered previously entered in the Query String field Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 26 of 44
  • 27. ibm.com/developerWorks developerWorks® 7. After the requirements are imported to the DOORS formal module, from Rational Team Concert, click to Save the module. Note: You can also add requirements to the module manually. Manage a Requirements Change Request Enable Requirements Change Request on the module 1. Start DOORS client, by executing doors.exe. 2. Log in to DOORS as user with Database Administrator privileges. 3. Create a formal module in DOORS using the default template. 4. Open the formal module. 5. Click Change Management > Configure Module. 6. Select the configuration template for Rational Team Concert. 7. Set Integration Status to ON. Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 27 of 44
  • 28. developerWorks® ibm.com/developerWorks 8. Select the Requirements Change Request option, as shown in the Figure 24. Figure 24. Configure the module for a Requirements Change Request 9. Click Save. Submit the default Requirement Change Request 1. Open the formal module in DOORS in read-only. 2. Click Change Management > Requirements Change Request > Submit. 3. Enter details in the Submit Request dialog window, as shown in the Figure 25. Figure 25. Submit Request form for the Requirements Change Request Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 28 of 44
  • 29. ibm.com/developerWorks developerWorks® Larger view of Figure 25. 4. Click OK to submit the Requirement Change Request. 5. Enter the user ID and password for Rational Team Concert login and click Log In. 6. View the Requirements Change request details submitted. 7. Click Logout to exit from Rational Team Concert, and close the browser. 8. Invoke the formal module in DOORS, and select Change Management > Requirements Change Request > Select Default. 9. Select the Requirements Change Request, and click OK. 10. Modify the object details in the formal module, and then click Save. The Recording Report view displays the changes made to the module, as shown in the Figure 26. Figure 26. Recording Report in Rational DOORS Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 29 of 44
  • 30. developerWorks® ibm.com/developerWorks Larger view of Figure 26. View changes made to the module 1. Open the formal module in DOORS in Exclusive edit mode. 2. Select Change Management > Requirements Change Request > Show for this module. 3. Select the Requirement Change Request, and click Show. 4. Enter the Rational Team Concert user ID and password of, and click Log In. 5. Click the Links tab. This displays the DOORS Web Access link details under the Tracks Requirements section, as shown in the Figure 27. Figure 27. Links tab of Requirements Change Request in Rational Team Concert Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 30 of 44
  • 31. ibm.com/developerWorks developerWorks® Larger view of Figure 27. Clicking on the link in the Tracks Requirements section redirects you to DOORS Web Access, as shown in the Figure 28. Figure 28. DOORS Web Access login screen Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 31 of 44
  • 32. developerWorks® ibm.com/developerWorks Larger view of Figure 28. 6. Enter the username and password details for DOORS Web Access, and then click Login. 7. When you get a prompt, install the ActiveX Control. After login, the list of Requirement Changes made to the module and the details are displayed. As Figure 29 shows, the Requirement Change details contain the DOORS URL for the respective object. Figure 29. Requirements Change details through DOORS Web Access Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 32 of 44
  • 33. ibm.com/developerWorks developerWorks® Larger view of Figure 29. Note: Clicking the DOORS URL link redirects you to the respective object in the formal module. 8. Click the Reject to reject the changes made to the requirement. 9. Click OK in the confirmation dialog, to confirm rejecting the changes made. 10. Click OK in the DOORSRCMCONTROL dialog window. The requirement modification gets rejected, as you can see in Figure 30. Figure 30. Rejected Requirements Change as seen in DOORS Web Access Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 33 of 44
  • 34. developerWorks® ibm.com/developerWorks Larger view of Figure 30. Send the Requirement Change Request to the Review state 1. Open the formal module in DOORS in Exclusive Edit. 2. Complete the changes made to the formal module. 3. Click Change Management > Requirements Change Request > Send RCR to Review to send the Requirement Change Request to review state. as shown in the Figure 31. Figure 31. Review confirmation in DOORS Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 34 of 44
  • 35. ibm.com/developerWorks developerWorks® You can click Confirm to send the RCR for review or click Cancel to cancel the review process. 4. Send RCR to review. 5. Launch IE or Firefox. 6. Type this URL in the address bar to start Rational Team Concert: https://QualifyingServername:9443/ccm/ Note: Accept the secured connection certification. 7. Enter the user ID and password, and click Log In. 8. Enter the Requirements Change Request ID in the search dialog, and view the defect details. 9. Click the Approval tab and then the New: Approval link to add the approver of the Requirements Change Request. 10. Enter the Approver name and due date, as Figure 32 shows. Figure 32. Requirements Change Request Approvals tab, Rational Team Concert Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 35 of 44
  • 36. developerWorks® ibm.com/developerWorks Larger view of Figure 32. 11. Click Save and log out of Rational Team Concert. 12. As an approver of the Requirements Change Request, approve the changes. 13. Transition the Requirement Change Request to the Resolve state, as shown in the Figure 33. Figure 33. Approved state of Requirements Change Request, in Rational Team Concert Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 36 of 44
  • 37. ibm.com/developerWorks developerWorks® Larger view of Figure 33. Apply changes made to the module 1. Open the formal module of DOORS in Read-Only mode. 2. Select Change Management > Requirements Change Request > Apply. 3. When the Apply Requirements Change Request dialog displays the resolved Requirement Change Request, select the Requirement Change Request, and click Apply to apply the changes made to the requirements in the formal module (see Figure 34). Figure 34. Apply Requirements Change Request view in DOORS Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 37 of 44
  • 38. developerWorks® ibm.com/developerWorks Larger view of Figure 34. Changes made to the module will then get applied. 4. Launch IE or Firefox. 5. Type this link in address bar to start Rational Team Concert: https://QualifyingServername:9443/ccm/> Note: Accept the secured connection certification. 6. Enter the user ID and password and then click Log In. 7. Enter the Requirements Change Request ID in the search dialog window, and view the defect details. 8. Change the Requirements Change Request to the Verify state. Manage an Implementation Requirements Request 1. Start the Rational DOORS client by executing doors.exe. 2. Log in to DOORS as a user with Database Administrator privileges. 3. Open the formal module in Read-Only mode. 4. Click Change Management > Configure Module. Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 38 of 44
  • 39. ibm.com/developerWorks developerWorks® 5. Select the configuration template for Rational Team Concert. 6. Select the Enable Requirements Implementation option shown in the Figure 35. Figure 35. Configure Module for Change Management view in DOORS Larger view of Figure 35. 7. Click Save. 8. Select the requirements that need to be implemented, right-click, and select Implementation Request > Submit. 9. Enter details in the Submit Request dialog window shown in the Figure 36. Figure 36. Submit Request form for the Implementation Request Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 39 of 44
  • 40. developerWorks® ibm.com/developerWorks Larger view of Figure 36. 10. Click OK to submit the Implementation Request. Select the requirement in DOORS and view the link. An external link gets created for the Implementation Request submitted as shown in the Figure 37. Figure 37. External link created for Implementation Request in DOORS Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 40 of 44
  • 41. ibm.com/developerWorks developerWorks® Larger view of Figure 37. 11. Select the requirements that need to be implemented, right-click, and select Implementation Request > Add. This allows you to add additional Implementation Requests to the requirement, if any. Transition the Implementation Request to the Resolved state 1. Launch IE or Firefox. 2. Type this URL in the address bar to start Rational Team Concert: https://QualifyingServername:9443/ccm/ Note:Accept the secured connection certification. 3. Enter user ID and password, and then click Log In. 4. Enter the Implementation Request (Defect ID) in the search dialog, and view the defect details. 5. As a Developer, transition the defect to the Resolved state, after the requirement change gets implemented. 6. Log out of Rational Team Concert. Review the Show Activity Report Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 41 of 44
  • 42. developerWorks® ibm.com/developerWorks 1. Open the formal module of DOORS in Read-only mode. 2. Select the Change Management > Show Activity Report option. 3. Review the detailed requirement details, along with the Implementation Requirement details, as shown in the Figure 38. Figure 38. Implementation Requirement details Larger view of Figure 38. Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 42 of 44
  • 43. ibm.com/developerWorks developerWorks® Resources Learn • Browse the Rational DOORS overview page plus the developerWorks page for links to technical articles and many related resources, and explore the instructions in the Rational DOORS Information Center. You can also watch this demo. • For Rational Team Concert, find articles and links to many other resources on the IBM developerWorks page. You can also watch the Using Rational Team Concert in a globally distributed team webcast or a demonstration of the Dashboards and reports, or listen to the podcast about IBM Rational Team Concert and Jazz. • Visit the Rational software area on developerWorks for technical resources and best practices for Rational Software Delivery Platform products. • Stay current with developerWorks technical events and webcasts focused on a variety of IBM products and IT industry topics. • Attend a free developerWorks Live! briefing to get up-to-speed quickly on IBM products and tools, as well as IT industry trends. • Watch developerWorks on-demand demos, ranging from product installation and setup demos for beginners to advanced functionality for experienced developers. • Improve your skills. Check the Rational training and certification catalog, which includes many types of courses on a wide range of topics. You can take some of them anywhere, any time, and many of the "Getting Started" ones are free. Get products and technologies • Get the free trial download for Rational DOORS Web Access. • Try a Rational Team Concert trial download, free: • Enterprise Edition • Express Edition • Standard Edition • Evaluate IBM software in the way that suits you best: Download it for a trial, try it online, use it in a cloud environment, or spend a few hours in the SOA Sandbox learning how to implement service-oriented architecture efficiently. Discuss Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 43 of 44
  • 44. developerWorks® ibm.com/developerWorks • Join the Rational DOORS forum to ask questions and participate in discussions. • Join the Rational Team Concert discussions or ask questions in the Jazz.net forums. • Share your knowledge and help others who use Rational software by writing a developerWorks article. You'll get worldwide exposure, RSS syndication, a byline and a bio, and the benefit of professional editing and production on the developerWorks Rational website. • Follow Rational software on Facebook and Twitter (@ibmrational), and add your comments and requests. • Ask and answer questions and increase your expertise when you get involved in the Rational forums, cafés, and wikis. • Connect with others who share your interests by joining the developerWorks community and responding to the developer-driven blogs. About the author Rajeswari Venkata Atmuri Rajeswari Atmuri has been working on Rational Synergy, Rational Change, and their associated integrations for the past five years. The major part of her work in this period has been with various integrations of the two with tools such as Rational DOORS and Eclipse, which has given her a strong understanding of all of these products. Integrate Rational DOORS and Rational Team Concert change management Trademarks © Copyright IBM Corporation 2011 Page 44 of 44