Progress OpenEdge driver:

To add database connection to bklang you need to append/create those files. If your database names hostnames ports and file location are different then correct values

append to /bklang/etc/bk.ini:

[connector:qad]
DRIVER=progress
DATASOURCE=mfgdb
USER=mfg
PASS=mfg
#USER=sysprogress
#PASS=sysprogress
ODBCINI=${BASE}/etc/qad_odbc.ini
#ACCESS=readonly

[db:mfgdb]
REALNAME=mfgdb
CONNECTOR=qad

[db:admdb]
REALNAME=admdb
CONNECTOR=qad

Create file /bklang/etc/qad_odbc.ini file:

[mfgdb]
Driver=/apps/dlc/odbc/lib/pgoe27.so
HostName=localhost
PortNumber=24101
DatabaseName=mfgdb[-mdbq:wdevl]

[ODBC]
InstallDir=/apps/dlc/odbc

Add to: /apps/ee2018/build/config/configuration.properties

dbserver.qaddb.sql.port=24101

and you yab update

Create file: /apps/ee2018/databases/mfgdb.oesql.properties

[sql-configuration]
configuration-names-list=wdevl
[configuration.wdevl]
database-id-list=admdb
[database.admdb]
Name=admdb
Catalog=admdb
Location=/apps/ee2018/databases/admdb