INFACMD command to export workflow parameter file in Informatica BDM

How to export workflow parameter file using INFACMD command? Use 

listWorkflowParams!
 

You can export a mapping parameter file or a workflow parameter file from the Developer tool. Define the parameters in the Developer tool and then export them to a file. The Developer tool creates a parameter file in .XML format.

You can export a parameter file that contains mapping parameters or workflow parameters. You can export parameters from the mapping Parameters tab or from the workflow Parameters tab. The Developer tool exports all the parameters from the Parameters tab.

You can also do the same by using INFACMD command listWorkflowParams! Using this command you can export the parameter file to an .xml file from a deployed application. 

 
infacmd wfs listWorkflowParams
<-DomainName|-dn> domain_name
<-ServiceName|-sn> service_name
<-UserName|-un> user_name
<-Password|-pd> password
[<-SecurityDomain|-sdn> security_domain]
[<-ResilienceTimeout|-re> timeout_period_in_seconds]
<-Application|-a> application_name
<-Workflow|-wf> workflow_name
[<-OutputFile|-o> output file_to_write_to]
 
Example
 
infacmd wfs listWorkflowParams
-dn MyDomain
-sn integration-service_name
-un your_user_name
-pd your_password
-sdn your_security_domain
-a your_application_name
-wf your_workflow_name
-o infa/bdm 10.2/param/my_exported_param_file.xml
 

Need Help? email me

Search tags

  • How to export worklfow parameter file using command line in informatica BDM
  • How to export workflow parameter file using INFACMD command in informatica BDM
  • How to create workflow parameter file using command line in informatica BDM
  • How to create workflow parameter file using INFACMD command in informatica BDM
  • INFACMD command listWorkflowParams