Customer Service | Training | Contact Us
Welcome!
Login
Search Options   products areas display

Which products should be considered?

All Products

ArcCAD
ArcEditor
ArcExplorer
ArcGIS Engine
ArcGIS Explorer
ArcGIS Image Server
ArcGIS Mobile
ArcGIS Server
ArcIMS
ArcInfo Desktop
ArcInfo Workstation
ArcLogistics Route
ArcPad
ArcPad Application Builder
ArcReader
ArcSDE
ArcView
ArcView 3.x
ArcWeb Services APIs
ArcWeb Toolbar for ArcGIS
Atlas GIS
BusinessMap
BusinessMap Pro
GIS Portal Toolkit
Job Tracking for ArcGIS
MapIt
Maplex
MapObjects -- Java
MapObjects -- Windows
MapObjects IMS
MapObjects LT
MapStudio
Military Overlay Editor
NetEngine
PC ARC/INFO & DAK
PLTS
RouteMap
RouteMap IMS
SDE
Tracking Server

    Remember these settings for each visit More info

ArcSDE 9.2 Service Pack 4

Date Submitted: November 16, 2007
Last Modified: November 16, 2007

Summary:

This Service Pack contains performance improvements and maintenance fixes. Please download and install this required Service Pack at your earliest convenience.

Description:

Important Note

A CD of this Service Pack will be made available in the next several weeks for users who experience difficulties downloading the Service Pack from the web site. Simply fill out the Request a Service Pack CD order form.

Installing the Service Pack

ArcSDE 9.2 must be installed before you can install this Service Pack. It is strongly recommended that you back up your database including all previous ArcSDE system tables and user layer data before upgrading your ArcSDE installation. If you have not yet applied the previous service pack, you do not have to do so before installing Service Pack 4 as it is cumulative and contains all fixes from the previous service pack. If you already have a previous service pack installed, you may apply Service Pack 4 over it to update the required files. Install this Service Pack using your SDE user account.

ArcSDE Server Install for UNIX


UNIX Installation Notes:

Installation Steps:


