OBIEE Scheduler Configuration

I am not able to schedule the reports and send it through email. I have done the following. please help me to know what is missed?
Afte login Enterprise manager using Admin user credentials
Went to to Mail tab (Business Intelligence > coreapplication > Deployment>Mail
And entered all the below credenitials
SMTP SEVER: Server IP
PORT OF SMTP SERVER : 26
EMAIL ADDRESS OF THE SENDER: [email protected]
USERNAME : [email protected]
PASSWORD: password of the mail id
Also updated the instanceconfig.xml and biee-domain.xml from the following path respectively
1. BI installation Drive\instances\instance1\config\OracleBISchedulerComponent\ coreapplication_obisch1
2. BI Drive\user_projects\domains\bifoundation_domain\config\fmwconfig
And then created agent and scheduled it. Got a message saying "Agent has run successfully"
But dint get the mail on the recipients mail id.
Further checking found that the instanceconfig.xml from below path is not updated with the updation of biee-domail.xml file
/BI/obiee11ghome/Oracle_BI1/bifoundation/admin/config/OracleBISchedulerComponent/instanceconfig.xml
Part of instanceconfig.xml from above path:-
NOTE:
Values in this element may be automatically updated from the
biee-domain.xml file.
-->
<From>Oracle Delivers</From>
<SMTP_Port>25</SMTP_Port>
<SMTP_Server>localhost</SMTP_Server>
<Sender>[email protected]</Sender>
Let me please know if i missed anything
Many Thanks

Hi,
Cross check your configuration and delivery profile.
Are you sure have you define the mail id into delivery device.
Please cross check the configuration using the below links.
http://satyaobieesolutions.blogspot.in/2012/06/agent-mail-configuration-for-obiee-11g.html
http://satyaobieesolutions.blogspot.in/2012/06/obiee-11g-agent-mail-configuration-step.html
Hope this help's,
Thanks,
Satya

Similar Messages

  • Zipping file attachments in OBIEE scheduler

    Hi,
    I have a requirement to zip the xls attachments that are being sent from the OBIEE scheduler. Pls assist . My OBIEE version is 11.1.1.6.7 and is running on Windows server 2003
    Thanks,
    John

    Hi,
    Try to create a symlink named libclntsh.so.10.1 in the directory $OBI10g/server/bin pointing to $ORACLE_HOME/lib/libclntsh.so.10.1:
    /ora00/app/oracle/product/OBI10g/server/Bin > ln -s $ORACLE_HOME/libclntsh.so.10.1 libclntsh.so.10.1
    I Hope this helps you.

  • Using OBIEE Scheduler to export and save data in excel/pdf

    Hi
    Is it possible to use obiee scheduler and run particular reports and export the data into excel/pdf and save this file at given location on server.
    env: obiee 11g/linux OS
    Thanks for any ideas.

    Hi,
    Yes it is possible.
    As per my knowledge we don't have such option but we can do one way.
    Using IBOTS you can store specific report and specific time in specific location.
    Note : Using JS script.
    Are you going to implement this way send me your mails id will send you js script for doing this.
    Re: Auto SAVE to excel -- Please refer this thread.
    Create js file using the below script and add this js scrif in your ibot advanced tab.
    var FSO = new ActiveXObject("Scripting.FileSystemObject");
    var foldername = 'D:\IBOT'
    if (FSO.FolderExists(foldername))
    var fileName = foldername + "\\" +Parameter(1);
    var fooFile = FSO.CopyFile(Parameter(0), fileName, true);
    else
    FSO.CreateFolder(foldername);
    var fileName = foldername + "D:\IBOT" + Parameter(1);
    var fooFile = FSO.CopyFile(Parameter(0), fileName, true);
    Thanks,
    Satya

  • BI Publisher creating two database connection for scheduler configurations

    Hi ,
    please tell me how to create two database connection for scheduler configurations in BI Publisher
    ADMIN -> scheduler configurations
    Kind Regards,
    Mohan

    Hi Saichand,
    thank you for your Kind reply !!!!
    Already i configured the scheduler configuration(DB) details for project1.Now i want to configure one more scheduler configuration(DB) for project2.
    i want to maintain two scheduler config details for two DB.
    Kind regards,
    Mohan

  • PI - Schedule Configuration Task

    Good Morning,
    In Cisco PI 2.1 I would like to create a scheduled configuration task so that each evening PI saves the running-configuration of a switch to memory. I've created and deployed the template successfully however, I can't find a way to schedule this & I'd prefer not to have to login and deploy the template each day.
    Can anyone offer some advise on if this is possible?
    Thanks

    Hi Afroz,
    your suggestion refers to fetching the device configuration. I think that Michael is asking about scheduling a template deployment to a device. And this is what interests me also. There is no option to reuse a task which was scheduled and to make it run on a daily, weekly basis.

  • Scheduler configuration in OBIEE-EBS inegrated environment

    Hi All,
    We currently have OBIEE 10g integrated with EBS. I am trying to configure a scheduler and the configuration is completed and I am able to save ibots. But when ibot is run, I am getting the below error.
    ++++ ThreadID: 1894 : 2013-02-26 11:36:23.583+
    +[nQSError: 77006] Oracle BI Presentation Server Error: A fatal error occurred while processing the request. The server responded with: Odbc driver returned an error (SQLDriverConnectW).+
    Error Codes: OPR4ONWY:U9IM8TAC
    +State: 08004.  Code: 10018.  [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.+
    +[nQSError: 13024] Successful completion of init block 'Get Oracle EBS Security Context' is required. (08004)+
    Error Codes:
    +.+
    Error Codes: AGEGTYVF
    In OBIEE - EBS integration set up, how does security work with ibots.
    Any suggestions on what should be done to over come this error.
    Thank you,
    Krishi
    Edited by: Krishi on Feb 25, 2013 11:01 PM

    Krishi
    This is possible, I have it running here.
    Oracle may be able to provide the steps to make this happen, which involve using SA System and some code in the inti blocks which will work even when the user is not logged (i.e. the job is running at night)
    Adrian

  • Upgrade Analytics 7.8 - OBIEE 10.1.3.3.2 - Scheduler configuration

    Hi,
    I have upgraded the analytics environment 7.8 to OBIEE 10.1.3.3.2.
    I have configured the OBI Presentation Services to identify the credential store :
    extract from instanceconfig.xml :
    <CredentialStore>
    <CredentialStorage type="file" path="F:\sas78evolData\Web\config\credentialstore.xml" passphrase="password"/>
    </CredentialStore>
    The I have added the Scheduler administrator credentials to the OBI credential store using the cryptotools utility (in my case Administrator is the scheduler administrator) :
    extract from credentialstore.xml :
    <sawcs:credential type="usernamePassword" alias="admin">
    <sawcs:username>Administrator</sawcs:username>
    <sawcs:password passphrase="password">
    <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>PPrajfxPlFuEbWiXwtvUtg==</xenc:CipherValue>
    </xenc:CipherData>
    </xenc:EncryptedData>
    </sawcs:password>
    </sawcs:credential>
    Presentation and Scheduler services start up but when I try to connect to Answers, I get the following error message :
    Unable to contact server.
    An encrypted password was found in the credential 'admin', but no decryption passphrase has been specified. Please ensure that a decryption passphrase is specified in configuration. See documentation for details on how to configure the credential store.
    Error Codes: WUDC2HWW
    Thanks for your help,
    Best regards
    Hervé

    Yes I have solved it by rerunning cryptotools utility , and don't encrypt the password. It seems there is a bug in the process of encrypting the pwd. Now it works fine
    Rgds

  • BI Scheduler configuration after install

    Hi,
    I am new to OBIEE 11g. I need to configure the Scheduler in a UAT environment in which all the services are already running for a while now, going thru the Oracle docs they say you need to do the scheduler using the RCU, and i believe RCU is done during installation of the environment.
    As my environment is up and running want to know how will i configure the Scheduler and how will i create the tables needed and where are the scripts to create the tables.
    I am afraid if i start the RCU again it might mess up the whole environment. I am running on LINUX.
    Quick help will be appreciated.
    Thanks,
    Amit

    Can u login to sqlplus and see this schema exist or not?
    DEV_BIPLATFORM
    If not u can install now,Not sure the problem pertains.
    Thanks,

  • SSIS package flow based on a scheduling configuration table.

    I have a table called Tbl_Scheduler.
    This scheduler table contains
    scheduler id ,scheduler description,as shown below.
    1  ,Runs between 10 th of current month and 20th of current month
    2  ,Runs at last day of the month
    3  ,Runs at first day of the month
    Scheduler Id will come from first task(it is given in a configuration table),
    second task should check this scheduler id on scheduler table and
    verify whether the current run date  is falling under the criteria,which is given as scheduler description.
    If it is not,need to stop the package flow.
    SSIS package is scheduled from SQL agent job in every 10 mins.Could you please let us know,how I can design the same.
    Also please feel free to advise to change the table design.

    Stopping running packages is a bad idea in general. You must specifically design a package for being stopped any time which isn't always possible, often not at all.
    And running a package repeatedly in short intervals is not a SOP either.
    To trigger a SSIS package run, the easiest would be via sp_start_job <name> once you have your package set up to run in Agent.
    Arthur My Blog

  • BI Scheduler configuration for a report

    When I schedule a BI Publisher report to send out an email monthly. Where is that information stored in the configuration files? I looked around online and can't find any documentation on where it is stored. Is it stored within the report XDO file itself or in a separate location? Appreciate any input!

    Ugh, my bad, too early in the morning. Totally forgot about the Scheduler schema that was built in the DB. Thanks for the quick answer

  • OBIEE : Schedule a Publisher report

    Hi,
    Is there any solution to schedule a report on BI Publisher ?
    Thanks in advance

    Go to Administration and Setup your email configuration by giving Server Name,Host,Port,Username and Password Now go to Catalog and Select the Report you want to Schedule.
    Do let me know if you need any more info.
    Thanks,
    http://myoraclebusinessintelligence.blogspot.com/

  • OBIEE 11G Configuration??

    Hi Experts,
    I tried installing OBIEE 11g. During configuration all of a sudden my computer turned off, now is there any way that we can resume the installation or at least is there a way to do only configuration??
    Thanks,
    DK

    Hi,
    I don't know whether it will work, but you could try the following;
    Run config.bat to configure Oracle BI11g –> <MIDDLEWARE_HOME>\Oracle_BI1\bin\config.bat
    Good Luck,
    Daan Bakboord
    http://obibb.wordpress.com

  • OBIEE Scheduler & Presentation Services do not start

    Hi all,
    OBIEE installation on my laptop was working fine, until recently there was some vista update, i know Oracle does not support Vista, but for some reason it stopped working, any help would be really apprciated.
    For Scheduler I get the 1064 error
    For presentation services i get the error code -1
    Note: My Javahost and BI Server is running fine.
    I am all for reinstalling, but I dont think that is the solution, so I am trying my best to trouble shoot this, as i dont think re installation will be a very appropriate solution on a client's server.
    Thanks.
    Rgds,
    SB

    ok i din see a clear soution here so i am posting this here ..
    The reason why i got that error was because my catalog file for the demo that i was doing was corrupt, How why i dont know ..
    So here is what i did,
    I created a new directory in Drive:\OracleBIData\web\catalog\newcatalog
    I started catalog manager from Start> Programs > OBIEE > Catalog Manager
    Select Offline
    Select Tools > Upgrade Catalog
    I merged the old corrupt catalog with this new one
    Went to the Instanceconfig.xml file Drive:\OracleBIData\web\config
    Carefully replace the Catalog tag:
    <CatalogPath>C:/OracleBIData/web/catalog/newcatalog</CatalogPath>
    Checked on the Java Home Tag just to make sure it is correct:
    <JavaHome>C:\Program Files\Java\jdk1.5.0_10</JavaHome>
    (Some of you may see your 'Oracle Java Host' working and the main reason is this path is not correct.
    also if possible check if the credential tag is in place, it did not cause a problem for me tho..
    <CredentialStore>
    <CredentialStorage type="file" path="C:\OracleBIData\web\config\credentialstore.xml" />
    </CredentialStore>
    Go back to services and start presentation services and it should work!
    Have fun.
    Goodnight.

  • BI Scheduler Configuration ---

    Hi,
    I tried configuring the scheduler and I get this error message. The configuration was successful but when I tried creating an iBot, I get the error message below. From the Job Manager I tried checking the Presentation Server details and it looks okay to me...
    Oracle BI Scheduler Error: [nQSError: 68019] Authentication Failed.
    Error Details
    Error Codes: GYFPI8RN
    Any ideas how this could be resolved?
    Thanks in advance,
    -Esther

    Hi, an update on this issue whereby I wasn't able to save an iBot:
    I went through the forums and found this useful link: Unable to save iBot
    User 585633 has the following info that helped me save the iBot. I was doing step 1 incorrectly.
    1. Open job manager and on the "General" tab give the administrator name as
    Administrator and leave the password field blank.
    2. Go to mail setup enter the credentials correctly and dont go for "Authenticate against SMTP server".
    3. Go to services.msc and restart the oracle scheduler service.
    Thanks,
    -Esther

  • Scheduler Configuration

    Hi,
    I’m just learning how to use BI Publisher and I couldn’t configure the scheduler (JMS doesn’t work).
    Is there any tutorial or step by step to follow in order to correctly configure it? Is it necessary to set anything in weblogic or configuring BI Publisher is enough?
    Thanks.

    check this post please
    reg:scheduler

Maybe you are looking for

  • Error in Transaction code PRCCE

    Hi, I am facing a problem in ruuning the transaction code PRCCE.In that transaction code in the Field "Card Compamy" I put MC which is defined in the system and exected it and  Click on new entries to add missing transactions into the table. This wil

  • 13" MBP stalls at blue screen on start up.

    System in one month old.  Installed 10.6.8 a few days before before this happened.  Safe Mode won't work-can't get past login screen. Read that could be from "incompatible login items."  Ran Disk Utility, Both Verify Permissions and Repair Permission

  • Is "diverging interaction" possible?

    I have started creating a presentation in Motion with the intention of taking into Flash for the interactive part, but it's taking a long time. Most of the presentation could be set out in Keynote, but there's a point where I want to offer 4 options,

  • L9 and L8 on separate hard drives within the same Mac Pro: Legal?

    I'm working with someone who is using Logic 8 (and a late version of Tiger) and will be for the next year or so. My version of Logic 9 is an upgrade from 8. Obviously I can boot only one system at time, so only one version of Logic would be running a

  • Batch number determination in purchase order

    Hi All, We are facing issue in determination of batch number in PO. For the material and plant batch is already maintained and vendor is assigned in batch master. Even though when we create the PO, automatically the batch is not picked. This is happe