We are encountering an issue with the OWB (Open Workbench) software. After a silent installation of OWB including schedule connect (SC) on Windows 11 VDI, and launching OWB from clarity UI we receive a “JRE missing” error message. This only occurs when the user is not a local administrator on the machine, which applies to 99% of our users.
Clarity 16.4.0
OWB
C:\Program Files (x86)\Open Workbench\
SC
C:\Program Files (x86)\Clarity\ScheduleConnect\
JRE
C:\Program Files (x86)\Clarity\ScheduleConnect\jre\bin
Issue:
Non-admin users were unable to initialize the JRE properly because they lacked permissions on the Clarity registry key.
Fix:
Silent installation script modified to grant Read/Write (Full Control) permissions to the local "Users" group on the following key: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Niku
Proxy Configuration (Connection Issue)
Issue:
OWB application not picking up the expected system network route.
Fix:
Modify net.properties file from OWB workstation java.net.useSystemProxies=false
Note: default property value is java.net.useSystemProxies=true