recently we find at a specific time the webi report server accumulates memory and crashes after 1,5GB. The process is killed and service restarted.
From audit we find around that time 5million row report was running in 6 mins time
THis repeated 2 days in succession now.
So ideally it looks like memory accumulation and crash due to heavy reports.
But Recently we also deleted some users. Is it possible due to orphan reports. How to check using query builder orphan schedules or similar investigation?
Which version of BO are you using? In the earlier versions of 3.0 and 3.1 there was a memory leak in the WebI Processing Server that could cause this type of issue. I would recommend making sure that you have the at least the latest service pack and possibly the latest fix pack for your system to see if that will resolve the issue.
I have not seen any issues arise (negatives) from changing this parameter… I believe it’s only used by another debugging application, would not affect normal BO operations.
If you get a memory full error, I would dig into the logs for that reportserver process and see if there is a specific report causing this…
When we check the SIZE of folder in cache directory:-\BusinessObjects Enterprise 11.5\Data<>\storage\docs\
WE see 18GB!!
Is it possible that cache folder is not getting cleaned? It should be in every 2 Hours whenever it reaches >7GB, and certainly every day as I have mentioned the parameters.
We are thinking of cleaning old cache and retain only till 7GB: Any impact, and how to do? backup and delete from old date stamps of files and keep cache till around 7GB…Restart all webi service?