Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

1. Edit the default database configuration defined in the  master-datasources.xml  file located at  $CARBON<PRODUCT_HOMEHOME>/repository/conf/datasources  directory as below. Both the database configurations in  registry.xml  and  user-mgt.xml  refer this data source.

...

Copy the <OE-insallation-directory>/java/openedge.jar to the $CARBON<PRODUCT_HOMEHOME>/repository/components/lib directory. Here  $CARBON<PRODUCT_HOMEHOME>  refers to the directory where you run the WSO2 BRS instance.

Create Database

...

1. For creating the tables manually, the OpenEdge script provided with the BRS have to be modified.

Make a backup of the $CARBON<PRODUCT_HOMEHOME>/dbscripts/openedge.sql under the name of openedge_manual.sql.

...

Code Block
sqlexp -db CARBON_DB -S 6767 -user wso2carbon -password wso2carbon < $CARBON<PRODUCT_HOMEHOME>/dbscripts/openedge_manual.sql

...