During installation, you can either save the original 9.2 files or overwrite them. If you choose to save them, make sure you have enough disk space. The disk space requirements, for each platform, are displayed during the installation process.

  1. Download the appropriate tar file to a location other than $SDEHOME:
  2. DB2  
    HP-UX 64 sde92-sp4-db2-hp64.tar
    12 MB
    IBM64 sde92-sp4-db2-ibm64.tar
    12 MB
    Linux sde92-sp4-db2-lx.tar
    8 MB
    Solaris64 sde92-sp4-db2-slrs64.tar
    12 MB
       
    Informix  
    HP-UX sde92-sp4-inf-hp.tar
    12 MB
    IBM sde92-sp4-inf-ibm.tar
    12 MB
    Solaris sde92-sp4-inf-slrs.tar
    12 MB
       
    Oracle 9i  
    HP-UX 64 sde92-sp4-ora9i-hp64.tar
    15 MB
    IBM64 sde92-sp4-ora9i-ibm64.tar
    14 MB
    Linux sde92-sp4-ora9i-lx.tar
    10 MB
    Solaris64 sde92-sp4-ora9i-slrs64.tar
    15 MB
    Tru64 sde92-sp4-ora9i-tru64.tar
    17 MB
       
    Oracle 10gR2  
    HP-UX 64 sde92-sp4-ora10g-hp64.tar
    15 MB
    IBM64 sde92-sp4-ora10g-ibm64.tar
    14 MB
    Linux sde92-sp4-ora10g-lx.tar
    10 MB
    Solaris64 sde92-sp4-ora10g-slrs64.tar
    15 MB

  3. Stop your current ArcSDE service.
  4. % sdemon -o shutdown

    NOTE (AIX only): You must remove any inactive libraries that are loaded into memory before proceeding to the next step. Not doing so will result in an installation error. To remove them, as ROOT user, type:

    # /usr/sbin/slibclean

    (Optional) To list the libraries loaded into memory, as ROOT user, type:

    # /usr/sbin/genkld

    For further information on the slibclean and genkld commands please refer to your AIX system administrator documentation.

  5. Extract the specified tar file by typing:
  6. % tar -xvf sde92-sp4-<Database>-<Platform>.tar

  7. Start the installation by typing:
  8. % ./applypatch

    This will start the dialog for the menu-driven installation procedure. Default selections are noted in parentheses ( ). To quit the installation procedure, type 'q' at any time.

  9. (Oracle only) Before upgrading your Oracle instance, you must grant the following additional permissions to the SDE user in Oracle:

    • ALTER ANY INDEX
      ALTER ANY TABLE
      ANALYZE ANY
      CREATE ANY INDEX
      CREATE ANY PROCEDURE
      CREATE ANY SEQUENCE
      CREATE ANY TRIGGER
      CREATE ANY VIEW
      CREATE INDEXTYPE
      CREATE LIBRARY
      CREATE OPERATOR
      CREATE PROCEDURE
      CREATE PUBLIC SYNONYM
      CREATE SESSION
      CREATE SEQUENCE
      CREATE TABLE
      CREATE TRIGGER
      CREATE TYPE
      DROP ANY INDEX
      DROP ANY PROCEDURE
      DROP ANY SEQUENCE
      DROP ANY TABLE
      DROP ANY VIEW
      DROP PUBLIC SYNONYM
      EXECUTE ANY PROCEDURE
      SELECT ANY SEQUENCE
      SELECT ANY TABLE
      UNLIMITED TABLESPACE
  10. To upgrade, run sdesetup. Failure to do so may cause problems in starting the service or with connecting to the service. Please go to the admin command guide under the %SDEHOME%\documentation folder for more information on using this command:
  11. %sdesetup -o upgrade -d <ORACLE9I|ORACLE10G|SQLSERVER|DB2|INFORMIX> –u <DB_Admin_User> –p <DB_Admin_password>

    (Oracle only) After the upgrade completes, you may revoke the following permissions from the SDE user account:
      ANALYZE ANY
      ALTER ANY INDEX
      ALTER ANY TABLE
      CREATE ANY INDEX
      CREATE ANY TRIGGER
      CREATE ANY VIEW
      DROP ANY INDEX
      DROP ANY TABLE
      DROP ANY VIEW
      DROP ANY PROCEDURE
      DROP ANY SEQUENCE
      EXECUTE ANY PROCEDURE
      SELECT ANY SEQUENCE
      CREATE INDEXTYPE
      CREATE LIBRARY
      CREATE OPERATOR
      CREATE TYPE
  12. Start your service again.
  13. % sdemon -o start

  14. Only for users who have Oracle and ArcSDE installed on separate machines.
  15. If you are installing ArcSDE on a different server than Oracle, you must copy the shared libraries used by EXTPROC to the Oracle server. These libraries include st_shapelib plus the Geometry library and the Projection Engine library. (The names of these files vary depending on what operating system (OS) you are using.) Be sure the files copied to the Oracle server are designed to run on the operating system of the Oracle server. For example, if ArcSDE is installed on a Linux machine, but Oracle is installed on a Solaris machine, the library files you copy to the Oracle server must be for Solaris. To get the files for different operating system, you can install the software files of the ArcSDE component on the Oracle server, creating the SDEHOME files, and delete everything but the three required library files.

    Library Name OS-dependent file names
    st_shapelib st_shapelib.dll, libst_shapelib.so (.sl for HP, _64.so for IBM64)
    Projection Engine pe.dll, libpe.so (.sl for HP, _64.so for IBM64)
    Geometry sg.dll, libsg.so (.sl for HP, _64.so for IBM64)

    These files can be found in the bin (Windows) or lib (UNIX/Linux) directory of SDEHOME after you've installed the ArcSDE component. You can copy these files to the %ORACLE_HOME%\lib (Windows) or $ORACLE_HOME/lib (UNIX/Linux) directory on the Oracle server, which is the default location that Oracle looks in for shared libraries. Or, you can leave these files where they were installed or move them into any directory that is accessible to the user that owns ORACLE_HOME.

  16. If you have more than one ArcSDE service, perform steps 2 through 9 for each of your ArcSDE services.

