Endpoint Configuration Updates

The end-point configuration update utility assists in identifying endpoints. Additionally, we can inquire with clients to determine if they require any updates. The generated report contains the following information.

  • au_dbconnectioninfo

  • au_dbconnectioninfo,event

  • au_ftpsource

  • au_httpsource

  • au_mailsource

  • au_lanfilesource

  • au_spaziosource

  • au_ftptarget

  • au_httptargetau_jmstarget

  • au_lanfiletarget

  • au_mailtarget

  • au_spaziotarget

  • au_jmsprovider

  • au_wsrestconsumer

  • au_filepollingservice

  • au_ftppollingservice,au_mailpolling

 

Step 1

  1. Download the Migration Utility zip: Click here

  2. Unzip the utility

  3. Update the MigrationEntities.properties file with the Object zip Path and the client name

image-20240529-101454.png
  1. Navigate to the directory where the Migration Utility is extracted and open Command Prompt

  2. Run the utility by following the command

Java -jar MigrationEntityConfiguration.jar

image-20240529-101545.png
  1. The command above will generate a report in the form of an Excel sheet containing all the endpoints listed below.

There are designated columns located on the right side of the table for updating new endpoint configurations.

  1. If the client needs to update a database, web services, or any other endpoint with new values, they must ensure that the required columns are filled as specified below.

Once the spreadsheet is populated with the values provided by the client, the next step involves updating the corresponding object. This can be achieved by following the instructions outlined in the subsequent steps.

Step 2

  1. Go to the MigrationDB Folder

  2. Open the MigrationDBUpdate.properties file

  1. Change the dbserverUrl, username, password, and the file path where the updated sheet with the new values is stored

  1. Open the command in the folder MigrationDBUpdate folder

  2. Run the following command as shown below

java -jar MigrationDBUpdate.jar

  1. Proceed with following Step 1.5 to generate the end-point report and verify the modifications until all endpoints have been updated.

Â