Categories
- All Categories
- 76 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
OBIEE AGENTS MISBEHAVING
Hi Guys,
Yesterday I faced an issue. I have created bots that sends email to several people. They were working fine from 3 months. Yesterday what happens that some of the users didnt get the email. I checked the diagnostic logs on the EM. it gives the following error.
[nQSError: 77006] Oracle BI Presentation Server Error: A fatal error occurred while processing the request. The server responded with: Inconsistent job ids. Scheduler job id 45 points to ibot
file: server/NQSScheduler/iBotWebAPI/Src/IBWUtils.cpp; line: 26
/shared/Components/Email iBots/GEH - Collection iBot" with job id 79. A catalog update has been
made without updating the scheduler tables. The Administrator should consider deleting the old scheduler job.
Error Codes: C8TDLG6P
Has anyone faced this issue?
Regards,
Farrukh
Answers
-
* some of the bots didnt run.
0 -
-
it looks like there is an inconsistency between the agents and the metadata in the DB RCU tables. Quickest way to resolve this would be to delete the jobs and recreate them. Alternatively, you could look at job ids and ensure via the job manager and update the RCU tables but this isn't a straightforward task as there are several tables that would need to be aligned.
0 -
Hi,
I have seen this link.
I have only one job id in the table.
where should i check if its consistent or not?
0 -
The article that @Robert Angel refers to mentions that you should check the job id via the catalog manager (look at the XML) and compare it with the job id in the RCU tables - S_NQ_JOB & S_NQ_JOB_PARAM
0 -
I have faced this issue before. In my case there were two jobs with same id. If you check in your S_NQ_JOB you should be able to figure out something wrong there.
0 -
If you go through all the above you find how to get rid of message.
The question is: is that message really related to your issue?
Farrukh Nasir wrote:Yesterday what happens that some of the users didnt get the email.
Does this mean that for one given agent only some of the recipients got the email? Because that would be totally unrelated to the error message you posted. If it's the case you maybe want to either use the Job Manager tool to check the logs of the agent or look into the table S_NQ_ERR_MSG directly (that's where the Job Manager is going).
And there you will find the real reason of why some users got their email and others not.
For your inconsistent ID message you maybe want to find out the root cause of it: OBIEE generally manage to keep the ID in sync in a weak but working way. Even with a duplicate ID into the XML of the agent etc. when you save it, it will replace the ID and update the scheduler tables as required. So you maybe want to make sure you don't have a cowboy-style process moving agents around environments or things like that.
0