I am trying to load a flat file to a HANA table. I set up the data store using a 64-bit HANA ODBC connectio and I was able to import metadata. However, when running the job, I get the following error:
5728 | 4968 | CON-120302 | 11/11/2015 23:20 | |Session TRADEPROMO |
5728 | 4968 | CON-120302 | 11/11/2015 23:20 | ODBC call <SQLDriverConnect> for data source <HLD> failed: <[Microsoft][ODBC Driver Manager] Data source name not found and no |
5728 | 4968 | CON-120302 | 11/11/2015 23:20 | default driver specified>. Notify Customer Support. |
I'm not sure why it keeps saying data source name not found when I know it's there and works (since it was able to pull the metadata for the target table). The ODBC connection is set up on the same server Data Service is installed on.
If I set up the data store to use DSN-less connection, I get the following error:
2588 | 1748 | CON-120307 | 11/11/2015 11:25:10 PM | |Session TRADEPROMO |
2588 | 1748 | CON-120307 | 11/11/2015 11:25:10 PM | ODBC call <SQLDriverConnect> to connect database <> failed with error: <[Microsoft][ODBC Driver Manager] Data source name not |
2588 | 1748 | CON-120307 | 11/11/2015 11:25:10 PM | found and no default driver specified>. Use the ODBCDriverSelector (Windows) or DSConnectionManager.sh (UNIX) utility in |
2588 | 1748 | CON-120307 | 11/11/2015 11:25:10 PM | LINK_DIR/bin to configure the correct version of the driver. If the problem still exists after selecting the correct version of |
2588 | 1748 | CON-120307 | 11/11/2015 11:25:10 PM | the driver, notify Customer Support. |