Collection Contents Index Cannot update primary key for table '%1' involved in a publication Next PDF

SQL Anywhere® 10 - Error Messages  > Database Error Messages  > Alphabetic list of error messages

Cannot use materialized view '%1' because it has not yet been initialized


Item

Value

Constant

SQLE_CANNOT_USE_MATVIEW

ODBC 2 State

42000

ODBC 3 State

ERROR

Parameter 1

Name of the materialized view.

Severity

14

SQLCODE

-1077

SQLSTATE

42WBC

Sybase error code

13437

Probable cause

You attempted to use a materialized view but it has not yet been initialized. In order for a materialized view to become available for first use after being created or enabled, it must be initialized at least once using the REFRESH MATERIALIZED VIEW statement.


Collection Contents Index Cannot update primary key for table '%1' involved in a publication Next PDF