Copied to clipboard

Flag this post as spam?

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


  • Jason 92 posts 175 karma points
    Aug 31, 2015 @ 19:32
    Jason
    0

    Umbraco cannot start. A connection string is configured but the Umbraco cannot connect to the database.

    Receiving this error - worked fine previously.

    Note: sql ce

    Thanks

    enter image description here

  • James 251 posts 1169 karma points
    Aug 31, 2015 @ 19:43
    James
    0

    Is your database / database server online ?

    Are you using the correct credentials ?

    Has the password for the credentials you are using been changed ?

    Cheers

    James

  • Jason 92 posts 175 karma points
    Aug 31, 2015 @ 19:55
    Jason
    0

    Hi James, it's a sql server CE database, stored locally in the project

    When trying to preview the database, an error is thrown: The database file may be corrupted. Run the repair utility to check the database file

    thanks

  • Jamie 1 post 71 karma points
    Sep 14, 2015 @ 22:51
    Jamie
    0

    I had an almost identical error on 3 of my sites. (all running version 7.2)

    enter image description here

    All hosted on subdomains on the same server, using SQL CE.

    But the strangest part is they all happened at different times (2 were hours apart and the 3rd was a day later)

    And the first 2 corrected themselves after a day without anything being changed but the 3rd is still showing this error currently.

    Also, an identical copy of one of the sites is being hosted in another place and is perfectly fine. Very confusing..

  • allywatson 5 posts 25 karma points
    Sep 30, 2015 @ 00:35
    allywatson
    0

    Has anyone been able to resolve this issue?

    I am also getting this using MS Sql Server 2008, Umbraco version 7.2.8 assembly: 1.0.5675.23466.

    Thanks, Ally

  • Jason 92 posts 175 karma points
    Sep 30, 2015 @ 08:16
    Jason
    0

    Hi Ally, in my case the database was corrupted. I had to restore a previous version. Maybe worth a try?

  • Matt Speakman 11 posts 44 karma points
    Sep 30, 2015 @ 08:31
    Matt Speakman
    0

    Is your SQL server set up for Mixed Mode? What about your connection string is it properly formed? Just double check the punctuation is correct.

  • AmandaEly 123 posts 379 karma points
    Oct 03, 2015 @ 13:49
    AmandaEly
    0

    I keep seeing this as well and only over the last few days. Pretty annoying and on a mature project running on sql server 2014.

  • Stuart 11 posts 34 karma points
    Nov 20, 2015 @ 20:16
    Stuart
    0

    I had this issue, it was down to not setting up IP on azure. Hope this helps.

    Set up Windows Azure firewall rules for this IP address

  • tsilik 2 posts 46 karma points
    Nov 23, 2015 @ 23:06
    tsilik
    2

    If you are using sql ce, then double check that permission is set right for app pool to your App_Data directory.

  • Rohith Racherla 9 posts 79 karma points
    Nov 26, 2015 @ 11:39
    Rohith Racherla
    0

    I have the same issue and tried all the above suggestion solutions including checking the web config connection string, database restore to last backup etc. but still no luck

    The site is setup in Umbraco 7.2 and using SQL Express.

    It was working fine until yesterday, suddenly started to throw the error "A connection string is configured but umbraco cannot connect to the database"

    Please help

  • osblues 12 posts 83 karma points
    Nov 26, 2015 @ 12:49
    osblues
    0

    Hi, I've had this on 2 different sites running 7.2 and SQL Express, in the last week.

    If the code is in version control, try checking out a totally new copy of the site/code and running that version.

    I think it's some corrupt file(s) somewhere, but I've been unable to pin it down. In my case, a new SVN checkout was all I needed to do.

    Oddly though, the copy of the site that wasn't working previously (giving the can't connect error), is now working again, with no changes at all.

    I'm fairly sure this is a bug, but at the moment have very little to go on, in order that it can be reported.

    Thanks

    Adam

  • Jose 5 posts 86 karma points
    Nov 27, 2015 @ 09:30
    Jose
    0

    Hi guys, I had the same problem, a colleague told me that I needed check the Services and looking for SQL Server (SQL Express) and start it.

    Try it.

    Good luck.

  • Paul Zhou 1 post 72 karma points
    Dec 02, 2015 @ 23:37
    Paul Zhou
    1

    Not only I have the same issue. This issue only appears to me when I set up the site in IIS. When I use VisualStudio IIS Express there's not a problem.

    But when I removed "Integrated Security=true" and used a database account to login it fixed the problem. So it could be the security setting on your database too.

  • Anthony Halliday 5 posts 32 karma points
    Dec 11, 2015 @ 12:58
    Anthony Halliday
    7

    Just encountered this issue, it was caused by the DB login having password expiration enabled (the password had expired).

  • Rob Watkins 369 posts 701 karma points
    Jul 18, 2016 @ 09:10
    Rob Watkins
    0

    You have just saved my sanity! Thanks! :)

  • Mads Dalsgaard 2 posts 72 karma points
    Sep 17, 2017 @ 17:07
    Mads Dalsgaard
    0

    Hey Anthony Where do you find the password expiration enbaled ?

  • Adam Anthony 8 posts 79 karma points
    Jan 03, 2016 @ 14:09
    Adam Anthony
    0

    I'm having the exact same issue in Umbraco 7.3.3

    The error is intermittent, and happens at different times, but seems now to be happening all the time on my site. Literally nothing changed between it working and suddenly not working. It still works perfectly on my localhost version, only on the hosted version of the site which is an exact replica.

    If anyone has any fix for this, please share! I am completely stuck on this one.

    ~Thanks.

  • Tobias Morf 80 posts 183 karma points
    Jan 21, 2016 @ 10:18
    Tobias Morf
    1

    This one worked for us

    If you are using sql ce, then double check that permission is set right for app pool to your App_Data directory.

  • Jonathan 19 posts 101 karma points
    Feb 17, 2016 @ 06:58
    Jonathan
    0

    This one also worked for us. We connect to the database with integrated security. In the app pool > advanced settings we've also had to enter the windows account data under 'Identity' to get it to work.

  • René 327 posts 852 karma points
    Feb 11, 2016 @ 10:42
    René
    1

    Hi

    Umbraco 7.3.7

    Microsoft SQL Server Express (64-bit)

    I had the exact same problem.

    I deleted my local website in iis and recreated it with the same data as usually.

    Then it worked :-)

    /René

  • Metaphysical 6 posts 52 karma points
    Mar 31, 2016 @ 15:48
    Metaphysical
    0

    In 2008 R2 Security permission on the user for mssql needed to be set properly or got same error when going dev -> live server

    User Mapping db_owner and public checked and it was fixed 8)

  • Rasmus Østergård 19 posts 81 karma points c-trib
    Jun 06, 2016 @ 10:25
    Rasmus Østergård
    0

    I got this error when running on Azure.

    The problem turned out to be the user specified in the connection string did not have the propper roles on the azure database

  • marcinr 2 posts 22 karma points
    Sep 19, 2016 @ 10:39
    marcinr
    0

    If you are using MSSQL add login for IIS APPPOOL\yourapppoolname and add it to sysadmin role

  • MuirisOG 382 posts 1284 karma points
    Dec 16, 2016 @ 17:00
    MuirisOG
    0

    If it's not permissions, and if the database is an SQL Server CE file, you can also get this error if it is being locked by another user / process. Visual Studio may have it's hands on the file, especially if you are running the site through VS, so close that and see how you get on.

  • rakesh 9 posts 88 karma points
    Mar 21, 2017 @ 08:31
    rakesh
    0

    Hi guys i have downloaded 7.5.6 using nuget. Iam targeting 4.6.1 framework and its an MVC application. when i run the soluton its not showing install screen.

    I hve created new db in SQL 2014 and then create connection string for this database in UmbracoDSN setting in web config.

  • Ritesh 11 posts 91 karma points
    Apr 04, 2017 @ 13:18
    Ritesh
    0

    For using SQL database, you need to create blank database from SQL and than use its name and other SQL credentials at new setup window.

  • MuirisOG 382 posts 1284 karma points
    Apr 04, 2017 @ 13:42
    MuirisOG
    0

    Hi Rakesh,

    Ritesh is correct - first create a blank database and assign it a user with dbo permissions.

    However, don't edit the web.config as this will be done when you first run the site. It will prompt you and ask which database you are going to use, and when you select "Custom" and put in the details of the SQL Server database, along with your username and password, the Umbraco installation process will kick off, adding the tables to the database and updating the web.config as well.

  • David Zweben 265 posts 749 karma points
    Jun 25, 2018 @ 12:34
    David Zweben
    0

    I am getting this error at frequent but seemingly random times in my local copy of my Umbraco Cloud environment running from Visual Studio. It's a big time-waster, as I usually have to restart the application at least a couple times to get the error to clear. I think it has something to do with Visual Studio or some other program not properly letting go of its lock on the MDF database file.

    Does anyone have any suggestions to avoid running into this error, so I don't have to keep restarting Umbraco constantly?

    Thanks,
    David

  • Fabio Milheiro 74 posts 136 karma points
    Nov 20, 2018 @ 11:13
    Fabio Milheiro
    0

    This is crazy insane. Why are we not getting the actual error that prevents the connection from succeeding? I'm looking ignorant here.

  • Ali Kazai 11 posts 82 karma points c-trib
    Dec 22, 2018 @ 12:01
    Ali Kazai
    0

    Hi For most people getting this error which i just got for one of my client sites.

    Are you using SSL?

    Is your web config umbracoUseSSL set to true or false? -

    have you tried to Recycle Application Pool for your server?

    i recently got this error but that was because i enabled umbracoUseSSL, which seemed to have caused a problem.

    My site uses SSL encryption but i cant seem to login to the umbraco backend i keep getting login failed for user. when i enabled the umbracoUseSSL it crashed.

    anyone having similar problem with the encryption.

  • Tarik | WPPlumber 179 posts 801 karma points c-trib
    Feb 24, 2019 @ 09:15
    Tarik | WPPlumber
    0

    In my case I didn't find IUSR and IIS_USRS exist on folder inetpub/wwwroot after adding them the site works.

    Site's error: enter image description here

  • Jonathan Woosnam-Li 3 posts 73 karma points
    Mar 11, 2019 @ 11:50
    Jonathan Woosnam-Li
    0

    Had this recently.

    I was running a project in VS and trying to run another in WebMatrix

    Fixed by closing VS and restarting the site n WebMatrix

  • Glynn Powell 1 post 73 karma points
    Jul 29, 2019 @ 09:42
    Glynn Powell
    2

    I resolved this by going into Azure Server > Firewall Settings and turning on "Allow Acces to Azure Services" toggle switch above the IP Addresses

    (Seems obvious now doh)

  • Emil Lindgren 28 posts 190 karma points
    Jul 29, 2019 @ 14:05
    Emil Lindgren
    1

    Hello :)

    Sometimes when this happens you need to reset the password for the login to the database

    Databases --> Security --> you login --> right click -- Properties and then try to change password.

    This helped me a couple of times when i had the same problem.

    Kind Regards/ Emil

  • MuirisOG 382 posts 1284 karma points
    Jul 29, 2019 @ 14:57
    MuirisOG
    0

    Ok, another scenario... if you copy a SQL Database from one instance of SQL Server to another, you should delete the user that you have set up as dbo for the database, and recreate it.

    Thanks

    Muiris

  • David Zweben 265 posts 749 karma points
    Jul 29, 2019 @ 16:12
    David Zweben
    1

    After digging through the Umbraco source code, I found that more detailed database connection error information than what we see on the YSOD is being logged. This logging is taking place in Umbraco.Core\Persistence\DbConnectionExtensions.cs.

    When the IsAvailable database check fails during boot, it outputs this error message:

    "Configured database is reporting as not being available."

    ...along with the full DBException message. This log message is printed to the Output window only, and does not make its way to the regular Umbraco log.

    So, next time anyone hits a "A connection string is configured but the Umbraco cannot connect to the database." error when running the site locally in Debug mode, check the Output panel for details.

  • Geraldine Cardona 1 post 71 karma points
    Feb 06, 2020 @ 13:44
    Geraldine Cardona
    0

    Hola, este error me sucedió usando una base de datos que proporciona SQL Server Compact para la instalacion de Umbraco 8.5.3. La solución que apliqué fue añadir permisos a los usuarios (clic derecho, seguridad, añadir permisos), sobre el archivo de base de datos Umbraco.sdf que se encuentra en la carpeta app-data. Ya posteriormente, el mismo procedimiento de dar permisos a los archivos que te vaya indicando. Y finalmente, permisos sobre la carpeta que contiene el proyecto de umbraco

  • ibrahim TUNC 54 posts 132 karma points
    Nov 28, 2020 @ 22:24
    ibrahim TUNC
    0

    If you are on a domain, you need to turn off your firewall.enter image description here

  • Metaphysical 6 posts 52 karma points
    Feb 05, 2021 @ 11:51
    Metaphysical
    0

    Had to set SQL Server and Windows Authentication Mode!

    enter image description here

    8)

  • Nurhak Kaya 53 posts 147 karma points MVP 2x c-trib
    Aug 12, 2022 @ 09:32
    Nurhak Kaya
    0
Please Sign in or register to post replies

Write your reply to:

Draft