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

Similar Messages

  • 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?

  • 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 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

    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..

  • Regarding sso confrigaution

    Hi All,
    i have just migrated from obiee10 to obiee11g.
    since i configured sso in 10g so it also got configured in obiee11g.
    the problem is that it showing sign out button after sign in in any application.
    previously in 10 it was not coming but in obiee11g it is coming.

    Hi All,
    i have just migrated from obiee10 to obiee11g.
    since i configured sso in 10g so it also got configured in obiee11g.
    the problem is that it showing sign out button after sign in in any application.
    previously in 10 it was not coming but in obiee11g it is coming.

  • Regarding Managed server in obiee11g

    Hi all,
    i have one managed server in weblogic domain.
    i have window service for admin server but for starting managed server i am using weblogic console .
    my concern is that when i start it after few days it gets down automatically.
    but admin server remains start.
    since in production enviroment if managed server gets down the we have problem.
    so please help me to find some workaround fot it.

    steps:
    1) need to admin rights for the services and take a backup of boot.properties
    go D:\Oracle\Middleware\user_projects\domains\bifoundation_domain\servers\AdminServer\security\boot.properties
    also
    D:\Oracle\Middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\security\
    boot.properties
    Re enter user id and password and then save it.
    2)
    create batch file
    installManagedSrvr_Service.bat
    SETLOCAL
    set DOMAIN_NAME=bifoundation_domain
    set USERDOMAIN_HOME=D:\Oracle\Middleware\user_projects\domains\bifoundation_domain
    set SERVER_NAME=bi_server1
    set PRODUCTION_MODE=true
    set ADMIN_URL=http://10.10.10.10:7001
    set JAVA_HOME=D:\Oracle\Middleware\Oracle_BI1\jdk
    set PRODUCTION_MODE=true
    set DOMAIN_HOME=D:\Oracle\Middleware\user_projects\domains\bifoundation_domain
    set WLS_HOME=%MW_HOME%\wlserver_10.3
    set INSTANCE_HOME=D:\Oracle\Middleware\instances\instance1
    set ORACLE_BI_HOME=D:\Oracle\Middleware\Oracle_BI1
    set ANT_HOME=%MW_HOME%\modules\org.apache.ant_1.7.1
    set DOMAIN_NAME=bifoundation_domain
    call "D:\Oracle\Middleware\user_projects\domains\bifoundation_domain\bin\setDomainEnv.cmd"
    call "D:\Oracle\Middleware\wlserver_10.3\server\bin\installSvc.cmd"
    ENDLOCAL
    2) installAdmServer_Service.bat
    echo off
    SETLOCAL
    set MW_HOME=D:\Oracle\Middleware
    set OPMN_PORT=9500
    set wls.host=W01BGPCBIAPP1A
    set wls.admin.port=7001
    set wls.mgd.port=9704
    set wls.mgd.name=bi_server1
    set BI_URL=http://10.10.10.10:9704/analytics/
    set JAVA_HOME=D:\Oracle\Middleware\Oracle_BI1\jdk
    set PRODUCTION_MODE=true
    set DOMAIN_HOME=D:\Oracle\Middleware\user_projects\domains\bifoundation_domain
    set WLS_HOME=%MW_HOME%\wlserver_10.3
    set INSTANCE_HOME=D:\Oracle\Middleware\instances\instance1
    set ORACLE_BI_HOME=D:\Oracle\Middleware\Oracle_BI1
    set ANT_HOME=%MW_HOME%\modules\org.apache.ant_1.7.1
    set DOMAIN_NAME=bifoundation_domain
    set USERDOMAIN_HOME=D:\Oracle\Middleware\user_projects\domains\bifoundation_domain
    set SERVER_NAME=AdminServer
    call "D:\Oracle\Middleware\user_projects\domains\bifoundation_domain\bin\setDomainEnv.cmd"
    call "D:\Oracle\Middleware\wlserver_10.3\server\bin\installSvc.cmd"
    ENDLOCAL
    once install admin/bi_server server just to go services.msc and chage your services start type as "Aumate" after that Reboot your PC
    For more:
    http://gerardnico.com/wiki/dat/obiee/windows_service_11g
    http://obieeelegant.blogspot.com/2011/11/obiee-11.html
    Thanks
    DEva

  • Saving iBots in the Shared Folder

    Hi,
    I have a couple of questions regarding iBots:
    1. How do I save the iBots in the Common Shared iBots folder? (I can do this as an Administrator, but not as any other user)
    2. How can I have the content delivered as an Excel file to my dashboard. I changed the "Content As" on the Delivery Content Tab to Attachment(Excel 2000), but when I open the Alerts link on the Dashboard, the report still shows up in a new browser window as a HTML file, not Excel.
    I would appreciate your help.
    Thanks
    Kingsly

    When I try to use the Publish for Subscription option for any user other than Presentation Server Administrator,
    I get the error "access denied for user to path /shared/_ibots/Test iBot. Error Details Error Codes: O9XNZMXB".
    On point #2, We are not planning to email the report. I just want the user to login to his dashboard and click on "Alerts" on the top of the page. When they click on Alerts, I want the report to open in Excel format.
    hope that clarified it.
    Thank you.
    rkingmdu

  • XML for iBot

    Hi
    We do have a question regarding iBots . ie., : Do OBIEE provide XML for iBot ?
    Thanks.

    Hi
    I just want to know, whether it is possible to get XML for an iBOT.
    Thanks.

  • IBot Issue regarding excel files

    Hello All,
    I am facing an iBot Problem .
    Problem description:
    Application running in Oracle Business Intelligence 11.1.1.6.0
    OBI scheduler server is working fine, so scheduled iBots are being delivered successfully. However, whenever the agent is supposed to send an excel file attached, it results truncated or corrupted. In contrast, the pdf report is delivered correctly. On the other hand, in other all cases, the exports to excel are working fine.
    I restarted the server twice, but I am facing the same error.
    Please suggest any solution.
    Thanks & regards,
    Yessenia

    from html to xls format.
    Try with this
    http://prasadmadhasi.com/2012/08/02/reduce-file-size-by-downloading-a-requestanalysis-to-native-excel-format-directly-instead-of-mhtml-obiee-11-1-1-6-0/
    Pls mark if helps

  • Regarding Versioning of OBIEE11g reports

    Hi ,
    I want to check the techniques fo report versioning in OBIEE such as using source control /within OBIEE11g . Can we integrate the source control with OBIEE 11g for report versioning . I know , it can be done for RPD .

    I understand that in OBIEE 11.1.1.6 , we can integrate OBIEE 11.1.1.6 with source control tool . Is it limited to RPD in MDS XML format . How to put catalog data in Source control after integrating /

  • Problem regarding saving ibots

    hi...good evening...
    I am setting up ibots for BI Analytics in solaris server..
    I have successfully ran all the steps...
    1)createing S_NQ tables 2)configuring the job manager 3)configuring the scheduler etc etc.
    also i have ran the cryptotools and also changed the instanceconfig.xml.
    But when i am trying to save an ibot ,it is throwing error..
    Oracle BI Scheduler Error: [nQSError: 68019] Authentication Failed.
    Error Details
    Error Codes: GYFPI8RN
    plss help...
    (one thing i can mention: while running the cryptotools i.e updating the credentialstore.xml file, it didnt ask me for file already exists.do you want to overwrite it? y/n(y): )

    I had a similar problem when configuring the scheduler, but without a bit more detail I cant advise.
    You should have at least changes in the following:
    web/config/instanceconfig.xml
    web/config/credentialstore.xml
    In the credential store, the alias MUST be "admin" all lower case. my entry looks like:
    <sawcs:credential type="usernamePassword" alias="admin">
    <sawcs:username>Administrator</sawcs:username>
    <sawcs:password passphrase="{snipped}">
    <xenc:EncryptedData>
    <xenc:EncryptionMethod Algorithm="http://www.rsasecurity.com/rsalabs/pkcs/schemas/pkcs-5#pbes2">
    <pkcs-5:PBES2-params Algorithm="http://www.rsasecurity.com/rsalabs/pkcs/schemas/pkcs-5#pbkdf2">
    <pkcs-5:KeyDerivationFunc>
    <pkcs-5:Parameters>
    <pkcs-5:IterationCount>1024</pkcs-5:IterationCount>
    </pkcs-5:Parameters>
    </pkcs-5:KeyDerivationFunc>
    <pkcs-5:EncryptionScheme Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/>
    </pkcs-5:PBES2-params>
    </xenc:EncryptionMethod>
    <xenc:CipherData>
    <xenc:CipherValue>{snipped}</xenc:CipherValue>
    </xenc:CipherData>
    </xenc:EncryptedData>
    </sawcs:password>
    </sawcs:credential>
    In the web/instanceconfig.xml you need to ensure you have entries similar to:
    <Alerts>
    <ScheduleServer>localhost</ScheduleServer>
    </Alerts>
    <CredentialStore>
    <CredentialStorage type="file" path="{bi home}/OracleBIData/web/config/credentialstore.xml" passphrase="{snipped}"/>
    </CredentialStore>
    Hope this helps you

  • Information regarding the OBIEE11g study materials

    Hi,
    I am new to OBIEE11g. I have started with building repositories. Can you please suggest some books or study materials for understanding the fundamentals of OBIEE11g.
    Thank you.

    hi kalyani the best way to learn n practice obiee is follow these steps
    read oracle(obiee10g ) docs
    http://docs.oracle.com/cd/E10415_01/doc/nav/portal_1.htm
    oracle learning library
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/biee/r1013/bi_admin/biadmin.html
    follow blogs
    http://gerardnico.com/wiki/dat/obiee/start
    http://oraclebizint.wordpress.com/
    http://debaatobiee.wordpress.com/
    all the best
    rakesh

  • Regarding customization of login scree of obiee11g

    HI All,
    i am customizing login screen.
    i have changed the logo of oracle by company logo but
    logo image is coming blurred. so i want increase the size of
    topbody so that logo doesnot compress.
    please tell how to do it.
    also after login i want to change the message from analytic dashboard to something else but not able to do.
    i am able to do for login screen but not after login screen

    Hi,
    It should be same size of oracle_logo.png (default size) so please keep it same size.
    Please refer the below
    http://www.oracle.com/technetwork/middleware/bi/customizing-oracle-biee-11g-176387.pdf
    alos try this...
    http://obiee101.blogspot.com/2011/07/obiee11g-multi-skin-and-style.html
    Thanks
    Deva

  • Regarding calculated item in pivot view in obiee11g

    Hi All,
    i am using two pivot view in my report.
    i am using calculated item for first pivot view. but it is also applying in second pivot view.
    i want it to apply only at view level but it is applying at report level.
    please help me to find the solution.
    Edited by: 914101 on May 8, 2012 11:05 PM

    Hi,
    Create two pivot reports and then apply calculated item for one pivot and leave for other pivot.Hope this helpful,still if you are not getting please elaborate your quite descriptive.

Maybe you are looking for

  • Blurry Ken Burns effect and transitions problem in IPhoto6

    I've never seen an answer for these problems, so i'm hoping someone can help. Whenever I use the Ken Burns effect (both the auto and when i do it manually) the photos are very blurry. I have tried large hig resolution photo's as well as lower es. Sam

  • All day events sync with Outlook

    I have no issues with sync my iPhone with Outlook throught iTunes. Only one. When I create all day event on my iPhone Calendar and then syncing it with Outlook 2003 my event has shifted time zone at Outlook (with "clock" marks). It looks like I chang

  • Flash - SD Widescreen PAL DVD

    Hey everyone, I did post this one level back as another topic, but then started reading around and figured this may be a better place to post. I apologize for the double post, won't happen again - I'm new to the user forums here and I admit that this

  • DIAdem 9.1 access violations

    Hello, We are getting about 4 to 5 times a day on this "ACCESS VIOLATION" errors while developing a Crash Analysis software. Here are the error logs that we have collected, hope you guys could toss us few possible solutions to this. Note that error #

  • I need alternative link for Adobe's software

    i need adobe creative cloud packager but i can't download it from here: Adobe CC 2014 Direct Download Links – Creative Cloud 2014 Release | ProDesignTools is anybody can upload it for me?