Table of Contents

Search

  1. Preface
  2. Part 1: Introduction
  3. Part 2: Samples and Examples
  4. Part 3: Tools and Utilities
  5. Part 4: SDK Resources

Exporting the Informatica Data Director Application to a ZIP file

Exporting the Informatica Data Director Application to a ZIP file

You can export an Informatica Data Director (IDD) application to a
.zip
file through the command line. You can import and deploy the
.zip
IDD application file as a new application.
  1. Edit the
    automation.properties
    file.
    The following table describes the properties in the
    automation.properties
    file that you need to configure:
    Property
    Description
    MDM.master_database.type
    Required. Type of database that you use.
    Based on the database that you use, set to one of the following values:
    • oracle
    • db2
    • sqlserver
    MDM.master_database.server
    Required. Name of the machine that hosts the MDM Hub Master Database.
    MDM.master_database.portnumber
    Required. Port number of the MDM Hub Master Database.
    MDM.master_database.servicename
    Required. Applicable to Oracle only. Name of the Oracle service if the selected Oracle connection type is SERVICE.
    MDM.master_database.dbname
    Required. Applicable to IBM DB2 and Microsoft SQL Server. Name of the database instance.
    MDM.master_database.username
    Required. User name to access the MDM Hub Master Database.
    MDM.master_database.password
    Required. Password to access the MDM Hub Master Database.
    MDM.temp_directory_name
    Required. Name of the temporary directory.
    MDM.temp_directory_name
    Optional. Specifies whether you want to delete or retain files and directories in the temporary directory. Set to one of the following values:
    • no. Retain files and directories in the temporary directory
    • yes. Files and directories in the temporary directory are deleted
  2. To export the IDD application to a
    .zip
    file, run the following command:
    On Windows.
    IddGetApp.cmd <IDD application name> <Name of the ZIP file>
    On UNIX.
    IddGetApp.sh <IDD application name> <Name of the ZIP file>
    The IDD application is exported to a
    .zip
    file in the current directory.

0 COMMENTS

We’d like to hear from you!