Hi experts,
I got the issue shown in demonstration below when i execute Task 7 in this Link : https://msdn.microsoft.com/en-us/library/dn271668(v=nav.90).aspx#SQLBackup
How to solve this please ?
*This post is locked for comments
Did you import latest objects or these are objects available in LIVE?
Thank you very much Mohana for your answer,
No, i don't import the Upgrade700900.Fob File, Please in wich step should i import it
thank's
did you import standard upgrade objects from DVD?
Hi all,
When i force Sync. and trying to updrad Task 8 : i got this Error :
---------------------------
Microsoft Dynamics NAV Development Environment
---------------------------
No Upgrade methods have been found. Please create an upgrade codeunit with at least one Upgrade method in order to continue.
---------------------------
OK
---------------------------
Hi
You need to add code in the Upgrade Codeunit (UPG9091.W1 for w1version) function GetTableSyncSetupW1 for those tables (in the error as mentioned in the example code) like below for all tables. and run the sync command
DataUpgradeMgt.SetTableSyncSetup(DATABASE::"Customer",0,TableSynchSetup.Mode::Check);
DataUpgradeMgt.SetTableSyncSetup(DATABASE::"Vendor",0,TableSynchSetup.Mode::Check);
DataUpgradeMgt.SetTableSyncSetup(DATABASE::"Item",0,TableSynchSetup.Mode::Check);
You can run Sync-NavTenant command as follows:
Sync-NavTenant <serverinstance> –Mode Force
Please refer below link for more information.
https://msdn.microsoft.com/en-us/library/dn762357(v=nav.90).aspx
-Yogesh Kulkarni
Please verify, if you find answer helpful.
you can try syncing the object with force .
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,151 Super User 2024 Season 2
Martin Dráb 229,963 Most Valuable Professional
nmaenpaa 101,156