Forcing the Upgrade Wizard to Run
Overview
This article explains how to manually trigger the Upgrade Wizard in Netwrix Access Analyzer (formerly Enterprise Auditor). The Upgrade Wizard updates solution jobs and configuration to the new version.
By default, launching the console after an install or upgrade will invoke the wizard if an older version is detected. If the wizard does not appear, you can force it to run using a command-line switch or a configuration file adjustment.
Instructions
Method 1: Command-Line Flag to Launch the Upgrade Wizard
The primary method is to run the console executable with the /Upgrade switch. All versions of Access Analyzer support this flag. Running the console in an elevated Command Prompt with /Upgrade will start the Upgrade Wizard immediately, regardless of whether the wizard has run before.
For example:
"C:\Program Files\STEALTHbits\StealthAUDIT\StealthAUDIT.exe" /Upgrade
Adjust the path to match your installation directory. This command forces the console to launch in upgrade mode. Internal experts confirm that using StealthAUDIT.exe /Upgrade will bring up the Upgrade Wizard on launch.
This approach is consistent across all product versions and names:
- StealthAUDIT 11.x and earlier: Use
StealthAUDIT.exe /Upgradeto trigger the wizard. - Netwrix Enterprise Auditor 11.x: The underlying executable remains
StealthAUDIT.exe, so the same/Upgradeflag applies. - Netwrix Access Analyzer 12.x: Still uses the StealthAUDIT console under the hood (installed in the
...\STEALTHbits\StealthAUDIT\directory), so the/Upgradeswitch continues to work.
NOTE: Run the Command Prompt as Administrator, since the upgrade process makes system and configuration changes that require elevated privileges. If the wizard does not run, verify that you included
/Upgradeexactly (it is case-insensitive) and that you are using the correct path to the executable.
Method 2: Configuration Tweak to Force the Wizard
If the command-line flag is not available or you prefer a configuration-based approach, you can reset the console’s saved settings so that it thinks it is running for the first time on a new version. This is done by renaming or removing the GlobalOptions.xml file in the installation directory. After doing so, launch the console normally. The application will regenerate a fresh GlobalOptions.xml and detect that an upgrade has not been finalized, prompting the Upgrade Wizard (or a job upgrade dialog) on startup.
- Close the Access Analyzer console if it is open.
- Navigate to the install folder (for example,
%sainstalldir%). - Find and rename
GlobalOptions.xml(for example, rename it toGlobalOptions.xml.bakto keep a backup). - Launch the console (
StealthAUDIT.exe) normally. It will rebuild theGlobalOptions.xmlfile and should invoke the Upgrade Wizard since it detects a first launch or inconsistent state. - Proceed through the wizard. You can opt not to upgrade any jobs if you only want to review the process. After finishing, you can delete the old renamed XML once you are confident everything is working.
IMPORTANT: This is a troubleshooting technique, not an official feature. The recommended way to invoke the Upgrade Wizard is using the
/Upgradeswitch. Altering configuration files should be done cautiously and usually only if guided by support. You may need to manually reconfigure settings such as storage profiles after resettingGlobalOptions.xml.