Skip To Content

Connect to Netezza from ArcGIS

To connect to IBM Netezza Data Warehouse Appliance from ArcGIS clients, install and configure the Netezza ODBC driver on the ArcGIS client machines and create a connection file.

IBM Netezza Data Warehouse Appliance is deprecated at this release.

To publish ArcGIS Server map services that reference the data in Netezza, you also need to register a database connection file with the ArcGIS Server site. Follow the instructions to create a connection file in ArcGIS Pro or ArcMap, and use that file to register the database.

Connect from ArcGIS Pro

To connect from an ArcGIS Pro project to Netezza, install the Netezza ODBC driver on the ArcGIS Pro machine, configure it, and create a database connection.

See the Netezza Data Warehouse Appliance system requirements for supported versions of the driver.

Install and configure the Netezza ODBC driver

  1. Obtain the Netezza ODBC driver from Netezza and install the 64-bit version on all ArcGIS Pro machines.

    Netezza provides a single installation file; you choose whether to install 32 bit, 64 bit, or both when you run the file.

  2. Configure the driver character set.
    • If you will be using the legacy Netezza Spatial Package, set the driver to Optimize for ASCII character set during ODBC driver installation.
    • If you will be using the Netezza Spatial Esri Package, do not set the driver to Optimize for ASCII character set during ODBC driver installation.
  3. If you want to connect to the database using an ODBC data source name, configure one now.

    If you set an ODBC data source name for the database, use the same name when configuring all Netezza ODBC clients to that same database. For example, if you configure a data source name for the Netezza ODBC driver on your ArcGIS Pro machines, set the same data source name for the Netezza ODBC driver on all your ArcGIS Server machines. If you do not do this, registration of the database with ArcGIS Server will not work properly, as it compares the connection strings of the data being published and the database that is registered.

    If you set an ODBC data source name for the database, use the same name when configuring all Netezza ODBC clients to that same database.

Connect to the database

Add a database connection using the Database Connection dialog box or Create Database Connection tool. The following steps describe using the Database Connection dialog box.

  1. Right-click Databases in the Catalog pane and click New Database Connection.
  2. Choose Netezza from the Database Platform drop-down list.
  3. In the Data source text box, type the ODBC data source name you configured for Netezza. If you did not configure an ODBC data source name, type the following connection string instead. The syntax is as follows:

    ServerName=<host>;Port=<port number>;Database=<database name>

    Provide the information appropriate to your Netezza data warehouse appliance.

    For example, if your Netezza data warehouse appliance runs on a server named production, the port number used to communicate with the database is 2000, and the database name is analysisdata, type ServerName=production;Port=2000;Database=analysisdata.

  4. Choose the type of authentication method your data warehouse appliance uses: either Database authentication or Operating System Authentication.
  5. If you use database authentication, provide a valid database user name and password in the User name and Password text boxes, respectively.
  6. Uncheck Save user name and password if you prefer not to save your login information as part of the connection; doing this can help maintain the security of the database. However, if you do this, you will be prompted to provide a user name and password every time you connect.

    Note:

    Save user name and password must be checked for connection files that provide ArcGIS services with access to the database, or if you want to search ArcGIS Desktop to locate data accessed through this connection file.

  7. Click OK to connect.

Connect from ArcMap

To connect from ArcMap to Netezza, install the Netezza ODBC driver on all ArcMap machines, configure it, and create a connection file in the Catalog tree.

See the Netezza Data Warehouse Appliance system requirements for supported versions of the driver.

Install and configure the Netezza ODBC driver

  1. Obtain the Netezza ODBC driver from Netezza and install the 32-bit version on all ArcMap machines.

    Netezza provides a single installation file; you choose whether to install 32 bit, 64 bit, or both when you run the file.

  2. Configure the driver character set.
    • If you will be using the legacy Netezza Spatial Package, set the driver to Optimize for ASCII character set during ODBC driver installation.
    • If you will be using the Netezza Spatial Esri Package, do not set the driver to Optimize for ASCII character set during ODBC driver installation.
  3. If you want to connect to the database using an ODBC data source name, configure one now.

    If you set an ODBC data source name for the database, use the same name when configuring all Netezza ODBC clients to that same database. For example, if you configure a data source name for the Netezza ODBC driver on your ArcMap machines, set the same data source name for the Netezza ODBC driver on all your ArcGIS Server machines. If you do not do this, registration of the database with ArcGIS Server will not work properly, as it compares the connection strings of the data being published and the database that is registered.

Connect to the database

