Scope limitations
- Domino only supports Microsoft SQL Server, Oracle, and Databricks Data Sources through the SAS/ACCESS interface to ODBC.
- Parameterized queries aren’t supported.
Prerequisites
- Your Data Sources must be created before you launch your Workspace. Restart your Workspace to see new Data Sources.
-
The environment must have the Arrow Flight SQL ODBC driver installed.
To install the Arrow Flight SQL ODBC driver, add the following lines to your Dockerfile.
Code snippet
The following SAS snippet shows you how to access Domino Data Sources using the SAS/ACCESS interface to ODBC and SQL pass-through to connect and send statements directly to the DBMS. Enter your Domino Data Source name in thedatasrc field.
Troubleshooting
Troubleshoot SAS errors by viewing the error message and stack trace in the SAS Studio UI log. Here are some common errors and solutions:- If a Data Source is created after launching the Workspace, it won’t generate an ODBC configuration causing the error, “Data source name not found and no default driver specified”. To resolve the error, restart the Workspace.
- The error “Flight returned internal error” indicates issues with the SQL statement or the use of an invalid SQL dialect.
Next steps
- After connecting to your Data Source, learn how to Use Data Sources.
- Share this Data Source with your collaborators.