question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Persist data to mssql is not working.

See original GitHub issue

Hi,

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:closed
  • Created 5 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
albogdanocommented, Jun 4, 2018

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.

0reactions
albogdanocommented, Jun 15, 2018
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found