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:

  1. Download Utility folder - Click here

  2. Extract the folder

  3. Open migration file

  4. Edit the migration file

    1. DB URL

    2. DB username

    3. Password

    4. Object.zip path

  5. Run the following command  java -jar MigrationValidator.jar

image-20240529-095746.png
image-20240529-095755.png
  1. A report, named MigrationValidator_2965487, is generated. This report contains any missing tables, if there are any.

  1. Open the file and check if "Missing Tables" is empty. If it is, all object tables have been successfully deployed.

 

 

 

 

Â