Skip to main content
INFA _DOMAIN_CONFIGURATION

I refere to 9.0.1
PowerCenter Installation and
Configuration Guide and I found below statement.


INFA_DOMAINS_FILE
The installer creates a domains.infa file in the Informatica installation directory. The domains.infa file contains
the connectivity information for the gateway nodes in a domain, including the domain names, domain host
names, and domain host port numbers.
40 Chapter 5: After You Install
Set the value of the INFA_DOMAINS_FILE variable to the path and file name of the domains.infa file. If you
configure the INFA_DOMAINS_FILE variable, you can run infacmd and pmcmd from a directory other
than /server/bin.
Configure the INFA_DOMAINS_FILE variable on the machine where you install the Informatica services. On
Windows, configure INFA_DOMAINS_FILE as a system variable.

I have set the environment variable accordingly as

INFA_DOMAINS_FILE=/informatica/node1/PC951/domains.infa

but I am not able to run the pmcmd command from other Dir than /server/bin dir. Please make me correct I am thinking in wrong way  or do I need to change any other configurations ?
Please suggest your thoughts on it.

n 9.0.1 version :

INFA_DOMAINS_FILE
The installer creates a domains.infa file in the Informatica installation directory. The domains.infa file contains
the connectivity information for the gateway nodes in a domain, including the domain names, domain host
names, and domain host port numbers.
40 Chapter 5: After You Install
Set the value of the INFA_DOMAINS_FILE variable to the path and file name of the domains.infa file. If you
configure the INFA_DOMAINS_FILE variable,you can run infacmd and pmcmd from a directory other
than /server/bin.
Configure the INFA_DOMAINS_FILE variable on the machine where you install the Informatica services. On
Windows, configure INFA_DOMAINS_FILE as a system variable.

                    INFA_HOME/server/bin directory"  in suggested post by "keep $INFA_HOME/server/bin directory in the beginning of the environment variable so that you can execute pmcmd/pmrep commands from any directory."
Kindly let me know.

Thanks
Prabhakar Reddy k

Comments

Popular posts from this blog

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...