cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

PTC integration with Atlassian Bamboo

mnandale
1-Newbie

PTC integration with Atlassian Bamboo

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 1

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.

Top Tags