Page 1 of 1

GAMS Ubuntu

Posted: Wed Sep 18, 2019 9:08 am
by NikosM
Hi,

I have installed GAMS for windows in Ubuntu via wine because in unix version the sql2gms tool does not work and I need it in order to upload data from an sql server database. Unfortunately although I have installed it successfully, when I am trying to run my code it shows an error when trying to connect to database. The error says "ole error 800401f3 adobd.connection" . Can someone help me to fix it?

Re: GAMS Ubuntu

Posted: Wed Sep 18, 2019 10:29 am
by bussieck
That won't work. Wine implements the Windows API not the overall Windows system, so not OLE or ODBC data connectors that are used by sql2gms.
-Michael