Setup a Training Database?
From FutureIT Wiki
Overview
A kwiklook Installation may be setup to use more than One database. An additional kwiklook Database is typically used for Training or Demonstration purposes.
Procedure
- Create a database under SQL Server titled ‘kwiklook_Training’.
- Create a new folder in the kwiklook shared directory on the app server titled ‘Database_Training’ (next to Database). Copy the contents of Database into Database_Training.
- Perform a backup of the kwiklook Database under SQL Server and restore it to Database Training.
- Create a new kwiklook.ini file (in the kwiklook folder) titled kwiklook_Training:
- Open the new ini file and update the path to Database ‘Database_Training’.
- Change the parameter AutoLogon=1 to AutoLogon=0 – under the ‘[Database]’ section.
- Add command line ‘Mode=Training’ under the ‘Default’ section.
- Save changes.
- Copy the existing kwiklook desktop shortcut to create a new one. Edit the shortcut properties as follows:
- Name the shortcut ‘TRAINING kwiklook’ or similar.
- Add the name of the new *ini file to the end of the ‘Target’ path as follows: ##I=".\..\kwiklook_Training.ini". For example: C:\kwiklook\Program\KLoader.exe kwiklook.exe ##I=".\..\kwiklook_Training.ini".
- Save changes.
- Start kwiklook Training:
- Select the TRAINING kwiklook shortcut on the desktop.
- In the Database field of the SQL Database Connection Manager window, change the Database name to the name of the Training database ‘kwiklook_Training’.
- Select ‘Connect’ and logon.
- kwiklook opens and displays the Training wallpaper clearly indicating that kwiklook is in training mode.
- Exit and close down kwiklook to exit Training mode.