Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you want a Task to retrieve data from a database then you will first need to add a Connections entry for the database.

...

Info
titleArcSDE

If you wish to connect to an SDE database then the following must be in place;

  • The required ESRI dll files must be discoverable in the server's PATH. This can occur through Installation of ESRI's ArcSDE SDK or ArcGIS. The files in question are: 
    • icudt52.dll
    • icuin52.dll
    • icuio52.dll
    • icuuc52.dll
    • msvcr71.dll
    • pe.dll
    • sde.dll
    • sg.dll.
  • Move D:\Astun\Tools\OGR\plugins\unused\ogr_SDE.dll to D:\Astun\Tools\OGR\plugins\
  • Check that SDE is available by running ogrinfo --formats in the command line and SDE should now be listed.
  • You may find it useful to download ArcExplorer as this install contains all the necessary dll files listed above.

...

The database connection dialog has the following available properties; whether these properties are required is defined by the particular database type.

Connection

Name

This is the unique name that you wish to give your database connection. It is advisable to call is something relevant as this name will be used to populate list box selections when creating Tasks.

Server

This is the name of the server where the database resides.

Instance

This is the name of the instance and is only required for SDE databases.

Database

This is the actual name of the database. In the case of an Oracle database this should match the entry in your TNSNAMES.ora.

Port

The port number being used.

Username

This is the Username for the Workflow to access the database.

Password

This is the password for the above Username. 


Click on the Test Connection button to test your entries. Clicking Refresh Connection will refresh your connection.