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

Timestamp error when receiving migrated data

former_member654580
Participant
0 Kudos
453

Hello experts

Data is being replicated to SMC and a timestamp error occurs.
The IDocs with the data are being sent from the original source, several are programmed and they seem to collide when they arrive at SMC.

Best regards

Elio C

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member1277
Participant

Hello eliocentenob

To my understanding, Timestamp is the most important field and using which SMC knows whether the incoming data record is new or duplicate. It does not accept the duplicate since the most Incoming requests are POST.

My suggestion would be If you have time, make each program execution to work on range of BP without overlapping(First Program : 1 to 100000, Second: 100001 to 199999, etc) or in similar fashion. This may help to avoid the duplicate requests been sent to SMC and avoid network congestion etc. Please think about it.

Cheers

former_member654580
Participant
0 Kudos

Hi kamesh.kumarrd

I understand, so SMC does not support parallel work

is there something that can be done from SMC to accept it?

Best regards

Elio C.

former_member1277
Participant
0 Kudos

Hello Elio

Basically you cannot load duplicates with standard integration. You may consider changing this behavior in CPI but high effort needed.

Cheers

former_member1277
Participant
0 Kudos

Hello eliocentenob

Since you have multiple programs on the S4 sending the data to SMC, the chances may be the few Programs were picking the same BP and sending the data to the SMC in parallel.

Cheers

former_member654580
Participant
0 Kudos

Hi schneidert

I hope you are well!

I correct or clarify the case a bit.

For technical and business model reasons, the actual source ID where the data came from was not used.

The data comes from S / 4 Hana, they create various JOBs and paste data for more than 100 attributes.

But the volume of data is so high and so that it does not delay they program several Jobs at the same time.

When they arrive at SMC, they all arrive one after the other, but also some together.

SCHNEIDERT
Active Contributor
0 Kudos

Hi Elio,

so, you are replicating Business Partner from SAP Sales Cloud? I'm a bit confused because you are talking about IDocs.

Are you using the standard integration package on CPI?

Not sure what that error message means, but the timestamp looks different than the one that we are getting from integrated SAP Sales Cloud:

It would be easier to analyze if you could change the language to EN (just add the parameter ?sap-language=EN after the /ui in the URL of the Import Monitor).

Hope we can analyze it further and solve your problem together.

BR Tobias