IBM BPM, V8.0.1, All platforms > Troubleshooting and support > Troubleshooting the z/OS installation and configuration > IBM BPM configuration errors
DataSource has a null RelationalResourceAdapter property
The error shown in the example in this topic is caused by a redundant data source that is left behind after running the augmentation job. You can safely delete this data source by using the WebSphere administrative console. Be careful not to delete the JDBC provider that has a very similar name.
error message: BBOO0222I: DSRA8208I: JDBC driver type : 2 com.ibm.ws.exception.RuntimeWarning: com.ibm.ws.runtime.component.binder.ResourceBindingException: invalid configuration passed to resource binding logic. REASON: Invalid Configuration! The DataSource: DB2 Universal JDBC Driver DataSource has a null RelationalResourceAdapter property.To remove the redundant data source:
- Log in to the WebSphere administrative console and navigate to Resources > JDBC Providers.
- Set the scope to Server and click Apply.
- Click the JDBC provider called DB2 Universal JDBC Driver Provider.
- Click the link to Datasources on the right.
- You should see a list of three data sources. Select the check box next to DB2 Universal JDBC Driver Datasource and click the Delete button.
- Save your configuration changes and restart the WebSphere server.