Can I change the maximum number of cabinets which can be created in a tenant (Default 1,000)?

 
It can be changed. This will be reflected by changing the settings in the property file and restarting the application.
No code modifications are required.

[Change procedure]
1. Edit the following property file.
 Target file:
 <war deployment directory>/WEB-INF/conf/acceldocuments-application-config/acceldocuments.properties.xml

 Before:
 <entry key="kiun.repository.repository.holdCabinetLimit">1000</entry>

 After (example: when increasing it to 2,000):
 <entry key="kiun.repository.repository.holdCabinetLimit">2000</entry>

2. Restart the application server.
 Because the settings are loaded when the application starts, a restart is required.

3. Confirm that the changes are reflected on the tenant management screen.
 Please verify that the maximum number of cabinets displayed under "Accel Documents Usage Status" in the tenant management screen reflects the changed value.

[Settable values]
- Minimum value: 1
- Maximum value: 2,147,483,647

However, there is an upper limit to the numbering range for cabinet IDs. The default settings are as follows:

- kiun.repository.repository.initialCabinetId = 1000000 (initial value for Cabinet ID)
- kiun.repository.repository.maxCabinetId = 1999999 (maximum value for Cabinet ID)
- kiun.repository.repository.holdCabinetLimit = 1000 (maximum number of cabinets to hold)

Theoretically, you can create up to 999,999 cabinets within the range of cabinet IDs (default is 1,000,000 to 1,999,999).
If you want to increase it to a few thousand, you can only change the holdCabinetLimit.

[Notes]
- We do not guarantee operation with settings exceeding the default value (1,000 items). Please make the settings change at your own responsibility.
- There is no management screen available on the Web UI to change the maximum number of cabinets. You need to edit the above property file directly.
- Changes to the limit will take effect after restarting the application. You can't make dynamic changes.

--Target-------------------------------------------------------------------------
iAP/Accel Applications/Accel Documents/All Updates
--------------------------------------------------------------------------------

FAQID:1452
Was this article helpful?
0 out of 0 found this helpful
Powered by Zendesk