Install the application - Data360_DQ+ - 13.2

Data360 DQ+ Azure Installation

Product type
Software
Portfolio
Verify
Product family
Data360
Product
Data360 DQ+
Version
13.2
ft:locale
en-US
Product name
Data360 DQ+
ft:title
Data360 DQ+ Azure Installation
Copyright
2025
First publish date
2016
ft:lastEdition
2026-04-13
ft:lastPublication
2026-04-13T10:36:21.951000
L1_Product_Gateway
Verify
L2_Product_Segment
Data Quality
L3_Product_Brand
Precisely Infogix
L4_Investment_Segment
Data 360
L5_Product_Group
Data 360
L6_Product_Name
DQ+

Prerequisites:

  • You have created the required infrastructure, and you have a copy of the dqplus.properties and pw.properties files that were created as part of this process (see Creating the infrastructure). Ensure that you have a copy of the latest versions of these files.
  • Your Precisely representative has provided you with a <build>-dist.zip file.
  • If you are installing from a separate virtual machine, also known as a maintenance node, you need at least 32 GB of free disk space, to deploy Data360 DQ+ and to run server utilities later.
  1. Unzip <build>-dist.zip and create the following folder:

    <build>/deployment/environments/<deployment_id>

  2. Copy the dqplus.properties and pw.properties files to the folder that you created in step 1.
  3. Rename the dqplus.properties file to <deployment_id>.properties
  4. If it does not already exist, create a /etc/cafe folder on the machine from which you are deploying the application, and ensure that this folder is owned by the user who will be running the deployment scripts.
  5. Ensure that the gradle.sh script is executable by running these commands from the deployment folder:

    chmod +x gradle.sh
    chmod +x gradle-dist/bin/gradle
  6. Initialize the database by running the following command, replacing <deployment_ID> with the actual deployment ID:
    ./gradle.sh currentBuild to-<deployment_ID> initialize
  7. Run the following command to deploy the application, replacing <deployment_ID> with the actual deployment ID:
    ./gradle.sh --no-daemon currentBuild to-<deployment_ID> deploy