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

Error 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.