How to export mapping parameter file using INFACMD command? Use ListMappingParams!
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 ListMappingParams! Using this command you can export the parameter file to an .xml file from a deployed application.
infacmd ms
ListMappingParams
<-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
<-Mapping|-m> mapping_name
[<-OutputFile|-o> output file_to_write_to]
Example
infacmd ms ListMappingParams
-dn MyDomain
-sn integration-service_name
-un your_user_name
-pd your_password
-a your_application_name
-m your_mapping_name
-o infa/bdm 10.2/param/my_exported_param_file.xml
-dn MyDomain
-sn integration-service_name
-un your_user_name
-pd your_password
-a your_application_name
-m your_mapping_name
-o infa/bdm 10.2/param/my_exported_param_file.xml
Need Help? email me!
Search tags
- How to export mapping parameter file using command line in informatica BDM
- How to export mapping parameter file using INFACMD command in informatica BDM
- How to create mapping parameter file using command line in informatica BDM
- How to create mapping parameter file using INFACMD command in informatica BDM
- INFACMD command ListMappingParams