NAV2013R2 build36281 issue

RoelofRoelof Member Posts: 377
edited 2014-11-06 in NAV Three Tier
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.
Roelof de Jonghttp://www.wye.com

Comments

  • vremeni4vremeni4 Member Posts: 323
    Hi,

    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.
Sign In or Register to comment.