Configuring EAM application server for Oracle RAC - HxGN EAM - 12.0.1 - Installation & Upgrade

HxGN EAM Application Installation

Language
English
Product
HxGN EAM
Search by Category
Installation & Upgrade
HxGN EAM Version
12.0.1

Connect the HxGN EAM application server to the Oracle RAC configured database server.

Verify the following prerequisite has been met before configuring HxGN EAM application server for Oracle RAC.

  • Oracle 11.3 or greater is in RAC configuration has been installed, setup, and is working.

  1. Stop the Application Server Service.

  2. Go to Application Server install directory. From here you should see a directory named depconfig.

  3. From the depconfig directory you will need to navigate to properties/external and open the file config.yml in a text editor.

  4. Search for the url tag in the file.

  5. Alter the last : to / like the example below.

    Before:

    url: jdbc:oracle:thin:@dbservername:PORT:INSTANCE

    After:

    url: jdbc:oracle:thin:@dbservername:PORT/INSTANCE

  6. After updating all the URL tag values for each tenant save and close the config.yml file.

  7. Open a command window and go to the [application serverhome]\depconfig and run deploy.

  8. Verify that the Application Server Service has been started.