I am currently running DNN 07.00.06 and trying to update to the newest version. (I tried a few, all result in the error below)
Running the update I get this error for all the DB Scripts:
Executing Script:07.01.00.SqlDataProvider Error! (see 07.01.00.log.resources for more information)
The Application update finishes successfully.
So afterwards I have Current Assembly Version: 08.00.03 and
Current Database Version: 07.00.06
The log file looks like this:
-----------------------------------------------------------------------------
07/27/2016 13:53:41 [INFO] DotNetNuke.Services.Upgrade.Upgrade Start UpgradeDNN:08.00.00
07/27/2016 13:53:41 [INFO] DotNetNuke.Services.Upgrade.Upgrade Start UpgradeVersion:D:\var\www\vhosts\default\htdocs\test-site\Providers\DataProviders\SqlDataProvider\07.01.00.SqlDataProvider
07/27/2016 13:53:41 [INFO] DotNetNuke.Services.Upgrade.Upgrade Start ExecuteScript:D:\var\www\vhosts\default\htdocs\test-site\Providers\DataProviders\SqlDataProvider\07.01.00.SqlDataProvider
07/27/2016 13:53:48 [ERROR] DotNetNuke.Services.Upgrade.Upgrade System.Data.SqlClient.SqlException (0x80131904): Cannot find the object 'DeleteTabPermissionsByUserID', because it does not exist or you do not have permission.
Cannot find the object 'CalculatePagingInformation', because it does not exist or you do not have permission.
Cannot find the object 'UpdateTabPermission', because it does not exist or you do not have permission.
Cannot find the object 'Journal_GetByKey', because it does not exist or you do not have permission.
Cannot find the object 'DeleteTabSetting', because it does not exist or you do not have permission.
Cannot find the object 'CanDeleteSkin', because it does not exist or you do not have permission.
...
...
-----------------------------------------------------------------------------
I checked the permissions on the DB and it looks correct to me.
Does anyone know how to fix this?
Thank you!