cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Conditions Initial load is running on two hosts

former_member185613
Contributor
0 Kudos
154

Hi,

We are running condition initial load for a custom object using transaction R3AS  in CRM system. After a few blocks of data has been extracted in ERP, it is observed that the same load is being run on another host (in ERP) at the same time. The generated queue name remains the same and due to this data which was already sent by the first host is being sent again by the second. Since conditions initial load inserts the data directly to the tables, duplicate entries are being inserted and results in data dump.

Any pointers on why same process being run on two hosts would be helpful.

~Athreya

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185613
Contributor
0 Kudos

The report RSQOWKEX was run as a batch job in ERP system which re-triggered the initial load queue resulting in duplicate data being sent to CRM. The report should actually be used to re-trigger the failed queue entries (queues that are stuck for more than 20 minutes) which can be achieved by selecting the check boxes NO RETRY and NO RUNNING in the selection screen of the report. The report was scheduled with neither of the check boxes selected and as a result the initial load queue was re-triggered every 20 minutes.


Regards,

~Athreya