Create an EIM job parameters file to configure the parameters for the EIM task. You can use this file to configure different parameters for one partition or multiple partitions. The value in the EIM job parameters file overrides any duplicate parameters in the IFB file.
For example, a session contains the following partitions and the corresponding batch numbers:
Partition Number
Batch Number
1
100
2
200
You can create one EIM job parameter file for each partition and add the parameters in the following format:
Batch=<batch number>
The EIM job parameters file for partition 1 contains the following parameter:
Batch=100
The EIM job parameters file for partition 2 contains the following parameter:
Batch=200
To configure an EIM job parameters file:
Create a .properties file.
Add parameters to the file that you need to invoke the EIM task.
Use the following format when you specify each parameter and value in the file:
<Parameter>=<Value>
Save the file to the machine running the PowerCenter Integration Service.