How to email Report Discoverer 4.1.44

Hi,
I am using Discoverer Desktop 4.1.44 and I need to send the scheduled report to users via email. Is there a way that I can do this? How?
Thanks in advance for your help!!!

Hi,
Thanks for your immediate response.
I tried to use the batch script in calling the discoverer application in the link that you have provided but I get an error of invalid username/password even if my username and password are correct. I think my error is I should connect to application eul. Coz when I start the Discoverer Desktop manually from the login window there is a choice if I want to connect as Oracle Application User. If i choose to connect as application apps user my login is successfull. So I need to specify also in the batch script that I will be connecting as oracle apps user. How will it be done? What should I need to add in the script to successfully login in the Disco apps using the batch script?

Similar Messages

  • How to email report ouput as attachment

    Hi,
    Can anybody tell me how to email report ouput as attachment.
    Regards,
    Soumya.

    Hi
    check this
    Refer this link:
    FORM send_mail_2 USING msgid msgno msgv1.
    mailuser oder Gruppe like sy-uname default 'Ruckerk'.
    DATA: express_hold_time LIKE sovaltime.
    DATA: text LIKE sotxtinfo.
    DATA: receiver LIKE somlreci1 OCCURS 0 WITH HEADER LINE.
    MESSAGE ZF100 (FTP an UDB fehlgeschlagen)
    text-msgid = msgid.
    text-msgno = msgno.
    text-msgv1 = msgv1.
    text-msgv2 = ' '.
    text-msgv3 = ' '.
    text-msgv4 = ' '.
    express_hold_time
    express_hold_time-days = 01.
    express_hold_time-h_min_sec = 240000.
    receiver
    receiver-receiver = mreceivr.
    Gruppe von Empfängern
    receiver-rec_type = 'C'.
    und Expressmeldung ausgeben
    receiver-express = 'X'.
    APPEND receiver.
    CALL FUNCTION 'MESSAGE_SEND_AS_MAIL'
    EXPORTING
    msgid = text-msgid
    msgno = text-msgno
    msgv1 = text-msgv1
    msgv2 = text-msgv2
    msgv3 = text-msgv3
    TABLES
    receivers = receiver.
    IF sy-subrc <> 0.
    WRITE:/ 'hat nicht geklappt', 'SY-SUBRC =', sy-subrc.
    ENDIF.
    PERFORM print_error_report.
    Fehlermeldung zum Abbrechen des Report's ausgeben.
    MESSAGE e398 WITH 'Jobabbruch' msgv1.
    ENDFORM. " SEND_MAIL_2
    Another Program:
    *& Report ZSENDEMAIL *
    *& Example of sending external email via SAPCONNECT *
    REPORT zsendemail .
    PARAMETERS: psubject(40) type c default 'Hello',
    p_email(40) type c default '[email protected]' .
    data: it_packing_list like sopcklsti1 occurs 0 with header line,
    it_contents like solisti1 occurs 0 with header line,
    it_receivers like somlreci1 occurs 0 with header line,
    it_attachment like solisti1 occurs 0 with header line,
    gd_cnt type i,
    gd_sent_all(1) type c,
    gd_doc_data like sodocchgi1,
    gd_error type sy-subrc.
    data: it_message type standard table of SOLISTI1 initial size 0
    with header line.
    *START-OF-SELECTION.
    START-OF-SELECTION.
    Perform populate_message_table.
    *Send email message, although is not sent from SAP until mail send
    *program has been executed(rsconn01)
    PERFORM send_email_message.
    *Instructs mail send program for SAPCONNECT to send email(rsconn01)
    perform initiate_mail_execute_program.
    *& Form POPULATE_MESSAGE_TABLE
    Adds text to email text table
    form populate_message_table.
    Append 'Email line 1' to it_message.
    Append 'Email line 2' to it_message.
    Append 'Email line 3' to it_message.
    Append 'Email line 4' to it_message.
    endform. " POPULATE_MESSAGE_TABLE
    *& Form SEND_EMAIL_MESSAGE
    Send email message
    form send_email_message.
    Fill the document data.
    gd_doc_data-doc_size = 1.
    Populate the subject/generic message attributes
    gd_doc_data-obj_langu = sy-langu.
    gd_doc_data-obj_name = 'SAPRPT'.
    gd_doc_data-obj_descr = psubject.
    gd_doc_data-sensitivty = 'F'.
    Describe the body of the message
    clear it_packing_list.
    refresh it_packing_list.
    it_packing_list-transf_bin = space.
    it_packing_list-head_start = 1.
    it_packing_list-head_num = 0.
    it_packing_list-body_start = 1.
    describe table it_message lines it_packing_list-body_num.
    it_packing_list-doc_type = 'RAW'.
    append it_packing_list.
    Add the recipients email address
    clear it_receivers.
    refresh it_receivers.
    it_receivers-receiver = p_email.
    it_receivers-rec_type = 'U'.
    it_receivers-com_type = 'INT'.
    it_receivers-notif_del = 'X'.
    it_receivers-notif_ndel = 'X'.
    append it_receivers.
    Call the FM to post the message to SAPMAIL
    call function 'SO_NEW_DOCUMENT_ATT_SEND_API1'
    exporting
    document_data = gd_doc_data
    put_in_outbox = 'X'
    importing
    sent_to_all = gd_sent_all
    tables
    packing_list = it_packing_list
    contents_txt = it_message
    receivers = it_receivers
    exceptions
    too_many_receivers = 1
    document_not_sent = 2
    document_type_not_exist = 3
    operation_no_authorization = 4
    parameter_error = 5
    x_error = 6
    enqueue_error = 7
    others = 8.
    Store function module return code
    gd_error = sy-subrc.
    Get it_receivers return code
    loop at it_receivers.
    endloop.
    endform. " SEND_EMAIL_MESSAGE
    *& Form INITIATE_MAIL_EXECUTE_PROGRAM
    Instructs mail send program for SAPCONNECT to send email.
    form initiate_mail_execute_program.
    wait up to 2 seconds.
    if gd_error eq 0.
    submit rsconn01 with mode = 'INT'
    with output = 'X'
    and return.
    endif.
    endform. " INITIATE_MAIL_EXECUTE_PROGRAM
    Regards
    Anji

  • How to email report to the users

    Hi,
    I have a few reports in 6i. I can preview them but cannot mail them to the users. When I click on the mail icon, it gives me this error :
    REP-4203: Error occurred while sending a mail message.
    Second option I did was to directly create a pdf report but this doesnt work either. I gave the desformat as pdf, desname as c:\myreport.pdf, mode as default, destype as File and printjobs No.
    I ran the report and it did something. But now when I search in my C:\ I cannot find the pdf report there. I also did a search but cannot find it anywhere.
    Please let me know how to develop a pdf report or how to email a preview report to the users. I need to send the report to my users but both the options dont work.
    Thanks in advance.

    Thanks,
    Is this a supported scenario, or does it use unsupported features?
    For example, can we call exec [ReportServer].dbo.AddEvent @EventType='TimedSubscription', @EventData='b64ce7ec-d598-45cd-bbc2-ea202e0c129d'
    in a supported way?
    Thanks! Josh

  • How to email reports via SMTP server FORMS AND REPORTS 6i and databse 8i

    Dear All,
    through reports builder reports are build but i need to email reports via SMTP server is it possible in 6i are not?if yes the how please rep asap

    If it will be a scheduled report, you can create a batch file to run report with reqd parameters and generate it's pdf in a oracle directory.
    Then schedule the batch file on oracle database pc, (thru task scheduler if OS is windows),
    Then a email procedure will be required which will pick up the pdf from oracle directory, attach it and send mail.
    Even the email procedure can be scheduled thru oracle job, but the OS batch schedule time and Oracle Job time should be handled as some gap will be needed between the two.
    As for the email smtp procedure with attachments, you can find one in this forum or try googling it.
    Regards,
    Amol

  • How to email reports in 9i

    Hi,
    Could someone please direct me to what I need to do.
    I would like to email my reports using the clients Outlook program from 9i on the web.
    Is this possible?
    If not are there any alternatives.
    Sorry but I've read so much I don't know where to start.
    Thanks.
    Lesley

    Lesley, Frank explained the mail process very clearly, and it is working like that for us. If we want to email a report, we choose the format, like pdf or html, and then choose mail as the destype. You also have to give the email address to where you want the report sent, and you can give multiple email addresses.
    If you did not configure your mail server info when you installed 9ias, you can do it afterwards. You have to change a line in the .conf file for any reports servers you want to have email capability. The line is near the bottom of the file and defines the pluginparam for the mail server. You will need to know the name of your mail server or need to ask your system admin for it.
    I didn't find that info in any particular documentation but rather from doing a search on metalink. If you need more info, just email me privately ([email protected])
    Deborah

  • How many users and how often a particular discoverer report is being run?

    Hi there,
    We run discoverer(4i) reports from portal. The question is:
    How to find out the number of users and how often a particular discoverer report is being run?
    Many Thanks in advance.
    Naren

    I know in the 9 versions of discoverer is there is a Discoverer v5 Business Area that is included out of the box. You have to have the stats turned on inside of the pref.txt. But that BA has all of the information to create queries about who, what, parameters, etc. You'll have to check and see if its part of 4i.
    Matt Topper
    Senior Consultant
    TUSC, The Oracle Experts.

  • Has anyone else gotten an email supposedly from Apple saying you had missing data and to update? I went to update, gave some info only to see they wanted my credit card info and money. How do I report this and to whom. Impossible to contact Apple.

    Has anyone gotten an email saying your system was missing data and to update? I went to update, gave my email and password just to find it wasn't really Apple
    but, wanted my credit card and money. Did not follow up. Where and how do I report this to Apple. Seems impossible to contact them.

    Forward it to [email protected] and then delete it.
    (112838)

  • How to call Report 6i/9i Oracle Standard Report into Discoverer 10g

    How to call Report 6i Standared report into Duscoverer 10g as there is a requirement to create or transfer Oracle Standard report into Discoverer.
    1) Account Analysis Subledger Details(180 Char) - Standard Report 6i as i want the same report in Discoverer 10g.
    2) Aging Report -- 7 bucket --Standard report in 6i,how to transfer in Discoverer 10g.
    Is is possible to Transfer from Report 6i to Discoverer or How to Create this report in Discoverer 10g.
    Please advice,
    Sushant

    Well, if I had to do it, here's how I'd start.
    1. Get the SQL from the Oracle Report and then create a database view that's more generic based on the SQL but still gets the answers.
    For example, you'd not code many conditions, etc. but the database view would be pointing to the correct Oracle Apps tables / views.
    Once you've got the view, bring it in to Disco Admin, etc. and create a report from it that now adds the extra conditions needed. That way you can use the underlying concept without hard coding things like dates, etc. which you would ask the user at run time.
    However ... as you may well know ... Oracle Reports can do some 'strange and/or powerful things' on the fly and, for example, it may be something like a temporary table generated for the report, etc. so may become a much bigger issue.
    2. If you have NoetixViews views then they'll most likely already have the views for these queries already created as they're reasonable for what's needed in an Oracle environment.
    3. I'd see if there is already a pre-defined BIS view that covers this as well. Again, you're in an area that's pretty popular so if a BIS view already covers much of the same info then you've got a create view 'head start' already. Check views owned by Apps starting with the application plus FV or FG (the one you'd really want) such as: GLFG_Budgets_To_Actuals to see what I mean.
    Russ

  • How do i report fake apple email

    I keep receiving fake billing requests from apple. I check my account online without using the email, and it is OK. How do I report this to Apple? I cannot find an apple email address to report it to. Thanks.

    The emails appear to be coming from [email protected] which appears legitimate. It includes the large .mac logo. The words: "After a few clicks, just verify the information you entered is correct." seem to me to give it away, as well as the fact that it is NOT my .mac email id -- it's an alias email.
    There are also 84 other .mac addresses in the address line. I just thought Apple might like to know that someone is trying to get account information, and I wanted to forward it to them.

  • How to run reports from discoverer viewer by http

    Hello everybody,
    We've migrated our j2ee application to htmldb and we've migrated Discoverer reports from 4i to 5. So, I'd like to know how to invoke reports from htmldb.
    With the previous version we used this way:
    http://hostname/discoverer4i/viewer?wbk=ZZZZZZZZZ&us=uuuuuuuuu&eul=XXXXX&qp_competence_id=-1&qp_competence_type=All&qp_Manager=NNNN&qp_resource_manager=-N&db=custprd.us.oracle.com&password=******
    Best Regards,
    Seba.

    Hi Seba
    You basically run Viewer as normal and then copy the URL from the Address bar at the top of the browser. This can then be used to run the report.
    I hope this helps
    Best wishes
    Michael Armstrong-Smith
    URL: http://learndiscoverer.com
    Blog: http://learndiscoverer.blogspot.com

  • How do I Email Report Alert?

    I am trying to figure out how to email the alerts set up on a report to the user.  I have only managed to send an email that indicates an alert has been triggered.  But how do I  send the alert details in the form of an email?
    Thank you,
    Marlene
    CR Professional; Product Type: FULL
    Product Version:  11.5.91076
    Platform: Windows XP

    Thank you for your suggestion.  I do not know what platform my CR is running on.  I know that it is a Progress server but other than that I don't know. 
    I have downloaded 'Crystal Delivery' from the link you provided and I will see if I can figure it out from there.  I have been receiving alert notifications, however the default viewer must not be available since it does not reside on my computer's hard drive.  I will see if this works, but I am a little confused about how to set it up.  Perhaps I will know more once it is installed and I can look around.
    I had actually looked into this yesterday after my post but wasn't sure if this was going to interfere with the Crystal Enterprise scheduler that is currently being used.
    Thanks again,
    Marlene Human

  • How to email a scheduled report using CRS XI R2

    Hi,
    I'm very new to CRS. I know how schedule a report but I got an error message when I set
    Destination: Email (SMTP)
    Use the Job Server's defaults
    Server Used: <servername>.reportjobserver
    Error message: address error:SMTP_E_USER_NOT_LOCAL(551):CrystalEnterprise.Smtp

    Hi,
    have you configured the SMTP mail settings on your Job server? You can do this in the CMC, under Servers->Job Server. You can also provide the name of your SMTP host and the username/password that should be used eachtime you schedule the report itself. This will override the Job Server default settings.
    Regards,
    Stratos

  • I have received an email receipt charging me $109.99 for an app I've never heard of and definitely never downloaded. How do I report the problem and get a refund?

    I have received an email receipt charging me $109.99 for an app I've never heard of and definitely never downloaded. How do I report the problem and get a refund?

    Log into your iTunes account, then click on previous purchases then select the purchased app and then click report a problem.  Then write and explain your problem and I am sure it will be considered. 
    Also change your iTunes password as soon as possible.

  • TS1424 Where and how do I report a faulty download/purchase? A number? An email? Help please

    Where and how do I report a faulty download/purchase? Phone number? Email?

    Welcome to the Apple Community.
    Try deleting the problematic tune (electing to remove original file if/when prompted) and then re-downloading the file from the iTunes store.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option from the Quick Links section in the top right corner of the iTunes homepage in your iTunes application on your computer.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option at the bottom of the screen of the iTunes app on your iOS device.
    If the problem re-occurs, select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History using your computer.

  • How do I report use of my email address by someone else (not my apple ID)

    Hi there,
    Someone has registered on apple, using my gmail address. This isn't my apple ID, but I don't want someone else using my email address for their account. Likewise, I don't want to end up receiving personal info or anything from this person as they use their account. How do I report this and get it stopped?
    Thank you
    Richard

    Thank you anyway. I did try finding an appropriate discussion group to place this question but nothing came close! Thanks again for your help. I'll try and see if Apple Chat for purchase options can put me through to support tomorrow. They're closed for now.

Maybe you are looking for

  • Macbook and color profiles?

    simple question.. maybe.. i have photoshop on my macbook. the photos i work on look the same in photoshop and in preview. when i upload them to a photo-sharing website (ala fotki.com) its much lighter, as if the color profile is completely different

  • Oracle 11gR2 HR sample schema scripts not found

    after installing oracle 11gR2 on Linux (software + create new database without sample schema); I want install sample HR schema now but the problem is required scripts to create HR schema not found in 'demo' folder : [oracle@host schema]$ pwd /home/or

  • Help needed with tracklisting on my Ipod Classic

    Hi, Hope you can help. I bought a couple of different Simon and Garfunkel compilations(The Essential, and Old Friends) and put the tracks onto iTunes. I then painstakingly changed the album titles of each track and the track number so that in itunes

  • 2 Accounts, moving email addresses from one to the...

    Hi, When I moved house, instead of moving my account, I have ended up with a new account. How do I move all my email addresses from the old account to the new one? I have 2 BT IDs at the moment and wish to only have one, when the process is finished,

  • Still photos incorporated into imovie

    i have reg photos that i want in a movie project along with video. is this possible to import still photos? if so how please.