Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
In ThingWorx Navigate 8.5.0, if install Navigate in a direction with white-space in path, running ThingWorx Navigate Configuration fails with following error:
There has been an error.
Error running C:\Users\SVC-WCThingWorx_QA\AppData\Local\Temp\4/ThingWorxNavigateConfigurator/scripts/edit_json_field.exe -filename=E:\ThingWorx Navigate\ThingWorxNavigate-8.5.0\ThingworxPlatform\/platform-settings.json -key=PlatformSettingsConfig/BasicSettings/EnableSSO -newvalue=false -newtype=b -add=yes: Program ended with an error exit code
The application will exit now.
The issue is caused by white-space in Navigate installation directory.
If install Navigate in the default 'C:\Program Files (x86)\ThingWorxNavigate-8.5.0', when executing ThingWorx Navigate Configuration, it executes following command, which avoids the white-space in the command.
C:\Users\SVC-WCThingWorx_QA\AppData\Local\Temp\4/ThingWorxNavigateConfigurator/scripts/edit_json_field.exe -filename=C:\PROGRA~2\ThingWorxNavigate-8.5.0\ThingworxPlatform\/platform-settings.json -key=PlatformSettingsConfig/BasicSettings/EnableSSO -newvalue=false -newtype=b -add=yes
Reported to R&D as https://thingworx.jira.com/browse/PSPT-68029
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.