Hello SAS Users,
When I right click to validate a SASApp server in SAS MC, it's taking about 6-7 seconds to validate. Does anyone know why that would happen?
Not sure if the above issue is the reason why I am getting an error in my libname stmt connecting to Snowflake server.
LIBNAME mydblib snow server="abc.com" database=db_name warehouse=wh_name schema=schema_name
user="un_name" password="******";
ERROR: CLI error trying to establish connection: [Snowflake][Snowflake] (4) REST request for URL
failed: CURLerror (curl_easy_perform() failed) - code=52 msg='Server returned nothing (no headers, no
data)'.
ERROR: Error in the LIBNAME statement.