IBM Verify

IBM Verify

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Configuration file for infomap

    Posted Thu November 21, 2019 08:06 AM
    Is it possible to transfer static parameters (variables) to some external configuration file from infomap?

    ------------------------------
    Igor Vinogradov
    ------------------------------


  • 2.  RE: Configuration file for infomap

    Posted Thu November 21, 2019 04:47 PM
    You can import a mapping into another mapping rule using importMappingRule() function. See here: https://www.ibm.com/support/knowledgecenter/en/SSPREK_9.0.7/com.ibm.isam.doc/config/concept/mapping_rule_import_gs_fed.html . That is our approach how we somehow separate code from config data. But still all mapping rules are Java Script and doing a mistake will brake the execution.

    ------------------------------
    Jürgen Hitt
    ------------------------------