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

Importing and Deploying Informatica Data Director as a New Application

Importing and Deploying Informatica Data Director as a New Application

You can deploy an Informatica Data Director (IDD) application configuration file or a compressed version of the complete IDD application through the command line.
  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.delete_temp_directory_name
    Optional. Specifies whether you want to delete or retain files and directories in the temporary directory. You might want to retain files and directories in the temporary directory for troubleshooting issues.
    Set to
    no
    to retain files and directories in the temporary directory. If you set the value to any value other than
    no
    , all the files and directories in the temporary directory are deleted.
  2. To import and deploy IDD as a new application, run the command to deploy an IDD application.
    Option
    Command
    Deploy the IDD application configuration file.
    On Windows.
    IddDeployment.cmd -config_xml <IDD XML Configuration file> -database_id <Operational Reference Store ID>
    On UNIX.
    IddDeployment.sh -config_xml <IDD XML Configuration file> -database_id <Operational Reference Store ID>
    Deploy the IDD application compressed file.
    On Windows.
    IddDeployment.cmd -config_zip <IDD application ZIP file> -database_id <Operational Reference Store ID>
    On UNIX.
    IddDeployment.sh -config_zip <IDD application ZIP file> -database_id <Operational Reference Store ID>
  3. Restart the application server.
    The IDD application is validated. If the validation is successful, the IDD application is deployed in the application server.
  4. If validation errors appear during the application server restart, manually fix the validation errors and start the import process again.

0 COMMENTS

We’d like to hear from you!