How to: |
Reference: |
Configuring the adapter consists of specifying connection and authentication information for each of the connections you want to establish.
You can configure the adapter from either the Web Console or the Data Management Console.
or
From the Data Management Console, expand the Adapters folder.
In the DMC, the Adapters folder opens. In the Web Console, the Adapters page opens showing your configured adapters.
The Add Adapter to Configuration pane opens.
The Adapter for Snowflake Cloud Data Warehouse is under the SQL group folder.
Logical name used to identify this particular set of connection attributes. The default is CON01.
A DSN-less connection is an alternative method for connecting to Snowflake Cloud Data Warehouse. When this parameter is selected, the adapter is configured by entering values for the Snowflake server, warehouse, default database, and default schema instead of a Data Source Name (DSN).
Specifies the full domain name for your account (provided by Snowflake). For example:
ar59294.us-east-1.snowflakecomputing.com
Specifies the default warehouse to use for a session initiated by the driver. For example:
QAWH
Specifies the default database to use for a session initiated by the driver. For example:
QATST
Specifies the default schema to use for a session initiated by the driver. For example:
R729999D
Is a valid Snowflake Data Source Name (DSN). There is no default DSN, you must enter a value. The DSN name should match the User, System, or File DSN configured in the ODBC Administrator on Windows, or the DSN entry in the $HOME/.odbc.ini file on Linux.
There are three methods by which a user can be authenticated when connecting to a database server:
Primary authorization ID by which you are known to the data source.
Password associated with the primary authorization ID.
Is used to add options to the connection string. For example, the tracing=0 parameter is required when no Snowflake ODBC traces are needed.
Select a profile from the drop-down menu to indicate the level of profile in which to store the CONNECTION_ATTRIBUTES command. The global profile, edasprof.prf, is the default.
If you wish to create a new profile, either a user profile (user.prf) or a group profile if available on your platform (using the appropriate naming convention), choose New Profile from the drop-down menu and enter a name in the Profile Name field (the extension is added automatically).
Store the connection attributes in the server profile (edasprof).
WebFOCUS | |
Feedback |