Getting Error In JDBC Notification

Hi Experts,

Getting the below error while trying to create an adapter notification:-

Could not save ‘DevSasa.jdbc:hello’.
com.wm.app.b2b.server.ServiceException: [ART.116.3022] Adapter Runtime (Notification): Unable to update notification DevSasa.jdbc:hello. Error: Notification must be disabled.

Is there any fix I need to apply.

NB: I am creating the notification and no question of enabling or disabling the notification.

Please help…

Hi,

The main root cause of this is either the JDBC adapter driver that you are using is not the correct one or a corrupted one. To resolve this, just make sure the one that you are using with is correct or copy the good JDBC adapter driver that you know working from another box and restart IS.

Regards,
Pranith

SQuirreL SQL Client uses the JDBC API to interact with a database, which for the most part makes it database implementation-agnostic. However, it can be extended to support implementation-specific features by writing a plugin that uses the Plugin API. For example, JDBC doesn’t specify a generic way to obtain the source code that can be used to re-create database objects such as triggers, stored procedures, functions, views, etc. Yet this information is usually available in some data dictionary view that can be queried by object name. Although the SQL standard specifies a special optional schema (INFORMATION_SCHEMA) to store this information in, only a few database vendors have implemented this, while others have chosen a different schema to store this information in. A plugin can be written with the implementation-specific queries that are required to retrieve the source code for each type of database object. Additionally, other plugins that are not implementation-specific have been written using the Plugin API to implement features not available in the base SQuirreL software installation (for example, code completion, syntax highlighting, Look and Feel, query favorites, etc.)


70-350 | 70-351 | 70-400 | 70-401