It does not really look like an error in the standard. Go to Codeunit Inventory Adjustment in Tools, Object Designer and look at the Modified flag. Maybe also for Codeunit Item Jnl - Post Line. If it is checked, try to find the guy who modified it.
I am receiving the following error while running the adjust cost batch job:
The following SQL server error occured while accessing the GL Entry Table:
8115,"22003",[Microsoft][ODBC Sql server driver]{Sql Server}
Arithmatic overflow eror converting expression to data type numeric.
No modification exist in this functionality. The entry number on which the error appears is a transfer shipment. While adjusting it runs in a loop where the same entry number appears more than couple of times.
We are using Navision 3.7 with SQL server 2000.
Thanks for your help.
I guess we also have that kind of contract.
Anyway the problem is solved. It was due to exchange rate precision which was set to 0.01. Now it has been changed to 1.00.
Thanks for your help.
I guess we also have that kind of contract.
Anyway the problem is solved. It was due to exchange rate precision which was set to 0.01. Now it has been changed to 1.00.
i saw the solution but i dont think, that is the problem at my end.
The functionality of Adjust Item cost Entries is now using Cost Element Buffer table and its in this buffer that actual cost is going too long which cannot happen due to exchange rate precision. I am new to navision and finding it very hard to trace if its a data error or code error that is causing this problem ](*,) Please help
Comments
Best Regards
Which version are you working on?
Did you try the debugger?
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
The following SQL server error occured while accessing the GL Entry Table:
8115,"22003",[Microsoft][ODBC Sql server driver]{Sql Server}
Arithmatic overflow eror converting expression to data type numeric.
Any help will be appreciated.
http://ssdynamics.co.in
Which version are you working on?
Did you try the debugger?
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
We are using Navision 3.7 with SQL server 2000.
http://ssdynamics.co.in
Did you try it in a native environment? Take a backup, restore in a fbk (native) and run it again?
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Will restore in Native DB and check.
Database size is 6 gb I have no idea how much time it will take to restore. [-o<
http://ssdynamics.co.in
When you restored in native, is the debugger pointing to the same issue?
... if all of this is standard NAV, I think you'll have to post a support request to Microsoft through partnersource.
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
I will see if I get any additional info in the debugger, once the database is restored.
This is weekend, Does MS works on weekends.
http://ssdynamics.co.in
We have got a PABS contract (Partner Advantage Business Solutions), and that makes them available 24/7
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
I guess we also have that kind of contract.
Anyway the problem is solved. It was due to exchange rate precision which was set to 0.01. Now it has been changed to 1.00.
http://ssdynamics.co.in
How did you find this solution?
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
May be it help others
http://ssdynamics.co.in
it will be very beneficial if somebody posts how the solution was found
http://www.BiloBeauty.com
http://www.autismspeaks.org
The functionality of Adjust Item cost Entries is now using Cost Element Buffer table and its in this buffer that actual cost is going too long which cannot happen due to exchange rate precision. I am new to navision and finding it very hard to trace if its a data error or code error that is causing this problem ](*,) Please help