Configuring the minimum elapsed time between order exports
By default, for each store, only 1 order export is allowed per user (with the appropriate
access control role) per 60 minutes.
About this task
Procedure
-
Open the following properties file
WC_installdir\xml\config\com.ibm.commerce.order-ext\dataextract\dataload.properties.
Note: If the file and file path do not exist, then create the necessary com.ibm.commerce.order-ext\dataextract\ path and create an empty dataload.properties file.
-
Update or add the following property to the dataload.properties
file.
time is the minimum elapsed time in seconds between order exports from the same user. The default value is 3600.minSecBetweenOrderExports=timeFor example, if you want to decrease the time to let the user export orders every 30 minutes then input 1800. If you want to increase the time to limit a user to export orders every 120 minutes then input 7200. - Save and close the file.