Get report of Automated jobs in mail

Hi to all,
How can I Get report of Automated jobs in mail.Like particular datafile is out of space.

The easiest way is to setup OEM monitoring. There are plenty of tools out there that do the same job, but if you don't want to buy software then there are also plenty of places on the web where you can download Oracle monitoring scripts.
I do not recommend downloading other people's scripts. If you write your own scripts to select from the data dictionary you will learn a lot about the database and about scripting.

Similar Messages

  • How to get report output on screen as well as in spool?. Spool to be mailed

    Hi All,
    Can any guide the approach for:
    Foreground run:
    Get report output on screen as well as generate a spool. The content of spool needs to be mailed.
    Background run:
    we need to generate the spool and mail the spool contents.
    Am aware of usage of FMs 
    1. GET_JOB_RUNTIME_INFO
    2. RSTS_GET_ATTRIBUTES
    3. CONVERT_OTFSPOOLJOB_2_PDF
    4. SO_DOCUMENT_SEND_API1
    Regards
    Raj

    Hi All,
    I had solved the issue by having two separate blocks for processing based on mode of execution.
    Background:
        1.  Initiate spool
        2. Write the summary
        3. Close spool, build PDF and mail the same.
    Foreground:
       1.  Initiate spool
        2. Write the summary
        3. Close spool, build PDF and mail the same.
       Write summary again (for display on screen).
    Regards
    Raj

  • After ugrading to Firefox 4, I can not go to my job e-mail website. I get the message: ssl_error_renegotiation_not_allowed. No problem with the old version of Firefox. Can I have the old version of Firefox back?

    After ugrading to Firefox 4, I can't go to my job e-mail website. I get the message: ssl_error_renegotiation_not_allowed. No problem with the old version of Firefox. Can I have the old version of Firefox back?

    See:
    *https://wiki.mozilla.org/Security:Renegotiation

  • Post office upset w/separate auto & non-auto postage reports for same job.

    I am new to Business Objects Business Edition.  I am not sure why sometimes I process an automated mailing and get one postage report showing both auto and non-auto, then run another and get two postage reports, one for auto and one for non-auto.  The post office is always complaining that we shouldn't have two postage reports.  Can anyone offer a suggestion?

    Diane,
    When the Postage Statement Type Option is set to "By Mailing" a separate Postage Statement will print for each scheme that qualified for the presort (or for each entry point in Business Edition). By Mailing is the program default.
    In order to print one postage statement for the entire job, change the Postage Statement Type to By Job as follows:
    1.  Select Print > Reports
    2.  Highlight the Postage Statement
    3.  Click Options
    4.  Under Type, choose By Job
    5.  Click Create minimum number of pages (if it is not all ready checked)
    6.  To save as a default click Default
    7.  Click Save current settings as default
    8.  Click OK
    9.  Click OK
    Note: When setting this as a default it will change this job and be the new global default for new jobs. After May 14, 2007 rate case, and using 7.80c or later, the Postage Statement may be on three pages, not just two even when doing a By Job Statement.
    Diane - If you are usng Presort you can make the change to the report by opening up the postage statement block and setting the report to by job instead of by mailing.
    Thanks,
    Kendra
    Edited by: Kendra Vangundy on Dec 10, 2008 3:36 PM

  • Postage report with automation and nonautomation

    Has anyone ever seen postal report generate two postal reports for one mailing?
    Where non-automated pieces weren't included.

    You first may want to update to the latest version which is 8.00c.04.01.
    What is on the two postal reports?  Automation, Carrier Route, etc?  Are you sure you have NON auto pieces that sort and just are missing???  Could you provide more detail about this mailing or log a support message so we can take a look at the job?
    Thanks,
    Kendra

  • Help in getting the Read receipt in external mails ( like yahoomail , gmail

    Hi Experts,
    Scenario : We are sending notification mail to our external vendors for example abc.hotmail.com. We expect a Read acknowledgement to ensure the external vendor has gone through our notification generated from our SAP system. Point to consider is the two mail servers are different, sending mail server is configured to Outlook where as the receiving server will differ each time.
    It would be better if anyone lets me know whether SAP ensure that we get read receipt (
    acknowledgement) from other mail servers also?
    Steps followed are:
    Process 1: Using the function Module: SO_DOCUMENT_SEND_API1
    Populating the fields:
        wa_receivers-receiver   = <External Email address>.
        wa_receivers-rec_type   = 'U'.
        wa_receivers-notif_read = 'X'.
    Passing this structure to the Tables parameter: Receivers.
    However the read receipt is not obtained.
    Process 2: Using the class and the method:
    cl_send_request_bcs=>create_recipient_from_soos1
    The structure is getting populated as:
            recipient_soos1-recesc = 'U'.
            L_recipient_soos1-recextnam = < External email>
            l_recipient_soo1s-read      = 'X'.
    Also passing:
    I_requested_status = u2018Au2019.
    I_status_mail = u2018Au2019.
    CALL METHOD send_request->set_status_attributes
                EXPORTING
                  i_requested_status = i_requested_status
                  i_status_mail      = i_status_mail.
    However the read receipt is not obtained.
    Basis Settings:
    SCOT->Settings->Confirmation of Receipts -> the first option is checked.
    However still we are not getting the read receipt. The Delivery receipt is obtained but not the read-receipt
    Thanks
    Papiya

    Hi,
    Using the FM : SO_DOCUMENT_SEND_API1
    When you pass values to
    RECIEVERS
    for Delivery reciept : notif_del  = 'X'
    for Read reciept : notif_ndel = 'X'
    Try shceduling the report : RSCONN01 with default job name : SAPCONNECT ALL SEND
    and check if this helps.
    Cheers,
    Remi

  • Would Like to Get Report of Daily Emails In and Out from Members to a DL Exchange version : 2007 I am the supervisor for the group and want to quantify this information. I do not need to see the content, just quantity is it possible ?

    Would Like to Get Report of Daily Emails In and Out from Members to a DL
    Exchange version : 2007
    I am the supervisor for the group and want to quantify this information. I do not need to see the content, just quantity
    is it possible ?

    Well, distribution groups don't really have a concept of "in" or "out". They only serve to distribute messages sent to them -- unless you're asking to know who was a member of the distribution group at the time a message was sent to the DL.
    Message tracking logs hold the information you want, though. You'd have to look for EXPAND events that reference the distribution group and take the sender's e-mail address from that event. If the DL is a simple one that's not a member of any other groups
    you could also look for RECEIVE events sent to the e-mail address of the group and get the sender's name from that event.
    You can use Powershell extract the rows of data from the logs, but you'll have to write the code to get the data out of those rows and into a format you want. Perhaps LogParser could be useful in place of Powershell?
    --- Rich Matheisen MCSE&I, Exchange MVP

  • SQL Server Reporting Services Subscriptions - Failure sending mail

    Hello All,
      I am having a problem with using subscriptions to send my reporting services report by email.
      Getting the following error:
     Failure sending mail: The message could not be sent to the SMTP server. The transport error code was 0x800ccc6d. The server response was 552 Error: message too large
    While browsing for other reports in the report manager(reports created by others staffs), i could find that these reports were sent by email successfully.
    So not understanding why mine has a problem. logically it could be that the report is too big?
    Anybody has a solution or suggestion?
    Thanking you in advance

    Hi LenitaS,
    For first question, we can check the item "IncludeLink" to embed the link in the mail. Or, embed the link the manually by putting a link in the "Comment" field. The URL should be a standard URL Access:
    http://<reportserver>/reprotserver?/reportpath&rc:format=<format>
    For the second question, you are right. We can follow these setps to work around the issue:
    1.Create a file shared subscription, save the export to a shared folder.
    2.Create a E-Mail delivery subscription, embed the file's path in the mail. We can set the file's path in "Comment" field of the E-Mail delivery. The path should be someone like this:
    \\<sharedfolder>\<export report> 
    In this case, the exported report's name cannot be dynamic.
    If there is anything unclear, please feel free to ask.
    Thanks,
    Jin ChenJin Chen - MSFT

  • Automator w/ Group Mailer Truncating Messages

    I am attempting to send out an email to every person in my Address Book who has an email. I created a smart group in Address Book and am using that to send my messages. I am going to be getting married and I would like to announce the dates when those are set. I am also having a child and would love to email everyone when it's time.
    I can get the people I need to get. The problem is the mail message gets shorter and shorter every time a new message is created eg:
    To:[email protected]
    Body: "Hey guess what.... Blah Blah Blah"
    To:[email protected]
    Body: " guess what.... Blah Blah Blah"
    To:[email protected]
    Body:" lah Blah"
    My workflow looks like this:
    1. New Message
    2. Find People whose group = has email
    3. Group Mailer
    4. Send Message

    Not sure why you would need to use Automator. Why not just send a single email out using the group as the addressee and hide the addresses?
    To send emails to a group and hide group member names and addresses when sending a message to a group created in Address Book do the following.
    1. Open Mail and choose Preferences from the Mail menu.
    2. Click Composing.
    3. Deselect the checkbox for "When sending to a group, show all member addresses" and close Mail Preferences.
    Then when you send an email to a group, only the group name will be seen.

  • Why does adding a PostUserMessage cause the call to the TestReport Callback step "Call Get Report Body" to be skipped ?

    I am trying to add steps to my process model to send progress messages to my user interface. When I add these steps (Automation Call -PostUIMessage) I receive the message and can update the UI accordingly. However, then the step "Call Get Report Body" (in the TestReport callback) will not execute (it is reported as "skipped" in the Execution Flow column) and the report generated doesn't contain the test step result information. My guess is that the step isn’t executing because the precondition is evaluating to False. Any thoughts as to why the step doesn’t execute ?

    When you add steps to your process model, make sure that results collection is turned off for the steps. Edit the step properties, select the "run options" tab, and make sure that "Record Results" is not checked.

  • Getting Report ID of Calling Report in Child Report

    Hi,
    Am using Business objects webi reports at my job.
    I have a scenario where i call report B from report A and  report B from report C.Am using hyperlinks to call the other reports.
    A ->calls->B
    C->Calls->B
    I wanted to know how to get the report id of the parent report(calling report)(A/C) in the child report (B). I need those details as i have to have back button in child report(B) which takes me to corresponding calling(parent) report.
    So if A->calls->B back button in B report should take me to A Report.
    C->B back button in B report should take me to C Report.
    Your help is very much appreciated.
    Thanks & Regards,
    Sravya

    Karthik,
    Thanks for your response.But my problem is not getting report id.I need to make a dynamic back button which points to correct parent report from child report, though there are many parent reports calling the child report.
    So i should be able to track which report has called.
    Looking forward for some help
    Thanks
    Sravya

  • Automated salutation in Mail "Hello To " as a shortcut?

    Hello,
    it would be nice to have a shortcut that types an automated salutation in Mail "Hello <To>" where <To> is the recipient of my mail. Is there an extension or can I get "Typinator" or "TextExpander" to do this?
    Regards,
    Metuschelach

    In Thunderbird there is an extension named Quicktext that is able to do that.

  • Error occurred while getting reports on Blackberry.

    We are using BO4.0 mobile service. When I open some Crystal reports in my blackberry  I got an error:
    u201CAninternal server error occurred while processing the client request. (MOB00082)u201D .
    I also noticed,
    1. reports which directly connect to the database using sql command are working fine.
    2. for some reports having saved data, it could open fine, but if I try torefresh the parameters and get report again error will occur.
    3. the webi reports have the same issue.
    please help
    the following appeared  in the logging (Mobi_VMSServer_XX...XX_trace.glf)
    java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key 42085_code
         at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
         at java.util.ResourceBundle.getObject(ResourceBundle.java:381)
         at java.util.ResourceBundle.getString(ResourceBundle.java:344)
         at com.businessobjects.foundation.exception.ExceptionWorker.initErrorCode(ExceptionWorker.java:415)
         at com.businessobjects.foundation.exception.ExceptionWorker.<init>(ExceptionWorker.java:131)
         at com.businessobjects.foundation.exception.CheckedException.<init>(CheckedException.java:73)
         at com.crystaldecisions.celib.exception.CEException.<init>(CEException.java:98)
         at com.crystaldecisions.celib.exception.AbstractException.<init>(AbstractException.java:87)
         at com.crystaldecisions.sdk.exception.SDKException.<init>(SDKException.java:156)
         at com.crystaldecisions.sdk.exception.SDKException$PageServerError.<init>(SDKException.java:1025)
         at com.crystaldecisions.sdk.occa.managedreports.ps.internal.PageServerError.GetErrorMessage(PageServerError.java:76)
         at com.crystaldecisions.sdk.occa.managedreports.ps.internal.SendRequestHelper.sendRequest(SendRequestHelper.java:67)
         at com.crystaldecisions.sdk.occa.managedreports.ps.internal.CacheReportSource.sendRequest(CacheReportSource.java:1523)
         at com.crystaldecisions.sdk.occa.managedreports.ps.internal.CacheReportSource.getPage(CacheReportSource.java:1036)
         at com.businessobjects.mobilebi.server.crystaltranslator.ps.CrystalTranslator.getPage(Unknown Source)
         at com.businessobjects.mobilebi.server.crystaltranslator.ps.CrystalPage.loadCrystalPage(Unknown Source)
         at com.businessobjects.mobilebi.server.crystaltranslator.ps.CrystalPage.<init>(Unknown Source)
         at com.businessobjects.mobilebi.server.crystaltranslator.ps.CrystalReport.getPrivatePageByNumber(Unknown Source)
         at com.businessobjects.mobilebi.server.crystaltranslator.ps.CrystalReport.getPageByNumber(Unknown Source)
         at com.businessobjects.mobilebi.server.commands.impl.GetReportPageCommand.execute(Unknown Source)
         at com.businessobjects.mobilebi.server.commands.impl.dispatch.PropertyFileCommandDispatcher.dispatchMessage(Unknown Source)
         at com.businessobjects.mobilebi.server.connector.MessageHandler.received(Unknown Source)
         at com.vaultus.common.core.bl.comm.CMSessionReceiveEvent.dispatchInternal(CMSessionReceiveEvent.java:34)
         at com.vaultus.common.core.bl.comm.CMSessionDispatchableEvent.dispatch(CMSessionDispatchableEvent.java:91)
         at com.vaultus.server.core.CMMessageTask.runInContext(CMMessageTask.java:60)
         at com.vaultus.server.core.JobTask.run(JobTask.java:75)
         at com.vaultus.server.core.concurrent.Task.run(Task.java:118)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    |49988AEBC37C4723ADE0F9D989CB5110fe30|2011 11 22 09:14:14.897|-0500|>=|W| |Mobi_VMSServer| 7404| 450|Job-74          | ||||||||||||||||||||VMS_SERVER.VDSC_DRIVER_MobileBIConnector||Returning an error to the client. Details:
    java.lang.RuntimeException: Information is needed before this report can be processed.
         at com.businessobjects.mobilebi.server.crystaltranslator.ps.CrystalReport.getPageByNumber(Unknown Source)
         at com.businessobjects.mobilebi.server.commands.impl.GetReportPageCommand.execute(Unknown Source)
         at com.businessobjects.mobilebi.server.commands.impl.dispatch.PropertyFileCommandDispatcher.dispatchMessage(Unknown Source)
         at com.businessobjects.mobilebi.server.connector.MessageHandler.received(Unknown Source)
         at com.vaultus.common.core.bl.comm.CMSessionReceiveEvent.dispatchInternal(CMSessionReceiveEvent.java:34)
         at com.vaultus.common.core.bl.comm.CMSessionDispatchableEvent.dispatch(CMSessionDispatchableEvent.java:91)
         at com.vaultus.server.core.CMMessageTask.runInContext(CMMessageTask.java:60)
         at com.vaultus.server.core.JobTask.run(JobTask.java:75)
         at com.vaultus.server.core.concurrent.Task.run(Task.java:118)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)

    we re-installed the server but still have the same issue. we also noticed there is another error:
    |D7AAE0E1036C45EA94842CAAB137950D0|2011 11 25 08:44:37.480|-0500|>=|W| |Mobi_VMSServer| 1092|8129|Job-43          | |4|0|0|0|BIPSDK.EnterpriseSession:getService|vtorbodev02:1092:8129.4:1|-|-|BIPSDK.EnterpriseSession:getService|vtorbodev02:1092:8129.4:1|Cr36auY2UUrBu1kOmdGVKVw3|||||||||com.crystaldecisions.sdk.occa.pluginmgr.internal.PluginSecurityInfo||Bad plugin xml, SI_TOTAL is different from the actual size. SI_TOTAL=11 actual size=10
    |D7AAE0E1036C45EA94842CAAB137950D1|2011 11 25 08:44:37.487|-0500|>=|W| |Mobi_VMSServer| 1092|8129|Job-43          | |4|0|0|0|BIPSDK.EnterpriseSession:getService|vtorbodev02:1092:8129.4:1|-|-|BIPSDK.EnterpriseSession:getService|vtorbodev02:1092:8129.4:1|Cr36auY2UUrBu1kOmdGVKVw3|||||||||com.crystaldecisions.sdk.occa.pluginmgr.internal.PluginSecurityInfo||Bad plugin xml, SI_TOTAL is different from the actual size. SI_TOTAL=11 actual size=10
    |D7AAE0E1036C45EA94842CAAB137950D2|2011 11 25 08:44:37.817|-0500|>=|W| |Mobi_VMSServer| 1092|8129|Job-43          | |2|0|0|0|BIPSDK.InfoStore:query|vtorbodev02:1092:8129.7:1|-|-|BIPSDK.InfoStore:query|vtorbodev02:1092:8129.7:1|Cr36auY2UUrBu1kOmdGVKVw6|||||||||com.crystaldecisions.sdk.occa.infostore.internal.InfoObjects||continueUnpack(): plugin not found, type=380
    com.crystaldecisions.sdk.exception.SDKException$PluginNotFound: The 380 plug-in does not exist (FWM 02016)
         at com.crystaldecisions.sdk.occa.pluginmgr.internal.PluginMgr.getPluginInterface_aroundBody12(PluginMgr.java:351)
         at com.crystaldecisions.sdk.occa.pluginmgr.internal.PluginMgr.getPluginInterface(PluginMgr.java:1)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoObjects.continueUnpackHelper(InfoObjects.java:544)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoObjects.continueUnpack(InfoObjects.java:489)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoObjects.startUnpack(InfoObjects.java:464)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore$XRL3WireStrategy.startUnpackTo(InternalInfoStore.java:1484)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore$XRL3WireStrategy.startUnpackTo(InternalInfoStore.java:1464)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.unpackAll(InternalInfoStore.java:910)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.queryHelper(InternalInfoStore.java:944)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.queryHelper(InternalInfoStore.java:929)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.query_aroundBody24(InternalInfoStore.java:798)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.query(InternalInfoStore.java:1)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoStore.query_aroundBody20(InfoStore.java:175)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoStore.query_aroundBody21$advice(InfoStore.java:42)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoStore.query(InfoStore.java:1)
         at com.businessobjects.mobilebi.server.utils.enterprise.persistence.GenericListOfDocuments.<init>(Unknown Source)
         at com.businessobjects.mobilebi.server.subscriptions.impl.EnterpriseSubscriptionList.<init>(Unknown Source)
         at com.businessobjects.mobilebi.server.subscriptions.impl.EnterpriseSubscriptionListFactory.getListOfDocuments(Unknown Source)
         at com.businessobjects.mobilebi.server.subscriptions.impl.EnterpriseSubscriptionListFactory.getListOfDocuments(Unknown Source)
         at com.businessobjects.mobilebi.server.utils.enterprise.persistence.GenericListOfDocumentsManager.getListForUser(Unknown Source)
         at com.businessobjects.mobilebi.server.subscriptions.impl.EnterpriseSubscriptionManager.<init>(Unknown Source)
         at com.businessobjects.mobilebi.server.subscriptions.impl.EnterpriseSubscriptionManagerFactory.getManager(Unknown Source)
         at com.businessobjects.mobilebi.server.subscriptions.impl.SubscriptionChecker.<init>(Unknown Source)
         at com.businessobjects.mobilebi.server.subscriptions.impl.EnterprisePublisher.startPublishing(Unknown Source)
         at com.businessobjects.mobilebi.server.connector.CredentialsMessageHandler.received(Unknown Source)
         at com.vaultus.common.core.bl.comm.CMSessionReceiveEvent.dispatchInternal(CMSessionReceiveEvent.java:34)
         at com.vaultus.common.core.bl.comm.CMSessionDispatchableEvent.dispatch(CMSessionDispatchableEvent.java:91)
         at com.vaultus.server.core.CMMessageTask.runInContext(CMMessageTask.java:60)
         at com.vaultus.server.core.JobTask.run(JobTask.java:75)
         at com.vaultus.server.core.concurrent.Task.run(Task.java:118)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619

  • Once form9i running, which step to get reports work

    Hi,
    All forms are running in form Developer 9i, but I can get the reports work
    Which are the steps to get reports runing.
    I had changed the reports to the new format with the command RUN_REPORT_OBJECT.
    But I4m not getting nothing.
    If you can help please.

    The 24in is the best choice for graphics work because it enables all those palettes to be left open without interfering with your main project window. Spaces is great for designers too -- I have Illustrator, Photoshop, Acrobat Pro and QuarkXpress permanently open with all palettes blazing, each in a different virtual desktop. Initially you feel guilty about such unashamed luxury but now I cannot imagine how I could ever go back to the dark ages.
    But there is a price to pay: reading text at the default size and resolution on a 24in screen can be a strain and I frequently have to increase the text size in Safari, Mail and Word in order to read and type (or use the Alt+scroll wheel to zoom in the entire screen).
    Reflections are not a problem for me as there are no windows behind me - but some folk don't have a choice as to where to place their iMac so reflections have caused problems for some. I can't even see my own reflection in the screen unless it is switched off.
    Simon

  • Promotion Management - Failed to get Dependencies of the Job

    Experts,
    I'm trying to promote my WebI reports, but when I add my objects, I receive that message:
    "Failed to get dependencies of the job".
    Someone know something about this error?
    Regards,
    Rodrigo

    In that case login to development server and then promote the objects from PRD to dev (Live to Live scenario). Here Source would be PRD and destination would be Development. This would ensure that the APS used is from Development server.
    Additionally create a test server having below services on PRD
    Lifecycle Management ClearCase Service
    Lifecycle Management Service
    Visual Difference Service
    TraceLog Service
    Disable the original APS temporarily and then try to promote the objects (Live to BAIR). This test is simply to understand whether we have an issue with above services in original APS.
    Good Luck!!

Maybe you are looking for