Encrypting the Password The pmpasswd command can be used to encrypt the password The pmpasswd command is located in the < INFA_HOME >/server/bin directory in the Informatica Services installation and the < INFA_HOME >\CMD_Utilities\PC\server\bin directory in the 8.x client installation and <INFA_HOME>\clients\PowerCenterClient\CommandLineUtilities\PC\server\bin in the 9.x client installation. Windows To encrypt the PowerCenter repository user password on Windows do the following: Create an environment variable for the PowerCenter Repository user (in this example "PMUSER"): Go to Start > Settings > Control Panel > System . Click the Advanced tab. Click Environment Variables . Under System Variables click New . Enter PMUSER for the Variable Name. Enter Administrator for the Variable Value...
How to run Informatica Workflow using Unix command To run the workflow first need to got the command line and go to the folder where the executable is installed. Mostly you can find the pmcmd command in \server\bin\directory . Syntax: pmcmd startworkflow -sv < Integration Service Name > -d < Domain Name > -u < Integration Service Username > -p < Password > -f < Folder Name> < Workflow > pmcmd startworkflow -sv qpd_Service -d qpd_Domain -u Administrator -p admin -f Alex wf_sales_tax Before that we need to configure the environment variables and make the necessary changes Go to control panel->systems->advanced ->environment variable->system variable and add a new system variable and in the variable value set the path of your server machine where informatica is installed (where pmcmd.exe file is present) After that Go to control panel->s...