Regarding IBOTS in OBIEE 11.1.1.5

Hi ,
My requirement is to create a new IBOT and using this ibot i have to purge the cache.This process i have to schedule it. I have to do this in OBIEE 11.1.1.5 can any one please help me in giving the steps to do this requirement.
Thanks

Could you Clear the browser cache and re-load the page or log in to OBIEE.
if its not working then try to Re-deploy the Analytics Application, using the file $Middleware_Home\Oracle_BI1\bifoundation\jee\analytics.ear
Do let me know for any updates?

Similar Messages

  • Regarding ibots in obiee 11g

    Hi All,
    i have got one requirement from client.
    he wants the report in mail. for that i configured ibots.
    but they want conditional ibot .
    i have seen it but not able to understand since they want condition on the value of rows not on count of rows.
    please help me how to create it.
    Thankx
    Manoj

    Hi,
    First about the functionality of the conditional request: On the conditional request tab of the iBot you can read:
    Select a request which will trigger the current iBot. This request may be refined further by creating subquery filters. The iBot is considered triggered if the conditional request returns one or more rows
    This means that the delivery content of the iBot will only be sent when the conditional request returns one or more rows.
    Ex:-
    scheduling the iBot: you can set the recurrence of the iBot to Monthly. This means that every month the iBot will be run.
    So, what if you use a conditional request in your Monthly iBot? Every month it will first run the conditional request, when this conditional request will return rows, the iBot will be triggered and will sent the delivery content of the iBot, otherwise the delivery content won't be sent.
    To make it more clear: this doesn't mean that once the conditional request is met, the iBot will be run monthly forever, but every month the results of the conditional request will be checked.
    Hope it help's
    Thanks,
    Satya

  • Regarding IBots confrigaution in obiee11g

    Hi All,
    I have some question on ibots in obiee 11g.
    1. I want to send user a dashboard page with attachment and also in mail body both.
    since what i know we can send page in attachment or in body, so please suggest.
    2. while sending report in mail i want to show in subject current date.
    how can we do that.
    please suggest.
    Regards
    Manoj Kr. Pandey

    Hi,
    You can send it as an attachment to retain original formating.
    You can refer variiables in subjec line, usethe current date variable name in subject like:@{biServer.variables.variablename}
    Regards,
    Dpka

  • Allowing multiple users to receive Ibot in OBIEE-11g

    Allowing multiple users to receive Ibot in OBIEE-11g with out specifying email addresses.
    How to use S A System subject area in OBIEE-11g
    How to specify condition in Ibot of OBIEE-11G

    RAGHAVENDRA HARI N wrote:
    Allowing multiple users to receive Ibot in OBIEE-11g with out specifying email addresses.
    How to use S A System subject area in OBIEE-11g
    How to specify condition in Ibot of OBIEE-11GYou can use the SA System subject area after you set it up by following the documentation link provided below. It could be used in OBIEE Delivers which enables contact information, such as e-mail addresses to be retrieved from a database and used as delivery devices in Delivers instead of having the user's manually setup their own delivery device.
    Here is the link to the documentation on how to setup SA system subject area in OBIEE 11g:
    http://docs.oracle.com/cd/E14571_01/bi.1111/e10541/sa_system.htm
    You can set the condition in the condition tab which is the 3rd one I suppose.

  • Regarding ibot implementation in obiee 11g

    Hi All,
    i followed some links to configure ibots .
    when i run it i get the error shown below.
    AgentID: /users/weblogic/test_ibot
    Invalid subscribers skipped: weblogic AgentID: /users/weblogic/test_ibot
    Device (dashboard) is not set in (weblogic) delivery profile.
    AgentID: /users/weblogic/test_ibot
    [nQSError: 75005] Failed to send AUTH command. 5.7.3 Authentication unsuccessful.
    please help me to solve this problem.
    Thankx
    Manoj Kr. Pandey

    Userid and password that we use to connect to the SMTP server - in short ex- Microsoft Outlook
    You may check this with your admin - if uid and pwd is really required to connect to your smtp - if not then like i said earlier- just follow the 2nd step from that blog.
    Whenever you do a change in em - restart the BI services and test.
    -Nachiket

  • Regarding Security in OBIEE

    Hi,
    We have 4 regions like UK, India, US, Japan.. when ever UK users logins to OBIEE the dashboard should get defaulted to UK region and user should see UK reports only.
    Similarly if a Japan, US users logins he should see reports corresponding to his region.
    At present we have a prompt where user select the region from the prompt . How to implement the security for this..
    Thanks

    Hi,
    Do the following steps and let me know if it was helpful:
    1. Create a separate table say table1 which will contain the USERID and REGION columns.
    Eg. User1 Region1
    User1 Region2 and so on
    2. Import the table in the physical layer. No need to create BM for it.Check in and save.
    3.Go to Manage - Variables and create a Session - Initialization Block with connection pool pointing to above table and query as select 'REGION1' ,REGION from table1 where USERID=(':USER')
    4. After the block is created go to Business Model and the table in which you want to implement the security.
    Table - Sources - Content tab - add the following in the where clause
    MAINTABLE.REGION IN (VALUEOF(NQ_SESSION."REGION1"))
    Save the rpd. Log in and check if it is working.
    Regards,
    Swati

  • Regarding Authorization in OBIEE

    Hello Experts,
    I am having trouble rather confusion with Authorization in OBIEE. We have configured Authorization using external table and it is working fine.
    Scenario is:
    We have hierarchy like Senior Managers-> Horizontal Head->ORG Head-> Team Leads
    I created their respective groups for each of them in RPD and in Presentations services.
    Senior Manager Group (SR_Manager) has NO restrictions, all other 3 groups(Horz_Group, ORGH_Group, TL_Groups) have data level security they can view data for Process_ID aligned under them. This we are maintaining in external table.
    My doubt comes in when a Senior Manager is member of other groups as well.
    Let say ABC is Senior Manager as well as Horizontal Head and as a Horizontal Head his access is restricted to 5 Process_IDs.
    My Doubt is shouldn’t ABC see all the data as he part of Senior Manager Group, Senior Manager Membership should supersede all other membership? As per documentation OBIEE should apply LEAST RESTRICTIVE PERMISSIONS?
    Kindly suggest if my doubt is valid.
    Thanks
    Ankita

    Hi Amith,
    Thanks for your reply.
    I would like to confirm from what you replied. You asked to change the scenario for our senior most group.
    For our scenario, Sr_Manager group has no restrictions. Hence, all data should be viewable to members of this group. We have now kept all members belonging to Sr_Manager group to this group only and no other group membership has been provided. This works fine and is giving expected results.
    I would like to bring this to notice that, this problem was not coming initially when all the groups had been created. Any member from Sr_Manager, belonging to other lower groups could view all data as per his least restrictive group membership. But, I am not sure why this is failing now.
    Could you pls suggest any cause of this problem?
    Regards
    Ankita

  • Regarding i18n in OBIEE

    Hi,
    How to achieve internationalization in OBIEE.
    Thanks,
    Mahesh

    Hi Amith,
    Thanks for your reply.
    I would like to confirm from what you replied. You asked to change the scenario for our senior most group.
    For our scenario, Sr_Manager group has no restrictions. Hence, all data should be viewable to members of this group. We have now kept all members belonging to Sr_Manager group to this group only and no other group membership has been provided. This works fine and is giving expected results.
    I would like to bring this to notice that, this problem was not coming initially when all the groups had been created. Any member from Sr_Manager, belonging to other lower groups could view all data as per his least restrictive group membership. But, I am not sure why this is failing now.
    Could you pls suggest any cause of this problem?
    Regards
    Ankita

  • Regarding Navigation in obiee 11g

    Hi All,
    i have recently migrated from obiee 10g to 11g.
    after migration the naviagation is not working.
    i have implemented navigation in 10 g in which on clicking one report it naviagate to another report also drilling down.
    but in 11g it is not happening.
    please help me to solve this problem.

    Please check the navigation is given properly or not.
    Just move to the criteria of the request and click required column by which you want to navigate. In the column properties of the request there is option naming INTERACTION in that option you will find "Add action link"-> BI content and then just select required request or the required dashboard page. it will navigate on it.
    Regards,
    Diney

  • Regarding union in obiee 11g

    Hi,
    after migration to obiee 11g i found union is not working correctly.
    please help me to do any workaround for it.
    since i am takink variance but it is not showing variance.
    please help.its urgent.

    Please check the navigation is given properly or not.
    Just move to the criteria of the request and click required column by which you want to navigate. In the column properties of the request there is option naming INTERACTION in that option you will find "Add action link"-> BI content and then just select required request or the required dashboard page. it will navigate on it.
    Regards,
    Diney

  • Customization of iBOT in OBIEE 11g

    I need to automatically subscribe reports into iBOTs in the following scenarios
    (1)     When the result reaches the threshold limit ( will be configured for each report)
    (2)     Will provide button for subscription of the report
    Can you please explain how to achieve this functionality?
    OBIEE version 11.1.1.5
    Installation: Window
    Thanks,
    Varatharajan R

    Manu,
    For Creating New Reports,
    1.Got to -> New ->Analysis you will have your Presentation Tables under Select Subject Area
    Click on your Subject Area -> you'll get list of tables under the Subject Area
    2. Expand the Folders and click the required column.
    3. Click on Result tab - > you'll get Title and Table View
    4. Format your Table view and Title View
    5. Save your New Report in Shared Folders (You may create your own folder under Shared folder)
    View the Reports on Dashboard.
    1.Got to -> New ->Dashboard -> you will have New Dashboard Window
    Name - Give the name of your Dashboard
    Select Location - /Shared Folders/Standard Dashboard/
    Click Ok -> you'll get Empty Dashboard window.
    2. Edit the Dashboard -> Drag and Drop your Saved reports from Shard Folder under Catalog
    3. Click on Save button (Top Right) and save your dashboard -> click run [Green right Arrow(Top Right)].
    4. Now you'll have your report in your dashboard page.
    Rename Dashboard Page
    Edit the Dashboard - > Click Properties Nedt to X Symbol -> Dashboard Properties
    -> You'll have the Dashboard Properties window -> Select the Dashboard Page -> Rename
    Prompts:
    1.Got to -> New ->Dashboard Prompt-> you will have your Presentation Tables under Select Subject Area
    Click on your Subject Area -> you'll get the Untitle Prompt Window
    -> Click + symbol -> Column Prompts ->you'll get list of tables
    2. Expand the Folders and click the required columns from the list (the Columns should be your Report's table).
    3. Save your New Prompts in Shared Folders.
    Note: The Prompt columns should be Is Promptd in your Reports Filters.
    Thanks,
    Balaa...

  • Doubt regarding joins in obiee

    hi gems...
    i have a doubt regarding BI analytics join.
    When i have imported all the tables from my schema in the repository, then it got imported with all the joins defined in the database.
    then i made several business models and create some reports.
    there i got some errors, which are mainly due to self join in the tables and more than one joins between two tables.
    my question is...are these two types of joins not supported in obiee???
    and if i want more than one join condition between two tables, then what can i do???
    thanks in advance...

    Hi User,
    OBIEE doesnot support self join. To avoid such circular joins ,make use of alias tables in the physical layer.The following is a list of the main reasons to create an alias table:
    To reuse an existing table more than once in your physical layer (without having to import it several times.
    To set up multiple alias tables, each with different keys, names, or joins.
    To help you design sophisticated star or snowflake structures in the business model layer. Alias tables are critical in the process of converting ER Schemas to Dimensional Schemas
    Rgds,
    Dpka

  • Regarding Ibots

    Hi Gurus,
    What is the use of ibot...? why we need to send the reports to there personal mail ids and mobiles they can access the reports from portal and internet.Even though in their mobiles also they can access the internet and see their reports why we need to send the alerts.
    Can any one send how to configure the ibots and how we have to check weather report as reached to the destination.
    Thanks,

    OBIEE has a good feature called "Delivers" to send alerts or email notification to the users to alert them for specific Business condition for example how the sales are going whether they are going good or bad,Business people need some kind of alerts to know these conditions..In OBIEE by using Ibots(called as Agents in 11g)we can achieve this...
    To know How to configure Ibots follw the blow URL...
    http://debaatobiee.wordpress.com/2009/09/30/obiee-delivers-setup-using-ibot/
    Hope u got Answer..

  • Problem regarding Discoverer to OBIEE Migration

    Hi,
    I am trying Discoverer to OBIEE Migration  by using simple apps tables for practicing purpose facing some issue here , so i would like to get help from you all experts.
    The tables that used in .exx file are as follows:
            po_requisition_headers_all ,
            po_requisition_lines_all ,
            po_req_distributions_all ,
            po_distributions_all ,
            po_headers_all .
    I have created .eex in Discoverer it contains above tables, using OBIEE migration utility I have migrated .exx file into the .rpd  . Create a connection pool so physical table views the  data  in physical layer tables upto here i followed  the following link :
    Article: Migrating Oracle Discoverer Data to Oracle Business Intelligence 11g
    when .eex is migrated into .rpd facing following problems:
    1. The joins between the tables are not visible into the Physical Layer. So i need to create it manually or what?
    2. About Hierarchy,Complex folders Hierarchies are not migrated as above link so I need to create it manually or what?
    3.
        - Complex folders based on other complex folders are not migrated.
        - Summary folders are not migrated.
        -The system cannot migrate complex folders that are dimensions.
        -Hierarchies based on Complex Folders are not migrated.
    So what are the steps that I need to follow to overcome this all.
    Please reply me all or some points that you know or you already overcome this types of senario.
    Thanks

    Its the same as you'd get if you were creating the repository from scratch. Username: Administrator with no password.
    Full details of what is done can be found here...
    Disco Conversion

  • Regarding joins in  OBIEE tutorial in Oracle website " COSTS " no key

    OBIEE training material in oracle website ..while . Build Sample Oracle BI Enterprise Edition Reports and Dashboards
    http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/bi_admin/biadmin.html#t5
    in the documenatation
    while " *** Load a Prebuilt Repository ***** "
    A prebuilt repository is provided to expedite your completion of the remaining exercises in this OBE. The provided repository is similar to the repository you built in the first part of this OBE, but with the following relevant differences:
    Physical joins are built for the the COSTS physical table in the Physical layer.
    *********** Question **************
    --> HOW do i join Costs? whether to Sales Fact table Or any of Dimension tables ( CHANNELS , CUSTOMERS , TIMES , PRODUCTS, PROMOTIONS )
    is Costs is a dimension ?

    You don't need to do something. The repository SH_PartTwo.rpd have already the join. The tutorial gives only the differences with the SH_PartOne.rpd.
    The SH_PartTwo.rpd is in the SH.zip file.
    http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/bi_admin/files/SH.zip
    Cheers
    NIco

Maybe you are looking for

  • How to add background color in JFrame

    I have three classes, Car, CarComponent, and CarViewer. I don't know how to code background color. Do I add it to CarViewer where the JFrame is or CarComponent? CarViewer: import javax.swing.JFrame; public class CarViewer    public static void main(S

  • Discount in payments

    hi experts well i have cut a invoice of 100 rs now i have 2 give 100% discount in payment as customer is not paying me any thing how i will manage that

  • Apple TV 1st generation heat

    Is it ok to leave Apple TV (1st generation) on stand by for several weeks or even months? I´m asking this because of the heat produced. Cheers.Apple

  • MySAP ERP 2005 - ESS Customisation in the backend system

    Hi, i try to customize the ess scenarios in the backend but i cant find any documentation about this. Is there somewhere a description about the customisation steps? best regards, Kai

  • Family Base set up

    I ordered family base when buying my daughter a phone. The dashboard shows my daughter's line as the parent and doesn't let me change it. I don't think I can even get started using the service until I can tell it I am the parent, and she is the child