The data sources names for WebSphere® Business Monitor databases
are hardcoded. To change those names, perform the following steps:
- Stop the application whose data source name you want to change.
(For example, stop the Monitor
Server if you want to change the data source name that is used
for recording the state of the process or process aggregate in the State database.)
- Create
a new data source in the resources of the application server on which the
application is deployed as follows:
- From the navigation tree on the WebSphere Application
Server administrative
console, select .
- Change the scope to the server on which the application is installed.
- Select .
Click New.
- In the New Data Source properties page,
enter the information of the new data source. Click Save to save your
entries.
- Click the Test connection button to test
the connection with this new data source.
- Change the data source that the application points to as follows:
- From the navigation tree on the WebSphere Application
Server administrative
console, select .
- Click Map resource references
to resources
- Go to javax.sql.DataSource section, and
select your newly created data source JNDI name from the Specify
existing Resource JNDI name combo box.
- Select both check boxes at the bottom of the javax.sql.DataSource section.
- Click Save to save your changes.
- Click OK.
- In the Message information box, click Save to
apply your changes. The Save page appears.
- Click Save.
- Start the enterprise application.