I am trying to run the recurring req. worksheet. I am having an error "the untracked planning Element already exists" (on one specific item #)
Any ideas where i can dig into to resolve this error? ](*,)
When does the error appear, as soon as you run the form or after you click on "Calculate Plan"? The answer to this will probably mark the beginning of your debugging path. However, most of the planning code is in the ReqJnlManagement codeunit. Also, you can delete all records from the table 99000855 - Untracked Planning Element manually and see if it helps.
the error was occurring when I clicked calculate plan. It looks like in the stock keeping units-- the reorder policy was changed to "order" instead of "fixed reorder Qty."
When i changed this over i was receiving an error that I had to change the Reorder Qty to something other than 1.
I am not 100% on stockkeeping units but downloaded Supply planning document from Microsoft.
the error was occurring when I clicked calculate plan. It looks like in the stock keeping units-- the reorder policy was changed to "order" instead of "fixed reorder Qty."
When i changed this over i was receiving an error that I had to change the Reorder Qty to something other than 1.
I am not 100% on stockkeeping units but downloaded Supply planning document from Microsoft.
Not sure if you fixed this issue yet but I just got the same thing and this little bit of code changed helped us out
the error was occurring when I clicked calculate plan. It looks like in the stock keeping units-- the reorder policy was changed to "order" instead of "fixed reorder Qty."
When i changed this over i was receiving an error that I had to change the Reorder Qty to something other than 1.
I am not 100% on stockkeeping units but downloaded Supply planning document from Microsoft.
Not sure if you fixed this issue yet but I just got the same thing and this little bit of code changed helped us out
I got the same issue. The above fix didn't help me. I don't think it's related to SKU because the item causing problems doesn't have any SKUs. Did anyone fix this?
the error was occurring when I clicked calculate plan. It looks like in the stock keeping units-- the reorder policy was changed to "order" instead of "fixed reorder Qty."
When i changed this over i was receiving an error that I had to change the Reorder Qty to something other than 1.
I am not 100% on stockkeeping units but downloaded Supply planning document from Microsoft.
Not sure if you fixed this issue yet but I just got the same thing and this little bit of code changed helped us out
I got the same issue. The above fix didn't help me. I don't think it's related to SKU because the item causing problems doesn't have any SKUs. Did anyone fix this?
NAV2015:
I have the same error when i run the planning calculation in one customer database.
The only thing that I did, different from other databases and NAV versions, was importing a lot of forecast entries with Rapidstart.
I modified, as mentioned above, the following code-units
99000809
99000852
99000856
all these code-units were 100% standard NAV.
The coming days, I'll try to simulate the error in a copy of that dzatabase without the imported data.
Anyway, thanks for fix, it helped me a lot.
Comments
Chn
When i changed this over i was receiving an error that I had to change the Reorder Qty to something other than 1.
I am not 100% on stockkeeping units but downloaded Supply planning document from Microsoft.
Not sure if you fixed this issue yet but I just got the same thing and this little bit of code changed helped us out
http://support.microsoft.com/kb/974287
I got the same issue. The above fix didn't help me. I don't think it's related to SKU because the item causing problems doesn't have any SKUs. Did anyone fix this?
Yes - I tried that microsoft fix too - it helped - a bit...
however the error still occurs.
What we found is if you change the dates (i.e. end date) often you can go through without any probls
NAV2015:
I have the same error when i run the planning calculation in one customer database.
The only thing that I did, different from other databases and NAV versions, was importing a lot of forecast entries with Rapidstart.
I modified, as mentioned above, the following code-units
99000809
99000852
99000856
all these code-units were 100% standard NAV.
The coming days, I'll try to simulate the error in a copy of that dzatabase without the imported data.
Anyway, thanks for fix, it helped me a lot.
Best regards,
Dany Leemans