Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Issue with agents scheduled in OBI 12c

Hi,
We have recently migrated from obi 11,1,1,7 to obi 12.2.1.0. In 11g we have the agents configured as 1 parent agent which runs daily once and checks for condition, if true then it invokes 5 child agents. With the default 12c scheduler configuration along with my organization mail settings and only with increase in file size configuration I am getting the below issue.
When the agent is invoked the parent agent runs and invokes randomly 2 or 3 child agents and fails to deliver 2-3 agents.
Below is the error I am seeing
[nQSError: 77006] Oracle BI Presentation Server Error: Out of sequence RPC call. [[
file: server/NQSScheduler/iBotWebAPI/Src/IBWUtils.cpp; line: 26
Error Codes: QDD5HP8R
I am unable to find any relevant documentation for it.
When I tried matching the 12c agent config with 11g especially the values of <CLIType>12</CLIType> -->originally 3
and <TargetType>57</TargetType>--->originally 2
the server fails to come up. Request any help or guidance in this issue.
Answers
-
Finally we got the solution from oracle, the variable NQSCHED_IBOT_BALANCE Environment Variable set for the BI Scheduler (obisch) in the DOMAIN_HOME/config/fmwconfig/bienv/OBISCH/obisch.properties file should be set as
NQSCHED_IBOT_BALANCE=false
0