aws-quickstart/quickstart-tableau-server

Script is missing -k parameter before the server license key

jon-allenby opened this issue · 2 comments

command: !Sub /tmp/automated-installer -a ${TsmUsername} -f /tmp/config.json -r /tmp/registration.json -s /tmp/secrets.properties ${LicenseKey} -v --accepteula --force /tmp/tableau-server.rpm && echo "Installing Tableau Server"

The server license key is missing a preceding -k so when you run this script it incorrectly thinks that the license key is the package file:

Package file <license key> not found. Canceling.
Provide the package file (rpm or deb) as last argument.
vsnyc commented

Thanks @jon-allenby for reporting this . One workaround is to start a trial deployment and then update the license key later using Tableau GUI/CLI. I'm testing a fix in #111.

vsnyc commented

@jon-allenby - this should be fixed. Our default pipeline tests without a key, let us know if you find any issues.