Skip to content
Snippets Groups Projects
Commit 68a3eafc authored by Jared Kosanovic's avatar Jared Kosanovic
Browse files

Create placeholder tableau connector executables

parent b8221a09
No related branches found
No related tags found
1 merge request!36Create placeholder tableau executables - INPLATFORM-441
......@@ -75,6 +75,14 @@ RUN mkdir -p ~/databases && \
mkdir -p $INFA_HOME/apps/agentcore/conf && \
mkdir -p $INFA_HOME/downloads
# Create placeholder executables for Tableau connector so that they have the correct permissions.
# The Tableau connector requires these executables, but it does not have the permissions to execute them, by default.
# https://network.informatica.com/onlinehelp/IICS/prod/CDI/en/index.htm#page/cloud-data-integration-tableau-v3-connector/Administration_of_Tableau_V3_Connector.html
ENV TABLEAU_EXECUTABLES_DIR=downloads/package-TableauV3.7/package/tableauv3/libs/hyper
RUN mkdir -p $INFA_HOME/$TABLEAU_EXECUTABLES_DIR && \
touch $INFA_HOME/$TABLEAU_EXECUTABLES_DIR/hyperd $INFA_HOME/$TABLEAU_EXECUTABLES_DIR/hyperd_sse2 $INFA_HOME/$TABLEAU_EXECUTABLES_DIR/hyperdstarter && \
chmod 744 $INFA_HOME/$TABLEAU_EXECUTABLES_DIR/*
# 1. Download and prepare Installer
# 2. Set file permissions
# 3. Install using silent install and the default location
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment