Creating a shortcut on the Server |
|
|
Author: Lance Darwent
Date: October 2009
Revised: October 2009
Audience: IT
Summary: Creating the LegalSuite Shortcut on the LegalSuite Server.
CONTENTS:
· Introduction
· Step 1: Creating the LegalSuite shortcut.
· Appendix A – Determining the target line and SQL String of the shortcut.
Introduction:
This whitepaper will help you create the LegalSuite shortcut on the SERVER machine after installing
Microsoft SQL Server 2005 Express.
Step 1: Creating the LegalSuite Shortcut
1.1 Right-Click on your Windows desktop.
1.2 Move your mouse down to “New”
1.3 From the expanded menu, select “Shortcut” as illustrated below:

The following screen will appear:

1.4 In the text box you will need to type the following:
String= C:\Lsuite\LSW\lsw.exe “SQLlogin=LanceD\sqlexpress,,ls123,password123”
If LegalSuite is not installed using the default values then the above target would need to be in the
following format;
%ROOT%\Lsuite\LSW\lsw.exe “SQLlogin=%COMPUTERNAME%\%INSTANCENAME%,
,%DBUSERNAME%,%DBPASSWORD%”
[Please see appendix A for a more descriptive explanation]
1.5 Once you are sure that you path is correct, click on the “Next” button as shown below:

The below screen will appear:

1.6 Change the name in the text box to: LegalSuite and click “Finish”

You will now have a new LegalSuite Shortcut on your desktop of this machine:
: 
Appendix A
Determining the target line and SQL String of the shortcut.
The LegalSuite shortcut is made up of the following components:
· The path to lsw.exe
· The SQL connection string
For the target line:
%ROOT%\Lsuite\LSW\lsw.exe “SQLlogin=%COMPUTERNAME%\%INSTANCENAME%,,%DBUSERNAME%,%DBPASSWORD%”
%ROOT% - This is the drive that LegalSuite is installed on.
%COMPUTERNAME% - This is the computer name of the machine where LegalSuite is installed.
%INSTANCENAME% - This is the instance name given to the Microsoft SQL Server during the installation of Microsoft SQL Server
[Default is SQLEXPRESS]
%DBUSERNAME% - This is the user name assigned to the LegalSuite database at the point that setupdb.exe was used to attach the LegalSuite database.
[Default is ls123]
%DBPASSWORD% - This is password assigned to the LegalSuite database at the point that setupdb.exe was used to attach the LegalSuite database.
[Default is password123]