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.  no table appear under current schema while using templates

    Posted 05/28/12 01:25 PM

    Hi All,

    When I created an adapter service using batchInsert templates I am unable to see any tables under current schema. We have given a DB user and DBA has created a Synonym for this table.
    I can access the table from SQL developer (select * from Table_1) and I can access the same table using custom SQL template (in wM) only.

    Can anyone help to resolve the issue so that tables appear in
    current catalog → current schema and I can select from drop down.

    Thanks in advance!!
    Joy


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


  • 2.  RE: no table appear under current schema while using templates

    Posted 05/29/12 04:56 AM

    While creating the connection, you have provided a username/password for the connection. If you are using Oracle, the schema name will be the same as the user name… The table which is created, is it under the same schema? If so, you can see the table under ‘current schema’. If the table is created under different schema (not same as user that you have provided), table will not appear in the current schema.

    On a different note, if everything is fine, try reloading the adapter connection once.

    -Senthil


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


  • 3.  RE: no table appear under current schema while using templates

    Posted 05/29/12 10:36 AM

    thanks for your reply.
    i found a service in WmJDBC package - pub.jdbcAdapter:updateServiceSchema
    using that I changed the adapter service schema to currentschema.


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