Hello, Highly appreciate your prompt response. Here is the information you have asked for. libname snowlib snow server="XXXXX.snowflakecomputing.com"
schema=my_test_schema
user='USER_ID'
pw='my_pw'
database='my_test_db'
warehouse='my_test_wh'
readbuff=32767
insertbuff=32767
dbcommit=0;
data snowlib.TEST_TABLE_IN_SNOWFLAKE;
set <input_sas_dataset_containing_foreign_characters>; run; Error message in log is as below: NOTE: There were 1 observations read from the data set <input_sas_dataset_containing_foreign_characters>. ERROR: During insert: [Snowflake][Snowflake] (4) REST request for URL https://XXXXX.snowflakecomputing.com:443/queries/v1/query-request?requestId=<removed>&request_guid=<removed>&clientStartTime=1723575891558 failed: HTTP error (http error) - code=400. NOTE: The data set snowlib.TEST_TABLE_IN_SNOWFLAKE has 0 observations and 10 variables. Encoding is LATIN1 both on local and app server.
... View more