November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Definitely remove MultipleActiveResultSets as it casues issues when running in linux. I would also remove Encrypt=false and Truseted_Connection= true. Here is a sample connectionstring I use.
"Server=.;Database=database;User Id=user;Password=Password123!;TrustServerCertificate=True;"
Also you should check your sql server configuration and make sure named pipes is enabled.
Run SQLServerManager15.msc (if you are running sql server 2019, or SQLServerManager16.msc if you are running sql server 2022), make sure these are all enabled
then you need to restart Sql server instance for it to make effect.
Also this might be worth checking (I don't think it's necessary in this case, but it is recommended to enable it regardless)
open sql server management studio -> right click on the instance -> properties. in security tab select Mixed authentication
Thanks Mark and Quan!
I got this fixed following your suggestions, I also had to set the same connection string in both .json files, my local and appsettings.json.
The one set in the appsettings.json was causing issues not sure if that's expected so, I just set the same connection string in both, didn't troubleshoot further the issue.
Hi All,
I'm running a local setup for Opti12 got all in place but when browsing my site I get this error:
Checking the Event Viewer entries found that theres is an issue when trying to connect to the DB, which is my local SQL Server, I see this error:
The error above does not metioned why the connection couldn't be established so I already double checked that my connection string is correct, the appseetings.json file is correct too. This is my connection string:
There is another error in the event viewer related with this:
I have 2 other OptiCM 12 projects in my local, those work ok.
Has anybody else seen these errors before?
Any help is appreciated.
Thanks,