Internal Purpose
Environment : iVend 6.6
Problem Statement : It was noticed that iVend Enterprise replication monitor has add-on related records ,stucked for long time and need to ignore it .
Symptoms : Customized Addons were applied on iVend Enterprise MC to be replicated towards Stores
Resolution/Work Around : It was noticed that iVend Enterprise replication monitor has add-on related records ,stucked for long time and need to ignore it .If it is the case, bellow steps can be used :
- Please execute below queries on HO Database :
Delete from RepReplicationTransaction where SourceType in (6000,6001)
Delete from RepReplicationTransactionDetail Where ReplicationTransactionKey IN
(select ReplicationTransactionKey from RepReplicationTransaction where SourceType in (6000,6001))
Delete from RepReplicationTransactionDetailSend Where ReplicationTransactionKey IN
(select ReplicationTransactionKey from RepReplicationTransaction where SourceType in (6000,6001))
- Once above queries executed successfully go to HO Replication Dashboard.
- Please refresh the dashboard and verify the records.
- All add-on related records will be cleared from HO Replication dashboard.
Recommendations /Suggestion : Such SQL queries should be executed with Support Team.