Patches and updates
ArcSDE 9.3.1 Service Pack 1
Resumen
Descripción
If you use Microsoft SQL Server, an issue has been found where after applying 9.3.1 SP1 you can no longer view data in Raster catalogs stored in SQL Server. Please see Technical Article 37463 for more information. To fix this issue simply install the ArcSDE 9.3.1 SP1 SQL Server Raster Catalog and Raster Field Patch.
ArcGIS 9.3.1 Service Pack 1 DVD
A DVD 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 DVD order form.
Installing this Service Pack
ArcSDE 9.3.1 must be installed before you install ArcSDE 9.3.1 Service Pack 1. 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.
ArcSDE Server Installation for UNIX
Installation Steps:
During installation, you can either save the original 9.3.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.
Install this Service Pack using an administrator account, then upgrade your geodatabase using your ArcSDE administrator account.
- Copy the appropriate tar file to a location other than $SDEHOME:
-
DB2 HP-UX 64 sde931-sp1-db2-hp64.tar 8 MBIBM64 sde931-sp1-db2-ibm64.tar 8 MBLinux sde931-sp1-db2-lx.tar 6 MBSolaris64 sde931-sp1-db2-slrs64.tar 8 MBInformix HP-UX sde931-sp1-inf-hp.tar 9 MBIBM sde931-sp1-inf-ibm.tar 8 MBLinux sde931-sp1-inf-lx.tar 6 MBSolaris sde931-sp1-inf-slrs.tar 7 MBOracle 9i HP-UX 64 sde931-sp1-ora9i-hp64.tar 9 MBIBM64 sde931-sp1-ora9i-ibm64.tar 9 MBLinux sde931-sp1-ora9i-lx.tar 6 MBSolaris64 sde931-sp1-ora9i-slrs64.tar 9 MBOracle 10gR2 HP-UX Itanium 64 sde931-sp1-ora10g-hpia64.tar 19 MBHP-UX 64 sde931-sp1-ora10g-hp64.tar 9 MBIBM64 sde931-sp1-ora10g-ibm64.tar 10 MBLinux sde931-sp1-ora10g-lx.tar 6 MBLinux 64 sde931-sp1-ora10g-lx64.tar 7 MBSolaris64 sde931-sp1-ora10g-slrs64.tar 9 MBOracle 11g IBM64 sde931-sp1-ora11g-ibm64.tar 9 MBHP-UX Itanium 64 sde931-sp1-ora11g-hpia64.tar 19 MBLinux sde931-sp1-ora11g-lx.tar 6 MBLinux 64 sde931-sp1-ora11g-lx64.tar 7 MBSolaris64 sde931-sp1-ora11g-slrs64.tar 9 MBPostGreSQL Linux sde931-sp1-pg-lx.tar 6 MB - Stop your current ArcSDE service, if one is running.
-
% 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 sde931-sp1-<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.
- (This step is for Oracle only, all other DBMS skip to the next step)
Before running "sdesetup -o upgrade", 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
- ALTER ANY INDEX
- To upgrade, run sdesetup. Failure to do so may cause problems in starting the service or with connecting to the geodatabase. 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|ORACLE11G|SQLSERVER|DB2|INFORMIX|POSTGRESQL> -D <database_name> -s <datasource> –u <DB_Admin_User> –p <DB_Admin_password>
- (This step is for Oracle only, all other DBMS skip to the next step)
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
- ANALYZE ANY
- Restart your service.
-
% sdemon -o start
- (This step only applies to Oracle or PostgreSQL users who have the ArcSDE component and the DBMS installed on separate servers. All other users proceed to the next step.)
For Oracle:
If you have the ArcSDE component and Oracle installed on separate servers, there are three shared libraries used by EXTPROC that must be copied to the Oracle server. Check the list of files altered by this patch. If any of the following files are on this list, new versions of the file must be copied to the Oracle server. Be sure the files copied to the Oracle server are designed to run on the operating system of the Oracle server. See the ArcSDE for Oracle installation guide for instructions.
If the file is not in the list, new versions of it do not need to be copied to the Oracle server.
Library Name OS-dependent file names st_shapelib st_shapelib.dll (Windows), libst_shapelib.so (Solaris, Linux, and HP-UX Itanium), libst_shapelib.sl (HP-UX PA-RISC), libst_shapelib_64.so (IBM) Projection Engine pe.dll (Windows), libpe.so (Solaris, Linux, and HP-UX Itanium), libpe.sl (HP-UX PA-RISC), libpe_64.so (IBM) Geometry sg.dll (Windows), libsg.so (Solaris, Linux, and HP-UX Itanium), libsg.sl (HP-UX PA-RISC), libsg_64.so (IBM) For PostgreSQL:
If you have the ArcSDE component and PostgreSQL installed on separate servers, there are three libraries that must be copied to the PostgreSQL server. Check the list of files altered by this patch. If any of the following files are on this list, new versions of the file must be copied to the PostgreSQL server. Be sure the files copied to the PostgreSQL server are designed to run on the operating system of the PostgreSQL server. See the ArcSDE for PostgreSQL installation guide for instructions.
If the file is not in the list, new versions of it do not need to be copied to the PostgreSQL server.Library Name OS-dependent file names st_geometry st_geometry (Linux and Windows) Projection Engine pe.dll (Windows), libpe.so (Linux) Geometry sg.dll (Windows), libsg.so (Linux) - If you have more than one ArcSDE geodatabase, perform steps 2 through 8 for each of your ArcSDE services.
ArcSDE Server Installation for Windows
Installation Steps
- Install this Service Pack using an administrator account , then upgrade your geodatabase using your ArcSDE administrator account.
Make sure you have write access to the ArcSDE installation folder, that no one is using ArcSDE, and that the ArcSDE service is down.
- Stop your current ArcSDE service, if one is running.
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.- Copy the appropriate file to a location other than the ArcSDE installation folder:
DB2 SDE931sp1-DB2.msp 3 MB DB2 z OS SDE931sp1-DB2zOS.msp 2 MB Informix SDE931sp1-Informix.msp 3 MB Oracle 9iR2 SDE931sp1-Oracle9i.msp 3 MB Oracle 10gR2 SDE931sp1-Oracle10g.msp 3 MB Oracle 10gR2 64 SDE931sp1-Oracle10g-64.msp 4 MB Oracle 11g SDE931sp1-Oracle11g.msp 3 MB Oracle 11g 64 SDE931sp1-Oracle11g-64.msp 4 MB PostGreSQL SDE931sp1-PG.msp 3 MB SQL Server SDE931sp1-SqlServer.msp 3 MB SQL Server 64 SDE931sp1-SqlServer-64.msp 3 MB - Double-click the SDE931sp1<Database>.msp to start the install process.
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]\SDE931sp1-<Database>.msp
- When the Setup installation wizard starts, follow the instructions on your screen.
- DB2 z OS users please click this link for further instructions. All others proceed to the next step.
- (Oracle only) Before upgrading your Oracle instance, you must grant the following additional permissions to the SDE user in Oracle:
- ADMINISTER DATABASE TRIGGER
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
- ADMINISTER DATABASE TRIGGER
- To upgrade, run sdesetup. Failure to do so may cause problems in starting the service or with connecting to the service. Please go to Start –> Programs –> ArcGIS –> ArcSDE –> Command References for more information on using this command:
c:\ sdesetup -o upgrade -d <ORACLE9I|ORACLE10G|ORACLE11G|SQLSERVER|DB2|DB2ZOS|INFORMIX|POSTGRESQL> -D <database_name> -s <datasource> –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:
- ADMINISTER DATABASE TRIGGER
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
- ADMINISTER DATABASE TRIGGER
- As the SDE user, run the following command to restart the ArcSDE service:
c:\sdemon -o start
- (This step only applies to Oracle or PostgreSQL users who have the ArcSDE component and the DBMS installed on separate servers. All other users proceed to the next step.)
For Oracle:
If you have the ArcSDE component and Oracle installed on separate servers, there are three shared libraries used by EXTPROC that must be copied to the Oracle server. Check the list of files altered by this patch. If any of the following files are on this list, new versions of the file must be copied to the Oracle server. Be sure the files copied to the Oracle server are designed to run on the operating system of the Oracle server. See the ArcSDE for Oracle installation guide for instructions.
If the file is not in the list, new versions of it do not need to be copied to the Oracle server.Library Name OS-dependent file names st_shapelib st_shapelib.dll (Windows), libst_shapelib.so (Solaris, Linux, and HP-UX Itanium), libst_shapelib.sl (HP-UX PA-RISC), libst_shapelib_64.so (IBM) Projection Engine pe.dll (Windows), libpe.so (Solaris, Linux, and HP-UX Itanium), libpe.sl (HP-UX PA-RISC), libpe_64.so (IBM) Geometry sg.dll (Windows), libsg.so (Solaris, Linux, and HP-UX Itanium), libsg.sl (HP-UX PA-RISC), libsg_64.so (IBM) For PostgreSQL:
If you have the ArcSDE component and PostgreSQL installed on separate servers, there are three libraries that must be copied to the PostgreSQL server. Check the list of files altered by this patch. If any of the following files are on this list, new versions of the file must be copied to the PostgreSQL server. Be sure the files copied to the PostgreSQL server are designed to run on the operating system of the PostgreSQL server. See the ArcSDE for PostgreSQL installation guide for instructions.
If the file is not in the list, new versions of it do not need to be copied to the PostgreSQL server.Library Name OS-dependent file names st_geometry st_geometry (Linux and Windows) Projection Engine pe.dll (Windows), libpe.so (Linux) Geometry sg.dll (Windows), libsg.so (Linux) - If you have more than one ArcSDE geodatabase, perform steps 2 through 11 for each of your ArcSDE services.
ArcSDE SDK Install for UNIX
Installation Steps:
- Copy the appropriate tar file to a location other than ArcSDE SDK installation location:
-
All Databases (32 bit Operating System) HP-UX sde931-sp1-sdk-hp.tar 14 MBIBM sde931-sp1-sdk-ibm.tar 14 MBLinux sde931-sp1-sdk-lx.tar 20 MBSolaris sde931-sp1-sdk-slrs.tar 13 MBAll Databases (64 bit Operating System) HP-UX 64 sde931-sp1-sdk-hp64.tar 20 MBHP-UX Itanium 64 (See NOTE below) sde931-sp1-sdk-hpia64.tar 39 MBLinux 64 sde931-sp1-sdk-lx64.tar 17 MBIBM64 sde931-sp1-sdk-ibm64.tar 23 MBSolaris64 sde931-sp1-sdk-slrs64.tar 26 MBIncluded are new Oracle 11g connection files that were not released with the initial release of ArcSDE 9.3.1 on HP-UX Itanium 64. To install them, follow the install Steps below.
- Extract the specified tar file by typing:
-
% tar -xvf sde931-sp1-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
Installation Steps:
- Make sure you have write access to the ArcSDE SDK installation folder.
- Copy the appropriate files to a location other than the ArcSDE SDK installation folder:
ArcSDE SDK 64 SDE931sp1-CApiSDK-64.msp 5 MBArcSDE SDK SDE931sp1-CApiSDK.msp 5 MBArcSDE Java SDK SDE931sp1-JavaSDK.msp 10 MBArcSDE Java SDK SDE931sp1-JavaSDK-64.msp 7 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 server and direct connections)
If you connect to ArcSDE 9.3.1 Service Pack 1 from ArcGIS 9.3.1, you must install the corresponding 9.3.1 Service Pack 1 for your client product. The client updates contained in ArcSDE 9.3.1 Service Pack 1 are also included in ArcGIS 9.3.1 Service Pack 1. This is necessary to maintain version compatibility between the client and the server applications.
If you make a direct connection from a 9.3.1 client to an earlier release ArcSDE geodatabase, you need to install the ArcGIS Pre-9.3 geodatabase direct connect drivers.
If you connect to ArcSDE 9.3.1 using ArcInfo Workstation 9.3.1 please follow the steps below to install this Service Pack to your ArcInfo Workstation 9.3.1 software installation location:
-
- Before you start, make sure you have write access to the installation directory then download the appropriate compressed tar file to that location:
HP-UX sde931-sp1-esri-hp.tar.gz 10 MBIBM sde931-sp1-esri-ibm.tar.gz 9 MBLinux sde931-sp1-esri-lx.tar.gz 13 MBSolaris sde931-sp1-esri-slrs.tar.gz 9 MB - Gunzip and extract the specified tar file for your platform. Ensure that the last letters of the file name are ".gz". Otherwise, the gunzip command will not work. At the UNIX prompt type:
% cd <Workstation Installation Directory>/lib
(i.e. cd $ARCHOME)
% gunzip sde931-sp1-esri-<Platform>.tar.gz
% tar xvf sde931-sp1-esri-<Platform>.tar
- Before you start, make sure you have write access to the installation folder, then copy the zip file to that location:
sde931-sp1-esri-win.zip 12 MB - Use WinZip to extract the new files from sde931-sp1-esri-win.zip to the appropriate installation folder, see list below:
- ArcGIS Workstation - <installation-folder>\arcexe9x\bin
- ArcGIS Workstation - <installation-folder>\arcexe9x\bin
- Before you start, make sure you have write access to the installation directory then download the appropriate compressed tar file to that location:
How to identify which Service Pack is installed
- Windows
To find out what ArcGIS products are currently installed on your machine, download the PatchFinder931.exe utility and run it from your local machine. This utility provides a report detailing which ArcGIS products and 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 ArcReader
ArcGIS Desktop (ArcView, ArcEditor, ArcInfo) Includes the ArcReader fixes for the ArcReader FEATURE.
ArcGIS Desktop Developer Kit for the Microsoft .NET Framework, VB6, VBA and Visual C++
ArcGIS Engine Developer Kit for C++, the Java Platform, the Microsoft .NET Framework, VB6 and Visual C++
ArcGIS Engine Runtime
ArcGIS Help System for the Java Platform
ArcGIS Image Server
ArcGIS Military Analyst
ArcGIS Military Overlay Editor
ArcGIS Server for the Microsoft .NET Framework
ArcGIS Server for the Java Platform
ArcGIS Server Web ADF Runtime for the Microsoft .NET Framework
ArcIMS
ArcIMS Web ADF for the Microsoft .NET Framework
ArcIMS Web ADF for the Java Platform
ArcSDE
UNIX/Linux
To find out what ArcGIS products are currently installed on your machine, download and extract the PatchFinder utility and run it 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 Developer Kit for C++
ArcGIS Engine Developer Kit for the Java Platform
ArcGIS Engine Runtime
ArcGIS Server for the Java Platform
ArcGIS Help System for the Java Platform
ArcGIS Military Analyst
ArcGIS Military Overlay Editor
ArcIMS
ArcIMS Web ADF for the Java Platform
ArcInfo Workstation
ArcReader
ArcSDE
Extract the tar file by typing:
% tar xvf PatchFinder.tar
Run the utility by typing:
% ./PatchFinder
- ArcGIS ArcReader
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.
Download ID:1578
Get help from ArcGIS experts
Download the Esri Support App