odbc - Connecting to Redshift with a .Net application deployed on Elastic Beanstalk -


i need connect redshift db in .net web application. installed required odbc driver on windows machine , working fine. when deploy application elastic beanstalk instance error:

error [im002] [microsoft][odbc driver manager] data source name not found , no default driver specified

is there configuration can on elastic beanstalk fix this? maybe need use driver? connection string looks this

"driver={amazon redshift (x86)};server={0};database={1};uid={2};pwd={3};port=5439;"

i have tried both x64 , x86 drivers without success


Comments

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -