webMethods

webMethods

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

Updating Adapter Connection Name for Adapter Notification

  • 1.  Updating Adapter Connection Name for Adapter Notification

    Posted Fri April 25, 2008 12:10 AM

    We have an JDBC adapter notification which uses ‘BasicNotification’ template. The adapter connection, that is used by the adapter notification, will be moved to different folder and hence it has to be has to be updated.

    I tried using the built-in service to update the connection info.

    ‘WmART/pub.art.service:setAdapterServiceNodeConnection’

    But I get an error that the adapter notification is not found. I made sure I gave correct path with no typos (used copy and paste). Also I cannot update the connection info if I lock the adapter notification for edit.

    Is there any way easy of changing the connection info without creating the adapter notification from scratch?

    We are using JDBC Adapter 6.5 on a Integration Server 6.5.

    Any info or hints will be greatly appreciated.

    Thanks,
    Satish


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


  • 2.  RE: Updating Adapter Connection Name for Adapter Notification

    Posted Fri April 25, 2008 10:28 PM

    Hi Satish,

    The
    pub.art.service:setAdapterServiceNodeConnection is used for adapter services only.
    Use the service:
    pub.art.notification:setPollingNotificationNodeConnection and make sure that you disable the notification first, otherwise the service will throw an error.

    Regards,
    Kiran


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