Skip to Content

Patches and updates

ArcSDE 9.2 Versioning Patch

Published: March 21, 2007

Resumen

This Patch contains a fix for a specific problem encountered with compress. Users working in a versioned geodatabase should download and install this patch at their earliest convenience.

Descripción

NIM007057 - Using the option "“Compress all edits in the Default version into the base table" when unregistering as versioned can corrupt the table.

Installing the Patch

ArcSDE 9.2 Service Pack 1 must be installed before you can install this Patch. 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. Install this Patch using your SDE user account.

REQUIRED INSTALL STEP: If you connect to ArcSDE 9.2 via an Application Server and Direct Connect connections using ArcGIS 9.2 or ArcIMS 9.2 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.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. Stop your current ArcSDE service.


  3. % 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.

  4. Extract the specified tar file by typing:


  5. % tar -xvf sde92-versionpatch-<Database>-<Platform>.tar

  6. Start the installation by typing:


  7. % ./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.

  8. 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 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

    • 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:


    • % sdesetup -o upgrade -d <ORACLE9I|ORACLE10G> -u sde -p <SDE_Admin_password>

    • 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

    • Start your service again.


    • % sdemon -o start

Server Install for Windows


Windows Installation Notes:

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. Double-click the appropriate executable to start the install process.


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


  5. Before upgrading your Oracle instance, you must grant the following additional permissions to the SDE user in Oracle:

  6. 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

    • 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:


    • % sdesetup -o upgrade -d <ORACLE9I|ORACLE10G> -u sde -p <SDE_Admin_password>

    • 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

    • 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. Extract the specified tar file by typing:


  3. % tar -xvf sde92-versionpatch-sdk-<Platform>.tar

  4. Start the installation by typing:


  5. % ./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


  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. Double-click the appropriate executable to start the install process.


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

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

  • UNIX

    • If you connect to ArcSDE 9.2 using ArcInfo Workstation 9.2 or ArcIMS 9.2, please follow the steps below to install this Patch to your ArcInfo Workstation 9.2 installation directory under $ARCHOME, or ArcIMS 9.2 installation directory under $AIMSHOME:

      • Before you start, make sure you have write access to the (ArcInfo or ArcIMS) installation directory then download the appropriate compressed tar file to that location:


      • ArcIMS only, stop the ArcIMS Tasker, ArcIMS Monitor, ArcIMS Application Server (in that order).

      • Uncompress and extract the specified tar file for your platform. Ensure that the last letter of the file name is a capital Z. Otherwise, the uncompress command will not work. At the UNIX prompt type:

        %cd <installation_directory> (i.e. cd $ARCHOME)
        %uncompress sde92-versionpatch-esri-<Platform>.tar.Z
        %tar xvf sde92-versionpatch-esri-<Platform>.tar

      • ArcIMS only, restart ArcIMS Application Server, ArcIMS Monitor and ArcIMS Tasker (in that order).


    Windows

    • If you connect to ArcSDE 9.2 using ArcGIS 9.2, ArcIMS 9.2 or ArcInfo Workstation 9.2, please follow the steps below to install this Patch to your ArcGIS 9.2, ArcIMS 9.2 or ArcInfo Workstation 9.2 installation folder:

    • Before you start, make sure you have write access to the installation folder, then download the zip file to that location:


    • ArcIMS only, stop the ArcIMS Tasker, ArcIMS Monitor, ArcIMS Application Server (in that order).

    • Use WinZip to extract the new file from sde92-versionpatch-esri-win.zip to the appropriate installation folder, see list below:

      • ArcGIS Desktop, Server, Engine, Reader, or ArcView 9 - <installation-folder>\arcgis\bin
      • ArcGIS Workstation - <installation-folder>\arcexe9x\bin
      • Depending on the ArcIMS Setup features installed, the SDE client file could be located in one or more of the following locations:
        • C:\Program Files\ArcGIS\bin
        • C:\Program Files\ArcGIS\ArcIMS\IndexBuilder
        • C:\Program Files\ArcGIS\ArcIMS\Metadata\Commands
        • C:\Program Files\ArcGIS\ArcIMS\Server\bin

    • ArcIMS only, restart ArcIMS Application Server, ArcIMS Monitor and ArcIMS Tasker (in that order).

How to identify which Patch is installed


  1. UNIX

    To find out what ArcGIS products are currently installed on your machine, download and extract the PatchFinder.tar and run PatchFinder utility from your local machine. This utility provides a report detailing which ArcGIS products and which servicepacks have been installed. The PatchFinder utility searches for thefollowing ArcGIS products.


    • ArcGIS Engine Runtime
      ArcGIS Reader
      ArcGIS Server
      ArcIMS
      ArcInfo Workstation
      ArcSDE

    Extract the tar file by typing:


    % tar xvf PatchFinder.tar

    Run the utility by typing:


    % ./PatchFinder

    Windows

    To check for the presence of a Patch, for each file examine the unique identification information provided (right click, properties, version tab, item name, QFE Version). With only a few exceptions, all files modified as part of a Patch distribution can be uniquely identified in this manner. The identification string for this Patch should read:

    • CR45176

Patch Updates

Check the Online Support Center periodically for the availability of additional Patches or Service Packs. New information about this Patch 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.



Download ID:1257

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options