Take a trip to Okanagan Valley


Microsoft Great Plains 10.0 and 9.0 Upgrade - technical notes

At this time (fall of 2007) Microsoftbe verified: POP10110, POP10310, POP30110 and
Dynamics GP customers are actively upgradingPOP30310 - they store purchase orders and
to GP version 9.0 and initial upgrades arereceipts lines. Microsoft recommends doing
performed to Microsoft Dynamics GP 10.0.checklinks, prior to upgrade process, however
Version 10.0 will be in more active upgradewe saw situations, where potentially check
mode, when Microsoft will release GP 10.0links don't do all the orphans cleaning job.
Service Pack 1, as current GP 10.0 upgradeIf check links doesn't help, please construct
path  is  limited  to  8.0  SP5 and 9.0 SP2.the script which will give you orphans in
lines table, similar to the following: select
Having reasonable number of GP versiona.* from POP10110 a left join POP10100 b on
updates performed, we would like to sharea.PONUMBER=b.PONUMBER where b.PONUMBER is
experience. Lets' start with the mostnull. And again, prior to rescuing to
popular  upgrade  to  9.0.scripting, you should try check links
approach.
1. As versions 8.0, 7.5, 6.0, and earlier are
discontinued for Microsoft Dynamics technical3. If after check links, upgrade failed on
support, you should consider this bell asPOP tables, you will have to restore DYNAMICS
strong signal to walk away from these olderand all Companies DB to initial version and
versions. Versions 7.5 and older weretry data repair with scripting. Then design
available on MS SQL Server as well as ondelete scripts with your DBA person.
Pervasive SQL 2000 (former Btrieve) andMicrosoft partner should be able to apply
Ctree. In the case when you are on non-MSfailed company rolling back script, so you do
SQL Server DB - you will have to undergonot have to start from initial version for
migration step to SQL Server based version.all the databases, however this script is
Assuming that your case is straight forward,confidential.
let's move on and review known version
upgrade  issues4. Other potentially problem tables. We've
also seen the problem with IV10200 table. In
2. Purchase Order Processing tables problems.version 9.0 inventory valuation formula was
If you are using POP module, then you mustrevised and it now relies on IV10200 to
check you Purchase Orders and Receipts workhigher extent. In some cases this table
and historical tables on the subject ofconversion script fails and upgrading
so-called orphan lines. These tables shouldapplication freezes.



1 A B C D E 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117