Select to view content in your preferred language

ArcGIS 10.1 SDE services not starting

7358
12
11-21-2012 05:41 PM
appsapps
Deactivated User
Hi,

Getting problem while starting Arcgis Sde services.

Error starting esri_sded service(1053)
Could not start ArcSDE -- Check Network, $SDEHOME disk, DBMS settings and dbinit
.sde.

Help needed.

Thanks in advance.
0 Kudos
12 Replies
LuisinaArrúa
Deactivated User

Hi all:

I have a problem with arcSDE:

A)Development Workstation

Windows 2008 server Enterprise 64-bit

ArcGIS Server for Enterprise 10.1

ArcSDE 10.1 for Oracle10g

Oracle Client: 10.2.0.4

B)Database Server:  (Separate server)

windows 2003 server and  Oracle Database 10g Enterprise Edition Release 10.2.0.4.0

C) Sdeservice list

C:\>sdeservice -o list

SDE service Information

--------------------------------------------------------------------

RDBMS:              Oracle

Name:                 ArcSde Service(esri_sded)

SDEHOME: C:\Program Files\ArcGIS\ArcSDE\ora10gexe\

Version:              10.1

Status:                 SERVICE_STOPPED

What's the problem?? please help !

don't start the service SDE!

😞

thanks!

0 Kudos
VinceAngelo
Esri Esteemed Contributor

Instead of adding to a 3-year old post, it would be better if you created a new post, referencing the other one as necessary.

It's been a long time since I responded to an application server install question, but the root cause is probably the same -- failure to use LOCAL (or TWO_TASK on Linux) as a variable instead of ORACLE_SID in the dbinit.sde file (as documented in the install instructions).

I have to recommend that you abandon Oracle 10gR2 and adopt 11gR2 as the minimum database release.  ArcGIS 10.4 and beyond doesn't/won't support Oracle 10g or 11gR1 or even 11gR2 below 11.2.0.4.

- V

0 Kudos
User35489
Frequent Contributor

As Vince wrote, Double check DBINIT vairables

set SDEHOME=
set ORACLE_SID=
set SDEVERBOSE=TRUE
setenv TNS_ADMIN
setenv TWO_TASK

0 Kudos