Problems Installing DNN 4.8.1

Discussion in 'Third-party applications' started by mrodriguez23, Mar 9, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello,
    I'm having problems installing DNN 4.8.1 on my site. I followed the directions in kb's article (http://kb.discountasp.net/article.aspx?id=10382) but I keep on getting the following 2 error messages:

    This site is currently Unavailable
    Please check back later

    Installing DotNetNuke
    Upgrade Error: ERROR: Could not connect to database specified in connectionString for SqlDataProvider

    I have a SQL Server 2005 database set up. I have posted this question on the DNN forum but I haven't found any answerse. Any help would be much appreciated.

    Here are myweb.config settings


    <connectionStrings>
    <!-- Connection String for SQL Server 2005 -->
    </o:p>
    <add
    name="SiteSqlServer"
    connectionString="Server=sql2k512.discountasp.net;Database=SQL2005_463135_ffelogistix;
    uid=SQL2005_463135_ffelogistix_user;pwd=******;"
    providerName="System.Data.SqlClient" />
    </connectionStrings>
    </o:p>
    <appSettings>
    <add key="SiteSqlServer" value="Server=sql2k512.discountasp.net;Database=SQL2005_463135_ffelogistix;uid=SQL2005_463135_ffelogistix_user;pwd=******;"/>

    <add key="InstallTemplate" value="DotNetNuke.install.config" />
    <add key="AutoUpgrade" value="false" />
    <add key="UseInstallWizard" value="false"/>
    <add key="InstallMemberRole" value="true" />
    <add key="ShowMissingKeys" value="false" />
    <add key="EnableWebFarmSupport" value="false" />
    <add key="EnableCachePersistence" value="false"/>
    <add key="HostHeader" value="" />

    Thanks!
    Monica
     
  2. I am assuming the '******' in your connection string is replaced by your password? Something seems to be wrong in your connection string.

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. It worked!! Thank you very much for your help [​IMG]
     
  4. I'm just as happy it worked as you are. [​IMG]
    All the best,
    Mark
     
  5. I am having the same problem. I changed the connection string. Does the AppSetting also need to change?


    <connectionStrings>
    <add
    name="SiteSqlServer"
    connectionString="Data Source=tcp:mssql6.networkenhanced.com;Initial Catalog=jimwhi1_DNNBev; User ID=jimwhi1_jimwhite;Password=****;"
    providerName="System.Data.SqlClient" />
    </connectionStrings>
    <appSettings>
    <!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules -->
    <add key="SiteSqlServer" value="Server=mssql6.networkenhanced.com;Database=jimwhi1_DNNBev;uid=jimwhi1_jimwhite;pwd=****;"/>
     
  6. Does seem that connection sting should be like this instead:


     
  7. Dear forum people,


    I have this error below when i try to run my DotNetNuke portal (www.e-democracynow.org\default.aspx)for the first time:


    Compiler Error Message: BC30451: Name 'Config'


    is not declared.


    Source Error:





    Line 65: ''' --------------------------


    -----------------------------------------------


    ----
    Line 66: Private Sub Application_Start


    (ByVal sender As Object, ByVal e As EventArgs)
    Line 67: If Config.GetSetting


    ("ServerName") = "" Then
    Line 68: ServerName =


    Server.MachineName
    Line 69: Else




    I need help! can soneone help me.


    Thank you,


    AJAYI6
     
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