I have problem with getting the driver to work for linux.
i am using debian at the moment but i have also tested the same approach for ubuntu.
i follow the guide https://blogs.sap.com/2020/06/01/sap-sql-anywhere-tips-odbc-setting-on-linux/
but...
Yes, that was the problem. Thank you.. Now it works with the standard unixODBC and i manage to source the environment in to the node-red container as well.
it is working now, thank you.. after setting the env variables and not running as sudo i get connection, now i just need to add this to the docker compose to expose it to node-red
this is the outputfrom the lib64 folder:driver settings and connection test:The plans is to use the odbc connection via node-red to the database yes.. i do this already using node-red on a windows machine but i want to move it to a docker container r...
how will i test the connection without any console tools ? I will be using the linux dist in a docker running node-red to be able to query the database from node-red.I have tried using the latest unixODBC version but i get the same result.. i have tr...
Now i have remove unixodbc and reinstalled sqlanywhere i can however not test it since i don't have dbisql only dbisqlc which fails to run with error :Error at line 1Unable to initialize screen routinesHere is the ouput for the driversdaniel@AUTO-NB6...