msodbc17 installation error [IM004][unixODBC][Driver Manager]Driver’s SQLAllocHandle on SQL_HANDLE_HENV failed on cloud deployment
Im working on cloud native solution, in which I’m having a project pod in which project using mssql database. Also, im executing an installation pod for mssql which uses ubuntu image and install the necessary msodbc17 driver. after the installation im copying the lib files to project pod. and ENV ODBCINI and ENV ODBCSYSINI is set still im unable to access the database when i execute the project.