Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nymsen 6 posts 26 karma points
    Jun 15, 2010 @ 15:37
    Nymsen
    0

    i get this error when configurating Umbraco: "Your database has been found and is identified as: Unavailable"

    I am trying to configureate umbraco for my 1.st time use.


    But when i come to step 1: System incpection, i get this messege:

    "Your database has been found and is identified as:
    Unavailable

    Database not found! Please check that the information in the "connection string" of the “web.config” file is correct."

    - I believe that is is the server information for my database which is rong,

    This is how it looks now in my web.config:
      <add key="umbracoDbDSN" value="Server=.\127.0.0.1; Database=umbracoCMS; User ID=umbracoUser; Password=*******; Trusted_Connection=False" />


    So my big question is where can i find the right server information for my database to put in my web.config?

     

    Really hope someone can help me, thanks !

  • Sebastiaan Janssen 5052 posts 15505 karma points MVP admin hq
    Jun 15, 2010 @ 19:04
    Sebastiaan Janssen
    0

    Is this on your local machine or on a server somewhere??

    If it's on a server, your webhost should be able to help you out with the correct credentials.

    If this is on your local machine, you can try to login with these exact credentials using sql management studio. You are probably going to get an error. Make sure that the user umbracoUser has enough rights on the umbracoCMS database.

  • Nymsen 6 posts 26 karma points
    Jun 15, 2010 @ 19:31
    Nymsen
    0

    This is on my Local machine.

    And i am trying to use umbraco for the 1st time.

    but i just need to know how to see my server information.

    This is what i rong now: value="Server=.\127.0.0.1 ..l

    so where can i find this ?

    i have no problems logging in using management studio.

  • Sebastiaan Janssen 5052 posts 15505 karma points MVP admin hq
    Jun 15, 2010 @ 19:42
    Sebastiaan Janssen
    0

    I have no idea how your server is set up. It would usually be .\sqlexpress but it depends on what permissions you've set, if you've allowed tcp/ip connections to the database, if you've created the user umbracouser, and so on... 

     

  • Nymsen 6 posts 26 karma points
    Jun 15, 2010 @ 19:53
    Nymsen
    0

    i figured out the problem. But now i found another ^^

     

    So now the installation is finished, but now i get this messege: "Unfortunately, umbraco couldn't update the /config/umbracoSettings.config due to permission problems (details)."

    So how do i edit my web.config myself? and what is it that i have to edit ?

  • Sebastiaan Janssen 5052 posts 15505 karma points MVP admin hq
    Jun 15, 2010 @ 20:05
    Sebastiaan Janssen
    0

    Not much, you probably just have to set the version. I'm assuming that you've used the latest version (4.0.4.2) so that would be this key:

    <add key="umbracoConfigurationStatus" value="4.0.4.2" />
Please Sign in or register to post replies

Write your reply to:

Draft