Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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
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.