Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
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
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.