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.