Integration Guide
Table Of Contents
- I
- Introduction
- Architecture Overview
- Hardware Requirements
- PSS Software Installation
- Install NT 4.0 Server
- Install the NT 4 Service Pack
- Install Internet Explorer 4.01 Service Pack 2
- NT Option Pack Install
- Install the Video Driver
- Create and Format the Database partition
- Desktop Cleanup (optional)
- Install Microsoft SQL Server 7
- Create and Configure the PSS Database
- Install Microsoft Access
- Internet Explorer 5.0 with Task Scheduler install
- Install WaveWorks
- Install PSS Runtime System
- Install Waveworks Development Studio
- Install PSS Development System
- TFTP Configuration
- DHCP Configuration
- Create an ODBC Data Source
- Load Initial Data
- MS IIS Configuration
- Obtaining Access to PSS System Administration Screens
- Configure Task Scheduler
- Configure Unit Management
- Configure Licensing
- Configure the NBQMAIN Service (IBM 4690 POS Only)
- Setup NT System Log
- Configuration of the PSS System
- Validation of System Operation
- Directory Listing of PSS Folders/Files
- Software Description
- _
- Hardware Overview
- Software Components
- Database Access
- Start of Shopping Trip Processing
- Shopping Trip Processing
- End of Shopping Trip Processing
- Shopping Trip Message Log Entries
- Fatal Messages:
- PSSTransactionFile Processing
- POS Transaction File Processing
- Item Record File Processing
- Customer Update File Processing
- PSS Services
- _
- Customizing the PSS System Software
- Custom DisplayServer Scripts
- Custom Services
- Custom Business Objects
- User Exit DLL
- Available User Exit Functions
- UE_PreProcessItemFile
- UE_PreProcessItemRecord
- UE_PostProcessItemRecord
- UE_PostProcessItemFile
- UE_PreProcessTaxFile
- UE_PostProcessTaxFile
- UE_PreProcessPOSTransFile
- UE_PreProcessPOSTransRecord
- UE_PostProcessPOSTransRecord
- UE_ProcessEODRecord
- UE_PostProcessPOSTransFile
- UE_PreProcessPSSTransFile
- UE_PreProcessPSSTransRecord
- UE_PostProcessPSSTransFile
- UE_CalculateItemPrice_Method10to20
- UE_RescanLevelCalculation
- UE_Pre-RescanDetermination
- UE_PostRescanDetermination
- UE_PreProcessMarketingMessage
- UE_LoginAuthorization
- System Administration Interface
- Specific Features
Appendix B
WaveWorks PSS, Integration Guide, 1.10 Page 127
© 2000, Symbol Technologies, Inc. February 1, 2000
Privilege_Mask varchar(255) NULL No No
Login_Failures int NULL No No
Last_IP varchar(16) NULL No No
Language_ID int NULL No Yes
PSS Admin User Table holds information about Service Terminal Users
Username the username this Administrative User will log in as
Full_Name the full name of this Administrative User
Password the password this Administrative User will use to log in
Valid_Datetime the date/time this Administrative User account is active
Expires_Datetime the date/time this Administrative User account is no longer active
Privilege_Level the privilege level of this Administrative User
Privilege_Mask the privilege mask for this Administrative User (currently unused)
Login_Failures number of failures since the last successful login for this Administrative
User
Last_IP the last IP address from which this Administrative User last accessed their
account
Language_ID the language (from PSS_Language) in which this Administrative User
prefers to view the service terminal
B.5 Table Name: PSS_Barcode_Variable_Weight
Table Column Name Table Column
Datatype
Table Column Null
Option
Table Column Is PK Table Column Is FK
Barcode_Type int NOT NULL No No
Barcode_Prefix varchar(20) NULL No No
Barcode_Prefix_Length int NULL No No
Item_Start int NULL No No
Item_Length int NULL No No
Price_Check_Start int NULL No No
Price_Check_Length int NULL No No
Price_Start int NULL No No
Price_Length int NULL No No
Price_Or_Weight char(1) NULL No No
PSS Barcode Variable Weight Table holds configuration information for price or weight-
embedded barcodes
Barcode_Type Type of Barcode (unknown, UPC, EAN, etc.)
Barcode_Prefix Sequence of digits starting the embedded barcode
Barcode_Prefix_Length Length of prefix
Item_Start Position of start of item code
Item_Length Length of item code
Price_Check_Start Position of price check digit
Price_Check_Length Length of price check digit(s)
Price_Start Position of price
Price_Length Length of price
Price_Or_Weight Indicates whether barcode is Price or Weight embedded