WxConfig Specific File Search

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

Hi Satya,

Can you please confirm your IS and WxConfig version details.

Regards,
Jacob

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

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?

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