ArcSDE Server Install for Windows


Installation Steps


  1. Make sure you have write access to the ArcSDE installation folder, that no one is using ArcSDE, and that the ArcSDE service is down.

    NOTE: If you do not shut down the ArcSDE service before installing this Service Pack, you will be prompted and required to reboot your server machine in order to successfully complete the Service Pack installation.

  2. Download the appropriate files to a location other than the ArcSDE installation folder:
  3. DB2  
    ArcSDEDB292sp4.msp 3 MB
    Informix  
    ArcSDEInformix92sp4.msp 3 MB
    Oracle 9i  
    ArcSDEOracle9i92sp4.msp 4 MB
    Oracle 10gR2  
    ArcSDEOracle10g92sp4.msp 4 MB
    SQL Server  
    ArcSDESqlServer92sp4.msp 3 MB

  4. Double-click the ArcSDE<Database>92sp4.msp to start the install process.

  5. NOTE: If double clicking on the MSP file does not start the Service Pack installation, you can run the Service Pack manually by using the following commands.
    c:\msiexec.exe /p [location of service pack]\ArcSDE<Database>92sp4.msp
  6. When Setup starts, follow the instructions on your screen.
  7. (Oracle only) Before upgrading your Oracle instance, you must grant the following additional permissions to the SDE user in Oracle:
    • ALTER ANY INDEX
      ALTER ANY TABLE
      ANALYZE ANY
      CREATE ANY INDEX
      CREATE ANY PROCEDURE
      CREATE ANY SEQUENCE
      CREATE ANY TRIGGER
      CREATE ANY VIEW
      CREATE INDEXTYPE
      CREATE LIBRARY
      CREATE OPERATOR
      CREATE PROCEDURE
      CREATE PUBLIC SYNONYM
      CREATE SESSION
      CREATE SEQUENCE
      CREATE TABLE
      CREATE TRIGGER
      CREATE TYPE
      DROP ANY INDEX
      DROP ANY PROCEDURE
      DROP ANY SEQUENCE
      DROP ANY TABLE
      DROP ANY VIEW
      DROP PUBLIC SYNONYM
      EXECUTE ANY PROCEDURE
      SELECT ANY SEQUENCE
      SELECT ANY TABLE
      UNLIMITED TABLESPACE
  8. To upgrade, run sdesetup. Failure to do so may cause problems in starting the service or with connecting to the service. Please go to the admin command guide under the %SDEHOME%\documentation folder for more information on using this command:
  9. c:\ sdesetup -o upgrade -d <ORACLE9I|ORACLE10G|SQLSERVER|DB2|INFORMIX> –u <DB_Admin_User> –p <DB_Admin_password>

  10. (Oracle only) After the upgrade completes, you may revoke the following permissions from the SDE user account:
      ANALYZE ANY
      ALTER ANY INDEX
      ALTER ANY TABLE
      CREATE ANY INDEX
      CREATE ANY TRIGGER
      CREATE ANY VIEW
      DROP ANY INDEX
      DROP ANY TABLE
      DROP ANY VIEW
      DROP ANY PROCEDURE
      DROP ANY SEQUENCE
      EXECUTE ANY PROCEDURE
      SELECT ANY SEQUENCE
      CREATE INDEXTYPE
      CREATE LIBRARY
      CREATE OPERATOR
      CREATE TYPE
  11. As the SDE user, run the following command to restart the ArcSDE service:

    c:\sdemon -o start

  12. Only for users who have Oracle and ArcSDE installed on separate machines.
  13. If you are installing ArcSDE on a different server than Oracle, you must copy the shared libraries used by EXTPROC to the Oracle server. These libraries include st_shapelib plus the Geometry library and the Projection Engine library. (The names of these files vary depending on what operating system (OS) you are using.) Be sure the files copied to the Oracle server are designed to run on the operating system of the Oracle server. For example, if ArcSDE is installed on a Windows machine, but Oracle is installed on a Solaris machine, the library files you copy to the Oracle server must be for Solaris. To get the files for different operating system, you can install the software files of the ArcSDE component on the Oracle server, creating the SDEHOME files, and delete everything but the three required library files.

    Library Name OS-dependent file names
    st_shapelib st_shapelib.dll, libst_shapelib.so (.sl for HP, _64.so for IBM64)
    Projection Engine pe.dll, libpe.so (.sl for HP, _64.so for IBM64)
    Geometry sg.dll, libsg.so (.sl for HP, _64.so for IBM64)

    These files can be found in the bin (Windows) or lib (UNIX/Linux) directory of SDEHOME after you've installed the ArcSDE component. You can copy these files to the %ORACLE_HOME%\lib (Windows) or $ORACLE_HOME/lib (UNIX/Linux) directory on the Oracle server, which is the default location that Oracle looks in for shared libraries. Or, you can leave these files where they were installed or move them into any directory that is accessible to the user that owns ORACLE_HOME.

  14. If you have more than one ArcSDE service, perform steps 2 through 9 for each of your ArcSDE services.

