Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property NameDescriptionDefault ValuePossible Values
abpm.dataMapper.minHeapsizeMinimum memory required for the Data Mapper applet. Indicates the minimum amount of Java memory reserved by Data Mapper applet. This memory is used on the client machine where Data Mapper applet is loaded.256MBMemory in MBs.
abpm.dataMapper.maxHeapsizeMaximum memory assigned to Data Mapper applet. Indicates the maximum amount of Java memory that can be used by Data Mapper applet. This memory is used on the client machine where Data Mapper applet is loaded. If you load a very large schema in data mapper, then you may increase this value as per the size of schema and memory available on the machine where data mapper is loaded.512MBMemory in MBs.
abpm.dataMapper.readTimeOutMaximum time in seconds before throwing error while waiting for getting a response from the server. This is the maximum time for which the data mapper applet waits, before throwing an error message in case of a problem such as a backend database server is down.720Any positive integer
abpm.dataMapper.enableTipOfTheDayEnable or Disable tip of the Day.falseTrue/False or Yes/No
abpm.dataMapper.httpSchemeHTTP scheme for Data Mapper. HTTPS or HTTP
abpm.dataMapper.dateFunction.logErrorLog Error for Data Mapper Date functions.truetrue or false
abpm.dataMapper.saxon.dtdValidation.enable

Enable or disable DTD validation for mapping.

Yes - Saxon parser will retrieve and validate DTD for mapping.

No - Saxon parser will not retrieve and validate DTD for mapping.

no

yes or no

abpm.dataMapper.filterEmptyElementsEnable to filter of empty elements in the output of Data Mapper.  
Anchor
ParseInvalidDates
ParseInvalidDates
abpm.dataMapper.parseInvalidDates

Parse invalid dates in the date format function available in the data mapping.

yes - Date format function in the data mapper will parse invalid dates and will not give a blank output.

no - Date format function in the data mapper will not parse invalid dates and gives a blank output. 

yesyes or no

...