Error Message
Starting the metadata in ArcIMS results in the following error:"ERR1001 Unable to connect to the database".
Cause
A connection problem prevented ArcIMS from connecting properly to ArcSDE to start the metadata service.
Solution or Workaround
Ensure that all components of the metadata services can communicate properly.
- Using ArcCatalog, create a spatial database connection to ArcIMS using the same connection information that is found within the metadata AXL file.
- Ensure proper permissions are set up for the account to access and use the database. Import a shapefile into the database. If successful, delete the new feature class.
If this step fails, return to the database administration software and ensure that proper permissions are set on the metadata user. - Ensure that Fulltext Indexing (or Catalog) have been enabled.
Oracle database:
Code:
grant execute on ctx_dll to <metauser>;
SQL Server:
Create the full text catalog:
Code:
SDE_DEFAULT_CAT
- After ensuring the connection is set up correctly, start the metadata services again.
- If unsuccessul, enable Spatial Server and Application Server logging:
Verbose logging for ArcIMS
Open a support incident with ESRI Support Services indicating the problem, referencing the steps in this article and attach the log files.