PowerCenter 
			
			- PowerCenter 10.4.0
- All Products
 
           
      	
            
	
      infacmd CreateOSProfile ... -diso option_name=value option_name=value ...
| Option 
				   | Description 
				   | 
|---|---|
| $DISRootDir 
					  | Root directory accessible by the node. This is the root directory for other service process variables. It cannot include the following special characters: 
					  * ? < > " | , [ ] 
					  | 
| $DISTempDir 
					  | Directory for temporary files created when jobs are run. It cannot include the following special characters: 
					  * ? < > " | , [ ] 
					  Default is <root directory>/disTemp. 
					  | 
| $DISCacheDir 
					  | Directory for index and data cache files for transformations. It cannot include the following special characters: 
					  * ? < > " | , [ ] 
					  Default is <root directory>/cache. 
					  | 
| $DISSourceDir 
					  | Directory for source flat files used in a mapping. It cannot include the following special characters: 
					  * ? < > " | , [ ] 
					  Default is <root directory>/source. 
					  | 
| $DISTargetDir 
					  | Directory for target flat files used in a mapping. It cannot include the following special characters: 
					  * ? < > " | , [ ] 
					  Default is <root directory>/target. 
					  | 
| $DISRejectedFilesDir 
					  | Directory for reject files. Reject files contain rows that were rejected when running a mapping. It cannot include the following special characters: 
					  * ? < > " | , [ ] 
					  Default is <root directory>/reject. 
					  | 
| $DISLogDir 
					  | Directory for logs. It cannot include the following special characters: 
					  * ? < > " | , [ ] 
					  Default is <root directory>/disLogs. 
					  |