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

Merge branch 'INPLATFORM-441' into 'master'

Create placeholder tableau executables - INPLATFORM-441

See merge request !36
parents 21e4b309 98f87675
No related branches found
No related tags found
1 merge request!36Create placeholder tableau executables - INPLATFORM-441
......@@ -74,6 +74,14 @@ RUN mkdir -p ~/databases && \
mkdir -p $INFA_HOME/apps/Data_Integration_Server/ext/drivers && \
mkdir -p $INFA_HOME/apps/agentcore/conf
# 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