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

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

si resync fails with MKS124879: Value not found. (Server Preferences)

Steven_K
2-Guest

si resync fails with MKS124879: Value not found. (Server Preferences)

I can create my sandbox from the command line interface just fine.

But when I try to resync via "si resync c:\myfolder\mysandbox.pj" it gives me the following output:
Resynchronizing ...

Resynchronizing file ...

MKS124879: Value not found. (Server Preferences)

 

I am not sure what value it is looking for in the server preferences.

I am running Build 11.0.0.506, API 4.16.506

1 REPLY 1
awalsh
17-Peridot
(To:Steven_K)

Can you try the following:

si resync -S c:\myfolder\mysandbox.pj

 

I was able to reproduce the error you see with your syntax. It seems there's a defect when you give the sandbox as the selection.  The full error in the log file is:

 

ERROR(10) mks.frame.app.commands.InvalidSelectionElementException: mks.frame.app.commands.InvalidSelectionElementException: MKS124879: Value not found. (Server Preferences)

 

The sandbox is given using the -S option rather than as a selection. The error should explain this, rather than throw a cryptic message.

 

 

 

 

Top Tags