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.  Changing Schema in JDBC Adapter Services

    Posted 06/06/08 07:49 PM

    I am trying to change the schema in a JDBC Adapter service automatically.

    I have used the wm.art.metadata.setServiceSignatureProperties service to accomplish this. My problem is using this, I am able to change the schema but it reverts back if the package is reloaded or IS is restarted.

    How can I make the change permanent. What am I missing. Also, is there any other way to automate the schema change? DEV, QA and PROD have different schema and I am trying to prevent manual change and thus restricting developer access in Prod.


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


  • 2.  RE: Changing Schema in JDBC Adapter Services

    Posted 06/09/08 12:52 PM

    Hi ,
    u can try with service WmJDBCAdapter.pub.jdbcAdapter:updateServiceSchema.
    This service needs the name of the node and new schema name as input.


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


  • 3.  RE: Changing Schema in JDBC Adapter Services

    Posted 06/09/08 04:12 PM

    This is great. I thought I had looked around for a pub service maybe I didn’t. This works like a charm. Also, used pub.jdbcAdapter:updateNotificationSchema for Polling Notifications.

    Thanks siti!!


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