Adjust Cost - Item Entries Error

sendoh
Member Posts: 207
Hi all,
when I run adjust cost in Financial Mngt -> Costing -> Adjust Cost - Item Entries it blows me an error
"There's an integer is too large 801,010,000,000,000,000". any idea why this happen?
when I run adjust cost in Financial Mngt -> Costing -> Adjust Cost - Item Entries it blows me an error
"There's an integer is too large 801,010,000,000,000,000". any idea why this happen?
Sendoh
be smart before being a clever.
be smart before being a clever.
0
Comments
-
Ricky boi,
Costing problem.... aheemmmmmm....
Try to disable all the keys in the value entries table. Then re-enable it one by one.... maybe the problem is in the SIFT.No future at CPI0 -
The root cause can be one of two things:
SIFT problem as mentioned above.
Some kind of infinite loop.
Either way, depending on your version of Navision, it may already be fixed. What version are you on?0 -
Try to disable all the keys in the value entries table. Then re-enable it one by one.....
I do this but the same error i've mentioned above occurs again...
we're using SQL2000 and NAV4.0SP3..any idea?tnx...Sendoh
be smart before being a clever.0 -
Have you been through debugging the program? Look for the second cause mentioned by girish.joshi.No future at CPI0
-
yes I run it...
it stop in the calculation of the "Actual cost" in table(5802 cost element buffer) because the value of "actual cost" field is too large -98,231,748,291,487,285,900,000,000,000,000,000,000,000,000,000,000,000,000,000,000
is this is a standard bugs? other idea plz.. #-oSendoh
be smart before being a clever.0 -
Look for the history of the item, then figure out what triggers that figure. It is a time consuming thing but it is just one of your choices actually....No future at CPI0
-
I have run in to the same problem! Sendoh, did you find any solution?0
-
on our scenario they did'nt post the purchase order so that when you run that batch job the calculation will be wrong.
take a look of there orders if did they post it....Sendoh
be smart before being a clever.0 -
That should not cause this problem. What makes you think that is what caused the issue?0
-
I am also facing the same problem. Did u find the solution for
this?Darshan Mungekar
Senior Consultan0 -
any updatesDarshan Mungekar
Senior Consultan0 -
have anybody found solution on this problem?
Please reply
](*,)Darshan Mungekar
Senior Consultan0 -
Hye Guys,
I got the solution for this. This error normally comes in case
of Costing Method = Average
Solution=> Got to T5804, filter on item No. and delete the entries
for that particular item.
You should first try this in test database and keep the copy of
record from T5804 in excel sheet.Darshan Mungekar
Senior Consultan0 -
Hi,
I had the same problem for the average cost method.
I think I found how to resolve but I'm not so sure if is 100% correct.
The procedure enter into a cycle because it never return TRUE when check EarlierEntryPointExists in function AdjustInventoryCost.
So, I did the following modification:
In table 5804 in function EarlierEntryPointExists
instead of
EXIT(
GET(
AvgCostAdjmtPoint."Item No.",
AvgCostAdjmtPoint."Variant Code",
AvgCostAdjmtPoint."Location Code") AND
("Valuation Date" < AvgCostAdjmtPoint."Valuation Date"));
I put
EXIT(
(AvgCostAdjmtPoint."Valuation Date" < "Valuation Date")
AND
GET(
AvgCostAdjmtPoint."Item No.",
AvgCostAdjmtPoint."Variant Code",
AvgCostAdjmtPoint."Location Code"));
And in codeunit 5895 in function AdjustItemAvgCost I add the command DELETE if not SkipLoop is TRUE
IF NOT SkipLoop THEN BEGIN
.............................
.............................
the standard code
END ELSE
DELETE;0 -
Namaste!
1. Take the entry No. where error has occured
2. Go to ILE and take the item no.
3. Delete the entries from T 5804 for Item showing in the error.
IF STILL ERROR IS COMMING
4. Check the value entries. Identify the value entries generated frm Transfer transactions
where Posting date and Valuation date is different. change the valuation date equal to
posting date.Darshan Mungekar
Senior Consultan0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions