I've opened an NAV 2013 database in an NAV 2013 R2 and it was succesfully converted.
Now I'm trying to import the R2-objects in the converted database.
I'm receiving the following message "The table definition is invalid and cannot be validated.".
Anybody else encountered this?
Tino Ruijs
Microsoft Dynamics NAV specialist0
Comments
Compiling the objects in the converted database returns the error "he table definition is invalid and cannot be validated."
I'm gonna test why.
Tino Ruijs
Microsoft Dynamics NAV specialist
Installed SQL on a seperate box
Retored the Demo DB from Media
New instance on NAV server.
selected the correct DB.
NAV Works perfectly, but if we try to compile: "The table definition is invalid..."
Installed NAV on local machine (With SQL Express as backend) no problems in compiling...??
Have no idea, what is going on.
Adding my own tables/fields works fine.
My workaround for this, until MS gets back to me, is to set the Option "Prevent data loss from table changes" to No. This can be found under Tools->Options...
John
Thanks for the workaround John!
Tino Ruijs
Microsoft Dynamics NAV specialist
"The 'Record2000000009' type is obsolete." and "The 'Record2000000009Handle' type is obsolete."
Only for objects table 11414, report 11405, 11406, 11407, 11408, 11411.
Has something to do with tabel 2000000009 Session which is not there anymore. Objects are compiled, so no problem for me now, but just wanted to let you know.
Tino Ruijs
Microsoft Dynamics NAV specialist
It does something with the session table.
Guess that does no longer work with a technical upgrade only.
I heard the Sessions table is obsolete, but that it does populate from the Windows Client, but not from the Web Client, so it's probably not a good idea to use it.
i have the same Problem. Is this Problem solved from MS?
I need a fast Solution.
Thanks
I exported some objects I had on NAV2013 std and wanted to add our customized code to the same object on R2 (by merging them manually) and now when I try to compile I get that error.
For now I'm using the workaround commented on this topic.
I just got the subject error message while trying to make a trivial change to a table included in the North American localization. I then cloned (opened in Design mode and saved without change to a different number) the table from the local number series into the 50000 range. I can't make any modification to that copy of the table either. However, when I manually, line by line, create a new table that is a replica of the failing table, the compiler is perfectly happy with it. So the problem lies in something left by the process of moving the table from NAV 2013 RTM to NAV 2013 R2. BTW: This particular table was created as part of the US localization for NAV V3.60. The database I am using is an unmodified NA CRONUS (unmodified until I hit this problem :-) ).
Co-Founder Liberty Grove Software
Author: Programming Microsoft Dynamics NAV (V5.0), 2009, 2013
Co-Founder Liberty Grove Software
Author: Programming Microsoft Dynamics NAV (V5.0), 2009, 2013
I've noticed that the setting "Prevent data loss from table changes" sometimes resets itself or if you don't click ok, it doesn't persist.
After setting it to "No" I've had no issues customizing or upgrading tables.
I'm still waiting for an answer back from MS. According to support, it's still in development in DK.
John
The same problem.
We tried to import translations. The problem was caused by an accented character in option field.
Thus far R2 is proving to be a giant pain.
-- Scott
Scott Hartman
Dynamics NAV Developer
Gil
It happens when try to compile the table 290 Sales Line.
I try to configure Prevent data loss from table changes to NO but i cwhen open again Tools > Options it changes automatically to Yes.
There are two methods to get around this error.
--> Start a Server Instance on your Developement machine using domain user account
--> Start a Server Instance on your SQL server using Network Service
See page: http://www.dynamics.is/?p=1619
I think this is bug in NAV 2013 R2 :(:( or we don't know something
If turning validation off works, it indicates that you have trouble getting authenticated on the NST or that the NST can't be found.
Could you try the following:
A) Setup manually in Tools/Options the address/port etc of the NST and see if that makes any change.
Make sure that you are using Windows authentication AND that you are created as a NAV-user in the database.
Thanks,
Thomas
CTO, Architect - Microsoft Dynamics NAV
john
https://mbs2.microsoft.com/Knowledgebase/KBDisplay.aspx?scid=kb;en-us;2901564
John
But erorr is still exist.
Anyone with another solution ?
Hy I also upgrade but error still occur.
And lose all data in table ;(
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
The workaround worked for me