HPDDL0004E The data type is not known or is incorrectly specified. (0x14601004)

Explanation

An attempt was made to create a database without specifying an index type or to open an existing database with an incorrect type.

Administrator response

When creating a new database, the data_type (pd_db_type_t) parameter must be either pd_db_type_ivobj or pd_db_type_encoded. When opening an existing database, the data type must match the type used when the database was first created.