Hello everyone! I am experiencing the same problem as a person in this theme: (https://communities.sas.com/t5/Base-SAS-Programming/SAP-HANA/m-p/277026/highlight/true#M55574) When I try to connect to SAP Hana database with ODBC connector using connection string in SAS DI, it throws an error: ERROR: CLI cursor fetch error: [SAP AG][LIBODBCHDB DLL][HDBODBC] General error;-10427 Conversion of parameter/column (3) from data type NVARCHAR to ASCII failed This error is definitely the Unicode one, because I can’t import some columns with Unicode symbols while others are well imported. When I connect to SAP Hana with Metadata Server, it imports all needed tables, but throws an error which is attached. Could somebody explain step by step approach to solve this problem? Many thanks in advance.
... View more