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?
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.
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...
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 ?
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 !
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.
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.
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...
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 ?
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:
is working on a reply...