for ECC and S/4
...
Installation and Base Configur...
Follow up Middleware Team Task...
Adjusting Box Rate Limit and Basic Metadata
2min
The docuflow Enterprise Connector can be throttled in its own configuration to prevent hitting any Box limits, as well can be set to not update Box system properties (referred to as "basic metadata") as part of the Update and Create docuflow API's.
- Navigate to the installation directory of the docuflow connector, open the "Config" folder, and open the config.properties file for editing.
- Locate the section near the bottom labelled # Box configuration parameters
- box.rate.limit=999 (this line is for Business Value Plus accounts, use 999 to keep the throttle wide open)
- box.enterprise.rate.limit=(this line is for Enterprise accounts, use 999 to keep the throttle wide open)
- Save the your changes.
- Navigate to the installation directory of the docuflow connector, open the "Config" folder, and open the config.properties file for editing.
- Locate the section near the bottom labelled # Box configuration parameters
- box.basicMetaUpdate=NO (No turns off Basic Metadata, YES enables)
- Save the your changes.