Forum Post: Re: Sap Dataservices --> Redshift (amazon Wire Protocol Driver Error)

  • Thread starter Thread starter Sumit Sarkar
  • Start date Start date
Status
Not open for further replies.
S

Sumit Sarkar

Guest
The most common cause for these type of errors is due to ODBC environment settings picked up by the DS job. Here's an article on configuring DataDirect drivers with BODS: wiki.scn.sap.com/.../To configure DataDirect ODBC on Linux and Unix For Redshift, you would need to add /opt/Progress/DataDirect/ODBC_71_64bit/lib to the LD_LIBRARY_PATH For example, add the following environment settings to the session running the job service: ODBCINI=$LINK_DIR/DataDirect/odbc/odbc.ini LD_LIBRARY_PATH=$LINK_DIR/DataDirect/odbc/lib:/opt/Progress/DataDirect/ODBC_71_64bit/lib:$LD_LIBRARY_PATH export ODBCINI LD_LIBRARY_PATH

Continue reading...
 
Status
Not open for further replies.
Back
Top