|
Team Pro
Setup Instructions for MS SQL 7.0
Using Team Pro with MS SQL 7.0
This page contains Team Pro setup instructions for MS SQL
7.0. Instructions for other databases can be found
here:
SQL 7.0 instructions can also be downloaded in MS
Word or Adobe
Acrobat 4.0 format.
Once you have your SQL Server in place, and have the SQL
client software installed on all Team Client PCs, you are ready
to set up your Team Pro database.
The following basic steps are required for setting up your
SQL Server and SQL Database.
Install/Configure
Microsoft SQL Server 7.0
Install Microsoft SQL Server v7.0 on to a server running
Windows NT 4.0 Service Pack 4 or later.
Prior to running Team with SQL 7.0, you must make sure that
the MS SQL 7.0 Client software is installed on all client PCs
that will be running Team Pro for SQL 7.0.
Once the SQL Server is installed, use the Windows Start menu
to select and start the SQL Enterprise Manager from the Microsoft
SQL Server 7.0 program group to set up your SQL database.
Register
Your SQL Server
To register your SQL Server:
- Click on your Server Group to open the Getting
Started Taskpad.
- Select Administer SQL Server.
- Select Register a Server, then use the Wizard
to:
- Enter your Server Name and select Add>
.
- Select the appropriate Authentication Mode
(use the default).
- Select the Server Group you want to
register your server in.
Create the SQL
Database
To create your SQL Database:
- Expand your MS Server Tree to Databases on
your server.
- Right-click on Databases and select New
Database.
- In the General Tab, enter your database name
(ie. teamlog).
- Select the Data Files tab.
- Enter an initial database size = 100 MB.
- Select OK to create your database.
** you can use the defaults for all other settings when
creating the database **
Create the SQL
Database Login for Team
To create the SQL Database login for Team:
- From the left browser panel, select the server.
- Select the Security folder.
- Right-click on Logins.
- Select New Login…
- From the General Tab, create a new login with:
Name = team (lowercase)
SQL Server Authentication = checked
Password = team
Database = teamlog
Language = (default)
- Select OK.
Set Access and
Permissions for the Database
To set proper access and permissions for the database:
- From the left browser panel, select the Security
folder, then:
- Select Logins.
- Right-click on the team login and select Properties.
- Select the Database Access Tab.
- Select the teamlog database, then select public
for the access.
- From the left browser panel, select the Databases
folder, then:
- Right-click on the teamlog database and
select Properties.
- Select the Permissions Tab.
- Select all the permissions for the team
login as follows:
Create table
Create view
Create SP
Create Default
Create Rule
Backup DB
Backup Log
- Select OK.
Test Your
Connection Using Query Analyzer
Test your connection using the Windows Start menu to select
and start the Query Analyzer from the Microsoft SQL
Server 7.0 program group.
Once the program is started:
- Select your server.
- Select Use SQL Server authentication.
- Enter the Login Name: team.
- Enter the Password : team.
- Select OK.
- Once the connection is established, test it by entering
the following command in the Query Tab:
select @@version
- Select the Execute Query button (green arrow) and
if you see information similar to:
Microsoft SQL Server 7.00 - 7.00.623 (Intel
X86)
Nov 27 1998 22:20:07
Copyright (c) 1988-1998 Microsoft Corporation
Standard Edition in Windows NT 4.0 (Build 1381: Service
Pack 4)
Your connection is good.
Connect Team To Your
SQL Database
To connect Team to your SQL Database:
- Select Admin | Database Utility from the TeamView
or Work Request menus or start
TEAM Database Utility from the Alexsys Team
Program Group to open the Alexsys Team Database
Utility. Remember to log off of Team after you open
the Database Utility.
- Select the SQL Setup category from the Alexsys
Team Database Utility window (see figure below).
Alexsys Team Database Utility - SQL Setup
- Select the Server Type (i.e. MS-SQL).
- Enter the Host Name (i.e. Server_2).
- Enter the Server Name (i.e. Server_2).
- Enter the Database Name (i.e. Log).
- Enter the User Name (i.e. team in lowercase).
- Enter the Password.
- Select the Connect button.
If Team can connect to your SQL database on the SQL server, Connected
will be displayed in the area next to the Connect button.
Upload Your Existing Team
Database to SQL
When you are ready to run Team using your SQL database, you
must connect Team to the SQL server and upload your database to
SQL. Once this is done and you do one final test to check your
connection to SQL using Team, you can force all users to run Team Pro
by switching the active database to SQL.
To connect to the SQL database and upload your existing data:
- Select Admin | Database Utility from the TeamView
or Work Request menus or start
TEAM Database Utility from the Alexsys Team
Program Group to open the Alexsys Team Database
Utility. Remember to log off of Team after you open
the Database Utility.
- Select the SQL Setup category from the Alexsys
Team Database Utility window.
- Select the Connect button.
- Once connected, select the Upload to SQL button
to upload your existing standard Team database to your
SQL database.
 |
You must be running with the Standard database as
the active database in order to upload your database to SQL. You do not want to make SQL
your active database at this time. |
- Once uploaded, select Cancel to close the Alexsys
Team Database Utility.
Test Your
Connection to Team Pro
Once you have uploaded your SQL database using the SQL Setup
Utility, you can perform another test using Team without forcing
all users to run SQL:
- Alter the
Team shortcut on your desktop by adding an /SQL
parameter to the Target in the shortcut properties.
(i.e. "C:\Program Files\Alexsys\Team\Team.exe"
/SQL)
- Start Team.
- Verify that Team is accessing the SQL database by
selecting Help | System Information from the
TeamView menu and selecting the Database Tab (see
figure below). You should see information for the SQL
server you are accessing.
System Information - Database Tab - SQL Information
Displayed
Make SQL the Active
Database
Once your database has been uploaded to your SQL database and
you have tested your connection to your SQL database using Team Pro, you can make SQL the active database to force all
users to use Team Pro.
To make SQL the active database:
- Select Admin | Database Utility from the TeamView
or Work Request menus or start
TEAM Database Utility
from the Alexsys Team Program Group to open the Alexsys
Team Database Utility. Remember to log off of Team after
you open the Database Utility.
- Select the SQL Setup category from the Alexsys
Team Database Utility window.
- Connect to the SQL database by selecting the Connect
button.
- Once connected, select SQL as the Active
Database (see figure below).
Alexsys Team Database Utility - SQL Active Database
- Select Close to close the Alexsys Team Database
Utility.
- Since SQL is now the active database, you can remove the
/SQL argument from any Team shortcuts.
|