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
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.0 Service Pack 3

Date Submitted: March 17, 2005
Last Modified: March 17, 2005

Summary:

ESRI announces ArcSDE 9.0 Service Pack 3. Please download and install this required Service Pack at your earliest convenience. This Service Pack contains all the fixes from ArcSDE 9.0 Service Pack 1, Service Pack 2, and some additional performance improvements and maintenance fixes.

Description:

Important Note

A CD of this Service Pack is now available 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.0 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 previous service packs, you do not have to do so before installing Service Pack 3 as it is cumulative and contains all fixes from the pervious service packs. If you already have a previous service pack installed, you may apply Service Pack 3 over it to update the required files. Install this Service Pack using your SDE user account.

NOTE: If you connect to ArcSDE 9.0 via an Application Server and Direct Connect connections using ArcGIS 9.0, ArcIMS 9.0, or ArcView GIS 3.3 with DBA 2.1e make sure you also see ESRI Products connecting to ArcSDE (Application and Direct Connect connections).

Server Install for UNIX

During installation, you can either save the original 9.0 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  
    HP64 sde90-sp3-db2-hp64.tar
    20 MB
    IBM sde90-sp3-db2-ibm.tar
    20 MB
    IBM64 sde90-sp3-db2-ibm64.tar
    20 MB
    Linux sde90-sp3-db2-lx.tar
    16 MB
    Solaris64 sde90-sp3-db2-slrs64.tar
    22 MB
       
    Informix  
    HP sde90-sp3-inf-hp.tar
    15 MB
    IBM sde90-sp3-inf-ibm.tar
    20 MB
    Solaris sde90-sp3-inf-slrs.tar
    21 MB
       
    Oracle 8i  
    HP sde90-sp3-ora8i-hp.tar
    30 MB
    IBM sde90-sp3-ora8i-ibm.tar
    21 MB
    Solaris sde90-sp3-ora8i-slrs.tar
    23 MB
    Tru64 sde90-sp3-ora8i-tru64.tar
    25 MB
       
    Oracle 9i (Use these with Oracle 10g)  
    HP64 sde90-sp3-ora9i-hp64.tar
    22 MB
    IBM64 sde90-sp3-ora9i-ibm64.tar
    21 MB
    Linux sde90-sp3-ora9i-lx.tar
    18 MB
    Solaris sde90-sp3-ora9i-slrs.tar
    23 MB
    Solaris64 sde90-sp3-ora9i-slrs64.tar
    24 MB
    Tru64 sde90-sp3-ora9i-tru64.tar
    25 MB

  3. Stop your current ArcSDE service.


  4. % sdemon -o shutdown

  5. Extract the specified tar file by typing:


  6. % tar -xvf sde90-sp3-<Database>-<Platform>.tar

  7. Start the installation by typing:


  8. % ./apply_sp_<Platform>_<Database>

    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:


  10. ALTER ANY INDEX
    ALTER ANY TABLE
    ANALYZE ANY
    CREATE ANY INDEX
    CREATE ANY PROCEDURE
    CREATE ANY SEQUENCE
    CREATE ANY TRIGGER
    CREATE ANY VIEW
    CREATE SESSION
    DROP ANY INDEX
    DROP ANY TABLE
    DROP ANY VIEW
    DROP ANY PROCEDURE
    DROP ANY SEQUENCE
    EXECUTE ANY PROCEDURE
    SELECT ANY SEQUENCE
    SELECT ANY TABLE
    UNLIMITED TABLESPACE

    After the upgrade completes, you may revoke the following permissions from the SDE user account:

    ALTER ANY INDEX
    ALTER ANY TABLE
    ANALYZE ANY
    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

  11. To upgrade, run sdesetup<dbms>. Failure to do so may cause problems in starting the service or with connecting to the service. Using Oracle 9i as an example:


  12. % sdesetupora9i -o upgrade –u sde –p sdepassword

  13. Start your service again.


  14. % sdemon -o start

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.


  2. Download the appropriate files to a location other than the ArcSDE installation folder:
  3. DB2  
    ArcSDE-DB2-90sp3.msp 3 MB
    Informix  
    ArcSDE-Informix-90sp3.msp 3 MB
    Oracle 8i  
    ArcSDE-Oracle8i-90sp3.msp 3 MB
    Oracle 9i (Use this with Oracle 10g)  
    ArcSDE-Oracle9i-90sp3.msp 3 MB
    SQL Server  
    ArcSDE-SQLServer-90sp3.msp 3 MB

  4. Double-click the ArcSDE-<Database>-90sp3.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.

      msiexec.exe /p [location of service pack]\ArcSDE-<Database>-90sp3.msp REINSTALL=ALL REINSTALLMODE=omus

  6. When Setup starts, follow the instructions on your screen.


  7. (DB2 ONLY) Before upgrading your DB2 instance, you must copy the %SDEHOME%\bin\sdesrvsp.dll to the %DB2TEMPDIR%\function\unfenced folder under your DB2 installation folder.


  8. (Oracle only) Before upgrading your Oracle instance, you must grant the following additional permissions to the SDE user in Oracle:
  9. ALTER ANY INDEX
    ALTER ANY TABLE
    ANALYZE ANY
    CREATE ANY INDEX
    CREATE ANY PROCEDURE
    CREATE ANY SEQUENCE
    CREATE ANY TRIGGER
    CREATE ANY VIEW
    CREATE SESSION
    DROP ANY INDEX
    DROP ANY TABLE
    DROP ANY VIEW
    DROP ANY PROCEDURE
    DROP ANY SEQUENCE
    EXECUTE ANY PROCEDURE
    SELECT ANY SEQUENCE
    SELECT ANY TABLE
    UNLIMITED TABLESPACE

    After the upgrade completes, you may revoke the following permissions from the SDE user account:

    ALTER ANY INDEX
    ALTER ANY TABLE
    ANALYZE ANY
    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

  10. To upgrade, run sdesetup<dbms>. Failure to do so may cause problems in starting the service or with connecting to the service. Using Oracle 9i as an example:

    sdesetupora9i -o upgrade

  11. As the SDE user, run the following command to restart the ArcSDE service:

    sdemon -o start

