When I try to activate hdbtable, I got the following error. (the hdbtable file is attached)
Anybody can help? Thanks.
ERROR brc/sapere/gso/DDL/GDM_CODETABLE.hdbtable
Repository: Internal error during statement execution, please see the database error traces for additional details;feature not supported: cannot perform statement when ddl autocommit is off at ptime/query/checker/check_table.cc:6227,CREATE COLUMN TABLE "GSO"."brc.sapere.gso.DDL::GDM_CODETABLE" ("ID" NVARCHAR(32) NOT NULL, "CTNAME" NVARCHAR(64) NOT NULL, "CODE" NVARCHAR(64) NOT NULL, "DESCRIPTION" NVARCHAR(256) NOT NULL, "SORTORDER" TINYINT DEFAULT '0' NOT NULL, "ACTIVE" TINYINT DEFAULT '1' NOT NULL, "VALID_FROM" DATE NULL, "VALID_TO" DATE NULL, PRIMARY KEY ("ID")) NO LOGGING
ERROR brc/sapere/gso/DDL/GDM_CODETABLE.hdbtable
Repository: Internal error during statement execution, please see the database error traces for additional details;invalid table name: Could not find table/view brc.sapere.gso.DDL::GDM_CODETABLE in schema GSO: line 1 col 47 (at pos 46) at ptime/query/catalog/catalog.cc:5161,CREATE UNIQUE INDEX "IND_CTNAMECODE" ON "GSO"."brc.sapere.gso.DDL::GDM_CODETABLE" ("CTNAME", "CODE")
ERROR brc/sapere/gso/DDL/GDM_CODETABLE.hdbtable
Repository: Internal error during statement execution, please see the database error traces for additional details;invalid synonym: target object does not exist: line 1 col 69 (at pos 68) at ptime/query/checker/check_synonym.cc:104,CREATE PUBLIC SYNONYM "brc.sapere.gso.DDL::GDM_CODETABLE" FOR "GSO"."brc.sapere.gso.DDL::GDM_CODETABLE"