To configure the ASP script for your database installation
- Copy the script to a configuration file.
At a command prompt, type:
cp %GENDIR%\bin\add_asp_da.pl %LAWDIR%\system\add_asp_da.cfgThe data area files are created using the data area name as the schema name.
- Locate the section for the Microsoft SQL Server database and modify the following parameters:
Value Description msfbinThe SQL Server executable directory. msfpwThe password for the SQL server. msfserverThe SQL server name where the database should be created. msfpridirThe directory where the file for the PRIMARY filegroup should be located. msfpriattrAny attributes to use when defining this file. msfdatdirThe directory where the file for the filegroup used for table data should be located. msfdatattrAny attributes to use when defining this file. msfidxdirThe directory where the file for the filegroup used for index data should be located. msfidxattrAny attributes to use when defining this file. msflogdirThe directory where the file for log data should be located. msflogattrAny attributes to use when defining this file. - Save the script.