efa icon indicating copy to clipboard operation
efa copied to clipboard

EFA#77 : EFB Sync : handling responses: if update of a record fails, the whole sync fails

Open cubitusgh2 opened this issue 11 months ago • 1 comments

EFA->EFB Sync: if there occurs an error during the handling of the efb response, all proceeding response items of the current sync fail as well.

by this, a lot of trips get synced over and over again.

it would be better if an exception for a single trip response would get logged and then the other trip responses would be handled by themselves.

Background is: In a single trip, efa found a discrepancy between the expected change count of the trip-record and the actual change count and threw an exception. so, the whole sync task stopped as this exception was not caught.

cubitusgh2 avatar Apr 05 '24 13:04 cubitusgh2

Fix see https://github.com/cubitusgh2/efa_ksc_replay/tree/MN_073_EFBSYNC_INCLUDE_SESSIONTYPE

cubitusgh2 avatar Apr 21 '24 14:04 cubitusgh2

Beta 2.4.1

cubitusgh2 avatar Jun 07 '24 20:06 cubitusgh2