Current and Future Clients/Partners are Welcome.
Tableau 2019.3 and later

This KB works for 2019 versions and before.
In the 2019.3 and later the method changes slightly.
- Capture Tableau in the normal fashion.
- after the install BEFORE clicking on finish run the following command.
- "C:\Program Files\Tableau\Tableau 2021.2\bin\uninstallanchorservice" "Tableau Software Inc." "Tableau 2021.2"
- this will uninstall
- Finish
- playback Tableau
- make a bat file with the following
- "C:\Program Files\Tableau\Tableau 2021.2\bin\installanchorservice" "Tableau Software Inc." "Tableau 2021.2"
- Add a script to configure, post activate and save
Comments
-
Is this for Desktop or Reader? Reader seems to package without issue but I've struggled with Tableau Desktop because of the Flexnet activation service.
0 -
I’m pretty sure this is desktop as the flex net license is part of the install.
1 -
This is way better than what i found to work lol.
I was able to get it to work with the following batch script post deploy. Found out they made another change and the ACL SSDL script is no longer needed.
a band aide if I ever saw one
@echo off
"C:\Program Files\Tableau\Tableau 2021.1\bin\custactutil.exe" -localrepair > c:\temp\tab.txt
2 -
Just trying this in FlexApp now. It works but seems to have a licensing hiccup. Every launch you get the "license has changed" message and need to restart the app. I can only assume its because the FlexNet service is getting installed on every launch.
0 -
jrlewis, did you update the below command and the batch install command to the version you are using? Also did you open the app after installing? I recommend not opening the app during packaging. We also found extra slow open when added to user login.
"C:\Program Files\Tableau\Tableau 2021.1.0\bin\uninstallanchorservice" "Tableau Software Inc." "Tableau 2021.1.0"
We use the following for install command when packaging
TableauDesktop-64bit-2021-1-0.exe /quiet /norestart ACCEPTEULA=1 ATRREQUESTEDDURATIONSECONDS=14400 ACTIVATIONSERVER=https://tableauservername.doman.loc SYNCHRONOUSLICENSECHECK="true" SILENTLYREGISTERUSER="true"
1 -
Just an update i was able to package 2021.4 tableau and prep with the above with no issues.
1 -
@NoBrentsAllowed How did you end up packaging Tableau Prep Builder? Prep Builder doesn't include an custactutil.exe and un/installanchorservice.exe to manipulate.
Thanks,
Joe
0 -
Follow the same instructions, however change out the uninstall/install Anchor services for these commands.
they exist, just in a different folder with a slightly different version number. you don't need to worry about custactutil.exe
"C:\Program Files\Tableau\Tableau Prep Builder 2021.4\resources\app\tableau-1.3\build\Release-x64\uninstallanchorservice" "Tableau Software Inc." "Tableau 2021.4"
"C:\Program Files\Tableau\Tableau Prep Builder 2021.4\resources\app\tableau-1.3\build\Release-x64\installanchorservice" "Tableau Software Inc." "Tableau 2021.4"
0