Options

Error while upgrading 301 t0 400 Stage II

Jyoti_KapoorJyoti_Kapoor Member Posts: 56
I am upgrading from 3.01 to 4.0 and am at step 2 of converting the data. I pulled up their form from the Upgr Toolkit and ran the Data Transfer function. I got a division by zero error (Division by zero. 1/0 ) which appears to be occuring in their codeunit 104049 in the SplitValueEntries function when SetFactor is called. The Valued Quantity coming from the Value Entry table is 0.

Does anyone know if this is a validation oversight on Navision's part in the code or is "0" not a valid value for the Valued Quantity field in the Value Entry table? Or is there a reasonable work around? Shoud i filter my value entries for "Valued Quantity" to be not equal to 0.

Please suggest some solution.

Thanks & Regards.

Comments

  • Options
    mrQQmrQQ Member Posts: 239
    i got same error.. for now i just did IF ValuedQuantity = 0 THEN SetFactor(1), though I'll have to check the real logic behind that function first..
Sign In or Register to comment.