Skip to main content
1-Visitor
August 22, 2016
Question

PTC integration with Atlassian Bamboo

  • August 22, 2016
  • 1 reply
  • 1319 views

Hi Guys,

I am calling a script (batch file) from Bamboo to resync code automatically as per schedule. Script contains following lines:

si resync --sandbox "c:\Users\mandar\Desktop\Development_Source\project.pj"

attrib -r "c:\Users\mandar\Desktop\Development_Source\project.pj\*.*" /s

Now if I run this batch file directly, It works without any issue but If called from Bamboo, task fails with following error message:

si: Attempt to launch Integrity Client timed out. To solve this please try the following:

- Verify that the user you are logged in as has read and write permission to the Integrity Client directory.

- Make sure the Integrity Client install directory is the very first entry in the path.

I would really appreciate if anyone could help me out finding the possible solution for this issue.

Thanks & Regards,

Mandar

    1 reply

    12-Amethyst
    August 24, 2016

    Just an idea:

    Maybe the environment VARS are different.

    try to add something like

        set > c:\tmp\set.txt to your batch file

    Then you can create two files

      set_called_direct.txt and set_called_bamboo.txt

    and compare.