Ok, i undertand. I dont have objectQualifier. I change the databaseOwner="dbo" for "qce374" and the installation starts but now i have another diferent errors: (I dont have db_owner permissions in my hosting server.)
Installing DotNetNuke
Version: 04.03.07
Installation Status Report
00:00:00.078 - Installing Version: 3.1.0 00:00:00.078 - Installing Script: DotNetNuke.SetUp.SqlDataProvider Success 00:00:00.187 - Installing Script: DotNetNuke.Schema.SqlDataProvider Error! (seeD:\XVRT\noticiasdelmundo.es\Html\Providers\DataProviders\SqlDataProvider\DotNetNuke.Schema.log for more information) 00:00:03.562 - Installing Script: DotNetNuke.Data.SqlDataProvider Error! (seeD:\XVRT\noticiasdelmundo.es\Html\Providers\DataProviders\SqlDataProvider\DotNetNuke.Data.log for more information) 00:00:10.406 - Installing MemberRole Provider: 00:00:10.406 - Executing InstallCommon.sql 00:00:11.922 - Executing InstallMembership.sql 00:00:12.500 - Executing InstallProfile.sql 00:00:12.797 - Executing InstallRoles.sql Error! 00:00:13.266 - Upgrading to Version: 3.1.1 Success 00:00:15.609 - Upgrading to Version: 3.2.0 Success 00:00:15.813 - Upgrading to Version: 3.2.1 Success 00:00:15.969 - Upgrading to Version: 3.2.2 Success 00:00:16.047 - Upgrading to Version: 3.2.3 Error! (seeD:\XVRT\noticiasdelmundo.es\Html\Providers\DataProviders\SqlDataProvider\03.02.03.log for more information) 00:00:18.360 - Upgrading to Version: 3.2.4 Success 00:00:18.453 - Upgrading to Version: 3.2.5 Success 00:00:18.500 - Upgrading to Version: 3.2.6 Success 00:00:18.610 - Upgrading to Version: 3.2.7 Success 00:00:18.656 - Upgrading to Version: 3.3.0 Success 00:00:18.750 - Upgrading to Version: 3.3.1 Success 00:00:18.860 - Upgrading to Version: 3.3.2 Success 00:00:19.016 - Upgrading to Version: 3.3.3 Success 00:00:19.297 - Upgrading to Version: 4.0.0 Error! (seeD:\XVRT\noticiasdelmundo.es\Html\Providers\DataProviders\SqlDataProvider\04.00.00.log for more information) 00:00:19.625 - Upgrading to Version: 4.0.1 Success 00:00:19.735 - Upgrading to Version: 4.0.2 Success 00:00:19.766 - Upgrading to Version: 4.0.3 Success 00:00:19.813 - Upgrading to Version: 4.0.4 Success 00:00:21.282 - Upgrading to Version: 4.0.5 Success 00:00:21.297 - Upgrading to Version: 4.0.6 Success 00:00:21.328 - Upgrading to Version: 4.0.7 Success 00:00:21.344 - Upgrading to Version: 4.3.0 Success 00:00:21.391 - Upgrading to Version: 4.3.1 Success 00:00:21.438 - Upgrading to Version: 4.3.2 Success 00:00:21.563 - Upgrading to Version: 4.3.3 Success 00:00:21.735 - Upgrading to Version: 4.3.4 Success 00:00:21.782 - Upgrading to Version: 4.3.5 Success 00:00:22.172 - Upgrading to Version: 4.3.6 Success 00:00:22.485 - Upgrading to Version: 4.3.7 Success 00:00:22.578 - Performing General Upgrades
Server Error in '/' Application.
El nombre de columna 'PageQuota' no es válido. El nombre de columna 'UserQuota' no es válido. No se pudo usar la vista o función 'vw_Portals' debido a errores de enlace.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: El nombre de columna 'PageQuota' no es válido. El nombre de columna 'UserQuota' no es válido. No se pudo usar la vista o función 'vw_Portals' debido a errores de enlace.
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
Stack Trace:
[SqlException (0x80131904): El nombre de columna 'PageQuota' no es válido. El nombre de columna 'UserQuota' no es válido. No se pudo usar la vista o función 'vw_Portals' debido a errores de enlace.] System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +857434 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +735046 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188 System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1838 System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +31 System.Data.SqlClient.SqlDataReader.get_MetaData() +62 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +886 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +132 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32 System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +122 System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) +62 Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters, SqlConnectionOwnership connectionOwnership) +499 Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) +201 Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText) +40 Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) +262 DotNetNuke.Data.SqlDataProvider.GetPortals() +47 DotNetNuke.Entities.Portals.PortalController.GetPortals() +19 DotNetNuke.Services.Upgrade.Upgrade.UpgradeDNN(String strProviderPath, String strDatabaseVersion) +1533 DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +1284 DotNetNuke.Framework.Install.InstallApplication() +1171 DotNetNuke.Framework.Install.Page_Load(Object sender, EventArgs e) +274 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
|