Rally Software

 View Only
  • 1.  Set up a scheduled job to run Rally ALM connector

    Posted Aug 07, 2019 03:08 PM
    I tried a couple of ways to set up a scheduled task to run the Rally ALM connector, but it did not work.
    Any suggestions on the command to be used to set a job to run the Rally ALM connector on a daily basis?

    ------------------------------
    QA Analyst
    ------------------------------


  • 2.  RE: Set up a scheduled job to run Rally ALM connector
    Best Answer

    Broadcom Employee
    Posted Aug 07, 2019 03:48 PM
    Hi Anil,

    This is a common scenario for customers running connectors.

    If you're using Windows, most people will script a batch file for the connector and then they'll set up a scheduled task in Windows using the Windows Task Scheduler

    Under Linux, they'll do something very similar but write a bash script that is kicked off using a cron job.

    What issues are you running into when you try?


  • 3.  RE: Set up a scheduled job to run Rally ALM connector

    Posted Aug 07, 2019 04:25 PM
    Thanks for the response David. I was able to sort out the issue with my batch file commands and run the batch file through the scheduler.

    ------------------------------
    QA Analyst
    ------------------------------