Environment: Mirth 1.5 Windows version, Windows Server 2000 SP4, Microsoft SQL Server 2000 SP3, Java Runtime v1.6.0 (build 1.6.0_01-b06)
Mirth Manager / Database / URL
The UI shows the database URL in correct format but when saved, the properties file has a backslash ( \\ ) before every colon ( : ) in the url.
After removing the backslash in the url Mirth 1.5 created entries successfully in mirthdb in SQL Server 2000
Post edited by: nshaik, at: 05/30/2007 09:07
Mirth Manager / Database / URL
The UI shows the database URL in correct format but when saved, the properties file has a backslash ( \\ ) before every colon ( : ) in the url.
Code:
File: C:\\Program Files\\Mirth\\conf\\sqlserver-SqlMapConfig.properties
Code:
#Wed May 30 11:21:16 EDT 2007 password=test url=jdbc\\:jtds\\:«»sqlserver\\://testserver\\:1433/mirthdb driver=net.sourceforge.jtds.jdbc.Driver database=sqlserver username=sa
Code:
url=jdbc:jtds:«»sqlserver://testserver:1433/mirthdb
Comment