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
Software Description
______________________________________________________________________________
WaveWorks PSS, Integration Guide, 1.10 Page 91
© 2000, Symbol Technologies, Inc. February 1, 2000
8.8 POS Interface Subsystem
The WaveWorks PSS POS Interface is a file-based mechanism that provides communication
between the PSS system and the store POS system by the exchange of files.
PSS software monitors and deposits files into a directory referenced as the Transfer Area.
Inbound files (created by the POS) are detected in the Transfer Area and moved into the working
area where a processing transaction processes the information in the file. When processing
completes, the file is then moved into the Processed Files Area. Outbound files (created by PSS)
are initially created in the working area and, when completed, are moved into the Transfer Area
to be processed by the POS system.
Under normal operating conditions, files should only exist in the Transfer and Working areas
temporarily. If files begin to accumulate in either of those areas, it is a sign of a system
malfunction. Files moved into the Processed Files Area remain there until a File Housekeeping
job deletes them. Files which are processed correctly are renamed with filetype "COMPLETED"
and files which could not be processed are renamed with filetype "ERR".
The directory location of the Transfer Area and the Processed Files Area may be configured in
the PSS System Settings, but they default to the "Transfer" and "Processed" subfolders of the
folder where PSS was installed: (C:\Pss\Transfer and C:\Pss\Processed). This Transfer Area
folder location is identified by System Setting value POSINTERFACE/Local_TransferArea.
If the POS system supports network file paths and WindowsNT can be configured to map a
directory on the POS, then PSS can be configured to retrieve and send files to a directory area on
the POS system. The Processed Files Area is identified by a System Setting value
POSINTERFACE/ ProcessedFileArea. Since this folder can accumulate large numbers of files
depending on how frequently File Housekeeping is configured to run, this directory may be
configured to be on a different disk device than the disk on which PSS is installed. This would
be done to avoid filling up that disk and causing a Disk Full problem.
Transfe
r
Area
Working
Area
Processed Files
Area
inbound inbound
outbound