Table of Contents

Search

  1. Preface
  2. Workflows
  3. Workflow Variables
  4. Workflow Parameters
  5. Cluster Tasks
  6. Command Task
  7. Human Task
  8. Mapping Task
  9. Notification Task
  10. Gateways
  11. Workflow Recovery
  12. Workflow Administration

Developer Workflow Guide

Developer Workflow Guide

Running a Workflow with a Parameter File

Running a
Workflow
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
wfs StartWorkflow
command. The -pf argument specifies the parameter file name.
For example, the following command runs the workflow MyWorkflow using the parameter file "MyParamFile.xml":
infacmd wfs StartWorkflow -dn MyDomain -sn MyDataIntSvs -un MyUser -pd MyPassword -a MyApplication -wf MyWorkflow -pf MyParamFile.xml
The Data Integration Service fails the
workflow
when you run it with a parameter file and the parameter file is not valid. The Data Integration Service fails the
workflow
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!