Options

Error during Upgrade to NAV 2013 R2

Minu63Minu63 Member Posts: 16
edited 2014-08-08 in NAV Three Tier
In step 1 "Prepare the existing data for the upgrade" / task 4 "Data conversion" I always get an error while I'm converting the NAV2013 database to NAV 2013 R2. The message is:

The following SQL Server error or errors occured:
4924,"42S22",[Microsoft][SQL Server Native Client 10.0][SQL Server]Fehler bei ALTER TABLE ALTER COLUMN, da die 'Version List'-Spalte in der Object-Tabelle nicht vorhanden ist.

SQL:
ALTER TABLE [dob].[Object] ALTER COLUMN[Version List][VARCHAR](248) NOT NULL


It's the last step of processing an upgrade from version 2.60.A to 2013 R2. Does anybody has an idea how to fix it?

In the NAV Development Environment I cannot change the field name in the object table 2000000001. And when I change the field name in the SQL table, I got the error "The Version List field on the Object table does not exist in the SQL Server table or view.

Answers

Sign In or Register to comment.