Patches and updates
ArcSDE 9.1 General Update Patch 2
Summary
Description
ArcSDE 9.1 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.1 via an Application Server and Direct Connect connections using ArcGIS 9.1, ArcIMS 9.1, or ArcView GIS 3.3 with DBA 2.1g 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.1 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.
- Download the appropriate tar file to a location other than $SDEHOME:
DB2 HP64 sde91-genpatch2-db2-hp64.tar 34 MBIBM sde91-genpatch2-db2-ibm.tar 41 MBIBM64 sde91-genpatch2-db2-ibm64.tar 40 MBLinux sde91-genpatch2-db2-lx.tar 33 MBSolaris64 sde91-genpatch2-db2-slrs64.tar 48 MBInformix HP sde91-genpatch2-inf-hp.tar 42 MBIBM sde91-genpatch2-inf-ibm.tar 48 MBSolaris sde91-genpatch2-inf-slrs.tar 44 MBOracle 8i HP sde91-genpatch2-ora8i-hp.tar 59 MBIBM sde91-genpatch2-ora8i-ibm.tar 42 MBSolaris sde91-genpatch2-ora8i-slrs.tar 48 MBTru64 sde91-genpatch2-ora8i-tru64.tar 44 MBOracle 9i (Use these with Oracle 10g) HP64 sde91-genpatch2-ora9i-hp64.tar 36 MBIBM64 sde91-genpatch2-ora9i-ibm64.tar 42 MBLinux sde91-genpatch2-ora9i-lx.tar 34 MBSolaris sde91-genpatch2-ora9i-slrs.tar 48 MBSolaris64 sde91-genpatch2-ora9i-slrs64.tar 50 MBTru64 sde91-genpatch2-ora9i-tru64.tar 44 MB - Stop your current ArcSDE service.
% 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.
- Extract the specified tar file by typing:
% tar -xvf sde91-genpatch2-<Database>-<Platform>.tar
- Start the installation by typing:
% ./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.
- (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 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
- 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 –u sde –p sdepassword
- Start your service again.
% sdemon -o start
- 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:
Server Install for Windows
Windows Installation Notes:
ArcSDE 9.1 Service Pack 1 must be installed on the server and your client applications before you install this Patch.
Installation Steps
- Make sure you have write access to the ArcSDE installation folder, that no one is using ArcSDE, and that the ArcSDE service is down.
- Download the appropriate files to a location other than the ArcSDE installation folder:
DB2 sde91-genpatch2-db2-win.exe 3 MB Informix sde91-genpatch2-inf-win.exe 3 MB Oracle 8i sde91-genpatch2-ora8i-win.exe 3 MB Oracle 9i (Use this with Oracle 10g) sde91-genpatch2-ora9i-win.exe 3 MB SQL Server sde91-genpatch2-sql-win.exe 3 MB - Double-click the appropriate executable to start the install process.
- When Setup starts, follow the instructions on your screen.
- (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 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
- 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
- As the SDE user, run the following command to restart the ArcSDE service:
sdemon -o start
- 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:
ArcSDE SDK Install for UNIX
- Download the appropriate tar file to a location other than ArcSDE SDK installation location:
All Databases (32 bit Operating System) HP sde91-genpatch2-sdk-hp.tar 15 MBIBM sde91-genpatch2-sdk-ibm.tar 12 MBLinux sde91-genpatch2-sdk-lx.tar 8 MBSolaris sde91-genpatch2-sdk-slrs.tar 12 MBAll Databases (64 bit Operating System) HP64 sde91-genpatch2-sdk-hp64.tar 11 MBIBM64 sde91-genpatch2-sdk-ibm64.tar 11 MBSolaris64 sde91-genpatch2-sdk-slrs64.tar 10 MBTru64 sde91-genpatch2-sdk-tru64.tar 17 MB - Extract the specified tar file by typing:
% tar -xvf sde91-genpatch2-sdk-<Platform>.tar
- Start the installation by typing:
% ./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
- Make sure you have write access to the ArcSDE SDK installation folder:.
- Download the appropriate files to a location other than the ArcSDE SDK installation folder:
-
ArcSDE SDK sde91-genpatch2-sdk-win.exe 7 MB ArcSDE Java SDK sde91-genpatch2-javasdk-win.exe 2 MB - Double-click the appropriate executable to start the install process.
- When Setup starts, follow the instructions on your screen.
ESRI Products connecting to ArcSDE (Application and Direct Connect connections).
-
- If you connect to ArcSDE 9.1 using ArcInfo Workstation 9.1 or ArcIMS 9.1 on any supported Unix/Linux platform please follow the steps below to install this Service Pack to your ArcGIS 9.1 software installation directory. This also applies if connecting to ArcSDE 9.1 using ArcGIS Server, ArcGIS Engine, and ArcGIS Reader for Sun Solaris and Linux:
- Before you start, make sure you have write access to the installation directory then download the appropriate compressed tar file to that location:
HP sde91-genpatch2-esri-hp.tar.Z 15 MBIBM sde91-genpatch2-esri-ibm.tar.Z 12 MBLinux sde91-genpatch2-esri-lx.tar.Z 8 MBSolaris sde91-genpatch2-esri-slrs.tar.Z 12 MBTru64 sde91-genpatch2-esri-tru64.tar.Z 18 MB 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, $AGSHOME or $AIMSHOME)
- <Workstation Installation Directory>/lib
- <ArcIMS Installation Directory>/lib
- <ArcGIS Server Installation Directory>/bin
- <ArcGIS Engine Installation Directory>/bin
- <ArcGIS Reader Installation Directory>/bin
%uncompress sde91-genpatch2-esri-<Platform>.tar.Z
%tar xvf sde91-genpatch2-esri-<Platform>.tar
- <Workstation Installation Directory>/lib
ArcIMS only, restart ArcIMS Application Server, ArcIMS Monitor and ArcIMS Tasker (in that order).
- Before you start, make sure you have write access to the installation directory then download the appropriate compressed tar file to that location:
- If you connect to ArcSDE 9.1 using ArcGIS 9.1, ArcIMS 9.1, ArcInfo Workstation 9.1, or ArcView GIS 3.3 with DBA 2.1g, please follow the steps below to install this Patch to your ArcGIS 9.1, ArcIMS 9.1, ArcInfo Workstation 9.1, or ArcView GIS 3.3 with DBA 2.1g 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 sde91-genpatch2-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
- ArcView GIS - <installation-folder>\av_gis30\arcview\(bin32 & DCONNECT\LIB)
- 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
- C:\Program Files\ArcGIS\bin
- ArcGIS Desktop, Server, Engine, Reader, or ArcView 9 - <installation-folder>\arcgis\bin
ArcIMS only, restart ArcIMS Application Server, ArcIMS Monitor and ArcIMS Tasker (in that order).
- If you connect to ArcSDE 9.1 using ArcInfo Workstation 9.1 or ArcIMS 9.1 on any supported Unix/Linux platform please follow the steps below to install this Service Pack to your ArcGIS 9.1 software installation directory. This also applies if connecting to ArcSDE 9.1 using ArcGIS Server, ArcGIS Engine, and ArcGIS Reader for Sun Solaris and Linux:
How to identify which Patch is installed
- UNIX
Any modified UNIX executables (or libraries) being sent out as part of a Patch 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 Patch on UNIX, type:
%what gsrvr.static | grep QFE
QFE-SDE-91-CQ00288730
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:
QFE-SDE-91-CQ00288730
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.
UPDATE 06/08/2006 - Now Available:
- The ArcSDE Oracle9i downloads for IBM-64 and Solaris.
- The ArcSDE Oracle8i downloads for IBM and Solaris.
UPDATE 05/16/2006 - Now Available:
- The ArcSDE Oracle9i download for Solaris 64-bit.
UPDATE 05/12/2006 - Now Available:
- The ArcSDE Informix downloads for IBM, HP, Solaris and Windows.
- The ArcSDE DB2 downloads for all Platforms.
UPDATE 05/10/2006 - Now Available:
- The ArcSDE SQL Server download for Windows.
UPDATE 05/09/2006 - Now Available:
- The ArcSDE Oracle9i downloads for Tru64 and HP.
- The ArcSDE Oracle8i downloads for Tru64 and HP.
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.
Download ID:1146
Get help from ArcGIS experts
Download the Esri Support App