Rally Software

Expand all | Collapse all

ERROR : RallyEIF::WRK::ConnectorRunner.initialize - TFSConnection Protocol must not be null

  • 1.  ERROR : RallyEIF::WRK::ConnectorRunner.initialize - TFSConnection Protocol must not be null

    Posted Mar 20, 2018 03:30 AM

    Hi,

     

    I try to install the connector between Agile Central and Visual Studio Team Services  2017.

    I followed instruction Microsoft TFS for Work Items Installation & User Guide | CA Agile Central HelpIto set up connector. But when I try to run the connector I got this error:

    ERROR : RallyEIF::WRK::ConnectorRunner.initialize - TFSConnection Protocol must not be null

     

    I used that settings for TFSConnection in tfs_config.xml:

    <TFSConnection> 
    <Server>MyCompany.visualstudio.com</Server>
    <Protocol>https</Protocol>
    <Collection>DefaultCollection</Collection>
    <User>MyName@MyCompany.com</User>
    <Password>MyPassword</Password>
    <TeamProject>Project</TeamProject>
    <ArtifactType>User Story</ArtifactType>
    <IDField>System.Id</IDField>
    <ExternalIDField>Rally.Common.ExternalId</ExternalIDField>
    </TFSConnection>

     

    As I provided "https" as Protocol, I don't understand where is the error. Maybe I missed something.

    Thanks for your help.



  • 2.  Re: ERROR : RallyEIF::WRK::ConnectorRunner.initialize - TFSConnection Protocol must not be null

    Posted Mar 21, 2018 07:32 AM

    uladzimir.karaha,

     

    I think you may need to add the Port tag as well.  If you add,

    <Port>443</Port>

    or

    <Port>8080</Port>

    (whichever is appropriate) and re-run the connector, does that help?

     

    Michael