NAV 2009r2 to 2015 upgrade, update data error
showpq2000
Member Posts: 2
I currently work on upgrading NAV from 2009r2 to 2015
Everything going great unitl I try to update data.
I ran "Data update" and process stoped by error "Choose a valid field in the Contact table" for one of 7 companies.
I try to continue updating and ignore this error, then other companies all error "The source Code already exists. Identification fields and values : Code = 'PAYNTRECON' ".
So sad I couldnt debug the update code (At least I didnt know how.)
Stucked in this error several days, any one has clue what problem this is and how i can fix it.
Everything going great unitl I try to update data.
I ran "Data update" and process stoped by error "Choose a valid field in the Contact table" for one of 7 companies.
I try to continue updating and ignore this error, then other companies all error "The source Code already exists. Identification fields and values : Code = 'PAYNTRECON' ".
So sad I couldnt debug the update code (At least I didnt know how.)
Stucked in this error several days, any one has clue what problem this is and how i can fix it.
0
Comments
-
Hi,
This looks like a data issue.
When you import the fob Upgrade601800.fob for the second part of the upgrade there is a set of codeunits.
Codeunit 104049 UpgradeDimensionEntry
Codeunit 104050 Upgrade - SQL Mgt.
Codeunit 104051 UPG6080.W1
Codeunit 104052 UPGDIM6080.W1
Codeunit 104053 Mark Upgrade Toolkit
Codeunit 104055 UPG6080.StartUpgrade
Codeunit 104056 Upgrade User Mgt.
When you use "Data update" the system will use these coudentis to upgrade the data.
If you set a debugger point in one of them (if I remember correctly the first one is 104055 UPG6080.StartUpgrade)
you should be able to find out what is causing the problem.
I hope this helps
Thanks.0 -
This is one of several bugs.
When you resume, it resumes too early.
Find the insert for this record and add a IF NOT GET before it and it will bypass the error.
You could do a conditional insert but doing the get first is safer.David Machanick
http://mibuso.com/blogs/davidmachanick/0
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
- 323 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
