vvuk Posted September 27, 2022 Report Share Posted September 27, 2022 When I install NVivo, and want to start a new project, I get a message "Database component did not respond in time. Unable to start service." It offers to run a troubleshooter, which detects something with SQL, but when I run it and a new SQL server is installed, the exact same problem persists. I tried reinstalling, updating to newest version and running the troubleshooter multiple times. But nothing helped. I wrote to NVivo about it a week ago, and still no answer. Quote Link to comment Share on other sites More sharing options...
canarik Posted September 27, 2022 Report Share Posted September 27, 2022 Hello @vvuk, This might require further investigation with your system. Please submit a support request form following: https://support.qsrinternational.com/nvivo/s/contactsupport/contact-support-form Regards, Quote Link to comment Share on other sites More sharing options...
Brian P Posted October 10, 2022 Report Share Posted October 10, 2022 Hi I'm getting the same error on my windows 11 PC. I have done multiple reinstalls of the software but to no avail. This is a widely reported issue. Will there be a patch to resolve this issue and is there a work around so that I can open my existing projects. Thanks Brian Quote Link to comment Share on other sites More sharing options...
benmeehan Posted October 10, 2022 Report Share Posted October 10, 2022 Hi Brian, Please enure you are installing the latest version (1.7). Check you have all NVivo updates (they are free) for your release. You should be running version 1.7. To check which version you are running, run NVivo and navigate to "File>Product info>About NVivo" If you are on a lower version than 1.7, then take the free update. To do this, run NVivo, and navigate to "File>Product info>Check for software Updates". You will be prompted to download and install the update. follow the on-screen instructions to install the update. If you are on 1.7 and still get the error, please make a request for technical assistance using the request form below: https://support.qsrinternational.com/nvivo/s/contactsupport/contact-support-form I hope this response was helpful but do let me know if you need more information. Kind regards, Ben Quote Link to comment Share on other sites More sharing options...
Brian P Posted October 10, 2022 Report Share Posted October 10, 2022 Hi Ben. I'm actually running 12.6.1 Pro. It also takes quite a long time to start up. Same version runs perfectly on my office machine which is windows 10 but a much lower spec. Brian Quote Link to comment Share on other sites More sharing options...
benmeehan Posted October 11, 2022 Report Share Posted October 11, 2022 Make sure it is not opening two instances of NVivo. This can cause the same error to occur. If you are like me, you will have clicked 15 times on your startup icon while waiting for the splash screen to appear. Check the taskbar to ensure there is only one instance of NVivo running. If there is more than one, close all but one. Has NVivo ever run on this device? If all else fails, you may need to make that technical support request using the link sent earlier. I hope this response was helpful but do let me know if you need more information. Kind regards, Ben Quote Link to comment Share on other sites More sharing options...
Brian P Posted October 11, 2022 Report Share Posted October 11, 2022 Hi Ben, Definitely only 1 copy running although I know what you mean. The software has never run on this machine. I have raised a support ticket. Regards Brian Quote Link to comment Share on other sites More sharing options...
L.W Posted October 13, 2022 Report Share Posted October 13, 2022 I just want to add to the conversation, that i also experience this issue on my windows 11. Also had this checked with the IT deppartment at my University, so i have checked every possible way to resovle it. We came to the conclusion that something must be missing in the newest version of NVIVO download . I have written to NVIVO about the issue, and hope to get it resolved it as fast as possible. Quote Link to comment Share on other sites More sharing options...
Brian P Posted October 17, 2022 Report Share Posted October 17, 2022 Just to follow up. I lodged a support ticket but dont seem to have got anything back. This leaves me a bit stuck with my project Quote Link to comment Share on other sites More sharing options...
Solution QSRSupport Posted October 18, 2022 Solution Report Share Posted October 18, 2022 Hi Brian, Sorry for the delay! NVivo uses Microsoft SQL as a database component. If the SQL instance is unable to start, the 'database component' error appears. NVivo 1.6 and NVivo 1.7 users can follow the steps below to resolve the issue. 1. Click on the Search box on bottom taskbar and search for PowerShell. Windows PowerShell will appear as a search result. 2. Click Run As Admin in front of Windows PowerShell. 3. Paste the below commands and press Enter New-Item -Path 'HKLM:\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL15E.LOCALDB\MSSQLServer\Parameters' -Force 4. Paste the below commands and press EnterNew-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL15E.LOCALDB\MSSQLServer\Parameters' -Name 'SQLArg0' -Value '-T1800' -PropertyType String -Force 5. Close Power Shell. Create a batch file on your desktop as per steps below. 1. Right click on the empty space on your desktop, click Create New>Text Document. Name this document StartNVivo. 2. Open the document, paste the below text into it and click File>Save. @echo off sqllocaldb delete QSRNVIVO20.6 sqllocaldb create QSRNVIVO20.6 15.0 sqllocaldb start QSRNVIVO20.6 start "" "C:\Program Files\QSR\NVivo\NVivo.exe" 3. Open the File Explorer from the bottom taskbar on the computer. 4. Select the Show option under the View tab and tick 'file name extensions'. 5. Rename the StartNVivo.txt file to StartNVivo.bat and click Yes on the confirmation dialogue. 6. Double click on batch file to open NVivo. You should no longer receive the database error and do not need to repeat the above steps to use NVivo thereafter. Kind Regards, Bhupesh Quote Link to comment Share on other sites More sharing options...
Brian P Posted October 25, 2022 Report Share Posted October 25, 2022 Sorry Bhupesh I made the edits you suggested but with no success. I still get the same error. Note the version I am trying to run is Nvivo 12 Pro. I edited the batch file to point at the right executable but still no joy (see attached) Quote Link to comment Share on other sites More sharing options...
QSRSupport Posted November 5, 2022 Report Share Posted November 5, 2022 Hi Brian, NVivo 12 instructions will be slightly different because it uses a different version of SQL. Power Shell Instructions: New-Item -Path 'HKLM:\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL12E.LOCALDB\MSSQLServer\Parameters' -ForceNew-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL12E.LOCALDB\MSSQLServer\Parameters' -Name 'SQLArg0' -Value '-T1800' -PropertyType String -Force Batch file instructions: @echo off sqllocaldb delete QSRNVIVO12 sqllocaldb create QSRNVIVO12 12.0 sqllocaldb start QSRNVIVO12 start "" "C:\Program Files\QSR\NVivo 12\NVivo.exe" Kind Regards, Bhupesh Quote Link to comment Share on other sites More sharing options...
Neal Posted November 9, 2022 Report Share Posted November 9, 2022 Hello, Similar to the above, I am receiving this message and cannot access the software. Bhupesh I have followed your instructions however I still cannot gain access. I have spoken with IT support at my University who cannot resolve this either. What can I do to get past this please? I have paid for a licence and really do need access very soon. Thanks, Neal Quote Link to comment Share on other sites More sharing options...
canarik Posted November 9, 2022 Report Share Posted November 9, 2022 Hello @Neal, If above steps did not help, please submit a support request form following: https://support.qsrinternational.com/nvivo/s/contactsupport/contact-support-form Regards, Quote Link to comment Share on other sites More sharing options...
Zizi Posted December 19, 2022 Report Share Posted December 19, 2022 I haver exactly same problem vvuk told us. My Nvivo version is 15. My windows is 11... Thinking of change for windows 10... Quote Link to comment Share on other sites More sharing options...
benmeehan Posted December 19, 2022 Report Share Posted December 19, 2022 Hi Zizi, Please see earlier replies in this discussion for solution. I hope this response was helpful but do let me know if you need more information. Kind regards, Ben Quote Link to comment Share on other sites More sharing options...
BrandyK Posted January 24 Report Share Posted January 24 I've submitted a support request already. I'm a bit frustrated as this post thread is from months ago and this issue persists as we're here in January, I purchased a license for this program directly from my university on Sunday, and I can't access the program at all despite following all the above noted steps, as well as steps noted in another forum thread. Quote Link to comment Share on other sites More sharing options...
benmeehan Posted January 24 Report Share Posted January 24 Hi, if the steps outlined above do not work for you, please request technical support from the technical support group at this link: https://support.qsrinternational.com/nvivo/s/contactsupport/contact-support-form Please provide significantly more information than you have provided here including which version of NVivo you are using, what issues you are encountering, and any error messages received. I hope this response was helpful but do let me know if you need more information. Kind regards, Ben Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.