Useful Commands for Informatica Data Quality:

1
Useful Commands for Informatica Data Quality(10.1.0) :

Locate the infacmd.sh file location and run the commands the from there:
1. List Services. 

./infacmd.sh isp ListServices -dn @DOMAINNAME -un admin -pd "@PASSWORD" -sdn Native -hp HOSTNAME:PORTNUM -re 60 -st AS 

2. Export Objects without Control File 

 ./infacmd.sh oie ExportObjects -dn @DOMAINNAME -un admin -pd "@PASSWORD" -sdn Native -pn PROJECTNAME -rs MRSNAME -fp /tmp/ashif/exp_TrialProj.xml

3. List Mapping of a Deployed Application 


./infacmd.sh MS listApplicationMappings -da infav10:6005 -sdn Native -un Admin -pd "@PASSWORD" -sn DataIntegrationServiceName -a App_Quality_Trans


4. Running the Profiling 

Using ExecuteProfile : 

./infacmd.sh ps executeProfile -dn infav10_Domain -hp infav10:6005 -nn infav10_Node01 -un Admin -pd "#ld@msf4" -sdn Native -msn infav10_ModelRepo_Service -dsn  infav10_Integ_Service -opn Custom_Solutions/Prof_Policy_Details

Using Execute: 

./infacmd.sh ps execute -dn infav10_Domain -hp infav10:6005 -nn infav10_Node01 -un Admin -pd "#ld@msf4" -sdn Native -msn infav10_ModelRepo_Service -dsn  infav10_Integ_Service -ot profile -opn Custom_Solutions/Prof_Policy_Details

5. Running the Scorecard

./infacmd.sh ps execute -dn infav10_Domain -hp infav10:6005 -nn infav10_Node01 -un Admin -pd "#ld@msf4" -sdn Native -msn infav10_ModelRepo_Service -dsn  infav10_Integ_Service -ot scorecard -opn Custom_Solutions/Scorecard_Policy_Details