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 152
© 2000, Symbol Technologies, Inc. February 1, 2000
B.46 Table Name: UMS_Cradle
Table Column Name Table Column
Datatype
Table Column Null
Option
Table Column Is PK Table Column Is FK
Cradle_ID varchar(4) NOT NULL Yes No
Power_ID int NULL No Yes
Dispenser_ID varchar(4) NULL No Yes
Status_Code int NULL No Yes
Status_Datetime datetime NULL No No
Cradle_Notes varchar(40) NULL No No
Default_Interface varchar(40) NULL No No
UMS_Cradle Table contains definitions of the configured cradles, or charging slots, for the
terminals used by the system
Cradle_ID the unique identifier scanned by a terminal placed into this cradle
Power_ID the power supply ID (from UMS_Power) from which this cradle gets its
power
Dispenser_ID the dispenser ID (from UMS_Dispenser) that this cradle is associated with
Status_Code the status code (from UMS_Status_Codes) for the current state of this
cradle
Status_Datetime the date/time of the last status update for this cradle
Cradle_Notes text associated with this cradle (typically for reason marked out of service)
Default_Interface the default interface for the terminals dispensed from this cradle
B.47 Table Name: UMS_Dispenser
Table Column Name Table Column
Datatype
Table Column Null
Option
Table Column Is PK Table Column Is FK
Dispenser_ID varchar(4) NOT NULL Yes No
Dispenser_Name varchar(50) NULL No No
Entrance_ID int NULL No Yes
Printer_ID int NULL No Yes
Default_Entrance int NULL No No
Status_Code int NULL No Yes
Status_Datetime datetime NULL No No
Default_Printer int NULL No No
Current_Mode int NULL No No
UMS_Dispenser Table contains definitions of the dispensers, or logical grouping of cradles,
used by the system
Dispenser_ID a unique identifier for this dispenser
Dispenser_Name a text description of this dispenser
Entrance_ID the entrance unit ID (from UMS_Entrance) associated with this dispenser
Printer_ID the printer ID (from UMS_Printer) associated with this dispenser