Hi,
we have created user credentials in console. it is extremely slow while logging into obiee 12c analytics. it is taking 15 to 40 sec to launch home page.
Can anybody help on this.
Thanks in advance
Pani
1. First time, when OBIEE starts, First session takes time to load. This is usual behavior...
2. If moreĀ than one connection pools fails.. OBIEE automatically disables the connection pools and takes time to load. Better change all the passwords of connection pools & try it.
Try enabling the parameter - "Allow Deferred Execution" parameter for the initialization blocks.
This thread is a perfect example of how not to tackle performance issues. Not providing detailed information, not doing research and root cause analyses as well as random "solutions" posted without any context - basically throwing stuff at the problem and maybe something will stick.
To be fair Christian, we had login time issues which were caused by using Oracle service connections in our connection pools. We discovered this by disabling our init blocks which confirmed they were the issue. I thought that would be relevant in this case but it seems the OP ignored my suggestion so we'll never know.
Adam Wickes wrote:We discovered this by disabling our init blocks which confirmed they were the issue.
That means you did testing and research into the issue probably prompted by the init block execution times in the logs. So that is valid.