PROBLEM
If the portal's hosting server runs on Linux machines, you must install the latest Snowflake 64-bit ODBC driver on each machine in the GIS Server site and configure the init_user_param.sh script on each machine to access the drivers. In ArcGIS Enterprise 11.0, additional configuration is required in the init_user_param.sh script. If this is not configured correctly, registering a Snowflake cloud data warehouse with ArcGIS Server fails.
In ArcGIS Enterprise 11.0, a second export line is required in the init_user_param.sh script.
In ArcGIS Enterprise 11.0, configure the init_user_param.sh script on each machine to access the drivers:
To connect to a Snowflake cloud data warehouse, install and configure client files to implement communication between ArcGIS and Snowflake and create database connection files from ArcGIS Pro. To publish web layers, the database connection files must be registered with the ArcGIS Enterprise portal's hosting server site.
You must install the drivers on each machine in the GIS Server site. If the portal's hosting server runs on Linux machines, it is also necessary to configure the init_user_param.sh script on each machine. Alter the init_user_param.sh script installed with ArcGIS Server as described in the documentation ArcGIS Server: Connect to Snowflake from ArcGIS.
# Modify this section to configure a connection to Snowflake Data Warehouse # # ----------------------------------------------------------------------- export LIB_ODBC_DRIVER_MANAGER=<Location_to_ODBC_driver_manager_libraries>/libodbc.so.2
# # ----------------------------------------------------------------------- export LIB_ODBC_DRIVER_MANAGER=<Location_to_ODBC_driver_manager_libraries>/libodbc.so.2 export LD_PRELOAD=$LD_PRELOAD:$LIB_ODBC_DRIVER_MANAGER:<Location_to_libSnowflake.so>/libSnowflake.so
In ArcGIS Enterprise 11.0, if the second export line is not added to the init_user_param.sh script in the ArcGIS Server machine(s), registering the database connection fails in ArcGIS Pro, ArcGIS Server Manager or in ArcGIS Enterprise portal.
Article ID: 000028350
Get help from ArcGIS experts
Download the Esri Support App