Hello ARIS Community,
I have a question about the connection between mashzone and the msql database. My ARIS Business Server has a connection via the opensource driver: "jtds-1.3.0.jar"
Settings in config:
url=jdbc\:jtds\:sqlserver\://<<PCNAME>>\:<<PORT>>/Aris71;instance\=<<INSTANCENAME>>
driver=net.sourceforge.jtds.jdbc.Driver this connection between Business Server and the MSQL works fine. Now I want to connect mashzone with the aris database. First of all the driver "jtds-1.3.0.jar" is not regonized when I put it in the location %MASHZONE_HOME%\jdbcdrivers.Is this opensource driver not supported for mashzone? so i tried to use the "sqljdbc4.jar" but now i need a other url because it is not the "jtds". In the manual it says: url=jdbc\:sqlserver\://<host>\:<Port>;DatabaseName\=ARIS71 driver=com.microsoft.sqlserver.jdbc.SQLServerDriver However the settings above do not work, maybe it's because I am missing the instance settings. Is there anyone that can help me out, or point me in the right direction. Thanks in advance. Greetings Robin