How to schedule and e-mail reports in OIM 10g

Hi,
Could you please let me know how to schedule and e-mail OOTB reports in OIM 10g.
When I click on reports tab and try to run a report, I see the report displayed on the screen and has an option to export to CSV format.
I could not find a place where I can specify the scheduling interval or the set of e-mail recipients.
Looking forward to hearing from you,
Many thanks in advance

You can write your own schedule task to do the same. You can use the existing Stored procedures which are used by OOTB reports to get the desired report.
You can also make use of API: http://otndnld.oracle.co.jp/document/products/id_mgmt/idm_903/doc_cd/javadocs/operations/Thor/API/Operations/ReportOperationsIntf.html

Similar Messages

  • How to Schedule and then mail to Destination

    pls tell me the procedure or code or steps to schedule and when report executed sucessfully then mail to destination
    i am using 10g application Server
    thanks
    Jai

    For the mail element to work properly, the Reports Server must know which outgoing SMTP mail server to send mail to. You specify this information in the Reports Server configuration file (server_name.conf located in ORACLE_HOME\reports\conf). This file has a pluginParam element where you can enter the name of a mail server. For example:
    <pluginParam name=mailServer>smtp01.mycorp.com</pluginParam>
    Refer the link below for details about Configuring Reports Server
    [http://download.oracle.com/docs/cd/B14099_19/bi.1012/b14048/pbr_conf.htm#g1041448|http://download.oracle.com/docs/cd/B14099_19/bi.1012/b14048/pbr_conf.htm#g1041448]

  • How to schedule and deliver a report in OBIEE 11g as an link or url to the report ?

    I am using OBIEE 11.1.1.6. We have a requirement to schedule and deliver reports as a URL and not as an attachment ( as the file sizes are quite huge ). Have any one implemented such a scenario ? If so kindly share was it an out-of-tne-box solution or used web services ? Thanks in advance

    Hello user9210174,
    I have tried in this way.Let me know if it meets your requirement.
    Created a dummy report with all the reports embedding as a Link and this report i have inserted into a dashboard then created an agent to schedule this dashboard.
    Thanks,
    Sasi Nagireddy..

  • Schedule and e-mail reports

    How can i schedule reports to be run at midnight and output to be emailed to 10 email ids.
    I am using Oracle reports 10G
    Thanks
    vishal dutt

    There are a couple of ways to do this, depending on your enviroment.
    If "Reports Queue Manager" is available to you this will be the simplest. If availble, you can schedule a job by clicking Job from the text menu, then New, then fill in the blanks. You can define the email addresses in the reports DESNAME system parameter.
    Otherwise, you'll have to schedule the report on the URL. Available parameters can be found in Note 199644.1 "Command Line Arguments for Using Report Server 9i with rwservlet. For example I scheduled a job using the following URL:
    http://APPSERVER_URL:PORT/reports/rwservlet?report=kdcts_mn_exceptions.rep&from='[email protected]'&p_run_mode='U'&subject='Mapnet Census Update Exception Report'&jobname='Mapnet Census Update Exception Report'&notifysuccess='email address,email addres'&notifyfailure='email address, email address'&server=rep_cps_apps_dev&userid=userid/psw@db&schedule=daily from 05:00 September 30, 2005 retry 2 after 1 hour
    Hope this helps.

  • How to genrate and check wait statistics in oracle 10g

    Dear all,
    how to genrate and check WAIT STATISTICS in oracle 10g on RHEL4.
    Regards,
    Ali

    Oracle Kernel keeps track of these statistics. Query v$waitstat for overall system level wait statistics or v$session_wait for individual session wait statistics.

  • How to develop and Run .jsp page from Jdeveloper 10g

    Dear All,
    I need to develop one small JSP page using Jdeveloper10g. pls share information How to develop and Run .jsp page from Jdeveloper 10g.
    Thanks in Advance,
    Hanimi.

    Hi Gyan,
    Any Idea how to get DB connection for JSP Pages.
    Our Java guys developed one JSP page for Login page.
    After Log in instead of standard responsibilites page we calling custom jsp page, For getting DB connection they defined one properties file and hard coded DB details on that file and calling, but client is not accepting hard coding.
    Pls give any idea for getting DB connection directly in JSP pages.
    Hanimi.

  • Can we generate custom reports in oIM 10g

    hi,
    Is it possible to generate custom reports in OIM 10g? Is it a complex process?
    Thanks

    Thanks for the reply,
    I am able to generate the report, but the issue is with the filter condition, I am trying to filter the results with a udf field but filtering is not happening and in logs the error coming is
    Thor.API.Exceptions.tcColumnNotFoundException
    at Thor.API.tcMetaDataSet.getStringValue(Unknown Source)
    at com.thortech.xl.webclient.util.ReportUtilities.getLinkHref(Unknown Source)
    at com.thortech.xl.webclient.util.ReportUtilities.populateTableDataForTabularDisplay(Unknown Source)
    at com.thortech.xl.webclient.util.ReportUtilities.displayReportWithTabularLayout(Unknown Source)
    at com.thortech.xl.webclient.util.ReportUtilities.displayReportWithLayout(Unknown Source)
    at com.thortech.xl.webclient.actions.ReportAction.displayTabularReport(Unknown Source)
    at com.thortech.xl.webclient.actions.ReportAction.displayReport(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:270)
    at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(Unknown Source)
    at com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
    at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
    and one more thing , how to give two conditions in where clause in stored procedure , for e.g i have given like
    strWhereClause := 'usr_key IN(SELECT DISTINCT usr_key FROM usr) and UPPER(usr.usr_status) like '
    || UPPER(''''||strstatus_in||'''')
    || ' AND UPPER(usr.USR_UDF_CUSTOMATTR) LIKE '
    || UPPER(''''||strcustattr_in||'''')
    || ' ';
    and its not taking the two values.pls tell me where its going wrong

  • Can a dashboard with QaaWS be scheduled and e-mailed?

    I have anXcelsius dashboard created with QaaWS connections ( 5 of them). The requirement is - I need to refresh this dashboard everyday based on an event and then e-mail the refreshed flash file to a set of users. Is there a way to do this?

    I tested the Publishing Plugin that is mentioned in this link - http://alteksolutions.com/wp/index.php/2009/09/how-to-implement-the-xcelsius-publishing-plugin/
    But, I wasnt successful in implementing the Publishing Plugin which uses the batch utility and e-mails the flash file.
    And as far as using QaaWs goes, that cannot be used if you want to schedule the Xcelsius dashboard refresh.
    Here are the steps that I went through..
    1) You create a WEBI report and include all the queries that you are using in the Xcelsius DB (via QaaWS).
    2) Then schedule it to refresh and send the results to an Excel file out on the BOE server.
    3) Have the SWF file on the BOE server too.
    4) Use batch utility command - this creates a new swf file (with whatever name you want) with the refreshed data from the xls file
    5) Now that the swf file has the refreshed data, I have to figure out a way to take that swf file and e-mail it. If anyone has a solution that does this then I could really use it.
    If the Publishing Plugin worked for me then it would have been the ideal solution. It seems straight forward but I couldn't get it to work. You can try it out and see.

  • How To Schedule an Hyperion Interactive Reporting Dashboard

    Hi . Can somebody let me know on how to schedule an Interactive REporting Dashboard Report and Export the output in PDF and Email the user.i can see the output in HTML when i schedule a pivot, Chart but i dont see anything when i try to schedule a Dashboard . Any pointers in Greatly appreciated

    Once you have the dashboard scheduled to run/ process your queries.
    Go to run the job. In there you will need to edit the cycle by clicking on Modify
    (This will open another page)
    Under the Actions sections there is a part that says
    Add a(n) select the drop down that says Email Section.
    This will take you to anther window where you can select the section you want to output (in your case the Report)
    who to send it to and what format you want to send it in (default shows Microsoft Office Web archive).
    Hopefully this will help you.

  • How to restore AND REPLACE mail folders (don't want duplicates etc)?

    Bad OS X 10.5.7 upgrade has made my machine real slow doing many things.
    So I want to revert to my superduper backup: the only new data since the OS upgrade is my email (and my Aperture data, but I can just restore from my vault for that).
    If I use Mailbox->Archive Mailbox... function in Mail,
    and then restore my old image, how do I get my mail up to date with the info in the archive without getting duplicate messages or other problems?
    In other words, after reverting to my old image, if I execute File->Import Mailboxes... to get my newest email data, what will happen? E.G. restore folder "FAMILY", but I already have a folder "FAMILY" with mostly the same content (just a few new messages in the archive). Will I be left with two copies of most messages?
    ALSO: Does the Archive function keep the folder hierarchy in tact even for the inbox - where the subfolders are different accounts?
    Regards, Strathglass.

    strathglass wrote:
    Bad OS X 10.5.7 upgrade has made my machine real slow doing many things.
    So I want to revert to my superduper backup: the only new data since the OS upgrade is my email (and my Aperture data, but I can just restore from my vault for that).
    If I use Mailbox->Archive Mailbox... function in Mail,
    and then restore my old image, how do I get my mail up to date with the info in the archive without getting duplicate messages or other problems?
    In other words, after reverting to my old image, if I execute File->Import Mailboxes...
    this will import the archive into a new local mailbox in "on my mac section". it will be quite separate from your inbox. you can then copy what you need from that local mailbox back to the inbox and delete the local mailbox.
    to simplify matters you can make a new local mailbox now, move recent messages there and archive only that.
    to get my newest email data, what will happen? E.G. restore folder "FAMILY", but I already have a folder "FAMILY" with mostly the same content (just a few new messages in the archive). Will I be left with two copies of most messages?
    ALSO: Does the Archive function keep the folder hierarchy in tact even for the inbox - where the subfolders are different accounts?
    archive function only archives one mailbox at a time a so you can't talk about any folder hierarchies here.
    Regards, Strathglass.
    Message was edited by: V.K.
    Message was edited by: V.K.

  • How to  write and what are reports for Income Statement by Region (SD/AR)?

    Hi all,
    I am anticipating  to write some abap reports, I am new to abap..Here is one of them..Anyone can help  me with writing a Report , how to do  'Income Statement by Region (SD/AR)'
    But since I am new to abap , if you wish to reply, please use a little more detail and simple explanation, step by step so I can understand what is the idea, how it can be acheived...what kind of report should be used , techniques, tables etc...:)
    Appreciate your help!
    Regards,
    Boby

    I agree with how you think bugs should be reported. For now, I'd suggest posting them here, in detail. Some of us can relay them to the appropriate places, at least until we hear from Adobe personnel about an official location or method for the average end user.
    Lee Jay

  • How to schedule batch run FRS reports

    Hi,
    Does anyone know if we can schedule batch job on running FRS reports?
    DD

    Yes you can. First create a batch through the New Document command. Then go to Scheduler > Batch Scheduler and follow the prompts.

  • How to setup and send mails using utl_mail on Oracle E-Biz R12

    Dear All
    There is a new requirement from client to setup and send mails using utl_mail utility on Oracle EBS R12.1.1
    What is utl_mail utility ? what is the difference between Workflow Notification Mailer and this utility/tool?
    What are etiquette's to pursue mail functionality in apps / db?
    - Chetan

    What is utl_mail utility
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/u_mail.htm
    How to Use the UTL_MAIL Package [ID 269375.1]
    FAQ and Known Issues While Using UTL_SMTP and UTL_MAIL [ID 730746.1]
    Master Note For PL/SQL UTL_SMTP and UTL_MAIL Packages [ID 1137673.1]
    Workflow Notification Mailer:
    you can send email using workflow notification email procedures,These ar built into the system and only need some minor configuration. check Workflow Administrator's Guide, Chapter 2, Section: Setting Up Notification Mailers for more detail.

  • Extending the beta!  How to compose and post defect reports.

    There is no such thing as bug-free software, and LR is no exception to that. Even more, v1.0 releases, even those with long beta programs, can be more brittle than expected. We've already seen a few things that look like real defects which could be addressed in a future release. This is normal and expected, and now a team at Adobe will be dedicated to maintaining the LR release into the future.
    This posting is sort of asking the question "how can we help", with a fair bit of opinionated ranting of my own on the subject. Take my comments with a grain of salt, of course, but I'm not sure I say anything that hasn't already been said a million times before.
    Firstly, is there a place where bug reports should be posted that Adobe will see? Is there a document that describes how Adobe would prefer such reports to come in, perhaps with suggestions for supplemental material they'd like to see passed along with the defect report? Not only does this provide a place where Adobe can track raw bug reports, it can make perturbed users feel better, since they've been able to do something specific and active.
    Full disclosure: I am a software developer by trade, and I maintain shipped releases of code for a living. I know how I like to see problem reports and it drives me *crazy* when a we get a vague report formatted with no punctuation, in all lower-case, containing no specific details. Usually these come with bizarre screen-shots embedded into a Microsoft Word file. Not helpful.
    It drives me crazy because I know there is a bug in there somewhere, it just isn't necessarily the bug seen by the end-user or understood at first blush by the developer. I call this the "real bug", and it can be hard to suss out, sometimes.
    I assume that the following basics are /probably/ helpful when reporting defects against LR v1.0:
    - System details. At least the exact platform version and release. Possibly with a short run-down on CPU speed, amount of RAM. Mac users should probably be sure to clarify what CPU they are running.
    - Clear steps to reproduce, if possible. Describe the problem exactly as you see it, being sure to use the language and nomenclature that the application uses. Capitalize app-specific controls exactly as you see them in the app, to make it clear what you are doing.
    Try to reduce the problem to the barest set of operations.
    - For things like "hangs" and "crashes", I'm guessing that most supported platforms have a way of capturing these details. I cannot and will not speak for Adobe. But! if I was looking at a crash or hang, I'd want any and all crash logs (OS X) or Dr. Watson (Win32) that were related to the former and the sample output (OS X) or Process Explorer dump (Win32) for the latter.
    Details on how and where to post defect reports would be nice. Sounds like a FAQ item, at the least!
    Finally, here are some things that drive me crazier and I feel are *not* helpful:
    - Defect reports that intersperse observed behaviour with guesses about what the problem really is. No one knows better the potential places where symptoms could stem from except those people maintaining that codebase. I'm a smart guy and code for a living. I would never presume to know the precise inner-workings of Lightroom without access to the source and probably a run at it in a development environment.
    - Arguing for how terrible or disastrous a particular "bug" is, and how it needs to be addressed as critical for immediate correction. Everyone, including me, finds their own bugs most critical. The problem is that software maintenance requires putting everything into perspective, evaluating each defect on its own merit, as well as how risky a fix for the defect might be. This last part cannot be minimized. Changing code incurs risk. The idea is to carefully shepherd a new release into each new version while maintaining integrity and stability. No matter how bad a bug is, introducing a fix that simply

    I agree with how you think bugs should be reported. For now, I'd suggest posting them here, in detail. Some of us can relay them to the appropriate places, at least until we hear from Adobe personnel about an official location or method for the average end user.
    Lee Jay

  • How to delete and reinstall mail under mavericks os

    How do I delete my mail and reinstall under mavericks os?

    First, I would suggest using Mail->Mailbox->Export to back up your mail.
    Quit Mail
    Then, to set-up Mail clean, delete
          ~/Library/Mail Downloads/
          ~/Library/Mail/
          ~/Containers/com.apple.mail/
         (all previous preferences and mail will be gone)
    Open Mail
    You will be prompted to set up Mail.
    To re-install the Mail App, you need to re-install Mavericks (hold ⌘R on boot)

