cancel
Showing results for 
Search instead for 
Did you mean: 

File Checksum on Sender

Former Member
0 Kudos

Hi,

i am looking for a possibility to check files via a checksum before proceed them. Actually I would do it the following way. Sum over on filed in all record sets of the file on the sending system, do the same on the XI on verify the result (the result should be in an extra filed).

Is the something like checksums for files to look for corrupt ones?

Greets

J.

Accepted Solutions (0)

Answers (2)

Answers (2)

siddhesh_pathak4
Contributor
0 Kudos

Did you get the soution for this... I am facing the same problem....Is it possible to calculate the checksum value in SAP XI....Let me know

Former Member
0 Kudos

Hi Jorg,

Why dont you do this in your sender adapter module. Calculate the sum based on the record values and then compare with the extra field that is coming with the sum field from the sender system. If this fails pass a new field in your payload something like a error flag and based on that in the receiver determination either accept or reject the file.

Cheers

JK