Table of Contents

Search

  1. Preface
  2. Starting Data Archive
  3. System Configuration
  4. Database Users and Privileges
  5. Source Connections
  6. Target Connections
  7. Archive Store Configuration
  8. Datatype Mapping
  9. Database Optimization
  10. SAP Application Retirement
  11. z/OS Source Data Retirement
  12. Seamless Data Access
  13. Data Discovery Portal
  14. Security
  15. SSL Communication with Data Vault
  16. LDAP User Authentication
  17. Auditing
  18. Running Jobs from External Applications
  19. Salesforce Archiving Administrator Tasks
  20. Upgrading Oracle History Data
  21. Upgrading PeopleSoft History Data
  22. Data Archive Maintenance
  23. Appendix A: Datetime and Numeric Formatting
  24. Appendix B: Data Archive Connectivity

Administrator Guide

Administrator Guide

Configuration for Out-of-Range Data Replacement

Configuration for Out-of-Range Data Replacement

Configure out-of-range data replacement in the conf.properties file for the informia.fasLoadProcessingThreads property.
To configure the informia.fasLoadProcessingThreads property, use the following syntax:
-k 4 -j 1 -x -lr <data type>:<optype>:<value1>:<value2>,<data type>…
Options –k, -j, and -x are default values. Do not change the default values. Use a comma to separate multiple replacement rules.
The following table describes the arguments for the -lr option:
Argument
Description
data type
Data type for which you want to define replacement values. You can specify replacement values for out-of-range values in the following data types:
  • SMALLINT
  • INT
  • REAL
  • FLOAT
  • DOUBLE
  • DECIMAL_<PREC>_<SCALE>
    For DECIMAL data types, enter the precision and scale. For example, for DECIMAL with precision 32 and scale 16, enter DECIMAL_32_16.
  • DATE
  • TIMESTAMP
  • TIME
    For the TIME data type, values in the command line must have the colon (:) replaced by a period (.). This is because the -lr notation uses the colon (:) as its delimiter when specifying the data type.
optype
Operation type.
Use one of the following values:
  • R. Replaces a specific out-of-range value with another value.
    For example, if you enter INT:R:<value 1>:<value 2>, the Data Vault Loader replaces <value 1> with <value 2>.
  • X. Replaces out-of-range values that are greater than and less than the Data Vault data type range with another value.
    For example, you enter DOUBLE:X: <value 1>:<value 2>. The Data Vault Loader replaces out-of-range values smaller than the supported data type range with <value 1> and replaces out-of-range values greater than the supported data type range with <value 2>.
value 1
The first replacement value for the operation type.
If you specify option R, enter the out-of-range value that you want to replace. If you do not enter a value, then the Data Vault Loader replaces all out-of-range values with the value you configure in value 2.
If you specify option X, enter the replacement value for all out-of-range values that are smaller than the Data Vault data type range.
value 2
The second replacement value for the operation type.
If you specify option R, enter the value that you want to replace the out-of-range value with.
If you specify option X, enter the replacement value for all out-of-range values that are greater than the Data Vault data type range.

0 COMMENTS

We’d like to hear from you!