IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

JDBC Adapter Notification Services misses column Notify on Change

  • 1.  JDBC Adapter Notification Services misses column Notify on Change

    Posted Mon July 26, 2004 09:21 AM

    Hi,

    we are running JDBC Adapter 6.0.3 FP1 on IS platform 6.1 on HP-UX 11.
    Database is Oracle 9.2.0.5 on the same OS.

    Very often we encounter a problem when creating a Notification Service:
    On the tab “SELECT” the column “Notify on Change” for marking which columns should be reported in the Notification Event, is missing.

    Sometimes deleting the notification services and recreating helps, sometimes not. Some times a restart of Developer (on W2K) helps, sometimes not.

    Anyone out there encountered the same problem and maybe knows a workaround or fix we can request from wM Support?

    Regards,
    Holger


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: JDBC Adapter Notification Services misses column Notify on Change

    Posted Mon July 26, 2004 05:46 PM

    Holger,

    Even though those columns are disappearing don’t worry those columuns will still be there in the runtime and have the data.

    I too faced this same behaviour and did the same way what you have done recreated many times.So finally i got relaxed that when notificationEvent generated the publisable notification document fields(columns) will be available in the runtime and pass the data to subscribing service.

    To make sure workin debug with savepipeline in the subscribing service.

    But still i am not sure why those columns disappear in the publishable Notification document (ony _env will appear).

    HTH,


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 3.  RE: JDBC Adapter Notification Services misses column Notify on Change

    Posted Tue July 27, 2004 10:03 AM

    Thanks RMG.

    We found out that this column is only missing on Insert-Notifications.
    On Update-Notifications it is present, but only when using <current-catalog>.<current-schema>.TABLENAME for selecting the table.

    Once again thanks for your help.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods