|
Team Pro
Setup Instructions for MS SQL 2000
Using Team Pro with MS SQL 2000
This page contains Team Pro setup instructions for MS SQL
2000. Instructions for other databases can be found
here:
SQL 2000 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 2000
Install Microsoft SQL Server 2000 on your server.
Prior to running Team with SQL 2000, you must make sure that the MS SQL 2000 Client software is installed on all client PCs that will be running
Team Pro for SQL 2000 and that you have the proper SQL licensing.
Once the SQL Server is installed, use the Windows Start menu to select and start the
SQL Server Enterprise Manager from the Microsoft SQL Server program group to set up your SQL database.
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:
- Select the Security folder from the SQL Server tree
- Right-click on Logins.
- Select New Login...
- In the General Tab, create a new login with:
Name = team (lowercase)
SQL Server Authentication = checked
Password = team
Database = teamlog
Language = (default)
- Select OK to create the login.
Set Access and Permissions for the Database
To set proper access and permissions for the database:
- Select the Database Access tab.
- Select the teamlog database (check this database).
- Select OK.
- Enter your password (i.e. team).
- Select the Database folder from the SQL Server
tree.
- Right-click on teamlog database and select Properties.
- Select the Permissions Tab.
- Select permissions for the team login as follows:
Create table
Create view
Create SP
Create Default
Create Rule
Create Function
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 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 2000 - 8.00.194 (Intel X86)
Aug 6 2000 00:57:48
Copyright (c) 1988-2000 Microsoft Corporation
Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 1)
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.
|