Validate Object Count
When making the transition from Adeptia Suite (AIS) to Adeptia Connect (AC), it is crucial to ensure the migration of all objects from the prior environment.
Throughout this procedure, there exists a potential for discrepancies between entries in the object zip file and those in the backend database.
This tool validates the correspondence of entities between the object zip and the backend database. In cases where an entry is present in the object zip but absent from the database, the utility creates a workbook within its corresponding directory alongside the utility jar.
Steps:
Download Utility folder - Click here
Extract the folder
Open migration file
Edit the migration file
DB URL
DB username
Password
Object.zip path
Run the following command java -jar MigrationValidator.jar
A report, named MigrationValidator_2965487, is generated. This report contains any missing tables, if there are any.
Open the file and check if "Missing Tables" is empty. If it is, all object tables have been successfully deployed.
Â
Â
Â
Â
Â