Hi,
I have this message when post inventory transactions (Transfers) in GP 10.
Unhandled Script Exception Division by zero, script aborted Exception_Class_Script_Divide_by_Zero
I need to know why this message mean and how can i resolve it.
Thanks
*This post is locked for comments
Thank's Ian,
Let me tell you that the transaction is entered manually. Besides, when we ran the query whe get results, and we will check for the origin of that transactions.
We can see in that transactions that the TRXSORCE doesn't have any data.
Do you think necessary track other tables and try to fix the IV30300 table?
Have you run any SQL queries recently to change the decimal places for currency on Inventory items? Try running the following query against your company database to identify any problems. Select * from IV30300 where DECPLQTY = 0 or DECPLCUR = 0. If you find any, you will have to update them through SQL as they are probably corrupted.
One other thing you might check is your Unit of Measure set up. Verify that the unit of measure you are using on the transaction is set up and complete (Tools >> Setup >> Inventory >> UOM). If it is corrupted, try deleting it and setting it up again. If you can't delete it, you will have to fix the corrupted data through SQL.
How was the transaction entered? Manually or through a custom integration?
Try the above and see how you get on.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156