Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Getting started
  3. Before you begin
  4. Installing Secure Agents
  5. Create a CDI-PC domain
  6. Join a CDI-PC domain
  7. Run the silent installer
  8. Resuming an installation
  9. Before you migrate the Informatica domain
  10. Migrate the domain
  11. Migrate the domain with changes to node configuration
  12. Migrate the domain in silent mode
  13. After you migrate the domain
  14. Install the CDI-PC Client
  15. EBF installation
  16. Uninstall Cloud Data Integration for PowerCenter (CDI-PC)
  17. Uninstalling the CDI-PC Client
  18. Uninstalling the Secure Agent
  19. Appendix A: CDI-PC components

Installation Guide for Informatica Data Quality (Modernization)

Installation Guide for Informatica Data Quality (Modernization)

Configure the sequence file

Configure the sequence file

When you run the server or client installer to install EBFs, you can use the
sequence.conf
file to install multiple EBFs at once. You do not need to run the installer to install each EBF separately.
Use the
sequence.conf
file to define the EBFs to be applied along with the sequence for applying the EBFs. Enter the EBF IDs as a comma-separated list. If you do not provide the sequence, the installer applies the EBFs in the ascending order of the EBF number.
  1. Update the
    sequence.conf
    file available in the
    <CDI-PC_Installer_Location>/properties/
    folder.
    • If you want to follow the default sequencing, set the
      INSTALL_IN_ORDER
      parameter in the
      sequence.conf
      file to NA. For example,
      INSTALL_IN_ORDER=NA
    • If you want to customize the order of installing the EBFs, set the
      INSTALL_IN_ORDER
      parameter accordingly. For example, you have four EBFs, EBF1, EBF2, EBF 3, and EBF4. You want to install EBF2 first and skip EBF3. Then you will need to set the sequence order as follows:
      INSTALL_IN_ORDER=EBF2,EBF1,EBF4
      SKIP=EBF3
    • If you want to skip specific EBFs, add the EBF IDs to the
      SKIP
      parameter as a comma-separated list. For example,
      SKIP=EBF1
    • If you do not want to skip any EBF, set the
      SKIP
      parameter to NA. The
      SKIP
      parameter takes precedence over
      INSTALL_IN_ORDER
      .
  2. Copy the updated
    sequence.conf
    file to the
    <CDI-PC_Installer_Location>/source/EBF/
    folder.
  3. Run the CDI-PC installer.
Make sure that all EBFs available in the EBF source folder are listed in the
sequence.conf
file. Applying the EBFs will not succeed if there's a mismatch between the details listed in the
sequence.conf
file and the EBF source folder. That is, the EBF source folder must not contain any extra EBF or must not miss any listed EBF.

0 COMMENTS

We’d like to hear from you!