Hi guys,
I'd like to request your help on this subject.
I'm migrating a database from Navision 4 (no SP3) to 2009 R2, Both SQL DBs.
I'm running Step 6 of the Data Migration Quickguide.
6. Run codeunit 104045, Upgrade NAV 2009 Step 1.
In Object Designer, run form 104001, Upgrade - Old Version.
For each company, on form 104001, click Transfer Data. This runs codeunit 104045.
The problem is that the system hangs on "Table Information" table. It enters in an infinite loop. I've waited 24 hours and it kept running (it was already at 2000000 records count).
I tried redoing indexes bu it hasn't solved the problem.
Can you help me?
Thanks,
jpof88
Comments
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
My database is 15GB.
Well if it worked before and it doesn't work now, the question is "what did you change?"
To give more detail, my customer has 3 databases running on NAV 4, and we are migrating all 3 to NAV 2009 R2. The changes above, it were made to all 3 BDs and the problem only occur in one of them.
So as I see it.
1 - The process works
2 - You changed something
3 - The process no longer works.
But you are convinced that step 2 has nothing to do with step 3?
might I suggest you take the database prior to compression and see if it will upgrade, if you get the same error you then have somewhere to start from if you don't get the error you need to focus on step 2.
Computer programs don't generally stop working unless you change something.
The code lines I got stuck at were the following,
It gets stuck at TableInformation.FINDFIRST;
I tried redoing the keys indexes but didn't solved.
Any ideas?
Just to update the post, I've solved my problem. It was a character "@" in the name of the company that was screwing everything around.
Thanks to those who replied the post.