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 84
© 2000, Symbol Technologies, Inc. February 1, 2000
8.3.5 Fatal Messages:
“No Session for this Terminal (%s)”
ST_TEXT_NOSESSION
- Attempted to start the Shopping trip without associating a
customer with a terminal. Verify that CreateShoppingList
completed successfully prior to calling StartShoppingTrip.
“No Customer Data”
ST_TEXT_NOCUSTOMER
- Customer's card does not exist in the database.
“Initialization FAILED(%s)”
ST_TEXT_INITFAILED
- Could not initialize Pss_System_Setting configuration data from
database – Methods may not be executing along desired paths.
“No Express Customers Available”
ST_TEXT_NO_XCUSTOMERS
- No more Express Shopper customers available for express
shopper to use. Add more to the database.
“Unable To Access Express Customers Data”
ST_TEXT_NO_ACCESS_XCUSTOMERS
- Database error accessing Express Shopper customers.
8.3.6 Error Messages:
“Activity Add”
ST_TEXT_ACTIVITY_ADD
- Failure to add an activity to the Pss_Shopping_Activity
table. Generally when the shopping trip does not start
properly, there is an invalid key constraint problem.
“Invalid Customer Data associated with terminal (%s)”
ST_TEXT_INVALIDCUSTOMER
- Invalid Customer Id, not found in database. Verify
customer exists in database.
“Invalid Get Rescan data for customer (%s)”
ST_TEXT_INVALIDRESCANDATA
- Failure getting customer rescan data. Verify customer
exists in the database and has valid rescan level and
accurate trip counters and rescan counters in the
Pss_Customer table.
“Invalid Sub Total for Customer (%s)”
ST_TEXT_INVALIDSUBTOTAL
- Had an error calculating total for customer”s shopping
trip. Verify values for this customer in the database.
“Invalid Customer (%s) Save Recalced Prices”
ST_TEXT_BADSAVEPRICES
- Database error saving pricing data to the customer”s
shopping list.
"UE_PreRescanDetermination
GENERATED TRAP!!!do NOT rescan”
ST_TEXT_USEREXITERROR
- Error in the user exit for determination of rescan.
Rewrite the user exit without the problem causing the
abnormal execution.
“Invalid Rescan Determination for Customer (%s)”
ST_TEXT_RESCANDETERMINATION
- Error in determining whether to rescan a customer.
Verify customer rescan data in Pss_Customer and
Pss_rescan tables are consistent.
"UE_PostProcessRescanDetermination
GENERATED TRAP!!! – do NOT rescan"
ST_TEXT_USEREXITERROR
-Error in the user exit for determination of rescan.
Rewrite the user exit without the problem causing the
abnormal execution.
“UE Post CalculateRescan”
ST_TEXT_USEREXITERROR
- Error in the user exit for determination of rescan.
Rewrite the user exit without the problem causing the
abnormal execution.
“UE Pre CalculateRescan”
ST_TEXT_USEREXITERROR
- Error in the user exit for determination of rescan.
Rewrite the user exit without the problem causing the
abnormal execution.
“Invalid Customer (%s) Rescan Update”
ST_TEXT_UPDATERESCAN
- On end of trip, could not update customer”s rescan
data in the Pss_Customer table with latest data.
“Invalid Calculate Transaction Id for Customer (%s)”
ST_TEXT_TRANSACTIONID
- Could not calculate correct transaction Id. Verify
Pss_System_Settings (for Shopping_Trip Loyalty Card
and Transaction barcode) are proper for this customer.
“Invalid Saving End of Trip Data for Customer (%s)”
ST_TEXT_SAVE_EOT
- Error saving shopping trip and/or customer data for
end of trip.