Maybe you are looking for

  • Multiple Users on Account

    I'm trying to see how much we would use FormsCentral for our entire company and I can't seem to find an answer on the forum for exactly what I need. We would be using FormsCentral for different departments; Graphics, Accounting, and HR. Each departme

  • Mini displayport not recognized in Windows 7 on MBP mid 2012

    Hi I have a MBPro mid 2012 with windows 7 pro installed. While i'm in windows my mini displayport is not recognized when i connect it to my smart tv. The connector i use is a Logilink Mini Displayport to HDMI. In Mavericks it works fine though. Anyon

  • Servlets and Beans

    I am developing a website using JSP, beans and servlets. The thing I need to know is can you access the variables stored in a session wide bean (those stored using set/get methods) from within a servlet? Many Thanks J-P

  • Deregister metadata repository after Internet Directory deleted

    I deinstalled Internet Directory before deregistering it from the metadata repository first. Now I want to re-install Internet Directory on the same repository but it says the repository has been registered to an Internet Direcory and doesn't allow m

  • Configuration of SMD on SOLMAN 4.0 (SP-13)

    Hi Guru's, I have given a task to implement EWA for JAVA/Portal systems, therefore, I have to configure Soman Diagnostics. I really need help configuring SMD. So far I have understood that I have to install SMD and Wily Introscope Ent..Server.... whe