The basic "map" function supported to clean up errors in data from
input sources is currently restricted to replacing the complete output
values. This is inflexible and requires specific entries for every output
value that require modification.
This update adds two new correction functions to mapfilters.cfg
1. replace
This function allows setting up a proper substring replacement. The
replacement value is still restricted to a "literal", but only the matched
string will be replaced, not the entire data field.
This function also allows substring deletion (by leaving the second
parameter empty)
2. extract
This function allows extracting one substring from a data field for
output
Detailed documentation for this functionallity can be found in
the included sample configuration file provided in the patch
(mapfilters.cfg.new).
General Description:
map_maintainer produces duplicate entries.
Detailed Description:
map_maintainer produces mappings with duplicate entries which cause inaccurate reports when using
these mapping files.This installation of this patch fixes this issue so that map_maintainer will
produce unique mapping entries for virtual, license-single and license-multi type mappings.
Revision 2: In this revision map_maintainer performance issue has been fixed.
General Description: Fix for map_maintainer long processing time
Detailed Description: map_maintainer takes too much processing time this is cause by Active
directory records with no proper unique id. To prevent this issue map_maptainer will skip generation
of empty id and log a warning about the number of ignored records in debug.
* Fix for map_maintainer misleading error message
map_maintainer shows deceptive error log message when user provides incorrect active directory
configuration. This patch will improve the error message produce by map_maptainer.
General Description:
This patch enables the user to set the default values for the selected fields in the mapping
configuration tab.
Detailed Description:
This patch is created to support the saving of default values for the selected fields in
mapping config tab for OpeniT version 6.3.0.5, 6.2.1.5, 6.2.0.11, and 6.2.07.
* Allow adding running script after Update All in Mapping Maintainer
* Use MAP_MAINTAINER_UPDATE_ALL_HOOK <script> line in openit.cfg