More!
Upgrading DotNetNuke
Current Assembly Version: 05.01.02
Current Database Version: 05.01.01
Upgrade Status Report
00:00:00.110 - Upgrading to Version: 05.01.02
00:00:00.881 - Executing Script: 05.01.02.SqlDataProvider Error! (see 05.01.02.log for more information)
00:00:22.502 - Executing Application Upgrades: 05.01.02 Success
00:00:22.502 - Cleaning Up Files: 05.01.02 Success
00:00:22.512 - Updating Config Files: 05.01.02 Success
00:00:22.522 - Performing General Upgrades
00:00:23.323 - Installing Optional Modules:
00:00:23.333 - Installing Package File HTML_Community_05.01.03_Install: Error!
00:00:35.731 - Installing Optional Skins:
00:00:35.731 - Installing Optional Containers:
00:00:35.731 - Installing Optional Languages:
00:00:35.731 - Installing Optional Providers:
00:00:35.731 - Installing Package File AspNetMembershipProvider_05.01.01_Install: Success
00:00:35.831 - Installing Package File CorePermissionProvider_05.01.01_Install: Success
00:00:35.921 - Installing Package File DatabaseLoggingProvider_05.01.01_Install: Success
00:00:35.951 - Installing Package File DNNMembershipProvider_05.01.01_Install: Success
00:00:36.061 - Installing Package File DNNMenuNavigationProvider_05.01.00_Install: Success
00:00:36.202 - Installing Package File DNNTreeNavigationProvider_05.01.00_Install: Success
00:00:36.312 - Installing Package File FckHtmlEditorProvider_02.00.04_Install: Success
00:00:39.707 - Installing Package File FileBasedCachingProvider_05.01.01_Install: Success
00:00:39.847 - Installing Package File SchedulingProvider_05.01.00_Install: Success
00:00:39.897 - Installing Package File SearchIndexProvider_05.01.00_Install: Success
00:00:39.937 - Installing Package File SearchProvider_05.01.01_Install: Success
00:00:39.967 - Installing Package File SolpartMenuNavigationProvider_05.01.00_Install: Success
00:00:40.207 - Installing Package File WebControls.install.v02.02.00.07: Success
00:00:42.050 - Installing Optional AuthSystems:
00:00:42.050 - Installing Package File LiveID_01.00.01_Install: Success
00:00:42.310 - Installing Package File OpenID_02.00.00_Install: Success
00:00:42.651 - Installing Optional Packages:
Upgrade Complete
5.1.2 Error Log
System.Data.SqlClient.SqlException: Cannot find the object 'Register_ResponseListByModuleIDUserID', because it does not exist or you do not have permission.
Cannot find the object 'Register_ResponseListUserIDByModuleID', because it does not exist or you do not have permission.
Cannot find the object 'NTForums_GetForumsByGroup2', because it does not exist or you do not have permission.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters)
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText)
at DotNetNuke.Data.SqlDataProvider.GrantStoredProceduresPermission(String Permission, String LoginOrRole)
if exists (select * from dbo.sysusers where name='website1') begin declare @exec nvarchar(2000) declare @name varchar(150) declare sp_cursor cursor for select o.name as name from dbo.sysobjects o where ( OBJECTPROPERTY(o.id, N'IsProcedure') = 1 or OBJECTPROPERTY(o.id, N'IsExtendedProc') = 1 or OBJECTPROPERTY(o.id, N'IsReplProc') = 1 ) and OBJECTPROPERTY(o.id, N'IsMSShipped') = 0 and o.name not like N'#%%' and (left(o.name,len('')) = '' or left(o.name,7) = 'aspnet_') open sp_cursor fetch sp_cursor into @name while @@fetch_status >= 0 begin select @exec = 'grant EXECUTE on ' + @name + ' to [website1]' execute (@exec) fetch sp_cursor into @name end deallocate sp_cursor end
System.Data.SqlClient.SqlException: Cannot find the object 'ColumnAlreadyExists', because it does not exist or you do not have permission.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)