This article explains how to migrate ADManager Plus from the 32-bit version to the 64-bit version on the same server. Migrating to the 64-bit version enables better performance, improved memory handling, and compatibility with modern systems. This process involves backing up the existing 32-bit instance, installing the 64-bit version, and restoring the backup to the new instance.
Latest service pack installed for the 32-bit version of ADManager Plus.
Administrator privileges on the server.
Sufficient disk space for backup and installation.
1. Make sure your current 32-bit ADManager Plus installation is updated to the latest version using the appropriate service pack.
Stop ADManager Plus:
If running as an application, go to Start > All Programs > ADManager Plus > Stop ADManager Plus.
If running as a service, press Windows + R, type services.msc, and stop the ManageEngine ADManager Plus service.
Open Command Prompt as an administrator and navigate to C:\<installation directory>\ADManager Plus\bin.
Run the backupDB.bat file to back up the database. This creates a folder named Backup inside the installation directory containing the backup file (e.g., OfflineBackup_20230215191814.ezip).
Navigate to C:\<installation directory>\ADManager Plus\conf.
Make a copy of the customer-config.xml file and save it in a secure location. This file contains important configuration details.
Open File Explorer, go to View > Show > Hidden items to reveal hidden folders.
Navigate to C:\Program Files(x86)\InstallShield Installation Information.
Locate the folder named {CC00BC3F-40AE-49A7-BA63-FE2F93D20585} and rename it to {CC00BC3F-40AE-49A7-BA63-FE2F93D20585}_bak.
Do not start the product after installation.
Replace the customer-config.xml file in the new installation directory at <installation dir>\ADManager Plus\conf with the one copied from the old instance.
Copy the database backup file (e.g., OfflineBackup_20230215191814.ezip) from the old instance’s backup folder (<installation dir>\ADManager Plus\backup) to the new instance’s bin folder (<installation dir>\ADManager Plus\bin).
Open Command Prompt as an administrator, navigate to <installation dir>\ADManager Plus\bin.
Run the restoreDB.bat file with the backup file name (e.g., restoreDB.bat OfflineBackup_20230215191814.ezip -p).
When prompted for a password during the restore process:
If a ZIP file for the database password was configured earlier under Admin > Security and Privacy > Privacy, enter that password.
If no password was set, copy the value from the <crypt> tag in the old instance’s customer-config.xml file and paste it as the password.
Start ADManager Plus by opening services.msc, locating ManageEngine ADManager Plus in the list, and starting the service.
Perform the migration in a non-production environment first to validate the process and outcomes.
Retain the 32-bit instance until the 64-bit setup has been tested and confirmed to function as expected.
Plan the migration during a scheduled maintenance window to minimize potential disruptions.