command line programs require code page compatibility.
pmcmd
and
pmrep
use code pages when sending commands in Unicode. Other command line programs do not require code pages.
The code page compatibility for
pmcmd
and
pmrep
depends on whether you configured the code page environment variable INFA_CODEPAGENAME for
pmcmd
or
pmrep
. You can set this variable for either command line program or for both.
If you did not set this variable for a command line program, ensure the following requirements are met:
If you did not set the variable for
pmcmd
, then the code page of the machine hosting
pmcmd
must be a subset of the code page for the PowerCenter Integration Service process.
If you did not set the variable for
pmrep
, then the code page of the machine hosting
pmrep
must be a subset of the PowerCenter repository code page.
If you set the code page environment variable INFA_CODEPAGENAME for
pmcmd
or
pmrep
, ensure the following requirements are met:
If you set INFA_CODEPAGENAME for
pmcmd,
the code page defined for the variable must be a subset of the code page for the PowerCenter Integration Service process.
If you set INFA_CODEPAGENAME for
pmrep
, the code page defined for the variable must be a subset of the PowerCenter repository code page.
If you run
pmcmd and pmrep
from the same machine and you set the INFA_CODEPAGENAME variable, the code page defined for the variable must be subsets of the code pages for the PowerCenter Integration Service process and the PowerCenter repository.
If the code pages are not compatible, the PowerCenter Integration Service process may not fetch the workflow, session, or task from the PowerCenter repository.