Reinstalling the Data Experience (CinchyDXD)

This page outlines Step 6 of Deploying CinchyDXD: Reinstalling the Data Experience

Table of Contents

Table of Contents

1. Re-Run CinchyDXD Install

Using Powershell, you must now install the Data Experience you have exported out of Cinchy.

  1. Open File Explorer and navigate to your exported folder (Image 1).

2. In the folder path URL for the exported data experience type in powershell to launch Powershell for that path.

3. Hit Enter on your keyboard (Image 2).

4. In the Powershell window, type cin and hit Tab on your keyboard. Type install (Image 3).

5. Enter the install parameters into the Powershell window:

The parameters executed in Powershell can exist on one line in powershell, however for legibility (below) the parameters have been put on separate lines. If you are putting your parameters on separate lines you will be required to have backticks quote ` for the parameters to execute

Sample (Image 4): .\CinchyDXD.ps1 install -s "<taget Cinchy url>" ` -u "<target user id>" ` -p "<target password>" ` -c "C:\Cinchy CLI v4.0.2" ` -d "C:\CLI Output Logs" `

6. Hit Enter on your keyboard to run the install command. Once the Data Experience has been installed you will get a message in Powershell that the install was completed (Image 5).

2. Validate Install

  1. Ensure that the Models Table is populated in the target environment with the model that was installed (Image 6).

2. Ensure that the Currency Exchange Rate table exists in the target environment with the new column names (Image 7).

3. Ensure that the Currency Converter query exists in the target environment with the new column names and labels (Image 8).

4. Ensure that the Data Experience Definitions table has not changed, unless you have added or removed column details within this table (Image 9).

5. Ensure that the Data Experience Releases table in the target environment is populated with the new release version number from the install (e.g. 2.0.0) (Image 10).

Last updated