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

Does the JDBC Adapter(6.5) built-in adapters support Synonyms?

  • 1.  Does the JDBC Adapter(6.5) built-in adapters support Synonyms?

    Posted Mon November 10, 2014 02:37 PM

    Hello There,

    I am trying to look up synonyms using built-in JDBC Adapter select template. I wasn’t able to view them. does the JDBC adapter 6.5 support support synonyms?

    webMethods Version - 9.0
    JDBC Adapter version - 6.5
    DB - SQL Server 2008.
    Jars being used - sqljdbc4.jar

    Appreciate your reply,

    Thanks,
    Veera


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


  • 2.  RE: Does the JDBC Adapter(6.5) built-in adapters support Synonyms?

    Posted Mon November 10, 2014 05:50 PM

    Can you try with customSQL template and see if it works for T-SQL?

    HTH,
    RMG


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


  • 3.  RE: Does the JDBC Adapter(6.5) built-in adapters support Synonyms?

    Posted Mon November 10, 2014 06:17 PM

    @RMG - Thank you for your reply.

    Custom and Dynamic SQL works.

    We have existing implementations which are using built-in adapter templates. We would like to do some property tweak or so and make sure there won’t be any issues with the existing ones. We have changed some of the tables to synonyms, which doesn’t impact the existing implementation, but if we try to change any of the existing adapter template (say SELECT template) which is using a synonym rather than table, we were not able to see the synonym. So, i have to update the template to point to right connection with DB where the actual table exists. Which we are trying to avoid as we might have many templates in this situation.

    Thanks,
    Veera


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


  • 4.  RE: Does the JDBC Adapter(6.5) built-in adapters support Synonyms?

    Posted Tue November 11, 2014 10:28 AM

    There is no other choice rather than changing the SELECT template and point to the schema.actual table based on the connection.

    HTH,
    RMG


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


  • 5.  RE: Does the JDBC Adapter(6.5) built-in adapters support Synonyms?

    Posted Tue November 11, 2014 11:56 AM

    Thank you @RMG.

    That’s what we might end up doing.

    Thanks,
    Veera


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


  • 6.  RE: Does the JDBC Adapter(6.5) built-in adapters support Synonyms?

    Posted Tue November 11, 2014 02:08 PM