Table of Contents

Search

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

Developer Mapping Guide

Developer Mapping Guide

Running a Mapping with a Parameter File

Running a
Mapping
with a Parameter File

To run a mapping with a parameter file from the command line, you must deploy the mapping as an application. Run the mapping and specify the parameter file. Use the infacmd
ms RunMapping
command. The -pf argument specifies the parameter file name.
For example, the following command runs the mapping MyMapping using the parameter file "MyParamFile.xml":
infacmd ms RunMapping -dn MyDomain -sn MyDataIntSvs -un MyUser -pd MyPassword -a MyApplication -m MyMapping -pf MyParamFile.xml
The Data Integration Service fails the
mapping
when you run it with a parameter file and the parameter file is not valid. The Data Integration Service fails the
mapping
if it cannot find the parameter file or it cannot access the parameter file.
For more information about using parameter sets with infacmd, see the
Informatica Command Reference
.

0 COMMENTS

We’d like to hear from you!