Hi!
When i'm trying to migrate a BD with NAV3.60 HF3(standard) to NAV4.00 PT (in SQL).
In the execution of the step 13 of the “Upgrade quick guide – Navision 3.60” , when i run the form 104002, about “Upgrade 4.00 Step2” the following error was occurred:
"overflow in calculation of 92*864000000"
The debugger stop in CodeUnit 5900, in function CalcServTime in this ROUND function
IF NOT ServHour.FIND('-') THEN BEGIN
EXIT(ROUND(((FinishingDate - StartingDate) * 86400000 + (FinishingTime - StartingTime)) / 3600000,0.01));
END;
i think the problem can be in migration to SQL, maybe the convertion in datatypes.
somebody already had this problem?
Thanks!!
0
Comments
it explains, the problem is not in SQL.
but i continue with the problem ](*,)