Skip to main content
5-Regular Member
May 15, 2018
Solved

How to resolve the resync error MKS125335: out of tree members and subprojects

  • May 15, 2018
  • 1 reply
  • 3385 views

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

Best answer by awalsh

 

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

 

 

 

 

 

 

 

1 reply

5-Regular Member
May 15, 2018

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"

 

 

mpatil-25-Regular MemberAuthor
5-Regular Member
May 16, 2018

Thank you for the response.

I tried your solution but still same error appear. 

awalsh5-Regular MemberAnswer
5-Regular Member
May 16, 2018

 

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