Export, edit, and re-import settings files

  1. Navigate to the \AdditionalFiles folder. This folder was created when you unzipped the Infor Smart Office installation file during your initial installation.
  2. Export the settings with the following command. Items in bold should be replaced with values from your installation.

    Example

    SettingsTool –export –server=https://myserver.company.com:19006 –file=export.zip –user=myadminuser –password=password
                  
  3. Open export.zip with your favorite zip tool and locate the settings file to change.
  4. Using a text editor, edit the file to repair the bad configuration settings. Save the changes.
  5. Update the export.zip file with the edited file.
  6. Optionally, delete all other settings files from the export.zip file. This is important if other settings files have role values configured and you do not want to delete those role values during the import.
  7. To import the settings, run the SettingsTool again.
    • Ensure to specify –import
    • Specify the –importRoles parameter to completely remove all existing role values (all role values will be removed because when the export was done role values where not included).

    Example

    SettingsTool –import –importRoles -server=https://myserver.company.com:19006 -file=export.zip - user=myadminuser –password=password