Oracle Obiee - Send Obiee reports to multiple recipients

Hello All,
Can anyone tell me how to send Obiee reports to multiple recipients?
I have used the ibot of Oracle Obiee. And ibot is working fine for the Creator of the ibot but it is not able to send reports to other recipients.
When i get mail from Oracle Delivers the To section is empty and bcc section contains the creator of the ibot.
Please help me on this.
Thanks & Regards,
Jiten
Edited by: Dr.Jiten Patel on Aug 16, 2012 5:14 AM
Edited by: Dr.Jiten Patel on Aug 16, 2012 5:15 AM

Again, this is the Application Express forum, not the OBIEE forum.

Similar Messages

  • My iphone 4 says outgoing whenever i send an sms to multiple recipients.  does this mean it's still trying to send the message?

    my iphone 4 says outgoing whenever i send an sms to multiple recipients.  does this mean it's still trying to send the message?

    Perhaps someone from Apple could reply to this rather than leaving it unanswered?

  • How to use Add_Delivery_Option to send an email to multiple recipients

    I have the following code before i submit a concurrent request:
    B_Delivery_Success := Fnd_Request.Add_Delivery_Option(
    'E',                    -- EMAIL
    'Enter subject', -- SUBJECT
    '[email protected]',          -- FROM
    '[email protected]'          -- TO
    ,NULL               -- CC
    which correctly sends an email with attachment. However i need to send the email to multiple recipients. How can you enter multiple names against the 'TO' parameter. I know that i can repeat this again and again with a different email address each time, however there must be away to use this code once with multiple addresses?
    Edited by: user974582 on 09-Oct-2012 01:23

    Not sure about the API but there are other ways to achieve it i.e. through alerts.. You can refer below
    Can Concurrent Request Notifications Work With A Group Email ID [ID 1096850.1]
    Cheers,
    ND

  • TS3899 If I send an email to multiple recipients, I cannot open the individual replies on iphone

    If I send an email to multiple recipients, I cannot open the individual replies. I can see there are a few replies but have to go to webmail to see them.
    Any ideas anyone?

    ...and even email addresses can be hidden by sending to each recipient using your mail client's "bcc" or "blind copy" field instead of the "to" field.

  • Sending Text Messages to Multiple Recipients

    Is there a way to send a text message to multiple recipients? I've been trying to figure it out for a while. I feel like this is a feature that apple couldn't have just forgotten! Anybody know?

    Not supported with the iPhone - at the present time anyway with no indication that it will be supported in the future.
    Apple is known for doing research so right, wrong or indifferent, I doubt this is something Apple forgot to include.
    The only thing you can do is provide Apple feedback via the iPhone feedback link.

  • Send e-mail to multiple recipients that are entered in a form

    Hello,
    I wonder if somebody could help me...at least with the clue to do the following.
    I have a form, with a textarea , where the people should put the e-mail addreses of all the people that, later will receive all the form data via e-mail..
    I do not know how to retrieve all these e-mail addresses from the textarea (format?) and then how to send the e-mail to multiple recipients .
    It works for one...but I do not know how to do this for several recipients...
    could you please help?

    use string tokenizer to tokenize the string and then use this in ur smtp coding
    message.addRecipients(Message.RecipientType.TO, to)
    where 'message' is object of MimeMessage
    and 'to' is array of Address
    ex:-
    Address[] to = new Address[count];
    Earlier u must be using message.addRecipient(Message.RecipientType.TO, to)
    where to is object of Address.
    Sample code:-
    suppose String posted from ur form is :-
    to = "[email protected],[email protected],[email protected]"
    StringTokenizer toAdd = new StringTokenizer(to,",");
    Address[] address=new Address[toAdd.countTokens()];     
    int j=0;
    while(toAdd.hasMoreTokens()){
    address[j]=(new InternetAddress(toAdd.nextToken()));
    j++;
    }

  • How to send a report to multiple destionations

    How I can send a report to a printer/email/file to a folder... Any code or idea..
    Thanks,

    This is the code for 6i to call reports from forms
    You can convert it for 10g
    DECLARE
         p_list_id Paramlist;
    Begin
    p_list_id := Get_parameter_list('PLIST');
         if not id_null(p_list_id) then
              Destroy_parameter_list(p_list_id);
         end if;
         p_list_id := Create_parameter_list('PLIST');
    Add_parameter('PLIST', 'PARAMFORM', TEXT_PARAMETER,'NO');
    Add_parameter('PLIST', 'DESTYPE', TEXT_PARAMETER, 'FILE');
    Add_parameter('PLIST', 'DESNAME', TEXT_PARAMETER, 'c:\x.pdf');
    Add_parameter('PLIST', 'DESFORMAT', TEXT_PARAMETER,'PDF');
    Run_product( REPORTS,'all_status_emp',*ASYNCHRONOUS*,RUNTIME,FILESYSTEM, p_list_id);
              Destroy_parameter_list(p_list_id);
         p_list_id := Create_parameter_list('PLIST');
    Add_parameter('PLIST', 'PARAMFORM', TEXT_PARAMETER,'NO');
    Add_parameter('PLIST', 'DESTYPE', TEXT_PARAMETER, 'PRINTER');
    Run_product( REPORTS,'all_status_emp',*ASYNCHRONOUS*,RUNTIME,FILESYSTEM, p_list_id);
              Destroy_parameter_list(p_list_id);
         p_list_id := Create_parameter_list('PLIST');
    Add_parameter('PLIST', 'DESTYPE', TEXT_PARAMETER, 'MAIL');
    Add_parameter('PLIST', 'DESFORMAT', TEXT_PARAMETER,'PDF');
    Add_parameter('PLIST', 'DESNAME', TEXT_PARAMETER, '[email protected]');
    Run_product( REPORTS,'all_status_emp',*ASYNCHRONOUS*,RUNTIME,FILESYSTEM, p_list_id);      
    End ;
    Edited by: Dora on Dec 31, 2009 9:08 AM

  • Any way to send a "forward" to multiple recipients and have each email addressed only to each individual?

    I want to forward an email to multiple recipients, but instead of putting them all in BCC:, I want all the recipients to get the forward addressed just to them so it looks personalized.  Any way to do this?

    I'm assuming that I would have to "import" my old drive into the library
    You don't import anything since your library is the same as it was. All those items are still in iTunes in the same location. The ONLY thing different is iTunes prefs -> Advanced.
    Or am I wrong and it will have my previous media folder still in the library, and anything new would be put in the new media folder?
    Yes & yes. Everything in iTunes will still be in iTunes, stay in the same location it is now and iTunes will use it from there.
    Anything new added to iTunes will go to the location you set in iTunes prefs -> Advanced.

  • OBIEE Date Comparison report with multiple measures

    Hello everyone...
    I have a requirement where I need to create a date comparison report (Current Month vs. Prior Month vs Prior Month Year Ago vs YTD vs Prior YTD vs Rolling 3 months, etc) with multiple Measures (Quote count, Quote offered count, New Business count, etc). I am to generate this report in this fashion:
    Quotes Current Month vs PM vs YoY Prior
    Month Current Month Prior Year Current
    YTD vs PM Prior
    YTD Rolling 3 Months vs PM Prior Rolling 3 Months
    Issued 120 120 123 1400 1020 1700 1580
    Unique Risks
    Offered 556 449 571 5881 6220 6101 5892
    Unique Risk Close Ratio
    Offered Close Ratio 21.6% 26.7% 21.5% 23.8% 16.4% 27.9% 26.8%
    Bitmap
    Avg Issued Premium 240 238 222 2801 2630 3104 2892
    Avg Offered Premium
    New Business
    Count
    Avg Full Term Premium
    I understand that time series is an option, and have created the time series (which show up as measures).
    My problem is:
    when creating the report (even as a pivot table) , OBIEE is not allowing me to drag the measure to rows, nor is it allowing me to drag the time series to columns. Also, I need to do conditional formating on some of the columns showing an up arrow for increased vs. prior month and down arrow for decreased vs. prior month.
    Does anyone have a solution for this issue? Any assistance would be greatly appreciated...
    Please advise and thanks!!!

    Jason,
        You've been very helpful, but I guess I'm just not explaining myself that well. The Credit Memo's throw things off because they do not contain a "Paid Date" value. That field in the record is blank. Since it is blank the report query ignores them. Therefore when the report query returns all records that have a "Paid date" range of "x to y" they are never returned. This is a problem whenever a credit memo exists for an invoice because the "invoice total" never changes. So when a customer pays on their account for a particular invoice, they only pay what is due which is the "invoice total" minus any "credit" from the "Credit Memo". So when my A/R person receives payment they are showing the invoice paid in full because MAS automatically includes all invoices and credit memo's. My report does not because there is no data in the "Paid Date" field of the record for Credit Memos.
    I've been doing alot research in trying to resolve this "exception" to my report. I think I may be on to something, but my knowledge of arrays is extremely limited. My resolution involves populating an array with the "invoice numbers" that are returned from the initial query from the supplied date range. Then using the "invoice numbers" from the array have it then populate my details section of the report with all of "invoice records" both the actual invoice record and any "credit memo" records. I can then group the records returned  based upon the "invoice number". then within that grouping I can performing my calculations to show whether or not the invoice has been paid in full. What do you think?  I've been able to populate an array with the invoice numbers based upon my date search range, but I have yet to figure out how to take that information and perform another lookup to pull in the rest of the data I need. Do you have any ideas?
    Thanks.  Bill

  • Sending Event reminders to multiple recipients

    Hello,
    I have googled this and searched the forum but have not found a solution. How can I send an event reminders to multiple various people (some have iCal, some do not), with iCal? I have tried adding a group but it still selects only one email address.
    Thank You

    Not supported with the iPhone - at the present time anyway with no indication that it will be supported in the future.
    Apple is known for doing research so right, wrong or indifferent, I doubt this is something Apple forgot to include.
    The only thing you can do is provide Apple feedback via the iPhone feedback link.

  • Faxing with Tiger.  sending same fax to multiple recipients

    I have a G4 titanium notebook and just upgraded to Tiger. Under Panther, when I sent faxes, I would be able to just type the first few letters and the discription and fax number would come up and it would fax without problems. Now when I do this under Tiger, the fax number and the description will come up, but it will not fax unless I remove all of the letters from the fax number. Also, I often have to send the same fax to multiple numbers at the same time. Under Panther, it was a snap, just put all the number in the same line separated by a comma and the fax would be sent to as many numbers as possible. Under Tiger, it will only send to the first number listed. Why did they make the fax program less functional on the upgraded OS?

    Are you using a Fax program within Tiger? I have been using FaxStfPro made by
    Smith Micro, and now with Tiger, OS10.4.8 operating with DSL, I find i cannot send a fax unless I get a separate phone line with filter to connect to my Power Book G4. That is not an easy solution here because of wiring distance.
    If a Fax program existed within Tiger that could be used even with DSL, that would solve my problem. What is Mac Fax? I have not heard of it before,
    Any guidance you might provide would be greatly appreciated.
    Randolph McCreight

  • Sending a message to multiple recipients

    I want to send the same e mail to everyone in my contacts list, Is there any way of selecting all my contacts or do i have to check the box next to everyones name in order to achieve this?
    Regards Peter

    You can not select all contacts. You will need to select them one at a time and add them to the email. If you do this on a regular basis you could set up a Group Contact and drag your contacts into that group.
    You can not have more than 49 contacts in your list or the message will not send.

  • Sending an email to multiple recipients

    I'm trying to send to an email to to a few hundred addresses (a gig announcement- I'm a musician), and Apple Mail won't let me. The addresses are in a group in the Address Book. I use to do this on my G5, but this computer won't allow it, even though the settings in Apple Mail are identical. I was on the phone with Earthlink and they were stumped. Any ideas??

    It's gone
    No Address Icon in Yosemite Email App
    But send Apple feedback
    Go to this site:
    Apple Product Feedback
    http://www.apple.com/feedback/
    So select a product:
    In  your case, Mail, by going here
    http://www.apple.com/feedback/mail.html
    Select appropriate feedback and give them your best recommendations.

  • How to send a packet to multiple recipients?

    I'm writing a small chat program in java. What I have so far for the server, is this:
    import java.io.*;
    public class datagramServer {
         public static void main(String[] args) throws IOException {
              new datagramServerThread().start();
    }datagramServerThread class:
    import java.net.*;
    import java.util.*;
    import java.io.*;
    public class datagramServerThread extends Thread {
        protected DatagramSocket socket = null;
        boolean listening = true;
        datagramProtocol DGP = new datagramProtocol();
        public datagramServerThread() throws IOException {
         this("datagramServerThread");
        public datagramServerThread(String name) throws IOException {
            super(name);
            socket = new DatagramSocket(4445);
        public void run() {
            while (listening) {
                try {
                    byte[] buf = new byte[256];
                    DatagramPacket packet = new DatagramPacket(buf, buf.length);
                    socket.receive(packet);
                    String processSendBack = new String(packet.getData());
                    String sendBack = DGP.processInput(processSendBack);
                    buf = sendBack.getBytes();
                    InetAddress address = packet.getAddress();
                    int port = packet.getPort();
                    packet = new DatagramPacket(buf, buf.length, address, port);
                    socket.send(packet);
                catch (IOException e) {
                    e.printStackTrace();
            socket.close();
    }And the datagramProtocol class:
    import java.io.*;
    import java.net.*;
    public class datagramProtocol {
         String output;
         public String processInput(String toProcess) {
              output = toProcess;
              return output;
    }Pretty simple, and it works great, if you just want to chat with yourself... ;)
    The client is really simple, just sends and receives, nothing fancy.
    What I want to know, is how would I send anything any client sends, to every other connected client?
    btw, I was wondering if it's good coding practice to put everything into a seperate class like that. I probably could've put everything into one, but it's a little neater in seperate files.
    Thanks,
    Alex

    Can a publish/subscribe sort of model be used in it's
    place? Or how about just a listener model rather
    than pushing each request? This way the clients just
    register themselves and listeners and you merely
    propogate an event. There would be no need to keep
    track of each IP, etc.
    Just thinking out loud here... :)Well, as I understand, on a publish/subscriber model, the publisher has to keep some sort of reference to the listener in order to send the events when they happen.
    Keeping the sockets to the clients seems to me as good as a reference can be on a TCP/IP connection short of using RMI to do that, but if the client/server must be decoupled from the language what I sugested is a publish/subscriber model. The clients are the subscribers, they ad themselves as such upon connecting to the server, the server wich is the publisher store their reference as subscribers by keeping the socket where they agreed upon communicating.
    When the publisher has a new message to be published it walks the list of references giving them the event, wich is the message posted.
    Sure it could be done with events just notifying the arrival of new messages but it would just complicate the model beyond the need. For the client would have to wait for the event and them send a request asking for the actual message, in order to do such a system he would have to create a simple protocol of comunication between the client and the server.
    May the code be with you.

  • Unable to send emails to multiple recipients through oracle storedprocedure

    I have the email code working with single email in the To address but I am looping through the table and getting a semicolon separated emails and assining to_mail and I am unabl to send any emails to any users in To address but works for cc_address users. I am getting the following error in the stored procedure when compiling. Please help if any suggestions or any one came accross this issue. Thanks.
    ORA-29279: SMTP permanent error: 501 #5.1.1 bad address @abc.com
    ORA-06512: at "SYS.UTL_SMTP", line 29
    ORA-06512: at "SYS.UTL_SMTP", line 110
    ORA-06512: at "SYS.UTL_SMTP", line 252
    ORA-06512: at "abc_owner.SendMail", line 101
    ORA-06512: at line 10

    900045 wrote:
    I have the email code working with single email in the To address but I am looping through the table and getting a semicolon separated emails and assining to_mail and I am unabl to send any emails to any users in To address but works for cc_address users. I am getting the following error in the stored procedure when compiling. Please help if any suggestions or any one came accross this issue. Thanks.
    ORA-29279: SMTP permanent error: 501 #5.1.1 bad address @abc.com
    ORA-06512: at "SYS.UTL_SMTP", line 29
    ORA-06512: at "SYS.UTL_SMTP", line 110
    ORA-06512: at "SYS.UTL_SMTP", line 252
    ORA-06512: at "abc_owner.SendMail", line 101
    ORA-06512: at line 10when all else fails, Read The Fine Manual
    http://docs.oracle.com/cd/E11882_01/appdev.112/e25788/u_smtp.htm#i1002798
    RCPT Function
    This subprogram specifies the recipient of an e-mail message.
    "To send a message to multiple recipients, call this routine multiple times. "
    "Each invocation schedules delivery to a single e-mail address."

Maybe you are looking for