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
Download the Migration Utility zip: Click here
Unzip the utility
Update the MigrationEntities.properties file with the Object zip Path and the client name
Navigate to the directory where the Migration Utility is extracted and open Command Prompt
Run the utility by following the command
Java -jar MigrationEntityConfiguration.jar
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.
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
Go to the MigrationDB Folder
Open the MigrationDBUpdate.properties file
Change the dbserverUrl, username, password, and the file path where the updated sheet with the new values is stored
Open the command in the folder MigrationDBUpdate folder
Run the following command as shown below
java -jar MigrationDBUpdate.jar
Proceed with following Step 1.5 to generate the end-point report and verify the modifications until all endpoints have been updated.
Â