Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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. Open Command Prompt into the folder where Migration Utility is extracted.

  2. Run the utility by following command as shown below: Java -jar MigrationEntityConfiguration.jar

image-20240529-101545.png
  1. The above command will generate a report, excel sheet containing all the endpoints as shown below

image-20240529-101634.png

There are some columns on the right side for each table to update new endpoint configurations.

image-20240530-061039.pngimage-20240530-061113.png
  1. If the client provides an endpoint that requires updating with new values, the necessary columns must be filled as indicated below

image-20240529-101824.png

Once the sheet is filled up with client-provided values, the next step is to update this in the object. To do that, follow the tasks in the next slide.

Step 2

  1. Go to MigrationDB Folder

  2. Open the MigrationDBUpdate.properties file

image-20240529-102017.png
  1. Change the dbserverUrl, username, password, and the file path where the updated sheet with the new values is stored

image-20240529-102044.png
  1. Open command into the folder MigrationDBUpdate folder

  2. 5.Run the following command as shown below:java -jar MigrationDBUpdate.jar

     This will updated all end-point configuration

    image-20240529-102215.png

  3. Follow the Step-1 to generate the end-point report and validate the changes

  • No labels