Table of Contents

Search

  1. About the Data Vault Message Reference
  2. Data Definition Language Errors
  3. Data Vault Repository Service Exit Codes
  4. Load Balancer and Administration Errors
  5. Data Vault Repository Administration CLI Errors
  6. Data Vault SQL Tool Messages
  7. Appendix A: Data Vault Loader Messages

Data Vault Message Reference

Data Vault Message Reference

0014

0014

Invalid field length specification: '
field-name
'.
Returned when a field definition contains an invalid field length specification. The field length specification must be one of the following:
  • an integer
    n
    , where
    n
    is the fixed length of the field
  • an asterisk (
    *
    ), indicating a variable-length field
  • a fixed length field mapping in the form (
    starting-position
    :
    field-length
    ), where
    starting-position
    marks the beginning of the field, measured in number of characters from the beginning (or leftmost position) of the record, and
    field-length
    is the number of characters to include in the field, starting from
    starting-position
    and counting from left to right.

0 COMMENTS

We’d like to hear from you!