Wednesday, November 9, 2011

Load testing OBIEE 11g

User wanted to load test OBIEE 11.1.1.5, that was fine as I had already setup the config files for 10g no problem right? Well it seems that one of the main config that is used especially if using Loadrunner for load testing is to add the <NewCursorWaitSeconds> tags so the testing tool won't see the clock refreshes in OBIEE and think the report finished. In 10.1..3.4.1 the config tags in the instanceconfig.xml are:
<NewCursorWaitSeconds>3000</NewCursorWaitSeconds> 
within the <ServerInstance> </ServerInstance>tags 
in OBIEE 11.1.1.5 it is as follows:
<Cursors>
<NewCursorWaitSeconds>3000</NewCursorWaitSeconds>
</Cursors>
within the <ServerInstance> </ServerInstance>tags.

 

No comments:

Post a Comment