Is This Content Helpful?
How can we make this better? Please provide as much detail as possible.
Contact our Support Team
ArcIMS returns two errors when attempting to start metadata services:
"[ERR1035] Unable to create tables in database".
"[ERR0125] Error when trying to administer Service".
ArcIMS was not able to start the metadata service. When the metadata service is first created, ArcIMS must create multiple tables, dependencies, and relationships in ArcSDE. The process encounters an error and the metadata service cannot be started.
Error 1035 usually means that ArcIMS was able to connect to ArcSDE, but it failed in the table creation.
Code:
<TABLE_NAME prefix="imsmetadata" />
Warning:
Do not use database tools, such as SQL Plus or Enterprise Manager, to remove this table. Deleting the table using database tools does not clean up the dependencies created on the single table.
Code:
grant execute on ctx_ddl to <metauser>;
Code:
SDE_DEFAULT_CAT