ArcSDE SDK Install for UNIX


Installation Steps:

  1. Download the appropriate tar file to a location other than ArcSDE SDK installation location:
  2. All Databases (32 bit Operating System)  
    HP-UX sde92-sp4-sdk-hp.tar
    12 MB
    IBM sde92-sp4-sdk-ibm.tar
    12 MB
    Linux sde92-sp4-sdk-lx.tar
    13 MB
    Solaris sde92-sp4-sdk-slrs.tar
    11 MB
       
    All Databases (64 bit Operating System)  
    HP-UX 64 sde92-sp4-sdk-hp64.tar
    18 MB
    IBM64 sde92-sp4-sdk-ibm64.tar
    18 MB
    Solaris64 sde92-sp4-sdk-slrs64.tar
    17 MB
    Tru64 sde92-sp4-sdk-tru64.tar
    15 MB

  3. Extract the specified tar file by typing:
  4. % tar -xvf sde92-sp4-sdk-<Platform>.tar

  5. Start the installation by typing:
  6. % ./applypatch

    This will start the dialog for the menu-driven installation procedure. Default selections are noted in parentheses ( ). To quit the installation procedure, type 'q' at any time.

ArcSDE SDK Install for Windows


Installation Steps:

  1. Make sure you have write access to the ArcSDE SDK installation folder:.
  2. Download the appropriate files to a location other than the ArcSDE SDK installation folder:
  3. ArcSDE SDK SDECApiSDK92sp4.msp 7 MB
    ArcSDE Java SDK SDEJavaSDK92sp4.msp 8 MB
  4. Double-click the appropriate executable to start the install process.
  5. When Setup starts, follow the instructions on your screen.

ESRI Products connecting to ArcSDE (Application and Direct Connect connections).

The client updates contained in ArcSDE 9.2 Service Pack 4 are also included in ArcIMS 9.2 Service Pack 4 and ArcGIS 9.2 Service Pack 4. This is necessary to maintain version compatibility between the client and the server applications.

How to identify which Service Pack is installed

Service Pack Updates

Check Online Support Center periodically for the availability of additional Service Packs. New information about this Service Pack will be posted here.

Getting Help

Domestic sites, please contact ESRI Technical Support at 1-888-377-4575, if you have any difficulty installing this Service Pack. International sites, please contact your local ESRI software distributor.

This website's graphical display is now viewable only with W3C standards-compliant browsers, but the content is accessible to all browsers and Internet devices. View our supported browser matrix for more information on our website display.