I have a question:
A NAV2013R2 database, build 35473 has been opened with a NAV2013R2 build 36281 client Even though the access-attempt was manually canceled it caused a change on a field in the 'Object' table called 'Version List' from VarChar(80) to VarChar(248). The database is not longer accessible (by both builds).
Is there a way to get back access?
Thanks.
0
Comments
Start SQl Studio manager connect to the SQL server.
Select the database and find the table "Object".
Right click on the table and select "Design"
Change the field "version list" to have the size 248.
This should fix the problem.
Thanks.