When using the derby database everything works fine, but when I try and use a MS SQL Server I get an error message at the Mirth Administrator Login screen.
The error states "There was a problem authenticating the information that was entered. Please verify that the server is up and running and that the user information is valid."
I'm using for the URL
jdbc:jtds:sqlserver://localhost:1433/MIRTHDB
I'm assuming that the user and password properties of jTDS are created using the Username and Password fields. I've created the MirthData base using the sqlserver-database.sql file.
Are there any steps that I've missed when changing from the derby database to a SQL Server database in Mirth?
The error states "There was a problem authenticating the information that was entered. Please verify that the server is up and running and that the user information is valid."
I'm using for the URL
jdbc:jtds:sqlserver://localhost:1433/MIRTHDB
I'm assuming that the user and password properties of jTDS are created using the Username and Password fields. I've created the MirthData base using the sqlserver-database.sql file.
Are there any steps that I've missed when changing from the derby database to a SQL Server database in Mirth?
Comment