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

Creating a Parameter File from infacmd ms ListMappingParams

Creating a Parameter File from infacmd ms ListMappingParams

The infacmd
ms ListMappingParams
command lists the parameters for a
mapping
in a deployed application and the default value for each parameter. Use the output of this command to create a parameter file.
  1. Run the infacmd
    ms ListMappingParams
    command to list the parameters for a
    mapping
    and the default value for each parameter.
    The -o argument sends command output to an XML file.
    For example, the following command lists the parameters in mapping MyMapping in file "MyOutputFile.xml":
    infacmd ms ListMappingParams -dn MyDomain -sn MyDataIntSvs -un MyUser -pd MyPassword -a MyApplication -m MyMapping -o MyOutputFile.xml
    The Data Integration Service lists all mapping parameters with their default values.
  2. If you did not specify the -o argument, you can copy the command output to an XML file and save the file.
  3. Edit the XML file and replace the parameter default values with the values you want to use when you run the
    mapping
    .
  4. Save the XML file.

0 COMMENTS

We’d like to hear from you!