Store Data missed on HO for specific date so need to be synced

Store Data missed on HO for specific date so need to be synced

This KM is for Internal Purpose Only  



Environment: 

iVend 6.5.6


Problem Statement: 

Customer has been informed that HO database was corrupted and restored old database and because of store new data missed from specific date at HO so need to be inserted and synced.


Symptoms: 

User Request


Resolution/Work Around: 

We have re-populated the store data again and re-replicated it into HO Enterprise. 

Here are the steps mentioned :


Step 1. Please stop the integration and replication services from HO Enterprise.


Step 2. Please execute below queries on HO Database :


UPdate SysNextNumber set NextNumber = NextNumber + 1000000

Select UseTransactionConsolidation from CfgEnterprise

Select * from RTLStore where IsDeleted = 0

Select Distinct LEN(ReplicationTransactionKey) from RepReplicationTransaction

Delete from RepReplicationTransaction where ProcessDate >= 'Please enter process date from where you want to delete the data for this table'



Please follow below steps on all store databases:


Step 1. Stop the Replication Service


Step 2. Execute the below script on the store database.


Delete from RepReplicationTransaction where ProcessDate <’Please enter the process date from where you want to delete the data for this table’

Delete from RepReplicationSendDump

Update RepReplicationTransaction set SendDumpSequenceNumber = NULL

 

Step 3. Start the Replication Service.

 

Recommendations /Suggestion: 

N/A


    • Related Articles

    • Require to make the inventory as Zero for particular store

      Environment: iVend 6.6 with SAP B1 10 Problem statement: Require to make the inventory as Zero for particular store. Symptoms: products Inventory show in negative and some are in positive numbers. Resolution/Work Around: There is need to check if SAP ...
    • Data not purging on store server properly

      *********** For Internal CitiXsys Use only *********** Environment : iVend 6.6 Problem Description : Data is not purging on for a single store at the time of EOD. Scenario : On a store data not purging properly and the database growing larger by the ...
    • Addon information was not updated for newly created store

      Environment: iVend 6.6 integrated with SAPB1 Problem Statement: Addon information was not updated for newly created store Symptoms: Not Applicable Resolution/Work Around: Issue is already fixed in the latest iVend patch (8567). As a workaround we ...
    • Replication not working: Specific Replication records are stuck from store to HO

      Version: 6.5 Update 6 Issue: Some records from a store are stuck in the replication monitor which is never being replicated to Enterprise. Steps: Restarted the server, the configuration manager and Replication service however the issue remains the ...
    • Gift Certificate Missed on Store from Offline POS

      Environment : iVend 6.5.6 2020_50 Problem Statement : Customer has informed earlier that gift certificate was missing on store while it is in Offline POS. Resolution/Work Around : We have checked and verified and gift certificate 'gift certificate ...