•The
•The name that you will give for the server is the server alias you created with the “client network utility.”
•The
•If you have DB2 installed, you may need to rename the isql.bat file in the DB2 directory to isqldb2.bat, in order to prevent conflicts.
Creating an Audit database
•If desired, have the Database Administrator edit the cr_mssqldb_audit.sql script for the correct file size and placement.
•From a DOS command line, Run the scripts with the commands:
C:>isql -S <server_name> -U sa -i cr_mssqldb_audit.sql > auditdb.log
C:>isql -S <server_name> -d <audit_db> -U sa [-e] -i audit_mssql.sql > audit.log
C:>isql -S <server_name> -d <audit_db> -U sa -i audit_data.sql > auditseed.log
Creating a Learning Management System database
•If desired, have the Database Administrator edit the cr_mssqldb_lmm.sql script for the correct file size and placement.
•From a command window, run the scripts with the commands:
C:>isql
Creating a DS database(s)
•If desired, have the Database Administrator edit the cr_mssqldb_ds.sql script for the correct file size and placement.
•From a command window, run the scripts with the commands:
C:>isql
•Repeat these steps for each database instance that requires an delivery server database
JDBC Driver information
If you need to get copies of these drivers go to http://msdn.microsoft.com/downloads/.
Additional information about running scripts in different environments
The Learning Management System provides you with a variety of scripts for creating the Learning Management System databases in a variety of DBMS and OS environments. The following are some guidelines to keep in mind when running these scripts:
46 IBM Lotus LMS Release 1 Installation Guide