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

0029

0029

Illegal expression type found. Expected <
type
>.
Returned when an expression evaluates to a datatype that is not expected where the expression is used.
Ensure that the expression is correct, and that the correct datatype is produced. If necessary, “cast” values to the expected datatypes. For example, INT(
value1
)
will produce an
int
value (provided that
value1
is composed entirely of numeric characters).

0 COMMENTS

We’d like to hear from you!