Hi all,
when I issue these simple commands on a vanilla demo database:
------
create table "_documentTypes" ("name" varchar(255) not null, "plural"
varchar(255) not null, "modifier" varchar(255) not null, "xPosition" integer
not null, "yPosition" integer not null, "enableCaching" varchar(255) not
null)
create index "_documentTypes_name" on "_documentTypes"("name")
alter table "_documentTypes" add primary key ("name")
------
I will get the following error on the last command:
"[-9205] System error: AK Catalog information not
found:00000000000002AD00670001"
When I try to add the primary key first and create the index afterwards, it
says that that column is already indexed, although I can't see any index for
the table in SQLStudio.
Can anybody see what the problem might be?
Thanks for any answers,
J�rg.
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general