R Studio ODBC Error from GCP VM to Snowflake

R Studio and Python are both installed on GCP VM (8 CPU, 30 GB RAM) 50 GB physical storage, running Linux.

ODBC driver installed. Via command line isql can connect to Snowflake.

From in side of R Studio usin DBI::dbConnect(odbc:odbc(), dsn="DSN_NAME", UID = "SERVICE_ACCOUNT_NAME", pwd ="PASSWORD")

All the parameter submitted are valid

Receive ERROR nanodbc/nanodbc.cpp:1021:

Can this be a conflict between Python and R Studio.

Jupyter Notebooks using Python has no ODBC issue from the same GCP VM.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.