Integration Guide

Table Of Contents
PSS Software Installation
______________________________________________________________________________
WaveWorks PSS, Integration Guide, 1.10 Page 28
© 2000, Symbol Technologies, Inc. February 1, 2000
- Reboot the PC manually. (Start | Shutdown | Restart)
4.9 Create and Configure the PSS Database
The PSS database is stored in a few large files. This section creates the (empty) PSS data files.
We will still have to create database tables and populate them (later in the procedure). After
creating the PSS database, we will configure SQL Server and set up the automated database
maintenance tasks.
4.9.1 Create the (blank) PSS Database
This step will create the initial storage for the PSS database.
- Select Start button, then Programs, then Microsoft SQL Server 7.0 Enterprise Manager.
- Expand the “MS SQL Server” branch.
- Expand the “SQL Server Group” branch.
- Expand the <local machine name> branch.
- Under the <local machine name> branch, right click on “Databases.” Select “New
Database.”
- Enter “Name” as “PSS”. WARNING: If you enter a different name, various PSS database
scripts will no longer work. It is strongly recommended that you use the default database
name of “PSS”. Use something else at your own risk!
- Set the initial database size to 512MB.
- Click on the Transaction Log tab.
- Set the initial size transaction log to 512MB.
- Click OK to create and prepare the database
- Wait while the database is created (about 5 minutes)