Hi All,
I am facing the Maximum connection error in BI 4.0 while the other team is trying to pull the Webi reports throught the help of Websevices. Till date we have tried implementing these changes on BO side (our BO system is currently running on 8 GB ram and 4 Cpus)
1) Increase maximum number of connection option in Web Intelligence server from 50 to 100- error is still coming as the Current number of active connection is increasing rapidally once webservice calls the reports.
2) Created one more node of Web Intelligence server wth Max connection as 100- error is still coming as the Current number of active connection is increasing rapidally once webservice calls the reports.
So now our issue is that the active connections are getting created for each request by user and these connections are not getting close automatically, we cannot set the Connection Idle time less than 20 minutes cause it has been set as standard in our project.
We tried to copy paste the Listner class and logon token class in the Tomcat`s Web. xml but it didn`t work and I think BO4.0 doesn`t supports these clases now, in earlier posts I have found this resolution for BO 3.X- Not sure. Please confirm?