Creating database instances for prconfig references
Create a database data instance so that Pega Platform can access a
database whose connectivity is defined in the prconfig.xml
file.
prconfig.xml
file
under database/databases
and restarted the server. For more
information, see Changing node settings by modifying the prconfig.xml file.- If the database platform of the additional database differs from the database platform of Pega Platform, or does not use postgresSQL, define Pega Platform the database driver. For more information, see Defining the database driver.
- In the header of Dev Studio, click .
- Enter a short description, and in the Database field,
enter a name for the external database.The database name that you enter must be specified in the prconfig.xml file under
database/databases
. For example, for an entry that is nameddatabase/databases/AcmeDB
, enterAcmeDB
. - Click Create and open. The Edit <YourNewDatabaseName> Database page appears.
- Optional: To indicate the system of record, in the Integration
system field, press the Down arrow key and select the name of
the integration system to associate with this database.The value that you select is for informational purposes only, and does not affect the behavior of the database instance. You can use this value to organize rules for integration connectors, data types, and sources for data pages.
- In the How to connect list, click Use configuration in preferences.
- Optional: On the Advanced tab, specify the names of other database
instances that should be reachable by views in this database.
- Under the Database Name list, click the Add item icon.
- In the Database Name field, press the Down arrow key, and select the name of a database instance that views in the external database need to access.
For example: This database instance describes the EXTERNAL1 database. Your Pega application needs to access a view in EXTERNAL1 that joins data from the DATA1 and DATA2 databases. Do the following steps: - Define database instances for DATA1 and DATA2.
- On the database instance for EXTERNAL1, list DATA1 and DATA2 as other databases.
- Click Save.
- To test the database connection, on the Database tab,
click Test connection.
- If the test fails, diagnostic information appears in a new window. Modify the database instance until the test succeeds.
- This test does not test the administrative user, if any, that you might have specified.
Previous topic Defining the database driver Next topic Creating and updating external database instances with JDBC URLs