Genric MSSQL Data Source Driver for the JEDataCollector
- Have a up and running JEVis3 instance
- Build dependency SQL-Driver-abstract
git clone https://github.com/AIT-JEVis/SQL-Driver-abstract
cd SQL-Driver-abstract
mvn install
cd ..
- Clone this repository and build the driver-jar file
git clone https://github.com/AIT-JEVis/MSSQL-Driver.git
cd MSSQL-Driver
mvn package
- Upload the driver to JEVis using JSON2JEVisStructureCreator (assuming JSON2JEVisStructureCreator is already built)
java -jar ../JSON2JEVisStructureCreator/target/JSON2JEVisStructureCreator-with-dependencies-jar MSSQLDriverObjects.json
TODO
If the Attribute 'Domain' is set, then MSSQL-Driver tries to connect using Windows Authentication. You can either provide the username and password to log in or use the native Windows Authentication. For this install ntlmauth.dll
in your PATH
on the windows machine the DataCollector needs to authenticate using Windows Signle Sign On feature.