Can I run two 'scm load' in a same sandbox?
Hi,
For daily build purpose, we need to load 5 components from different streams/projects into a same sandbox/directory.
To load codes fastest, I prefer to load the 5 components at the same time by 5 'scm load' processes'; however, I got this error message:
--------------------------------
scm load -r rtc ego_EGO1_2_6_Gold_Patch_bld
Problem running 'load':
Another RCP application is running in this sandbox. File locked at file:/pcc/build_eng/liang/work/tmp
--------------------------------
How can I do to load the codes parallel?
Thanks.
For daily build purpose, we need to load 5 components from different streams/projects into a same sandbox/directory.
To load codes fastest, I prefer to load the 5 components at the same time by 5 'scm load' processes'; however, I got this error message:
--------------------------------
scm load -r rtc ego_EGO1_2_6_Gold_Patch_bld
Problem running 'load':
Another RCP application is running in this sandbox. File locked at file:/pcc/build_eng/liang/work/tmp
--------------------------------
How can I do to load the codes parallel?
Thanks.
2 answers
Hi Liang,
I don't think you can use a same sandbox from different processes at a same time. This is controlled by .jazzlock which is in .jazz5 folder in the sandbox. You cannot delete .jazzlock file during other processes use it. Why don't use move files into somewhere after loading one by one?
I don't think you can use a same sandbox from different processes at a same time. This is controlled by .jazzlock which is in .jazz5 folder in the sandbox. You cannot delete .jazzlock file during other processes use it. Why don't use move files into somewhere after loading one by one?