I am getting stuck on 18% with this error:
Cannot find the object 'aspnet_Membership_GetUserByUserId', because it does not exist or you do not have permission. Cannot find the object 'aspnet_Membership_GetUserByName', because it does not exist or you do not have permission. Cannot find the object 'aspnet_Membership_GetUserByEmail', because it does not exist or you do not have permission. Cannot find the object 'aspnet_Membership_GetPassword', because it does not exist or you do not have permission. Cannot find the object 'aspnet_Membership_GetPasswordWithFormat', because it does not exist or you do not have permission. Cannot find the object 'aspnet_Membership_UpdateUserInfo', because it does not exist or you do not have permission. Cannot find the object 'aspnet_Membership_GetNumberOfUsersOnline', because it does not exist or you do not have permission. Cannot find the object 'aspnet_CheckSchemaVersion', because it does not exist or you do not have permission. Cannot find the object 'aspnet_RegisterSchemaVersion', because it does not exist or you do not have permission. Cannot find the object 'aspnet_UnRegisterSchemaVersion', because it does not exist or you do not have permission. Cannot find the object 'aspnet_Membership_GetUserByUserId', because it does not exist or you do not have permission. Cannot find the object 'aspnet_Membership_GetUserByName', because it does not exist or you do not have permission. Cannot find the object 'aspnet_Membership_GetUserByEmail', because it does not exist or you do not have permission. Cannot find the object 'aspnet_Membership_GetAllUsers', because it does not exist or you do not have permission. Cannot find the object 'aspnet_Membership_GetNumberOfUsersOnline', because it does not exist or you do not have permission. Cannot find the object 'aspnet_Membership_FindUsersByName', because it does not exist or you do not have permission. Cannot find the object 'aspnet_Membership_FindUsersByEmail', because it does not exist or you do not have permission. Cannot find the object 'aspnet_CheckSchemaVersion', because it does not exist or you do not have permission. Cannot find the object 'aspnet_RegisterSchemaVersion', because it does not exist or you do not have permission. Cannot find the object 'aspnet_UnRegisterSchemaVersion', because it does not exist or you do not have permission. Cannot find the object 'aspnet_Users_DeleteUser', because it does not exist or you do not have permission. Cannot find the object 'aspnet_Membership_CreateUser', because it does not exist or you do not have permission. Cannot find the object 'aspnet_Membership_SetPassword', because it does not exist or you do not have permission. Cannot find the object 'aspnet_Membership_ResetPassword', because it does not exist or you do not have permission. Cannot find the object 'aspnet_Membership_UpdateUser', because it does not exist or you do not have permission. Cannot find the object 'aspnet_Membership_ChangePasswordQuestionAndAnswer', because it does not exist or you do not have permission. Cannot find the object 'aspnet_Membership_UnlockUser', because it does not exist or you do not have permission. Cannot find the object 'vw_aspnet_Applications', because it does not exist or you do not have permission. Cannot find the object 'vw_aspnet_Users', because it does not exist or you do not have permission. Cannot find the object 'vw_aspnet_MembershipUsers', because it does not exist or you do not have permission. Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteScriptInternal(String connectionString, String script) ClientConnectionId:69ae7741-f44c-4662-a25d-8a13547cc653 Error Number:15151,State:1,Class:16 -- --Stored Procedure rights for BasicAcess -- GRANT EXECUTE ON dbo.aspnet_Membership_GetUserByUserId TO aspnet_Membership_BasicAccess GRANT EXECUTE ON dbo.aspnet_Membership_GetUserByName TO aspnet_Membership_BasicAccess GRANT EXECUTE ON dbo.aspnet_Membership_GetUserByEmail TO aspnet_Membership_BasicAccess GRANT EXECUTE ON dbo.aspnet_Membership_GetPassword TO aspnet_Membership_BasicAccess GRANT EXECUTE ON dbo.aspnet_Membership_GetPasswordWithFormat TO aspnet_Membership_BasicAccess GRANT EXECUTE ON dbo.aspnet_Membership_UpdateUserInfo TO aspnet_Membership_BasicAccess GRANT EXECUTE ON dbo.aspnet_Membership_GetNumberOfUsersOnline TO aspnet_Membership_BasicAccess GRANT EXECUTE ON dbo.aspnet_CheckSchemaVersion TO aspnet_Membership_BasicAccess GRANT EXECUTE ON dbo.aspnet_RegisterSchemaVersion TO aspnet_Membership_BasicAccess GRANT EXECUTE ON dbo.aspnet_UnRegisterSchemaVersion TO aspnet_Membership_BasicAccess -- --Stored Procedure rights for ReportingAccess -- GRANT EXECUTE ON dbo.aspnet_Membership_GetUserByUserId TO aspnet_Membership_ReportingAccess GRANT EXECUTE ON dbo.aspnet_Membership_GetUserByName TO aspnet_Membership_ReportingAccess GRANT EXECUTE ON dbo.aspnet_Membership_GetUserByEmail TO aspnet_Membership_ReportingAccess GRANT EXECUTE ON dbo.aspnet_Membership_GetAllUsers TO aspnet_Membership_ReportingAccess GRANT EXECUTE ON dbo.aspnet_Membership_GetNumberOfUsersOnline TO aspnet_Membership_ReportingAccess GRANT EXECUTE ON dbo.aspnet_Membership_FindUsersByName TO aspnet_Membership_ReportingAccess GRANT EXECUTE ON dbo.aspnet_Membership_FindUsersByEmail TO aspnet_Membership_ReportingAccess GRANT EXECUTE ON dbo.aspnet_CheckSchemaVersion TO aspnet_Membership_ReportingAccess GRANT EXECUTE ON dbo.aspnet_RegisterSchemaVersion TO aspnet_Membership_ReportingAccess GRANT EXECUTE ON dbo.aspnet_UnRegisterSchemaVersion TO aspnet_Membership_ReportingAccess -- --Additional stored procedure rights for FullAccess -- GRANT EXECUTE ON dbo.aspnet_Users_DeleteUser TO aspnet_Membership_FullAccess GRANT EXECUTE ON dbo.aspnet_Membership_CreateUser TO aspnet_Membership_FullAccess GRANT EXECUTE ON dbo.aspnet_Membership_SetPassword TO aspnet_Membership_FullAccess GRANT EXECUTE ON dbo.aspnet_Membership_ResetPassword TO aspnet_Membership_FullAccess GRANT EXECUTE ON dbo.aspnet_Membership_UpdateUser TO aspnet_Membership_FullAccess GRANT EXECUTE ON dbo.aspnet_Membership_ChangePasswordQuestionAndAnswer TO aspnet_Membership_FullAccess GRANT EXECUTE ON dbo.aspnet_Membership_UnlockUser TO aspnet_Membership_FullAccess -- --View rights -- GRANT SELECT ON dbo.vw_aspnet_Applications TO aspnet_Membership_ReportingAccess GRANT SELECT ON dbo.vw_aspnet_Users TO aspnet_Membership_ReportingAccess GRANT SELECT ON dbo.vw_aspnet_MembershipUsers TO aspnet_Membership_ReportingAccess /*************************************************************/ /*************************************************************/ /*************************************************************/ /*************************************************************/ DECLARE @command nvarchar(4000) SET @command = 'REVOKE EXECUTE ON [dbo].aspnet_RegisterSchemaVersion FROM ' + QUOTENAME(user) EXECUTE (@command)