Skip to main content
1-Visitor
October 22, 2018
Question

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

  • October 22, 2018
  • 1 reply
  • 1372 views

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

5-Regular Member
October 25, 2018

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.