Skip to main content

Installing DXD

This page contains the following sections that will help you download and install Cinchy DXD:

  1. Prerequisites and Dependencies
  2. Downloading DXD
  3. Installing DXD

Prerequisites and Dependencies

  • CinchyDXD 1.5.0 and later requires Cinchy v4.21.0+ with the Connections UI installed.
  • Your source and target Cinchy environments must be on the same platform version.

The following tables list the dependencies for CinchyDXD versions.

Cinchy

Cinchy Version(s)Compatible CinchyDXD Version(s)
v4.21.0 - v5.10.0 ++v1.8.0 ** ++
v5.9.0 - v5.9.1v1.8.0 or v1.7.1
v5.7.0 - v5.8.1v1.8.0 or v1.7.0
v5.2.0 - v5.6.3v1.8.0 or v1.5.1 - v1.6.3
v4.21.0 - v5.1.8v1.8.0 ** or v1.4.0 - v1.5.0 ***
v4.20.0 - v4.20.2v1.3.2 - v1.3.4
v4.17.0 - v4.19.2v1.3.0 - v1.3.1
v4.13.2 - v4.16.0v1.1.0 - v1.2.2
v4.13.0 - v4.13.1Not Supported
v4.6.0 - v4.12.0v1.1.0 - v1.2.0
v4.3.0 - v4.5.1v1.0.0

To Note: ** When exporting from v4.21.0+ to v5, use v1.8.0. Requires v4.21.0+ instances to have Connections UI

*** When exporting from v4 to v5, use v1.5.0. Requires v4.21.0+ instances to have Connections UI

For using CinchyDXD 1.5.0+ with Cinchy v4.21.0+ environments, ensure the Cinchy Connections Applet Sync GUID is set to 98055dec-e314-421a-a9da-456ae8308c60 in the [Cinchy].[Applets] table.

++ When you are installing a DXD in Cinchy v5.10.0 that comes from a Cinchy version before 5.10.0, you will encounter issues installing Saved Queries. To solve this problem, it is recommended that the DXD package is regenerated using Cinchy DXD v1.8.0. If generating the package again is not feasible, the older DXD will not be able to install Saved Queries correctly. To address this, you can "upgrade" the older package by copying the contents of file "Cinchy DXD v1.8.0/scripts/cli/4.21.0/Saved Queries.xml" into the file "cli/DXDF - Cinchy - DXDATA - Saved Queries.xml" within your DXD package. You should then be able to install the DXD into Cinchy v5.10.0.

Cinchy CLI and Connections CLI

CLI Type and VersionCinchy DXD Version
Not requiredv1.5.0 or later
Connections CLIv5.0.0 or laterv1.4.0
CinchyCLI v3.7.0 or laterv1.0.0 - v1.4.0

PowerShell

PowerShell VersionCinchy DXD Version
7 or laterv1.4.0 or later
5.0.1 or laterv1.0.0 - v1.3.4

SQL Server

SQL Server VersionCinchy DXD Version
2017 or laterv1.4.0 or later
2012 - 2016v1.0.0 - v1.3.4

PostgreSQL

PostgreSQL VersionCinchy DXD Version
14.3 or laterv1.5.0 or later

Download CinchyDXD

info

You only need to download CinchyDXD on the source environment; it's not needed on the destination.

The DXD utility can be downloaded from the Cinchy Releases table.

  1. Navigate to the [Cinchy].[Releases Table].
  2. Select the Experience Deployment Utility View.
  3. Locate and download the utility (Cinchy DXD vX.X.X.zip).
  4. Unzip the utility and place the folder at any location on a computer that also has the CinchyCLI installed.
  5. Create a new folder in the same directory that will hold all DX exports generated (CinchyDXD*Output).

Download DXD

Install CinchyDXD

  1. From a PowerShell Administrator console, navigate to the CinchyDXD directory you selected in the section above.
  2. For first time users, execute the below command to access the folders and scripts needed to run the utility:
`Get-ChildItem -Recurse * | Unblock-File`