Hello
I'm trying to update current version ARIS Connect Server (10.0.11) to new version (10.0.12).
During the installation the informational window appears with following message:
"The JDBC driver you are using is too old. Your driver version is '6.0.x' and the lowest version you can use is '6.4.x'".
Tell me please how can I update JDBC driver on ARIS Connect Server (for example to 8.2.2)?
Solution of the problem:
If you use MS SQL Server.
Download new JDBC-driver from https://www.microsoft.com/en-us/download/details.aspx?id=100855.
Extract the driver package and copy “*.jar” to a common folder (e.g. C:\temp) .
1. Run ACC console and execute command:
stopall
2. Manually remove the previous JDBC-driver (for example "sqlijdbc41.jar") from the directories (you can use Windows search):
C:\SoftwareAG\ARIS10.0\server\bin\work\work_dashboarding_<s,m,l>\base\lib
C:\SoftwareAG\ARIS10.0\server\bin\work\work_simulation_<s,m,l>\base\lib
C:\SoftwareAG\ARIS10.0\server\bin\work\work_ecp_<s,m,l>\base\lib
C:\SoftwareAG\ARIS10.0\server\bin\work\work_copernicus_<s,m,l>\base\lib
C:\SoftwareAG\ARIS10.0\server\bin\work\work_apg_<s,m,l>\base\lib
C:\SoftwareAG\ARIS10.0\server\bin\work\work_octopus_<s,m,l>\base\lib
C:\SoftwareAG\ARIS10.0\server\bin\work\work_abs_<s,m,l>\base\lib
C:\SoftwareAG\ARIS10.0\server\bin\work\work_adsadmin_<s,m,l>\base\lib
C:\SoftwareAG\ARIS10.0\server\bin\work\work_umcadmin_<s,m,l>\base\lib
C:\SoftwareAG\ARIS10.0\server\bin\agentLocalRepo\lic
3. Run ACC console and enhance ARIS runnables with the new driver as follows:
enhance abs_l with commonsClasspath local file "C:\\temp\\jdbc\\sqljdbc_8.2\\rus\\mssql-jdbc-8.2.2.jre8.jar"
enhance adsadmin_l with commonsClasspath local file "C:\\temp\\jdbc\\sqljdbc_8.2\\rus\\mssql-jdbc-8.2.2.jre8.jar"
enhance apg_l with commonsClasspath local file "C:\\temp\\jdbc\\sqljdbc_8.2\\rus\\mssql-jdbc-8.2.2.jre8.jar"
enhance copernicus_l with commonsClasspath local file "C:\\temp\\jdbc\\sqljdbc_8.2\\rus\\mssql-jdbc-8.2.2.jre8.jar"
enhance umcadmin_l with commonsClasspath local file "C:\\temp\\jdbc\\sqljdbc_8.2\\rus\\mssql-jdbc-8.2.2.jre8.jar"
enhance octopus_l with commonsClasspath local file "C:\\temp\\jdbc\\sqljdbc_8.2\\rus\\mssql-jdbc-8.2.2.jre8.jar"
enhance ecp_l with commonsClasspath local file "C:\\temp\\jdbc\\sqljdbc_8.2\\rus\\mssql-jdbc-8.2.2.jre8.jar"
enhance dashboarding_l with commonsClasspath local file "C:\\temp\\jdbc\\sqljdbc_8.2\\rus\\mssql-jdbc-8.2.2.jre8.jar"
enhance simulation_l with commonsClasspath local file "C:\\temp\\jdbc\\sqljdbc_8.2\\rus\\mssql-jdbc-8.2.2.jre8.jar"
4. Try to run update installator.
5. After installing updates run ACC console and execute command:
startall