Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hello,
I am using following command for resync the member from sandbox but I got error MKS125335: out of tree members and subprojects but it works GUI.
si resync --populate --recurse -Y --sandbox=C:\data\TestScript\Testing\project.pj C:\data\TestScript\Testing\TestProjectBorgmannJan18_System Maturity Evaluation for Customer Sample Release1.xlsx
Solved! Go to Solution.
Does the command work with no member name?
Another thing to try would is the --cwd option. This runs the command as if in the sandbox directory so member names are relative.
si resync --populate --recurse -Y --cwd=C:\data\TestScript\Testing "TestProjectBorgmannJan18_System Maturity Evaluation for Customer Sample Release1.xlsx"
If that still fails, try viewing the sandbox and double check the member name:
si viewsandbox --norecurse --cwd=C:\data\TestScript\Testing
When the member name has spaces, you have to use double quotes around the name:
si resync --populate --recurse -Y --sandbox=C:\data\TestScript\Testing\project.pj C:\data\TestScript\Testing\"TestProjectBorgmannJan18_System Maturity Evaluation for Customer Sample Release1.xlsx"
Thank you for the response.
I tried your solution but still same error appear.
Does the command work with no member name?
Another thing to try would is the --cwd option. This runs the command as if in the sandbox directory so member names are relative.
si resync --populate --recurse -Y --cwd=C:\data\TestScript\Testing "TestProjectBorgmannJan18_System Maturity Evaluation for Customer Sample Release1.xlsx"
If that still fails, try viewing the sandbox and double check the member name:
si viewsandbox --norecurse --cwd=C:\data\TestScript\Testing
Thank you Awalsh for the accurate solution.
si resync --populate --recurse -Y --cwd=C:\data\TestScript\Testing "TestProjectBorgmannJan18_System Maturity Evaluation for Customer Sample Release1.xlsx"