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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Create trigger fails in as400 DB2

    Posted 11/27/02 08:10 PM

    I’m trying to create an update and insert notification in AS400 DB2 using JDBC Adapter for Enterprise Server. I’ve already journaled the DB and installed the SQL Collection too. webMethods can create the tables WMB and WMS but creating WMT tables (table for trigger) fails.

    Could someone help me?

    Thanks in advance


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


  • 2.  RE: Create trigger fails in as400 DB2

    Posted 11/27/02 08:37 PM

    It may be a permissions issue. What user is the adapter monitor running as?

    Another thread in this forum discusses how letting the adapter manage the trigger table and triggers can be a bad idea. Take a look at [url=“wmusers.com”]wmusers.com to see if it helps.


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


  • 3.  RE: Create trigger fails in as400 DB2

    Posted 09/03/04 03:26 PM

    Hi

    I have created a basic notification in AS400 DB2 using JDBC Adapter for Enterprise Server. I have created a buffer table on AS400. Any time when program adds a records to the buffer table it gets deleted by IS without publishing a document on the Broker.

    Please advise.


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


  • 4.  RE: Create trigger fails in as400 DB2

    Posted 09/06/04 05:28 PM

    Hi Emily,
    In your notifier, the option of “Delete Selected Records” is checked in the Select Tab. So, whenevr a new record is added to your buffer table, it reads it and deletes the record from the table.
    One reason of document not getting published can be because of the broker client queue is full or there is some error while making the notifier. Did you check in the WmBrokerAdmin home page that the document not getting published.
    Also go the error log and see what message it throws whenever you add any entry in the buffer table.

    Sachin


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