What is a direct connection to a geodatabase in Informix?

A direct connection to a geodatabase is one that is made using the database management system's (DBMS) connection methods and direct-connect drivers in the client application. The connection is made directly from the client to the DBMS without the use of an ArcSDE service. Direct connections are also known as two-tiered connections.

When you use a direct connection to the geodatabase, most of the processes that would have taken place on the server are now going to take place on your client machines. In addition, certain limits that would be enforced by ArcSDE when making a connection through an ArcSDE service, such as password length, are instead enforced by the DBMS.

Some examples of when you would use a direct connection include the following:

Some instances for which you would not use a direct connection include the following:

For information on how to configure a client to make a direct connection, see Setting up a direct connection to Informix.

TipTip:

ArcSDE writes error messages to the sdedc_<dbms>.log file. If you have the SDEHOME environment variable set, this file is written to the etc directory in this location. If you have an etc directory in your ArcGIS installation location, the file is written there. If you have neither of these, the log file is written to the temp directory.

What happens when a client application makes a direct connection to the DBMS in which an ArcSDE geodatabase is stored?

The following sequence of events occurs when an ArcSDE client application connects directly to the DBMS.

Related Topics


8/19/2013