Sending push notifications from WebSphere Application Server – IBM DB2
To issue push notifications from a WebSphere Application Server that uses IBM DB2 as its database, a custom property must be added.
If we use WebSphere Application Server with an IBM DB2 database, errors can arise when you try to send push notifications. To resolve this situation, we must add a custom property in WebSphere Application Server, at the data source level.
- Log in to the WebSphere Application Server admin console.
- Select Resources > JDBC > Data sources > DataSource name > Custom properties and click New.
- In the Name field, enter allowNextOnExhaustedResultSet.
- In the Value field, type 1.
- Change the type to java.lang.Integer.
- Click OK to save the changes.
- Select custom property resultSetHoldability.
- In the Value field, type 1.
- Click OK to save the changes.
Parent topic: Push notification