Creating an ArcSDE service on Windows using the sdeservice command

You can create and register an ArcSDE service on Windows servers from an MS-DOS prompt using the sdeservice command.

TipTip:

The sdeservice command is installed with the ArcSDE application server.

You must first execute the sdeservice command with the create operation. On all databases except Oracle, execute the sdeservice command again with the register operation to specify with which database this new service will be used.

The syntax to execute this against a geodatabase in Oracle is as follows:

sdeservice -o create -d ORACLE,SID –i <service> –p <ArcSDE_admin_password> 
[–n] [–H <sde_directory>] [–u <service_user>] [–P <service_user_password>] 
[–s <data_source>]

The contents in brackets ([ ]) are optional depending on your situation. For more information on using the sdeservice command, see the sdeservice command topic in the Administration Command Reference provided with the ArcSDE application server installation.

Steps:
  1. Open an MS-DOS command prompt window on a computer from which you have access to the ArcSDE commands.
  2. Type the sdeservice command with the create operation.

    The following example shows creating a service when ArcSDE and the database are installed on the same server. For syntax to use with the create operation when ArcSDE and the database are on separate servers, see Creating an ArcSDE service from a remote Windows server.

    sdeservice -o create -d ORACLE,ORA2 -i sdesvc 
    -p nopeeking -s myserver
    

    If you do not specify a name with the –i option, the default name of esri_sde is used.

    This step creates a registry key for that service.

10/4/2012