Install and Update Denodo VDP/ Admin tool to run it locally on a Mac
\uD83D\uDCD8 Install Instructions
Generally trying to follow this how-to: https://community.denodo.com/docs/html/browse/8.0/en/platform/installation/preinstallation_tasks/download_the_installer/download_the_installer
Download Install package from box.
See :
link to VDP Client Folder https://tufts.box.com/s/weckhzaonwvx90b0kjp35w49aqjks8hm
We want the VDP Client for this application
Move download and Unzip into a Denodo Home directory.
I will be using Applications/Denodo
Give permissions to run the script
chmod +x install.sh (or installer_cli.sh)
Notice: You need Java 11 for this installation
Common Problem # 1 Java is not at version 11.
Java --version
brew install openjdk@11
Java --version
Common Problem # 2 Java Home must be set and exported.
export JAVA_HOME=/usr/local/opt/openjdk@11/libexec/openjdk.jdk/Contents/Home
add to bottom of .bashrc and source it (your link may vary)
4. Install, including home directory
a. ./install.sh ~/Applications/Denodo/
i. ./installer_cli install
b. Updates should be automatically installed when using the graphical interface on an internet connected device
5. Move the cacerts file from: https://tufts.box.com/s/93ouw91qd4y6f0ugnuy3wmrthvurk8g8 to JAVA_HOME/lib/security/ JJAVA_HOME/lib/securityJAVA_HOME/lib/security
Verify VDP Tool is Working
cd Applications/Denodo/bin
Connect to tufts VPN
./vdpadmin.sh
Log into //denodo-dev-01.it.tufts.edu:9999/ using your UTLN
Common Problem # 3 Cannot connect, not authenticated
You will need to be added to the appropriate active directory groups to login with your UTLN. Please Contact Joe Strinka or Matt Girard to figure out which AD group is right for you!
Common Problem # 4 SSL Certificate Error
Until we have a CA-signed certificate for Denodo, follow this guide to download and place the file needed to connect.