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

Mainframe adapter IMS connection pool

  • 1.  Mainframe adapter IMS connection pool

    Posted Wed November 02, 2005 01:21 PM

    Hi All

    I had a Query in WM6.5 developer addressed by my friend to me.

    Scenario:
    I have Mainframe adapter IMS connection pool (say: IMS1).
    And lot of Mainframe Transaction Services(TXN1) talking to
    Mainframe thru the IMS connect.

            We configure IMS1 giving the HostIP,Port, and DataStore in its properties tab manually. 
    We configure TXN1  giving the IMS name, and DataStore in its properties tab manually. 
    
    Query 1 on IMS1: 
    Now I need to set these properties(hostIP,datastore,port etc.) by using a property file values(a txt file in server disk). 
    (i.e. No manual entry thru developer). 
    [ or ] 
    If I can configure the IMS property thru the Admin console or so is also fine for clients. 
    

    Query 2 on TXN1:
    I have the ‘Data Store name’ as input for the TXN1 which I need to set it to the DataStore field in the property tab.

      Current Status: 
    I have written a javaservice which will take the Key Value 
    

    pairs from property file and puts the values in a hashtable in WM JVM.

    But I donno how to set the values to the corresponding fields in the propety tab of the service or IMS connect. 
    

    The idea is to remove hardcoding of datastore from all the 
    

    50services(the no keeps growing).
    Currently all properties are set to development environment.
    Now to deploy for Testing environment we do not want to
    change anything thru the developer.

    could you help us in solving this.

    regards
    Ramanujam


    #webMethods-Archive
    #webMethods
    #Mainframe-Integration-Server-Archive-WMUsers


  • 2.  RE: Mainframe adapter IMS connection pool

    Posted Fri May 25, 2012 10:35 AM

    Open the Enterprise service tools and create an IMS SOAP Gateway project the IMS SOAP Gateway to set IMS properties and call the IMS application. Language Structure tab, like mainframe testing select the COBOL data structure that corrspounds to Use the default values for the other IMS Connect interaction properties and click Next may it help you .


    #webMethods
    #Mainframe-Integration-Server-Archive-WMUsers
    #webMethods-Archive