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

Datasphere replication flow Initial load in progress (retrying)

Arvind_Sharma1
Explorer
5,042

Hi Gurus,

We are facing issue with replication flow Initial Load, running for ever with message "Initial load in progress (retrying)". Source is standard CDS view having dataExtraction.enabled: true annotation.     

Datasphere RF Retrying Initial Load.jpg
Please let me know if further information is needed. Thanks for your support in advance.

Best Regards
Arvind

View Entire Topic
shubham521
Explorer
0 Likes

Hi @Arvind_Sharma1 ,

We also had the same issue recently with one of the replication flow. SAP provided some insights on the issue and action points to resolve it. After implementing these, all the replication flows are working fine. 

1. Maintain SAP_DHCDC_DISPATCHER, SAP_DHCDC_HOUSEKEEPER scope in STJR_JOBD_SCOPE table :  Both of the jobs mentioned are mandatory in ABAP / Datasphere integration scenario . We did this but still the issue was not resolved.

2. Technical user is not authorized to stop recording changes for subscriber RMS. : Please check if your technical user has the required access. We provided the authorization and the initial data started flowing. However, the RF failed after completing 90% of initial load. 

3. Increase TRANSFER_MAX_JOBS parameter of /1DH/PUSH_CDS_DELTA job from 1 to 4. : After implementing this change, all the replication flows started working. 

Hope this will be helpful in resolving the issue.