NAV 2015 Error - No Upgrade methods have been found

idealsceneprodidealsceneprod Member Posts: 16
edited 2015-07-20 in NAV Three Tier
Dear all,


Having a strange issue. I created an Upgrade Codeunit, with an upgrade method.


This is codeunit 50003, with subtype Upgrade, and the upgrade function has FunctionType Upgrade. I even created a TableSyncSetup method, just in case.


It compiles with no errors.


However, when I go to Tools / Data Upgrade / Start and follow the prompts, I get the error in the subject line:
"No Upgrade methods have been found. Please create an Upgrade Codeunit with at least one Upgrade method in order to continue."

I even tried uploading (from my partner) a standard upgrade codeunit, but I get the same results.


I followed youtube and blog posts to put my upgrade codeunit together, but can't get it to work! :(


Anybody got any ideas?


Thanks a lot,


Val Gameiro

Answers

  • JutJut Member Posts: 72
    Can you make sure that your codeunit is included in your license?
  • idealsceneprodidealsceneprod Member Posts: 16
    Yessir, it is codeunit 50003 and it is well within our range. :)
  • idealsceneprodidealsceneprod Member Posts: 16
    Ok, so the answer was real simple! #-o

    The TableNo field on the Codeunit Properties must NOT have the table number to which it refers.

    Taking that out of the properties windows fixed it and it now works!

    V
  • tinoruijstinoruijs Member Posts: 1,226
    :thumbsup: for the feedback!

    Tino Ruijs
    Microsoft Dynamics NAV specialist
Sign In or Register to comment.