ArcSDE SDK Install for UNIX


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

  3. Extract the specified tar file by typing:


  4. % tar -xvf sde90-sp3-sdk-<Platform>.tar

  5. Start the installation by typing:


  6. % ./apply_sp_<Platform>_sdk

    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


  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 ArcSDE-SDK-90sp3.msp 6 MB
    ArcSDE Java SDK ArcSDE-JavaSDK-90sp3.msp 2 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.0 Service Pack 3 are also included in ArcIMS 9.0 Service Pack 3 and ArcGIS 9.0 Desktop Service Pack 3. This is necessary to maintain version compatibility between the client and the server applications.

Identifying QFE files on your machine


    UNIX

    Any modified UNIX executables (or libraries) being sent out as part of a Quick Fix will return the unique identification number for that fix when checked with the "what" command for UNIX and the "strings" command for Linux. For example, to display the identification string for this Service Pack on UNIX, type:

    %what gsrvr.static | grep QFE

    QFE-SDE-90-CQ00248739

    Windows

    To find out what products are currently installed on your machine, download the ServicePackFinder90.exe utility and run it from your local machine. This utility provides a report detailing which ArcGIS products are currently installed on your machine. The report also details which service packs have been installed. The report is displayed when the utility is run and a servicepack.txt log file is created in your temp folder. The Service Pack Finder utility searches for the following ArcGIS products.


      ArcGIS Desktop (ArcView, ArcEditor, ArcInfo) Includes the ArcReader fixes for the ArcReader FEATURE.
      ArcGIS Desktop Developer Kit
      ArcGIS Engine Runtime
      ArcGIS Engine Developer Kit
      ArcGIS Server
      ArcGIS Server .NET ADF
      ArcGIS Server Java ADF
      ArcGIS Tutorial Data
      ArcReader standalone
      ArcIMS
      ArcSDE

Service Pack Updates

Check the 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 909.793.3774, 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.