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

Is it possible to modify adapter settings after service been created

  • 1.  Is it possible to modify adapter settings after service been created

    Posted Fri April 22, 2011 09:04 AM

    As title, the adapter settings tap become readonly once i create adapter services, is there any way to do some modify on it? Thanks in advance.


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


  • 2.  RE: Is it possible to modify adapter settings after service been created

    Posted Fri April 22, 2011 11:23 AM

    I you want to change the “Adapter Connection Name” you can try “WmART/wm.art.dev.service:updateAdapterServiceNode”.

    There is also an “adapterServiceSettings” document in input, perhaps to change the other parameters but it must depend on the type of the adapter you use (JDBC, MQ…)


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


  • 3.  RE: Is it possible to modify adapter settings after service been created

    Posted Mon April 25, 2011 07:14 AM

    you can use the WmART/pub.art.service:setAdapterServiceNodeConnection service to change the adapter service connection.

    Please refer to the documentation webMethods IS Built-in Services Reference that can found at [URL]http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuites/wmsuite7/Developer/7-1-1_Integration_Server_Built-In_Services_Reference.pdf[/URL]


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


  • 4.  RE: Is it possible to modify adapter settings after service been created

    Posted Mon April 25, 2011 10:43 AM

    Ths for reply, i have tried but do not know how to use this service.
    What should [connectionAlias] exactly be? i got error on it.


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


  • 5.  RE: Is it possible to modify adapter settings after service been created

    Posted Thu April 28, 2011 03:33 AM

    Its pretty straight forward… Provide the Adapter service namespace path for the input ‘serviceName’ and new connection name for ‘connectionAlias’. Reload the package… Your existing adapter will change the connection from XYZ to ZYX…

    The Settings tab in Adapter services will not be editable by any chance…

    Senthil


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


  • 6.  RE: Is it possible to modify adapter settings after service been created

    Posted Thu April 28, 2011 04:03 AM

    Thanks Senthil, it works. :proud:


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


  • 7.  RE: Is it possible to modify adapter settings after service been created

    Posted Tue January 08, 2013 12:27 AM

    I used the WmART/pub.art.service:setAdapterServiceNodeConnection service to change the adapter connection of a BatchInsert adapter service. The adapter connection changed after running the service and reloading the package. But the INSERT tab is gone and all the inputs and outputs are gone.
    The Adapter Service Template is now com.wm.adapter.wmjdbc.services.BatchInsert instead of BatchInsertSQL.
    Am I missing something here.

    Thanks in advance.


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


  • 8.  RE: Is it possible to modify adapter settings after service been created

    Posted Tue January 08, 2013 01:44 AM

    maybe it is because the service u are using, i take it work with updateAdapterServiceNode , but seems u are using setAdapterServiceNodeConnection . i think the update function will be more logically in this case.
    but i am not sure, u can try it.


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


  • 9.  RE: Is it possible to modify adapter settings after service been created

    Posted Tue January 08, 2013 04:54 AM

    Thank you for the timely response. I tried using updateAdapterServiceNode too. I got the same results.


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


  • 10.  RE: Is it possible to modify adapter settings after service been created

    Posted Tue January 08, 2013 04:59 AM

    Such problems occurs sometimes if you dont have fix installed. Are you with latest fix for JDBC adapter?

    -Senthil


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


  • 11.  RE: Is it possible to modify adapter settings after service been created

    Posted Tue January 08, 2013 05:06 AM

    Hi Senthil,
    I am using webMethods 6.5. Is this an issue?


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


  • 12.  RE: Is it possible to modify adapter settings after service been created

    Posted Tue January 08, 2013 05:17 AM

    No. Check the fix level for JDBC Adapter. IS Admin page > About… Latest fix from Empower site is [COLOR=#5767a3]JDBC_6.5_Fix36 - JDBC_6.5_Fix36 - 10/19/2012[/color]

    [SIZE=2]-Senthil[/size]


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


  • 13.  RE: Is it possible to modify adapter settings after service been created

    Posted Wed January 09, 2013 04:31 AM