SQL Server Database Installation Values

Prompt GEN value LOGAN value

The number of simultaneous database connections

This value is written to the Lawson ladb.cfg file, which contains parameters for Lawson database access. The default value provides a minimum configuration for installation purposes. You can tune values in ladb.cfg when the Lawson installation is complete.

20

Choose the database to use for this data area

The choices you see depend on what the installation program detects in the PATH variable on the Lawson server machine. If you do not see the database you plan to use in the list of choices, verify that the directory containing the command to start the database appears in your PATH.

The name of the SQL Server server to use

Before you install Lawson, SQL Server must be installed and configured. In SQL Server, this value is by default the name of the machine where the SQL Server is installed.

The name of the database on the server

Before you install Lawson, a database for Lawson data must be created in SQL Server. The database name must not exceed 20 characters.

The user ID to use when connecting to SQL Server

Depending on how you configured SQL Server, this value can either be a user defined in SQL Server or a Windows domain\user that has been set up with SQL Server permissions to create tables.

The password for the SQL Server user

If the user ID is a Windows domain\user, this is a Windows password. If the user ID was defined in SQL Server, use the SQL Server password defined for that user.

Enter the schema name to use when creating tables

Enter the schema name to be used to create tables.

Do you want to specify filegroups for tables and indexes?

If you choose YES, the install program will deliver Lawson data to filegroup locations that you specify. If you choose NO, SQL Server will choose where to place Lawson data.

The name of the filegroup to use when creating tables

You will not see this question if you answered NO to the question above.

The filegroup must be defined in SQL Server before you begin the Lawson installation. The name you enter here must match the case of the value defined in SQL Server

The name of the filegroup to use when creating indexes

You will not see this question if you answered NO to the question above.

The filegroup must be defined in SQL Server before you begin the Lawson installation. The name you enter here must match the case of the value defined in SQL Server.