Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! 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
Hello,
I think in your case the member full path is too much.
Try it with just "si resync --populate --recurse -Y --sandbox=C:\data\TestScript\Testing\project.pj \TestProjectBorgmannJan18_System Maturity Evaluation for Customer Sample Release1.xlsx", i.e. use the relative path to the member beginning from the sandbox, not the absolute path.