Mathias Kettner wrote : >Hi,
>I have some strange problems with SAPDB 7.3.0.24 on SuSE Linux 8.0. >When I want to modify a certain table or create certain triggers >I always get a: >AK Catalog information not found:00000000000011CB001500 >The error log shows: >2002-06-12 17:59:57 633 ERR 51105 AK CACHE 00000000000011CB001500030000000000000000 >2002-06-12 17:59:57 633 ERR 51080 SYSERROR -9205 AK Catalog information not found:0 >This was with 7.3.0.20. I've updated now to 7.3.0.24 and get the >same errors. >The strange this is that I cannot even DROP the problematic table anymore. >This gives the same error. >Is there any way how to reconstruct the catalog information? My database >seems to be corrupt! >Mathias Kettner The message shows, that the catalog information of an insert trigger of the table identified by 0x'00000000000011CB' (tableid in DOMAIN.TABLES) is missing. In other words : something in the catalog is corrupted. Unfortunately there is no way to reconstruct the catalog. You can try to redefine an insert trigger for that table, but I fear that will fail also. The only sure solution is to recover the database to a consistent state. However, some ddl statement in the past must have produced the problem. If you remember the action log for that table please let me know. Thomas -- Thomas Anhaus SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
