What Is the Lawson Database Interface Configuration File?

The database interface configuration file is used to specify how Landmark accesses the database. It includes values such as the database server, name, port, and login information. The file is initially populated with the values you entered when you installed Landmark or your Landmark application.

The file location is:

$LARUNDIR/DATAAREA/db.cfg

Changes in the database interface configuration file take effect without stopping or starting the database.

Example: Lawson db.cfg file with a single database

[COMMON]
ARRAYBUFSIZE=10
INSERTBUFSIZE=10

[ORADB]
DBSERVER=dbhost.lawson.com
PORT=50000
ORACLE_HOME=/opt/sql/oracle/app/oracle/product/ora18
# Use ORACLE_HOME if you are using the TNS_NAMES file;
# otherwise use ORACLE_SID=ora18
LOGINNAME=lawson
PASSWORD=lawsonpw