I am installing ESRI ArcSDE 10 on a newly installed Red Hat Enterprise Linux 5.4 64bit machine. I'm trying to meet the installation requirements to the letter! Unfortunately the sdesetup program has dependencies on libraries that are not installed by default in RHEL5.4. The libraries required are libXm.so.3 and libg2c.so.0. The file libXm.so.3 is provided by package openmotif22-2.2.3-18.x86_64.rpm; the file libg2c.so.0 is provided by package compat-libf2c-34-3.4.6-4.x86_64.rpm. The openmotif22 package in turn requires library libXp.so.6 which is provided by package libXp-1.0.0-8.1.el5.x86_64.rpm. That was painful, but I got thru it because all the RPMs are provided on the RHEL 5.4 media.
I'm trying to install SDE 10 on RHEL 5.5/Oracle 11G and am having problems. Everything seems to install fine but connecting with arccatalog from a Windows box after installation I get this error:
Failed to connect to the specified server. This release of GeoDatabase is either invalid or out of date. [Please run the ArcSDE setup utility using the -o install option.] DBMS table not found [ORA-00942: table or view does not exist][SDE.GDB_Release]
There are warnings in the sde_setup.log but it seems they are only warnings and the installation chugs along:
[Thu Sep 30 13:50:58 2010] WARNING: Config parameter "XMLDB_INDEX_FULLTEXT" not found in keyword "DEFAULTS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "XMLDB_INDEX_TAG" not found in keyword "DEFAULTS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "F_INDEX_AREA" not found in keyword "NETWORK_DEFAULTS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "F_INDEX_FID" not found in keyword "NETWORK_DEFAULTS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "F_INDEX_LEN" not found in keyword "NETWORK_DEFAULTS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "F_STORAGE" not found in keyword "NETWORK_DEFAULTS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "S_INDEX_SP_FID" not found in keyword "NETWORK_DEFAULTS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "F_INDEX_AREA" not found in keyword "TOPOLOGY_DEFAULTS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "F_INDEX_FID" not found in keyword "TOPOLOGY_DEFAULTS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "F_INDEX_LEN" not found in keyword "TOPOLOGY_DEFAULTS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "F_STORAGE" not found in keyword "TOPOLOGY_DEFAULTS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "S_INDEX_SP_FID" not found in keyword "TOPOLOGY_DEFAULTS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "F_INDEX_AREA" not found in keyword "TOPOLOGY_DEFAULTS::DIRTYAREAS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "F_INDEX_FID" not found in keyword "TOPOLOGY_DEFAULTS::DIRTYAREAS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "F_INDEX_LEN" not found in keyword "TOPOLOGY_DEFAULTS::DIRTYAREAS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "F_STORAGE" not found in keyword "TOPOLOGY_DEFAULTS::DIRTYAREAS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "S_INDEX_SP_FID" not found in keyword "TOPOLOGY_DEFAULTS::DIRTYAREAS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "F_INDEX_AREA" not found in keyword "TERRAIN_DEFAULTS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "F_INDEX_FID" not found in keyword "TERRAIN_DEFAULTS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "F_INDEX_LEN" not found in keyword "TERRAIN_DEFAULTS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "F_STORAGE" not found in keyword "TERRAIN_DEFAULTS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "S_INDEX_SP_FID" not found in keyword "TERRAIN_DEFAULTS". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "F_INDEX_AREA" not found in keyword "TERRAIN_DEFAULTS::EMBEDDED". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "F_INDEX_FID" not found in keyword "TERRAIN_DEFAULTS::EMBEDDED". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "F_INDEX_LEN" not found in keyword "TERRAIN_DEFAULTS::EMBEDDED". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "F_STORAGE" not found in keyword "TERRAIN_DEFAULTS::EMBEDDED". Inserting the default values. [Thu Sep 30 13:50:58 2010] WARNING: Config parameter "S_INDEX_SP_FID" not found in keyword "TERRAIN_DEFAULTS::EMBEDDED". Inserting the default values. [Thu Sep 30 13:50:59 2010]
The log file ends with this:
[Thu Sep 30 13:51:13 2010] St_Geometry type created or updated... [Thu Sep 30 13:51:14 2010] ST_Geometry Schema Owner: (SDE) Type Release: 1007 [Thu Sep 30 13:51:14 2010] Instance initialized for ((sde)) . . .
[Thu Sep 30 13:51:14 2010] Successfully created GDB_Tables_Last_Modified table... [Thu Sep 30 13:51:16 2010] Successfully created GDB_Items table... [Thu Sep 30 13:51:16 2010] Successfully created GDB_ItemRelationships table... [Thu Sep 30 13:51:16 2010] Successfully created GDB_ItemTypes table... [Thu Sep 30 13:51:16 2010] Successfully created GDB_ItemRelationshipTypes table... [Thu Sep 30 13:51:16 2010] Successfully created GDB_ReplicaLog table...
Is there anything missing from the install procedure that might be overlooked by a nube?
Those are 'sdesetup' messages, consistent with the expected output of a fresh install, not something 'gsrvr' would generate. If you used Direct Connect from ArcGIS, the error logs would be on the Desktop box, not the server. - V
Thanks for posting this Chris, I was just googling the issue and got your post! Now I need to find the RPMs and install, I hope it goes well for me. LOL
Government - If you think the problems we create are bad, just wait until you see our solutions.