To configure the ASP script for your database installation

  1. Copy the script to a configuration file.

    At a command prompt, type:

    cp %GENDIR%\bin\add_asp_da.pl %LAWDIR%\system\add_asp_da.cfg

    The data area files are created using the data area name as the schema name.

  2. Locate the section for the Microsoft SQL Server database and modify the following parameters:
    Value Description
    msfbin The SQL Server executable directory.
    msfpw The password for the SQL server.
    msfserver The SQL server name where the database should be created.
    msfpridir The directory where the file for the PRIMARY filegroup should be located.
    msfpriattr Any attributes to use when defining this file.
    msfdatdir The directory where the file for the filegroup used for table data should be located.
    msfdatattr Any attributes to use when defining this file.
    msfidxdir The directory where the file for the filegroup used for index data should be located.
    msfidxattr Any attributes to use when defining this file.
    msflogdir The directory where the file for log data should be located.
    msflogattr Any attributes to use when defining this file.
  3. Save the script.