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.


#TechXchangePresenter
 View Only
  • 1.  WxConfig Specific File Search

    Posted Thu November 28, 2019 12:07 AM

    Hi All,

    We are using WxConfig solution to retrieve package specific key-pair values. common key-pair values which are not environment specific are stored in wxconfig.cnf file and environment specific values are stored into “DEV/SIT/PRD.file” config file.

    Now, we want to separate environment (DEV/SIT/PRD.file) files into interface(interface1/interface2.file…) specific files in same package as environment file keeps getting bigger and difficult to maintain changes. Will maintain interface (interface1/interface2.file…) files in wxconfig.cnf -wx.config.incl:property file to available for key-pair search.

    As both “wx.config.pub:getValue” or “wx.config.pub:getValueList” services perform search on all package config files, is there any service under WxConfig package which can be used to perform specific search based on file ?

    if not, will go with java service to perform search based on config file.

    Regards,
    Satya


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: WxConfig Specific File Search

    Posted Mon December 02, 2019 01:30 PM

    Hi Satya,

    Can you please confirm your IS and WxConfig version details.

    Regards,
    Jacob


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: WxConfig Specific File Search

    Posted Mon December 02, 2019 09:53 PM

    Hi Jacob,

    PFB, Details

    IS Version 10.1.0.0
    Updates IS_10.1_Core_Fix8

    Product WxConfig
    Version 1.3
    Build 2013-06-05_08-56-00 r727

    Regards,
    Satya


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: WxConfig Specific File Search

    Posted Tue August 04, 2020 11:25 AM

    What you describe is not possible. One of the core principles of WxConfig is that all applicable files are loaded into memory and values will be retrieved from there.

    But there is certainly an alternative approach. Could you provide an example what exactly causes issues?


    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: WxConfig Specific File Search

    Posted Tue August 04, 2020 12:13 PM

    HI Satya,

    I have done something like below.

    Interface_1_DEV
    Interface_2_DEV
    Interface_3_DEV

    Interface_1_SIT
    Interface_2_SIT
    Interface_3_SIT

    This worked for me. Is this what you are looking for ?

    Regards,
    Jacob


    #webMethods
    #Integration-Server-and-ESB