NAV 2018 Problem converting from CU01 to CU04

glennolsen80glennolsen80 Member Posts: 1
edited 2018-05-02 in NAV Three Tier
Hi all, anyone knows how to fix this issue when converting database from version CU01 to CU04 ?

53w3yvujgsb8.png

Answers

  • AntoniomvallsAntoniomvalls Member Posts: 34
    edited 2018-05-04
    Maybe it is because of the addition of a new field property "Dataclassification" on CU03
    Giving thanks is always wellcome
  • RemkoDRemkoD Member Posts: 100
    It looks like NAV tries to start the data conversion but fails because there is a property that keeps track if a database may be converted or not. I'm not familiar with this functionality.

    Maybe you need more rights on the master database.
    If the database is on Azure SQL Database, add your user account to the dbmanager database role on the master database.

    This membership is only required for converting the database, and can be removed afterwards.
    Source: https://docs.microsoft.com/en-us/dynamics-nav/converting-a-database

    You could also try to do the upgrade from powershell. Hopefully this would return a more detailed error.
    Invoke-NAVDatabaseConversion (part of the Dynamics NAV Development Shell)
  • RemkoDRemkoD Member Posts: 100
    Btw, I'm not sure if a database conversion from one CU to another CU is comparable with converting from one NAV platform to another. Just a thought. o:)
  • Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    Check in SSMS if you have change tracking enabled on the database.
    Slawek Guzek
    Dynamics NAV, MS SQL Server, Wherescape RED;
    PRINCE2 Practitioner - License GR657010572SG
    GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
  • KishormKishorm Member Posts: 921
    You don’t by any chance have a product called “Object Manger Advanced” installed? I’ve not used it myself but stopping a database from being accidentally upgraded sounds like something they might have implemented and the error message does explicitly mention “OBJECT MANAGER”
Sign In or Register to comment.