Persist data to mssql is not working.
See original GitHub issueHi,
I cannot setup para to be backed by mssql server. the following is my config.
para.dao = "SqlDAO"
para.sql.driver = "com.microsoft.sqlserver.jdbc.SQLServerDriver"
para.sql.url = "jdbc:sqlserver://server\sub;databaseName=xxx"
para.sql.user = "user"
para.sql.password = "password"
FYI: at para server, i have these files /para/para-war-1.29.1.war /para/application.conf /para/lib/para-dao-sql-1.29.0-shaded.jar /para/lib/mssql-jdbc-6.4.0.jre8.jar
when running para, there is warn message “[WARN ] Para configuration file ‘application.(conf|json|properties)’ is missing from classpath”
I am not sure why? but if I remove para.dao, everything is working fine again (without WARN message)
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
SQL data does not persist
Yes I am the only one who have access to database. I updated the rows from Microsoft Sql Server so it's not necessary...
Read more >Saving changes is not permitted error message - SQL Server
Cause. This problem occurs because the Prevent saving changes that require the table re-creation option is enabled by default in SQL Server ......
Read more >Persisting SQL Server Data in Docker Containers – Part 1
SQL Server using Docker Volumes Let's talk about how we can use Docker Volumes and SQL Server to persist data. If we want...
Read more >microsoft/mssql-docker - [Question] Persistent data container
Lets say I'm running brand new container, no custom database yet. Then my .NET application connect to SQL Server running in container, ...
Read more >'Saving changes is not permitted' error when you try to ...
Problem. Some Confluence troubleshooting steps require you to make changes to a SQL Server database. Depending on your SQL Server ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the report, this plugin is still kinda buggy because I haven’t had the chance to fully test it with SQL Server. It’s a fairly new plugin and needs some more work.
This should be fixed in
1.30.0
https://github.com/Erudika/para-dao-sql/releases/tag/1.30.0