This is an Upgrade from 2009 to BC 14 (on premise) by way of NAV 2015.
Upgrade step UpdateItem failed with error: "Table Product Group (5723) is obsoleted ..."
Isn't this the job of the data upgrade to transform the data stored there to "first level children of Item Categories" as stated as reason for obsoleting the table Product Group. Indeed, that was, what the code would do, if it not stopped on this unreasonable error.
Strangely, the upgrade process did not stop on this error, even though I run it with option -FunctionExecutionMode Serial
I performed an update from NAV 2016 to the same version of BC before, and did not encounter this problem.
What causes the failure, how can I prevent it, and how do I convert the Product Groups to Item Categories now?
0
Answers
The blog post you link to explains the change. But that was not my question back then. My question was about not beeing able to convert the entries in the product group table to first level children of the Item Categories, despite the fact that there was code in upgrade codeunit to perform this very task. That code did not run, however, with the error mentioned above, even though exactly the upgrade codeunit SHOULD be able to access that data in order to convert the data that previously was, and during upgrade still is, stored there.
Back then I fixed the problem using Rapid Start Import/Export.