Add a database connection using the Database Connection dialog box or Create Database Connection tool. The following steps describe using the Database Connection dialog box.

  1. Expand Database Connections in the Catalog tree in ArcMap or ArcCatalog and double-click Add Database Connection.
  2. Choose Netezza from the Database Platform drop-down list.
  3. In the Data source text box, type the ODBC data source name you configured for Netezza. If you did not configure an ODBC data source name, type the following connection string instead. The syntax is as follows:

    ServerName=<host>;Port=<port number>;Database=<database name>

    Provide the information appropriate to your Netezza data warehouse appliance.

    For example, if your Netezza data warehouse appliance runs on a server named production, the port number used to communicate with the database is 2000, and the database name is analysisdata, type ServerName=production;Port=2000;Database=analysisdata.

  4. Choose the type of authentication method your data warehouse appliance uses: either Database authentication or Operating System Authentication.
  5. If you use database authentication, provide a valid database user name and password in the User name and Password text boxes, respectively.
  6. Uncheck Save user name and password if you prefer not to save your login information as part of the connection; doing this can help maintain the security of the database. However, if you do this, you will be prompted to provide a user name and password every time you connect from desktop clients.

    Note:

    Save user name and password must be checked for connection files that provide ArcGIS services with access to the database, or if you want to search ArcGIS Pro to locate data accessed through this connection file.

  7. Click OK to connect.

A file is created in \\<computer_name>\Users\<user_name>\AppData\Roaming\ESRI\Desktop<release#>\ArcCatalog.

You can move the connection to another location; just be sure users and applications that need to make a connection have read access to the directory where you place the connection file.

If you use the data from this connection as the source for a service, such as a geoprocessing or geocoding service, you may need to place the connection file in a shared location on your network. See Make your data accessible to ArcGIS Server for more information about sharing a connection file.

Connect from ArcGIS Server

You can publish map services that contain data from Netezza. Before you can publish a map service, install and configure a 64-bit Netezza ODBC driver on each machine in your ArcGIS Server site, and register the database with the site. If ArcGIS Server is running on Linux, you also need to configure the init_user_param.sh file to use the Netezza ODBC driver.

Install and configure the Netezza ODBC driver

  1. Obtain the Netezza ODBC driver from Netezza and install the 64-bit version on the each machine in the ArcGIS Server site.

    Netezza provides a single installation file; you choose whether to install 32 bit, 64 bit, or both when you run the file.

  2. Configure the driver character set.
    • If you will be using the legacy Netezza Spatial Package on a Microsoft Windows operating system, set the driver to Optimize for ASCII character set during ODBC driver installation.
    • If you will be using the legacy Netezza Spatial Package on a Linux operating system, set the following parameters in the odbcinst.ini file after ODBC driver installation:
      • UnicodeTranslationOption = utf16
      • CharacterTranslationOption = latin9
    • If you will be using the Netezza Spatial Esri Package on a Windows operating system, do not set the driver to Optimize for ASCII character set during ODBC driver installation.
    • If you will be using the Netezza Spatial Esri Package on a Linux operating system, set the following parameters in the odbcinst.ini file after ODBC driver installation:
      • UnicodeTranslationOption = utf16
      • CharacterTranslationOption = all
  3. If connecting from an ArcGIS Server site on Linux, do the following on each machine in the site:
    1. Open the init_user_param.sh script found in the /arcgis/server/usr directory of the ArcGIS Server installation directory.
    2. Uncomment and set the LIB_ODBC_DRIVER_MANAGER variable to the location of the Linux ODBC driver manager file.

      For example, export LIB_ODBC_DRIVER_MANAGER=$HOME/bin/libodbc.so

    3. Place the Netezza ODBC connection files in the ArcGIS Server user's $HOME directory. The files must be named .odbc.ini and .odbcinst.ini.
    4. If ArcGIS Server was already running before you set up the Netezza connection, restart ArcGIS Server by running the startserver.sh file on each machine.
  4. If you want to connect to the database using an ODBC data source name and you have not already configured one, do so now.

    If you set an ODBC data source name for the database, use the same name when configuring all Netezza ODBC clients to that same database. For example, the Netezza ODBC driver on your ArcGIS Desktop machines must use the same data source name as the Netezza ODBC driver on all your ArcGIS Server machines. If you do not do this, registration of the database with ArcGIS Server will not work properly, as it compares the connection strings of the data being published and the database that is registered.

Alter the init_user_param.sh script (Linux only)

Once you have installed the database client files, alter the init_user_param.sh script installed with ArcGIS Server to reference the client files. You can access this script by browsing to the <ArcGIS Server installation directory>/arcgis/server/usr directory.

  1. Ensure that the ArcGIS Server installation owner on each machine has at least read and execute permissions on the database client libraries.
  2. Open the init_user_param.sh script in a text editor.
  3. Remove the comment mark (#) from this line:

    # export LIB_ODBC_DRIVER_MANAGER=<Location_to_libodbc.so>/libodbc.so

  4. Replace <Location_to_libodbc.so> with the location of the Linux ODBC driver manager.
  5. Save and close the script.
  6. After you have configured the init_user_param.sh on each machine in your ArcGIS Server site, run the startserver.sh script on each machine to restart ArcGIS Server.

    ./startserver.sh

Register the database

If you want your map services to use the data in your Netezza data warehouse appliance rather than using a copy of the data created at the time of publishing, register Netezza with your ArcGIS Server sites. See Manage registered data stores in the ArcGIS Pro help or Register your data with ArcGIS Server using Server Manager for instructions.