| 1. |
Create the course directory on the web server in a location that is accessible via the intranet. |
| 2. |
Copy all the directories from the CD-ROM to the new course directory. |
| 3. |
In the Admin folder, remove the "Read Only" attribute on systransferout.asp |
| 4. |
Using an HTML editor or Notepad, edit the connection strings sConn, sConnTrans, and sConnTransfer to display
the correct SQL server and login information. Replace the "Read Only" attribute on the file.
|
| 5. |
In the Global folder, remove the "Read Only" attribute on "oConn.asp." Using an HTML editor or Notepad, edit
strConnection to display the correct SQL server and login information. Replace the "Read Only" attribute on the file.
|
| 6. |
Create a temporary folder on the SQL server. Copy the files "Transfer" and "TrainingWeb.sql" from the installation
CD-ROM to that folder. |
| 7. |
On the SQL server, using Enterprise Manager, create a new database named "TWTrack." Set the initial size to 5 MB.
 |
| 8. |
With Query Analyzer, found under "Tools" in the Enterprise Manager, browse to the temporary folder and select "TrainingWeb.sql." In the top line of the script, verify that it states "USE TWTrack" and then run the script. Verify in the Results screen that there are no errors.
|
| 9. |
With Enterprise Manager, select the server that contains the TWTrack database. Click on Tools, then Restore Database. In the option for Restore as Database, type in "transfer". Under the Restore option, click on the radial button "From device." Then click the "Select Devices
" button. In the Choose Restore Devices window click the Add button and browse to your temporary directory and select "transfer". Click OK twice to return to the Restore Database window.
|
| 10. |
Click the Options tab. In the "move to physical file name column" modify the path to the "transfer.mdf" file to reflect your temporary directory. Do the same for the "transfer_log.ldf" file. Click OK. Verify that there were no errors in the Restore Progress window. Close Enterprise Manager.
|
| 11. |
Using a browser, in the address field type in the virtual path to the "sysTransferOut.asp" file.
|
| 12. |
In the browser window, select the course(s) you wish to install and click the Upload Core Data button. In the Results section, verify that there are no errors.

After the core data is completed, click on the Upload Course Data button. In the Results section, verify that there are no errors.

|
| 13. |
In your browser's address bar, type the virtual path to "sysLogin.asp" in the admin directory. Login using "admin" for the Login and "admin" for the Password.
 |
| 14. |
For instructions on configuring companies, courses, and users, refer to the TrainingWeb Course Manager Help section. This can be found by clicking on the question mark icon in the upper left corner of the Course Manager window.
 |
|