Common Content for Data Engineering
- Common Content for Data Engineering 10.5.4
- All Products
Property
| Description
|
---|---|
Codepage
| Code page of the PowerCenter Integration Service process node.
|
$PMRootDir
| Root directory accessible by the node. This is the root directory for other service process variables. It cannot include the following special characters:
* ? < > “ | ,
Default is <Installation_Directory>\server\infa_shared.
The installation directory is based on the service version of the service that you created. When you upgrade the PowerCenter Integration Service, the $PMRootDir is not updated to the upgraded service version installation directory.
|
$PMSessionLogDir
| Default directory for session logs. It cannot include the following special characters:
* ? < > “ | ,
Default is $PMRootDir/SessLogs.
|
$PMBadFileDir
| Default directory for reject files. It cannot include the following special characters:
* ? < > “ | ,
Default is $PMRootDir/BadFiles.
|
$PMCacheDir
| Default directory for index and data cache files.
You can increase performance when the cache directory is a drive local to the PowerCenter Integration Service process. Do not use a mapped or mounted drive for cache files. It cannot include the following special characters:
* ? < > “ | ,
Default is $PMRootDir/Cache.
|
$PMTargetFileDir
| Default directory for target files. It cannot include the following special characters:
* ? < > “ | ,
Default is $PMRootDir/TgtFiles.
|
$PMSourceFileDir
| Default directory for source files. It cannot include the following special characters:
* ? < > “ | ,
Default is $PMRootDir/SrcFiles.
If you use Metadata Manager, use the default value. Metadata Manager stores transformed metadata for packaged and universal resources in files in the $PMRootDir/SrcFiles directory. If you change this property, Metadata Manager cannot retrieve the transformed metadata when you load a packaged or universal resource.
|
$PMExtProcDir
| Default directory for external procedures. It cannot include the following special characters:
* ? < > “ | ,
Default is $PMRootDir/ExtProc.
|
$PMTempDir
| Default directory for temporary files. It cannot include the following special characters:
* ? < > “ | ,
Default is $PMRootDir/Temp.
|
$PMWorkflowLogDir
| Default directory for workflow logs. It cannot include the following special characters:
* ? < > “ | ,
Default is $PMRootDir/WorkflowLogs.
|
$PMLookupFileDir
| Default directory for lookup files. It cannot include the following special characters:
* ? < > “ | ,
Default is $PMRootDir/LkpFiles.
|
$PMStorageDir
| Default directory for state of operation files. The PowerCenter Integration Service uses these files for recovery if you have the high availability option or if you enable a workflow for recovery. These files store the state of each workflow and session operation. It cannot include the following special characters:
* ? < > “ | ,
Default is $PMRootDir/Storage.
|
Java SDK ClassPath
| Java SDK classpath. You can set the classpath to any JAR files you need to run a session that require java components. The PowerCenter Integration Service appends the values you set to the system CLASSPATH. For more information, see
Directories for Java Components.
|
Java SDK Minimum Memory
| Minimum amount of memory the Java SDK uses during a session.
If the session fails due to a lack of memory, you may want to increase this value.
Default is 32 MB.
|
Java SDK Maximum Memory
| Maximum amount of memory the Java SDK uses during a session.
If the session fails due to a lack of memory, you may want to increase this value.
Default is 64 MB.
|