Hi All,
First time for me to write a ticket on SAP community Network, so excuse me in advance if I'm wrong topic.
I'm trying to load data in SAP HANA from SQL SERVER 2012 database, using SSIS ETL.
I set the ODBC driver for HANA on Microsoft server and I set a data base source system on Windows (C:\Windows\SysWOW64\odbcad32.exe - data source system) and it works fine (64 bits).
I developped a SSIS treatment which load data in SAP HANA from SQL Server using ODBC driver; component : ADO.NET.
It works but it takes a lot of time ...
I tried to developp the same treatment (using ODBC driver) with ODBC component (not ADO.NET. component) but I have the below error message :
Erreur sur Tâche de flux de données [ODBC Destination [47]] : Une erreur s'est produite lors de la tentative d'obtention d'informations de schéma. state: 'S1000'. Native Error Code: -10304. [SAP AG][LIBODBCHDB32 DLL][HDB] General error;-10304 Parameter/Column (5) not bound.
If I change the destination target, I have the same message : Parameter/Column (5) not bound. This error message is not relative to target table ...
Have you an idea ?
Thank you in advance.