Enterprise products, solutions & services
Publication Date: 2020-10-25 | Views: 953 | Downloads: 0 | Author: h84102332 | Document ID: EKB1100058238
error when try to modify the Portal page on Page customization option in Agile Controller
1) Error when try to modify the Portal page on Page customization option in Agile Controller
Error: The file is too large, or there is not enough disk space.
2) Agile contoller with below information :
Agile controller on VM
Agile controller OS :windows
Agile controller version is V1R3SPC300
3) This problem occurs because too many page elements are customized and the length exceeds the internal limit of the controller as The Agile Controller-Campus allows a maximum of 50,000 characters on each page
4) After check the authentication page , it contains more than 50,000 characters as below
too many page elements are customized and the length exceeds the internal limit of the controller (which is 50,000 characters)
1. the solution is to modify the restriction from database .
2. Start the SQL Server and run the following script:
insert into TSM_E_Properties values ('page.contentlength.limit','100000','')
then issue resolved