DA error

OutgoingDeltaParameter parameter of UpdateDataCall is not properly defined

what does this error mean?
this surfaces sometimes but to often to neglect…
any hint in what direction i need to look greatly appreciated…

this mean that you need to define this parameter in case you are using non-standard method for updating:

It’s a DataAbstract3 service
The update call is the default one : UpdateData
And the outgoingdeltaparameter is set to “delta” in code…

Mvg,
Marc Antheunis

do you mean that you are using DA3 on server and client-side?
if not, pls specify what version of DA is used.

Yes this is still DA3

we also use DA4 but the main part is still DA3
both client and server offcourse

Mvg,
Marc Antheunis

hmm, the latest DA3 ( i.e. DA 3.0.1.419) doesn’t contain OutgoingDeltaParameter parameter of UpdateDataCall is not properly defined error so something is wrong.

so you are using DA4+.
I think, you need to initialize RDA for using DA3 via this menu item:
Untitled

if you are using non-default Update method, you need to specify stream with deltas as OutgoingDeltaParameter in UpdateDataCall

I’ll look into it
Problem is that this does not always happen, most of the time the call works fine….

Mvg,
Marc Antheunis