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

Polling Notification issue with tables not there

  • 1.  Polling Notification issue with tables not there

    Posted Thu October 21, 2004 07:45 AM

    I’m trying to enable a couple of polling notifications, but when I do it says it can’t create the table because it already exists. However, the tables were deleted from the db, and do not show up. The JDBC adapter is thinking there are, and therefor the error. Any ideas how to correct this situation?

    [ART.116.3038] Adapter Runtime (Notification): Error in Notification Callback:enableCallback notification LoadTendering.EDIServices.EDI204.jdbc.notifications:insert204Notification.
    [ADA.1.316] Cannot execute the SQL statement “CREATE TRIGGER WMTinsert204bauaudi ON dbo.tblEDITransactions for insert as begin INSERT INTO SAPBC_user.WMBinsert204bauaudi (EDITransactionID) SELECT inserted.EDITransactionID FROM inserted end”. "
    (42S01/2714) [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]There is already an object named ‘WMTinsert204bauaudi’ in the database."
    [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]There is already an object named ‘WMTinsert204bauaudi’ in the database.


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


  • 2.  RE: Polling Notification issue with tables not there

    Posted Sat October 23, 2004 04:22 PM

    Hey,
    We are also getting the same error.
    Pls let me know if you know the solution.

    Thanks,
    Sreedhar Pedakanti


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


  • 3.  RE: Polling Notification issue with tables not there

    Posted Mon October 25, 2004 07:51 AM

    Sreedhar,

    Here’s what I found (or what our resident expert with WM told me about). The triggers that it’s trying to create still existed on the table it’s trying to create a trigger for. In my case, tblEDITransactions table. I went into Enterprise Manager, did a manage trigger on that table. There they were. I deleted the triggers for that table.

    I then was able to enable the notifications. Seems to simple, but like lots of other things, you just need to discover that the first time. Hope this helps.

    Ron


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