Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 12.2.1.4.0 Agent won't run when using conditions

Hello,
so we are using Agents for automated exports in OBIEE. Thing is, when I try to use a condition in the Agent, the Agent runs trough, gives me no error message, but doesn't export the PDF like it does when no condition is used. I tried setting it up with the False statement (since we only used the True part) but no matter how I set it up, it just won't export. I check the condition, and it says it's true. Not sure if it's a bug, since conditions work just fine for reports and analyses.
Anyone had such problem?
Answers
-
Hi, i'm working on same version, there is no bug such as.
Please, double check your condition analysis. If it is ok , then try your agent True If Row Count for equal your condition.
If there are all ok then please add your analysis and condition info.
Good lock
0 -
Well, the condition is based on an analysis where a row shows up for different categories of products. If in that category there is none, nothing shows up. Now, I set up the analysis in such a way that it's restricted to a specific category, so that the condition would work. If I test it for bigger or for greater than 0, it comes as true, yet the Agent still won't work. That's why I think it's a bug. This is quite frustrating.
0 -
Did you check the logs of the executed queries? When the agent is supposed to run (or if you execute it by hand), you must see the logs of the condition analysis executed, including the logical query etc.
Look for that: is the query executed? Is it right? With which user it is executed? If the agent run as recipient you maybe have some row-level security jumping in etc.
0 -
Thanks for the suggestion. Found a seperate log file for each time I ran the Agent and it wasn't exporting it. Turns out that even tho I specified a specific variable value, if a Presentation variable is still defined it will trigger the error. After I took that out and only left the specific value, it works. Thanks for the help!
0