Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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.