Table of Contents

Search

  1. Preface
  2. Mappings
  3. Mapplets
  4. Mapping Parameters
  5. Where to Assign Parameters
  6. Mapping Outputs
  7. Generate a Mapping from an SQL Query
  8. Dynamic Mappings
  9. How to Develop and Run a Dynamic Mapping
  10. Dynamic Mapping Use Cases
  11. Mapping Administration
  12. Import From PowerCenter
  13. Performance Tuning
  14. Pushdown Optimization
  15. Partitioned Mappings
  16. Developer Tool Naming Conventions

Developer Mapping Guide

Developer Mapping Guide

Parameter File Structure

Parameter File Structure

A parameter file is an XML file that contains at least one parameter and its assigned value.
The Data Integration Service uses the hierarchy defined in the parameter file to identify parameters and their defined values. The hierarchy identifies the mapping or workflow that uses the parameter.
You define parameter values within a project or application top-level element. A project element defines parameter values to use when you run a specific
mapping
in the project. A project element also defines the parameter values to use when you run any
mapping
that uses the objects in the project.
An application element defines parameter values to use when you run a
mapping
in a specific deployed application. If you define the same parameter in a project top-level element and an application top-level element in the same parameter file, the parameter value defined in the application element takes precedence.
The Data Integration Service searches for parameter values in the following order:
  1. The value specified within an application element.
  2. The value specified within a project element.
  3. The parameter default value.
A parameter file must conform to the structure of the parameter file XML schema definition (XSD). If the parameter file does not conform to the schema definition, the Data Integration Service fails the
mapping
run.
On the machine that hosts the Developer tool, the parameter file XML schema definition appears in the following directory:
<Informatica Installation Directory>\clients\DeveloperClient\infacmd\plugins\ms\parameter_file_schema_1_0.xsd
On the machine that hosts Informatica Services, the parameter file XML schema definition appears in the following directory:
<Informatica Installation Directory>\isp\bin\plugins\ms\parameter_file_schema_1_0.xsd

0 COMMENTS

We’d like to hear from you!