cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

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

mpatil-2
5-Regular Member

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

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

1 ACCEPTED SOLUTION

Accepted Solutions
awalsh
17-Peridot
(To:mpatil-2)

 

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

 

 

 

 

 

 

 

View solution in original post

4 REPLIES 4
awalsh
17-Peridot
(To:mpatil-2)

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-2
5-Regular Member
(To:awalsh)

Thank you for the response.

I tried your solution but still same error appear. 

awalsh
17-Peridot
(To:mpatil-2)

 

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

 

 

 

 

 

 

 

mpatil-2
5-Regular Member
(To:awalsh)

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"

Top Tags