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

Examples for Out-of-Range Data Replacement

Examples for Out-of-Range Data Replacement

You can configure the Data Vault Loader to replace out-of-range values for a specific value, for all values, or for values below or above the supported data type range.
Replacement for specific out-of-range values
You want to archive data that falls outside of the supported Data Vault range for the INTEGER data type. You want to replace out-of-range value 2147483649 with value 100.
Configure the following property:
informia.fasLoadProcessingThreads = -k 4 -j 1 -x -lr INT:R:2147483649:100
Replacement for all out-of-range values
You want to archive data that falls outside of the supported Data Vault range for the SMALLINT data type. You want to replace all out-of-range values with value 100 for data type SMALLINT.
Configure the following property:
informia.fasLoadProcessingThreads = -k 4 -j 1 -x -lr SMALLINT:R:100
Replacement for below minimum and above maximum out-of-range values
You want to archive data that falls outside of the supported Data Vault range for the DOUBLE data type. The Data Vault range for the DOUBLE data type is -9.9E +123 to 9.9E+123. You want to replace all out-of-range values that are less than the minimum data type range with 0.0. You want to replace all out-of-range values that are greater than the maximum data type range with 1.0E+120.
Configure the following property:
informia.fasLoadProcessingThreads = -k 4 -j 1 -x -lr DOUBLE:X:0.0:1.0E+120

0 COMMENTS

We’d like to hear from you!