Supplier 360
- Supplier 360 10.5 HotFix 1
- All Products
<MDM installation directory>/app/tsr/config/
Property
| Description
|
---|---|
<property name="portal.fileImport.wait">P0Y0M0DT2H0M0S</property>
| Optional. Wait time for the workflow to trigger after the import process starts. For example, if the wait time is 2 hours 30 minutes, then the workflow triggers after 2 hours 30 minutes after the import process starts.
You can specify the wait time in the following format:
For example, the value
P0Y0M0DT2H30M0S indicates 2 hours and 30 minutes.
Ensure that you set the
portal.fileImport property to
Y for the wait time to be considered.
Default is 2 hours.
Informatica recommends to use 1 hour 30 minutes for 5000 records and 2 hours 30 minutes for 10000 records.
|
<property name"portal.fileImport">Y</property>
| Indicates whether to enable wait time for the workflow to trigger. Set to
Y to enable the wait time. The wait time improves the performance of import process when you import more than 5000 records.
Use this option during the file import or initial data load process. After the data load is complete, change the value from
Y to
N .
Default is
N .
|
<MDM installation directory>/hub/server/resources
Property
| Description
|
---|---|
cmx.server.be-import.task-limit
| Specifies the maximum number of records users can import for the task approval workflow to trigger.
Set
cmx.server.be-import.task-limit=10000 for users to import up to 10000 records and the task approval workflow to trigger. If a user attempts to import more than 10000 records, the task approval workflow does not trigger and displays an error.
|
cmx.server.find-replace.task-limit
| Specifies the maximum number of replaced records that trigger the task approval workflow.
Set
cmx.server.find-replace.task-limit=1000 for users to replace up to 1000 records and the task approval workflow to trigger. If a user attempts to import more than 1000 records, the task approval workflow does not trigger and displays an error.
|