Setting up the Database
All of the required RDBMS setup and loading was done when you installed Infor Lawson Core Technology and Lawson applications on the master server. Secondary servers will point to the same RDBMS instances and schemas.
You must ensure that the following requirements for secondary servers
are met:
-
Database clients on each secondary server must be identical.
-
The database must be running.
-
The following database variables must be set on each Lawson server.
Variable Oracle Example DB2 Example SQL Server Example Database_HOME
The directory where the database is installed. Required to pass install validation
%ORACLE_HOME% %DB2HOME% must equal %DB2INSTANCE%\sqllib, the sqllib subdirectory in the home directory of the DB2 instance owner. %MSSQL_HOME% PATH
Must contain the directory location of the database client command
PATH=%ORACLE_HOME%\bin;%PATH% PATH=%DB2HOME%\bin;%PATH% PATH=%MSSQL_HOME%\80\Tools\BINN;%PATH%