dallmann-consulting/OCPP.Core

Error details

Closed this issue · 5 comments

Hello, we followed the normal process and steps, but when we opened the http://localhost:8082/ ,we saw these error messages displayed on the webpage. Could you please advise on how to resolve this?
Error details

You configured OCPP.Core to use a SQL-Server but the connection fails. Please check your configuration.
If you don't want to install and use SQL-Server you can use SqlLite (file based database).

Thank you very much. We downloaded SQL-Server according to your suggestion, but now a new problem has arisen. How should we solve it?
transient failure

There ist still something wrong with the database. Did you create the database with the script and can connect with SQL Management Studio? It is not enough just to install the SQL Server.
It's probably easier to start with SqlLite. Just use the preconfigured file.

Does it work now?

Sorry for the late reply, we have successfully run the ocpp.core and tried to connect to the charge point. If there are any problems, we will report back. Thank you.