I am getting a rpc_e_serverfault error returned from the di when I am returned a value other than 0 by the
add method of the oDeliveryNotes document object. (ie when the add method fails with a 5002- not enough inventory)
My addon is running on 2007 pl 41, and I compiled the add on a machine that has the same version of b1
A previous version of the same add on compiled when I was on 2007 pl 38 does not exhibit this behaviour. Same data, same version of software, different add on, different result.
I back up my source so I tested the source for my previous version of the add (the one that worked) on pl 41 and I get the rpc_e_serverfault error.
I upgraded to patch 42- removed and readded the di reference and still receive the same rpc_e_serverfault error on a non 0 value returned by the add method.
Is this a di pl 41 and 42 issue?
A compiler options issue?
I am willing to believe it's my source code- but valid deliveries are being added and the source leading to the add method hasn't changed between versions of the add on.