Rally - HP ALM - HP ALM Config TestConnection pxml
search cancel

Rally - HP ALM - HP ALM Config TestConnection pxml

book

Article ID: 125044

calendar_today

Updated On:

Products

Rally On-Premise Rally SaaS

Issue/Introduction

An example of how to test the two connections: CA-Rally and HP-ALM using the HP ALM connector.

Resolution

QC-config-TestConnection.pxml

An example of how to test the two connections: CA-Rally and HP-ALM using the QC connector.

This configuration file will instruct the QC connector to connect to the HP-ALM system and to the CA-Rally system, thus providing proof the client has:

  • connectivity to both systems
  • the correct configuration file syntax
  • the correct pathnames to the required files

Below are the 2 sections relating to this QC connector run:

  1. This configuration file: QC-config-TestConnection.pxml

 

 


 

 

1. Configuration file QC-config-TestConnection.pxml:

<!-- **********************************************************************
FILE:    QC-config-TestConnection.pxml

PURPOSE: To connect to the HP-ALM system and to the CA-Rally system, thus
         providing proof the client system has:
           - connectivity to both HP-ALM and CA-Rally
           - correct configuration file syntax
           - correct pathnames to files

USAGE:   Replace all the "Your-..." strings below with values which are 
         appropriate for your environment.
*********************************************************************** -->
<config>
        <RallyConnection>
                <Url>rally1.rallydev.com</Url>
                <WorkspaceName>Your-Rally-Workspace</WorkspaceName>
                <Projects>
                        <Project>Your-Rally-Project</Project>
                </Projects>
                <User>Your-Rally-Username</User>
                <Password>Your-Rally-Password</Password>
                <ArtifactType>Defect</ArtifactType>
                <ExternalIDField>Your-Rally-ExternalID</ExternalIDField>
        </RallyConnection>

        <QCConnection>
                <Url>Your-QC-URL:port</Url>
                <Domain>Your-QC-Domain</Domain>
                <Project>Your-QC-Project</Project>
                <User>Your-QC-Username</User>
                <Password>Your-QC-Password</Password>
                <ArtifactType>BUG</ArtifactType>
                <IDField>BG_BUG_ID</IDField>
                <ExternalIDField>Your-QC-ExternalID</ExternalIDField>
        </QCConnection>

        <ConnectorRunner>
                <Preview>true</Preview>
                <Services>COPY_QC_TO_RALLY</Services>
        </ConnectorRunner>
</config>