Replication skipped from offline POS to the Store Database

Replication skipped from offline POS to the Store Database

Product version:

iVend 6.5 updates 6 with offline POS


Problem Statement:

Replication skipped from offline POS to the Store Database.

Proposed Solution/Workaround:

 It was a known issue with a dated version on iVend using offline POS with replication skip.


Need to get the skipped replication events retriggered from offline POS to Store Database and then raise a DataNotification event for table entry to get replicated to the HO.


Steps if any:

To get skipped transactions replicated from offline POS to Store Database, I need to run an update with problematic tables for specific skipped records.


Update table set primarykey= primarykey Where primarykey in (Specific skipped entries)


Ex: update pmtgiftcertificate set giftcertificatekey=giftcertificatekey where giftcertificatekey in ()


Constraints/Scenarios:

NA