Configuring a database to be available at run time
To make database information accessible at run time, you must establish a connection with the database to fulfill the operations that are performed by the Mapping node. You must define a JDBC database connection.
About this task
The IBM® App Connect Enterprise Toolkit connects to the database CLIENTS and runs discovery so that the graphical data mapping editor can use the database definition to visualize the database tables PERSON, ADDRESS, and PHONE.
At run time, the Mapping node uses a JDBC Providers policy (in the integration server's default policy project) to obtain the configuration parameters that will enable it to make the connection to the runtime database that the message map will execute against.
Procedure
To configure the JDBC connection between the IBM App Connect Enterprise run time and the runtime database, you must complete the following steps: