Replies: 3 comments 2 replies
-
For version 3.12: See #5087 (reply in thread) for screenshots for both jtds and the MS driver. Mirth's database should already be created on the SQL server before starting Mirth. I would create the db, create a named user and assign that user db_owner permissions on the db you created. Also note page 443 of the latest user manual where it discusses trusted certs (applies to the MS driver, not jtds) Also, please read the documentation on mssql jdbc and make sure all the parameters attempted in your post work. The examples connections strings in mirth.properties do not look like the one you posted above. I think createdb=true is a Derby thing only but confirm that. You do not need to install the mssql jdbc driver for mirth 3.12. Lastly, it is always helpful to post relevant parts of mirth.log since it typically indicates what problems are. |
Beta Was this translation helpful? Give feedback.
-
@kktam can you confirm whether or not you were able to get your stuff working? This issue should probably be over in discussions and not classified as a bug (yet). |
Beta Was this translation helpful? Give feedback.
-
Attach is my mirth.log. It appears the default SQL server driver cannot understand the new connection string. Can this be made to work with the default driver, or if I need to install a Microsoft JDBC driver what are the steps to change the drivers in Nextgen connect 3.12. (or 3.9.1)? |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
When Nextgen connect is installed and first try to connect with an existing Microsoft SQL server 2019. The Mirth Connect Server manager sometimes show the server has started. But inside the SQL server instance, the database has not been created (empty).
SQL server 2019 is required to work with TLS 1.2.
To Reproduce
Setup steps (if required). Example:
- add database.url = com.microsoft.sqlserver.jdbc.SQLServerDriver
Steps to reproduce the behavior:
Expected behavior
When I open mirthdb database using Microsoft SQL Server Management Studio and refresh, the mirthdb should be full of tables created by Nextgen connect.
Actual behavior
A clear and concise description of what actually happens.
Screenshots
If applicable, add screenshots to help explain your problem. - may add later
Environment (please complete the following information):
Workaround(s)
No known workaround. Only got the installation working with Apache Derby.
Additional context
Beta Was this translation helpful? Give feedback.
All reactions