-
Notifications
You must be signed in to change notification settings - Fork 562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Foca 4.3.7.1 - Needs SQL Database although SQL Express 2022 is installed #131
Comments
|
Hi, |
you should try to connect through the sql authentication option, using the name of the local host or your own ip with port. after, try the sa password. It worked for me in my mac |
Here’s the solution: I encountered the same issue, even after installing the minimum required version (SQL Server 2014). A few years ago, the installation was straightforward, but now it requires a workaround. I was able to resolve it by creating a user, following the guide in the FOCA wiki. The steps are simple:
|
I installed SQL Express 2022 successfully and run FOCA for installation.
Unfortunately, I received the message that FOCA needs a SQL database.
Trying to setup a databse connection failed.
I tried as Server name following combinations:
Attached also a screenshot from the FOCA error message, which refers to a connection timeout. Note that this message appears in less then a second. And a screenshot from the SQLSERVER version.
I already found and check this issue #95 but no luck with the solution.
The text was updated successfully, but these errors were encountered: