Contents:
If your environment does not support the use of Chrome, you can install the Wrangler Enterprise desktop application to provide the same access and functionality as the Designer Cloud® application. This desktop application connects to the enterprise Alteryx instance and provides the same capabilities without requiring a locally installed version of Chrome browser.
Designer Cloud application is a hybrid desktop application.Your local application instance accesses registered data files located in the datastore to which the Alteryx server is connected.
NOTE: The Wrangler Enterprise desktop application is supported on Windows only. The application also supports Single Sign On (SSO), if it is enabled.
Download
To begin, you must download the following Windows MSI file (TrifactaEnterpriseSetup.msi
) from the location where your software was provided.
If you are planning to automate installation to desktops in your environment, please also download setTrifactaServer.ps1
.
Setup
Before you begin, you should perform any necessary configuration of the Alteryx Server before deploying the instances of the application. See Configure for Trifacta Enterprise Application.
Install for Windows
Steps:
- On your Windows desktop, double-click the MSI file.
- Follow the on-screen instructions to install the software.
Windows Command Line Installation and Configuration
As an alternative, you can perform installation and initial configuration from the command line. Download the MSI and the PS1 files to a local directory that is accessible.
NOTE: For command line install, you must download from the setTrifactaServer.ps1
from the download location.
Install software:
msiexec /i <path_to_TrifactaEnterpriseSetup.msi> /passive
Configure URL of Alteryx Server:
setTrifactaServer.ps1 -trifactaServer <server_url> -installDir <local_dir>
Parameter | Description |
---|---|
trifactaServer | (Required) URL of the server hosting the Designer Cloud Powered by Trifacta platform. Format: <http|https>://<host>:<port> |
installDir | (Optional) Specifies the installation directory in the local environment. If not specified, installation directory defaults to use the same path as the installer. |
common installer parameters | This command supports the following Windows installer parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters here: http://go.microsoft.com/fwlink/?LinkID=113216. |
After this install is completed, desktop users should be able to use the application normally.
Launch the Application
Steps:
- When installation is complete, double-click the application icon.
For the Alteryx Server, please enter the full URL including port number of the Alteryx instance to which you are connecting.
By default, the server is available over port
3005
. For more information, please contact your IT administrator.If you connect to the Internet through a proxy, additional configuration is required. See Configure Server Access through Proxy.
NOTE: If you make a mistake in specifying the URL to the Alteryx server, please uninstall and reinstall the MSI. This step clears the local application cache, and you can enter the appropriate path through the application. See Uninstall below.
When the proper URL and port number are provided, you may launch the application.
If your environment contains multiple Alteryx Server deployments, you can select the one to which to connect:
Figure: Choose Server
Login with your Alteryx account. See Login.
Documentation Note
Unless specifically noted, all features described for #UNKNOWN_PRODUCT_EDITION# enterprise or the Designer Cloud application apply to the Wrangler Enterprise desktop application.
Uninstall
To uninstall from your Windows machine, use the Add or Remove Programs control panel.
Troubleshooting
Cannot connect to server
If you are unable to connect to the Alteryx server, please do the following:
- Verify that you are connecting to the appropriate URL.
- If you are connecting to the incorrect URL, please uninstall the application and re-install using the MSI file. See Uninstall above.
- Verify if you need to connect to the server through a proxy server. If so, additional configuration is required. See Configure Server Access through Proxy.
- Check your firewall settings.
"Does Not Support Your Browser" error
This error message indicates that you are trying to connect to an instance of the Alteryx server that does not support the Wrangler Enterprise desktop application. Please verify that your connection URL is pointed to a supported instance of the Alteryx server.
This page has no comments.