Loading User Preferences from the Command Line (NFS 67599)
You can now load an exported user preferences file by executing a non-GUI JADE client application using the jadclient or jade executable; for example, if you have created and built JADE environments from a specific release and you want to load your preferences with a defined schema set.
The LoadUserProfileIniFile application requires the following two parameters.
-
userName, which specifies the user name of the user profile to be created or updated
-
profileIniFileName, which specifies the file path and name of the preferences .ini file that is to be loaded
The following is an example of the jadclient command line. (You can also load your user preferences by using the JADE executable (jade.exe) command line.)
jadclient.exe path=c:\Jade\system ini=c:\jade\system\jade.ini server=singleUser schema=JadeSchema app=LoadUserProfileIniFile startAppParameters userName=myusername profileIniFileName=c:\jade\JadeUserPreferences.ini
The exit of jadclient or jade is set to non‑zero if the process fails. The success or failure is also written to the jommsg log file.
See also "Loading User Preferences from an Earlier Release (NFS 67599)" under "JADE 2020 Changes that May Affect Your Existing Systems", earlier in this document.
