cancel
Showing results for 
Search instead for 
Did you mean: 

Request port configuration files in SAP BO 4.2 for AWS cloud migration

0 Kudos

Hello

I am migrating SAP BO 4.2 to AWS. As part of migration I am baking the windows images by doing a silent installation and whenever I want a new machine, I can spun easily. Right now I can able to do that and the machine is up and running.

I have a small problem here with respect to Request port under each server (AdaptiveJobServer, AdaptiveProcessingServer, CentralManagementServer...). At the moment, the request port is AutoAssign, I want to make it a specific port as I can't open all the ports due to security constraint. I want to automate this using a batch script by changing the port in the machine (Ec2) using a batch script. I am assuming the properties for each of these servers stores in files. If so can you please point me to that location. Please refer the below screenshot.

Accepted Solutions (0)

Answers (2)

Answers (2)

ayman_salem
Active Contributor

The configuration values are stored in the CMS DB.

You can use "QueryBuilder" to display these values

here an example:

SELECT * FROM CI_SYSTEMOBJECTS WHERE SI_KIND='SERVER' and SI_NAME LIKE '%AdaptiveProcessingServer%'

0 Kudos

denis.konovalov / ayman.salem I want to write a script to automate for changing that port. Can we do it without SDK? Is it n't stored in any of the properties file or anywhere which will refer that?

denis_konovalov
Active Contributor
0 Kudos

As mentioned - those values are stored in CMS DB, so if you want to change it - you'll need to use SDK.