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.  MS-SQL to webMethods

    Posted 11/07/14 03:17 PM

    Hi,

    I have functionality to be fullfilled where webMethods needs to read the new tables created in MS SQL application database, export the DDL from it and create the replica tables in targe teradata database …

    Is this possible by using webMethods ? :?:

    And Can we assign webMethods trigger polling to a table (name of table will be genarated in run-time). :roll:

    Please let me know if any solution for above functionality :idea: :idea:


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: MS-SQL to webMethods

    Posted 11/07/14 04:02 PM

    Yes JDBC notifications thru you can listen (insert/update/delete) upon a trigger and then via Adapter service build a logic from the published document and move the data from source SQL to target Terradata tables.

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: MS-SQL to webMethods

    Posted 11/07/14 05:37 PM

    HTH,

    Thanks for response,

    I know we can create template notification triggers for insert/update/delete scenarios.
    My challege is i cant hard code the table name in triggers as the table are genarated in run time at MS - SQL.

    I wanted to create a trigger which can take the run time value as an input (table_name) and pull the data.hence, same trigger can be reusuable for all tables created in future.

    is this possible ?? Please let me know if more information needed here


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: MS-SQL to webMethods

    Posted 11/09/14 05:53 PM

    Please post me if any solution for this : :?


    #Integration-Server-and-ESB
    #webMethods