A.8.2 Custom Port Number Validation for Compliance Studio

This section helps to validate port number changes for Compliance Studio service.

Batch Service

To view updated port number for batch service, follow these steps:

  1. Navigate to <OFS_COMPLIANCE_STUDIO_INSTALLATION_PATH>/deployed/ batchservice/conf directory.
  2. Open server-config.properties file and view the port numbers as mentioned in the following table.

    Table A-7 server-config.properties file

    Service Port Number
    server.http.port 3043
    server.shutdownPort 3044

    Note:

    If the port numbers are not updated, manually update them and restart the Compliance Studio.

Entity Resolution Service

To view updated port number for entity resolution service, follow these steps:

  1. Navigate to <OFS_COMPLIANCE_STUDIO_INSTALLATION_PATH>/deployed/entity- resolution/conf directory.
  2. Open application.yml file and view the port numbers as mentioned in the following table.

    Table A-8 application.yml file

    Service Port Number
    port 3051
    matchingService 3049
    graphService 3059
  3. Navigate to <OFS_COMPLIANCE_STUDIO_INSTALLATION_PATH>/deployed/bin directory.
  4. Open config.sh file and view the ER_SERVICE_PORT as 3051.

FCC UI Service

To view updated port number for FCC UI service, follow these steps:

  1. Navigate to <OFS_COMPLIANCE_STUDIO_INSTALLATION_PATH>/deployed/fcc-ui/conf directory.
  2. Open application.yml file and view port numbers as mentioned in the following table.

    Table A-9 application.yml file

    Service Port Number
    port 3061
    erserviceUrl 3051
    metaserviceUrl 3045
    batchserviceUrl 3043
    loadToOsServiceUrl 3053
    graphserviceUrl 3059
    mmgUIServiceUrl 3002
    BASE_URL 3002
    mmg url 3001
  3. Navigate to <OFS_COMPLIANCE_STUDIO_INSTALLATION_PATH>/deployed/bin directory.
  4. Open config.sh file and view port numbers as mentioned in the following table.

    Table A-10 config.sh file

    Service Port Number
    ER_SERVICE_URL 3051
    MMG_SVC_URL 3002
    META_SERVICE_URL 3045
    GRAPH_SERVICE_URL 3059
    LOAD_TO_OS_SERVICE_URL 3053
    BATCH_SERVICE_URL 3043
    MMG_UI_URL 3001

    Note:

    If the port numbers are not updated, follow these steps:
    1. Navigate to <OFS_COMPLIANCE_STUDIO_INSTALLATION_PATH>/deployed/mmg-home/mmg-gateway/conf/routes directory.
    2. Open the fcc-routes.csv file and update the port numbers manually.
    3. Restart Compliance Studio.

Load to Elastic Search Service

To view updated port number for load to elastic search service, follow these steps:

  1. Navigate to <OFS_COMPLIANCE_STUDIO_INSTALLATION_PATH>/deployed/load-to-es/ conf directory.
  2. Open application.yml file and view port numbers as mentioned in the following table.

    Table A-11 application.yml file

    Service Port Number
    server.port 3053
    index.logstash-conf.port ##LOGSTASH_PORT##
    index.es-conf.port ##ELASTIC_SEARCH_PORT##
    dataPipelineService.url 8006
    pipelineService.url 8005

Load to OpenSearch Service

To view updated port number for load to opensearch service, follow these steps:

  1. Navigate to <OFS_COMPLIANCE_STUDIO_INSTALLATION_PATH>/deployed/load-to- open-search/conf directory.
  2. Open application.yml file and view port numbers as mentioned in the following table.

    Table A-12 application.yml file

    Service Port Number
    server.port 3053
    index.logstash-conf.port ##LOGSTASH_PORT##
    index.open-search-conf.port ##OPEN_SEARCH_PORT##
    dataPipelineService.url 8006
    pipelineService.url 8005

Matching Service

To view updated port number for matching service, follow these steps:

  1. Navigate to <OFS_COMPLIANCE_STUDIO_INSTALLATION_PATH>/deployed/matching- service/conf directory.
  2. Open application.properties file and view port numbers as mentioned in the following table.

    Table A-13 application.yml file

    Service Port Number
    opensearch.port ##OPEN_SEARCH_PORT##
    server.port 3049

    Note:

    If the port numbers are not updated, manually update them and restart the Compliance Studio.

Matching Service for Elastic Search

To view updated matching service port number for elastic search, follow these steps:

  1. Navigate to <OFS_COMPLIANCE_STUDIO_INSTALLATION_PATH>/deployed/matching- service-es/conf directory.
  2. Open application.properties file and view port numbers as mentioned in the following table.

    Table A-14 application.yml file

    Service Port Number
    es.port ##ELASTIC_SEARCH_PORT##
    server.port 3049

Meta Service

To view updated port number for meta service, follow these steps:

  1. Navigate to <OFS_COMPLIANCE_STUDIO_INSTALLATION_PATH>/deployed/metaservice/ conf directory.
  2. Open server-config.properties file and view port numbers as mentioned in the following table.

    Table A-15 application.yml file

    Service Port Number
    server.http.port 3045
    server.shutdownPort 3046

    Note:

    If the port numbers are not updated, manually update them and restart the Compliance Studio.

Scheduler Service

Users need to view port numbers in the aaicl_ss_batch_url table as follows:
  • WORKSPACE URL: https://<Test Server>.com:3002/cs
  • MMG_SERVICE_URL: https://<Test Server>.com:3002/cs
  • CS_SERVICE_URL: https://<Test Server>.com:3002/cs

PGX Service

To view updated port number for PGX service, follow these steps:

  1. Navigate to <OFS_COMPLIANCE_STUDIO_INSTALLATION_PATH>/pgx/pgx-server/bin directory.
  2. Open config.sh file and view port number in the GRAPH_SERVICE_URL as 3059.

For In-memory Graph Service

If PGX is already running in-memory graph, you need to truncate the following tables to generate the views again:

  • fcc_pgx_m_config
  • fcc_graph_m_config_json

Scenario Conversion Utility (SCU) Notebook

To view updated port numbers in the SCU notebooks, follow these steps:

  1. Open SCU notebook and navigate to Generate Scenario(s) paragraph.
  2. Click Visibility icon and select Code option.
  3. View port numbers in the following urls:
    • obj_url= “https://<Test Server>.com:3002/cs/v1/model-service/ModelController/ADD_OBJECTIVES”
    • url= "https://<Test Server>.com:3002/cs/v1/model-service/ ModelController/CREATE_NOTEBOOK"

      Note:

      If the port numbers are not updated, manually update them and restart the Compliance Studio.