Below steps to be performed on the SRM/SMR 6.1.0.0 setup where the issue is seen.
This has to be run as a one-time activity after upgrade to SRM/SMR 6.1.0.0.
1. Login to Frontend VM
2. Navigate to below path
/opt/APG/Java/SUN-JRE/<java_version>/bin
3. Execute below command to export data from older version of h2 database to zip file
./java -cp /opt/APG/Tools/Module-Manager/<Module-Manager_version>/.rollback/usage-intelligence@Generic-Usage-Intelligence/<Generic-Usage_version_instance>/files/lib/h2-<h2 version>.jar org.h2.tools.Script -url "jdbc:h2:/opt/APG/Custom/WebApps-Resources/Default/centralized-management/devicesInfo" -user "admin" -password "changeme" -script h2db.zip -options compression zip
4. This will create a zip file in the same path.
5. Navigate to below path
/opt/APG/Custom/WebApps-Resources/Default/centralized-management/
6. Take backup of existing devicesInfo*.db files
7. Rename devicesInfo.mv.db
8. Navigate to below path
/opt/APG/Java/Sun-JRE/<java_version>/bin
9. Execute below command to import data to new version of h2 database from the zip file exported in Step 3
./java -cp /opt/APG/Web-Applications/Centralized-Management/centralized-management/lib/h2-<h2 version>.jar org.h2.tools.RunScript -url "jdbc:h2:/opt/APG/Custom/WebApps-Resources/Default/centralized-management/devicesInfo" -user "admin" -password "changeme" -script h2db.zip -options compression zip FROM_1X
10. Navigate to below path