I cant instal DNN :(

Discussion in 'Third-party applications' started by JavierSivack, Jul 17, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have try like 6 times.
    Heres my web.congif

    <connectionStrings>
    <!-- Connection String for SQL Server 2005 Express -->
    <add name="SiteSqlServer" providerName="System.Data.SqlClient" connectionString="Data Source=tcp:sql2k508.discountasp.net;Initial Catalog=SQL2005_643722_fwn01;User ID=SQL2005_643722_fwn01_user;Password=;" />
    </connectionStrings>
    <appSettings>
    <!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules -->
    <add key="SiteSqlServer" value="Data Source=tcp:sql2k508.discountasp.net;Initial Catalog=SQL2005_643722_fwn01;User ID=SQL2005_643722_fwn01_user;Password=;" />

    And this is the error
    Installing Script: DotNetNuke.Schema.SqlDataProvider Error!

    Please I apreciate your help I need to install it fast :)
    Thanks
     
  2. Hi,
    Try it like this, just replace the password in two places below:

    <connectionStrings>
    <clear />
    <remove name="LocalSqlServer"/>
    <add name="LocalSqlServer" connectionString="Data Source=tcp:sql2k508.discountasp.net;Initial Catalog=SQL2005_643722_fwn01;User ID=SQL2005_643722_fwn01_user;Password=PASSWORD" providerName="System.Data.SqlClient" />
    <remove name="SiteSqlServer"/>
    <add name="SiteSqlServer" connectionString="Data Source=tcp:sql2k508.discountasp.net;Initial Catalog=SQL2005_643722_fwn01;Persist Security Info=True;User ID=SQL2005_643722_fwn01_user;Password=PASSWORD" providerName="System.Data.SqlClient" />
    </connectionStrings>
     
  3. Thanks but didn't work

    Hi wisemx, thanks for your answer
    But id didn't work.
    The error is this:

    00: - Installing Version: 4.4.0
    00: - Executing Script: DotNetNuke.SetUp.SqlDataProvider Success
    00:00:00.124 - Executing Script: DotNetNuke.Schema.SqlDataProvider Error! (see DotNetNuke.Schema.log for more information)
    00:00:02.870 - Executing Script: DotNetNuke.Data.SqlDataProvider Success
    00:00:04.134 - Installing MemberRole Provider:
    00:00:04.134 - Executing Script: InstallCommon
    00:00:05.226 - Executing Script: InstallMembership
    00:00:05.584 - Executing Script: InstallProfile
    00:00:05.725 - Executing Script: InstallRoles
    00:00:06.505 - Upgrading to Version: 4.9.4
    00:00:06.521 - Executing Script: 04.04.01.SqlDataProvider Error! (see 04.04.01.log for more information)
    00:00:06.599 - Executing Script: 04.05.00.SqlDataProvider Error! (see 04.05.00.log for more information)
    00:00:08.424 - Executing Script: 04.05.01.SqlDataProvider Success
    00:00:08.486 - Executing Script: 04.05.02.SqlDataProvider Success

    What another thing can I do, I'm geting creasy with DNN!!!!
     
  4. The stored procedure 'dbo.dnn_GetTabs' doesn't exist.

    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.InvalidOperationException: The stored procedure 'dbo.dnn_GetTabs' doesn't exist.

    Source Error:


    Line 94: Response.Write("<h2>Installation Status Report</h2>")
    Line 95: Response.Flush()
    Line 96: Services.Upgrade.Upgrade.InstallDNN(strProviderPath)
    Line 97:
    Line 98: Response.Write("<h2>Installation Complete</h2>")

    Source File: E:\web\fwnonlineco\htdocs\fwn\Install\Install.aspx.vb Line: 96

    Stack Trace:


    [InvalidOperationException: The stored procedure 'dbo.dnn_GetTabs' doesn't exist.]
    System.Data.SqlClient.SqlCommand.DeriveParameters() +1965357
    System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) +121
    Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) +242
    Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) +343
    Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) +175
    Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) +45
    Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) +207
    DotNetNuke.Data.SqlDataProvider.GetTabs(Int32 PortalId) +112
    DotNetNuke.Entities.Tabs.TabController.GetTabsByPortal(Int32 PortalId) +123
    DotNetNuke.Entities.Tabs.TabController.GetTabsByNameAndPortal(String TabName, Int32 PortalId) +69
    DotNetNuke.Entities.Tabs.TabController.GetTabByNameAndParent(String TabName, Int32 PortalId, Int32 ParentId) +19
    DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication() +56
    DotNetNuke.Services.Upgrade.Upgrade.UpgradeDNN(String strProviderPath, String strDatabaseVersion) +505
    DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +204
    DotNetNuke.Services.Install.Install.InstallApplication() in E:\web\fwnonlineco\htdocs\fwn\Install\Install.aspx.vb:96
    DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) in E:\web\fwnonlineco\htdocs\fwn\Install\Install.aspx.vb:343
    System.Web.UI.Control.OnLoad(EventArgs e) +99
    System.Web.UI.Control.LoadRecursive() +50
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
     
  5. Hi,
    If you deployed with VS or VWD try re-syncing the site files.
    Hopefully DNN can then pickup where it left off.
    If it can't you can perform a clean sweep of the DB then run it again once the files are synced.
    All the best,
    Mark
     
  6. Thanks, I find the problem

    Thanks Mark!!!
    I did't deploy with VS.
    But I find that the problem was some functions that I didn't delet from de data base.
    Thank you very much for your interest.
    Regards,
    Javier
     
  7. ...I just got your PM;
    Is everything running now?
    All the best,
    Mark
     
  8. Thanks

    Thanks Mark
    Its working now.
    Thank you very much.
    Javier
     
  9. DNN Problem with SharedResources.resx

    Hi friends.
    Now my problem is with SharedResources.resx
    I have done some litle changes in it
    And now it doesn't show any thing at the language editor at DNN.
    What can it be.
    I only change some text. but any thing more.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page