Hello,
Recently we upgraded from BOXI r 3.1 FP 1.3 to BOXI r3.1 SP4 and we ve been hit with major performance problems with respect to our webi reports. Reports which used to refresh within 10 minutes are now taking 40 minutes and eventually time out.We have maintained the same configuration parameters at the Universe level and CMS servers level. We have had the DBA review and perform sql tuning and indexing as well. But still the same. Also we had migrated around 200+ reports from the old environment to new environment. Could it be that there might be compatibility issues with objects and other custom variables created from one version to another version?
Any tips on how to improve performance would be very helpful.
Regards,
Kasturi rangan
Request clarification before answering.
Hi Kasturi,
Please provide the following details regarding your environment:
Thanks,
Daya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kasturi,
Regarding Performance Tuning of Web Application(Tomcat Apache) you can follow the below Steps for Other details refer JinChong Comments:
Step I: Go to the following Path of Tomcat installed with BOE folder is:
<BO install folder>\Tomcat55\conf
Step II: Take a backup of server.xml file before doing any changes.
Step III: Open the server.xml file for edit.
Find the non-SSL HTTP/1.1 Connector and add following lines into it:
compression="on"
compressionMinSize="2048"
nocompressionUserAgents="gozilla, traviata"
compressableMimeType="text/html,text/xml,text/plain,text/css,
text/javascript,text/json,
application/x-javascript,
application/javascript,application/json"
Save the file and close it.
Step IV: Restart Tomcat so the changes take effect.
Hope this will help you as well. After Completion of Activity please close the thread
Thanks,
Daya
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.