Skip to content

ODBC, Log Directories, Docker-compose.yml update -INPLATFORM-283

Eric Schoville requested to merge odbc into master
  1. Add ODBC support. This is a very minimal addition that shouldn't impact anything else. I thought about creating a separate branch for ODBC, but I think it is OK to merge it into the main branch.
  2. Dockerfile now precreates the log file directories and the ext drivers directory for Data integration. The reason to precreate these is that these directories get set with the correct permission. Otherwise, when the agent starts the directories get created with the volume mount user and can cause permission issues.
  3. Update the docker-compose.yml file to show how to volume mount in the various log directories and ext directory and odbc.ini file.

For the log file locations, I checked both the ODMASDVLP and our EI Secure Agent, so hopefully I've got all of the log file locations that we'll need.

Edited by Eric Schoville

Merge request reports