Using BI publisher to send alert to dynamically generated email

Hello,
Good afternoon.
Please I will like to know if its possible to use Oracle BI publisher to send alert to dynamically generated email in real time online basis ?
If yes please can I have an idea of how this can be achieved ?

Hi,
Go through this...http://oraclebizint.wordpress.com/2008/02/01/oracle-bi-ee-101332-calling-bi-publisher-java-apis-from-ibots-storing-reports-in-file-system-using-delivers-and-bi-publisher-scheduler/
Regards,
Srikanth

Similar Messages

  • Even though I changed my email address in my contacts, ICal send alerts to my old email address.  How can I fix this?

    Even though I changed my email address in my contacts, ICal send alerts to my old email address.  How can I fix this?

    Apps are forever linked to the ID used to download them.  The only way to fix this is to delete the apps in question and download them again with the new ID
    01101001 01110000 01101000 01101111 01101110 01100101 00100000 01110100 01101000 01100101 01110010 01100101 01100110 01101111 01110010 01100101 00100000 01001001 00100000 01100001 01101101

  • Use this link to send iTunes Store tech support email

    I finally found the page to email Apple for tech support re: iTunes Store not connecting this weekend:
    http://www.apple.com/support/itunes/store/connect/
    (the web form to send for tech support for iTunes store connection problems is at bottom of page)
    Everyone with the iTunes Store not loading using 7.0.1, please take the time to email Apple and request help.
    I just did...
    thanks
    Powerbook G4 17   Mac OS X (10.4.8)   itunes 7.0.1

    After spending the better part of the morning on the phone with my ISP Comcast, in Memphis, TN they swear it is not their issue. They had me run several tests to the modem, internet speed and browswer and according to them, it was all fine.
    Because the the music store is the only feautue I cannot open
    (no problems accessing other websites), they feel it is an Apple issue, with iTunes in particular. I am inclined to agree since I was able to access the music store briefly this morning.
    I would encourage everyone to contact Apple by email. If enough people do so, they will have to fix the issue if it is an Apple problem (imagine how much business they lost this weekend from people being across the country being unable to buy music), If it is not an Apple issue, they can certainly exert some pressure on the ISP's regarding the connections.
    In general I have not liked the new version of iTunes and noticed slower connections when I downloaded it even when I could get to the music store.
    iMac   Mac OS X (10.4.8)  

  • Recently changed my email provider.  However, Calendar continues to try to send alerts to my old email provider.  I have not found any way to tell Calendar to use the correct email address.  I have chained iCloud, AppleID, and local email settings.

    Sorry for the long title - I thought I had to explain my entire problem there ...
    I recently switched ISPs, so now I have a new email address.  I've updated mail, can send and receive successfully, recreated my iCloud account, and made sure my Contacts entry was correct. But Calendar's alert function stubbornly tries to send email to my old email address.  I haven't found any way to change the list of email addresses that Calendar uses.  This is the Calendar desktop app, not iCal.  Any tips would be appreciated. 

    So what was the solution. I have a similar problem on all of my devices now

  • Using PL/SQL to send alert email error

    Hi All ,
    This is from one of my earlier posting :
    DECLARE
    l_mailhost VARCHAR2(64) := 'mail.mycompany.com';
    l_from VARCHAR2(64) := '[email protected]';
    l_to VARCHAR2(64) := '[email protected]';
    l_mail_conn UTL_SMTP.connection;
    BEGIN
    l_mail_conn := UTL_SMTP.open_connection(l_mailhost, 25);
    UTL_SMTP.helo(l_mail_conn, l_mailhost);
    UTL_SMTP.mail(l_mail_conn, l_from);
    UTL_SMTP.rcpt(l_mail_conn, l_to);
    UTL_SMTP.data(l_mail_conn, 'Single string message.' || Chr(13));
    UTL_SMTP.quit(l_mail_conn);
    END;
    and i got this error
    ORA-29278: SMTP transient error: 421 Service not available
    ORA-06512: at "SYS.UTL_SMTP", line 17
    ORA-06512: at "SYS.UTL_SMTP", line 96
    ORA-06512: at "SYS.UTL_SMTP", line 138
    ORA-06512: at line 7
    how can i find out exactly what the error means
    i think it requires port# 25 to be opened which currently is being blocked by my Mcafee s/w but besides that ??
    and also is it possible for me to change the SMTP port to another besides port# 25 ?
    apprecaite ur advise
    tks & rdgs
    View program sources of error stack?

    try this , you need to open port 25 and make sure that the machine from where you want to send emails has been allowed to send emails from ur mail server
    Procedure PROC_SEND_EMAIL (
    i_sender IN VARCHAR2,
    i_recipient IN VARCHAR2,
    i_message IN VARCHAR2
    IS
    v_mailhost VARCHAR2(50) :='hostname';
    v_mail_conn UTL_SMTP.CONNECTION;
    v_message VARCHAR2(10000);
    BEGIN
    v_mail_conn := UTL_SMTP.OPEN_CONNECTION( v_mailhost, 25 );
    UTL_SMTP.HELO( v_mail_conn, '[email protected]' );
    UTL_SMTP.MAIL( v_mail_conn, '<'||i_sender||'>' );
    UTL_SMTP.RCPT( v_mail_conn, '<'||i_recipient||'>');
    v_message := i_message ;
    UTL_SMTP.OPEN_DATA( v_mail_conn );
    UTL_SMTP.WRITE_DATA(v_mail_conn, 'To: "' || i_recipient || '" <' || i_recipient || '>' || utl_tcp.crlf);
    UTL_SMTP.WRITE_DATA(v_mail_conn, 'CC: "' || '[email protected]' || '" <' || i_recipient || '>' || utl_tcp.crlf);
    UTL_SMTP.WRITE_DATA(v_mail_conn, 'Subject: ' || '***** Mail From host*****' || utl_tcp.crlf);
    UTL_SMTP.WRITE_DATA(v_mail_conn, utl_tcp.crlf);
    UTL_SMTP.WRITE_DATA( v_mail_conn,utl_tcp.CRLF ||Chr(13)||v_message||Chr(13)|| utl_tcp.CRLF || '****This e-mail was generated By the application do not reply****' );
    UTL_SMTP.CLOSE_DATA( v_mail_conn );
    UTL_SMTP.QUIT( v_mail_conn );
    EXCEPTION
    WHEN utl_smtp.transient_error OR utl_smtp.permanent_error THEN
    utl_smtp.quit(v_mail_conn);
    raise_application_error(-20005,
    'Failed to send mail due to the following error: ' || sqlerrm);
    WHEN OTHERS THEN
    raise_application_error(-20001, 'The following error has occured: ' || sqlerrm);
    END PROC_SEND_EMAIL ;

  • Send Alert in Tablespace

    Hi Experts,
                      I need to monitor ORACLE Tablespaces through CCMS alert configuartion.There are 3 categories in the Monitoring node.Take Example PSAPSR3 as the tablespace.
    Free Space
    Used Space
    Status
    How to set the threshold value for the used space?I mean to say that if I need that above 95 % of used space system should send alert then how will I do that??

    That information is widely available.
    Read the documentation.
    Do research before posting
    Read the "Rules of Engagement"
    Regards
    Juan

  • How to send short messages to specified email id

    Hi,
    I want to send alert messages to specified email id. For eg. i want send short message to my mail id [email protected] How to do this using labview. If you have any VIs, pls pass it to me. Thanks for replying to my earlier mails, shutdown.vi is working properly here.
    Regards
    Shivakumar Singh

    Shivakumar,
    Some thoughts:
    I wanted to make sure you knew that you didn't have to change the SMTP Server name just to send e-mail to a Yahoo e-mail address. You can stick with your corporate SMTP server and send e-mail to any valid address, assuming your company firewall isn't configured to block e-mail to addresses outside the company.
    If you changed the SMTP server name because you are now trying to send the e-mail from somewhere that doesn't have access to your corporate SMTP server, then there are several issues. First, any public SMTP server that doesn't require user authentication will instead do something else (like look at your IP address) to determine whether or not it will allow you to send the e-mail. Otherwise, spammers would saturate the server with SMTP requests for as long as it remained available.
    Assuming you're trying to use a server that will allow you to use it, are you sure you got the right server name? You should double-check that.
    Finally, it may be that your SMTP server requires user authentication. Yahoo's public ones certainly do; see the Yahoo Help Page on this (http://help.yahoo.com/help/us/mail/pop/pop-11.htm​l). If this is the case, you may be able to use some alternative VIs created by Rolf Kalbermatter to get the job done, though you should be aware that it could be dangerous to do so. See this thread.
    Regards,
    John

  • How to send an email using XML Publisher

    Can any body help me how to send an email using XML Publisher.
    Regards,
    Suresh

    Sorry ,
    when a http://blogs.oracle.com/xmlpublisher/newsItems/departments/documentDelivery
    this it show this not answer the question.
    Thanks
    Welcome to Oracle Blogs
    Welcome to the Oracle blogging community, where Oracle executives, employees, and non-employees exchange views about customer requirements and best practices.
    We're sorry, the weblog you requested cannot be accessed.
    - You may not have the necessary permission for access the weblog.
    - This weblog does not exist.
    You may wish to try again using one of the tools below.
    - Check the URL and contact your System Administrator for access.
    - Or click here to go back to Oracle Blogs homepage.
    Powered by
    Movable Type and Oracle
    The views expressed on this blog are my own and do not necessarily reflect the views of Oracle. Terms of Use

  • Generate dynamic reports using sql query and send via mail

    Can anyone provide me the links to dynamically generate the sql query based reports and send it to Mail. it should be called from the scheduler program using PL/SQL

    suppose you have the query as
    spool myrep.txt
    select * from emp where rowid<3;
    spool off
    write the query in the emp.sql query at any directory like d:\sqljobs\emp.sql
    the call make a batch file like sndml.bat and write the following codes
    sqlplus scott/tiger@orcl @d:\sqljobs\emp.sql
    explorer mailto:[email protected] d"\sqljobs\myrep.txt
    or if you are using any mailing software then you can use that..

  • Using Function module SALRT_CREATE_API i am sending  alerts ..

    Hi gurus,
    i am using the Function Module SALRT_CREATE_API to send alerts.
    i run the same F.M. in se37 with same input alert id is generated and in SOST i checked them.
    but after using the F. M in program , alert id is generated, but in SOST i didn't find anything.
    using alert id where i have to check those mails , kindly suggest me ..
    Thanks & Regrads
    kalyan.

    Hi,
    Check the bellow thread as per your requirement.
    How to use function module SALRT_CREATE_API to trigger alert in XI?
    Regards,
    Goutam Kolluru.

  • I can't get my gmail app to send alerts after doing update. I'm using iphone 5.  Any ideas?

    I can't get my gmail app to send alerts after doing update. I'm using iphone 5.  Any ideas?

    Try the following steps, check whether things are working after each step where appropriate, before trying the next.
        1.    Check AirPlay is turned on on the Apple TV (turn it off and on if it already is)
        2.    Check that both devices are on the same network (Settings > Wifi, on the mobile device and Settings > General > Network, on the Apple TV).
        3.    Restart the Apple TV (Settings > General > Restart).
        4.    Restart the Apple TV by removing ALL the cables for 30 seconds.
        5.    Restart your router. (Also try removing it’s power cord for at least 30 seconds)
        6.    Restart your mobile device.

  • Sending alerts or mails to SBWP using infotype 0019

    Sending alerts or mails to SBWP using infotype 0019

    These threads might be useful.
    [Reminder Message;
    [Re: How to configur Infotype 0019 (monitoring of task);

  • How to configure ML Server to send Alert Notifications by mail?

    Is it possible to configure Mountain Lion Server to send out Alert notification by e-mail without enabling full Mail services?
    I don't want to run the Mail service on the Server. I'm quite happy with my ISP's mail service. Besides, I have a dynamic public IP address, hence no rDNS entry (so I couldn't run Mail if I wanted to).  And I don't have the expertise to configure and maintain the Mail service.  But I would like to get the Server to send me any important alert notifications by e-mail.
    I have access to an authenticated SMTP server I can use to relay the outbound alert notification emails. But I don't know how to coerce the alert service into using it.  Is it possible to do so, or does one need the full-blown Mail service to be configured (with both dovecot and postfix running) in order to get Alerts to be e-mailed?
    Thanks for any help.

    @MrHoffman,
    Thanks for the pointers and suggestions.
    The config for my ISP's SMTP server is correct. I specified the port (:465), and double-checked userid/password. It's the same as used by all our e-mail clients (a half-dozen or so on various Macs, iPhones, iPads, Linux boxes), all of which work fine from my LAN.
    As for DNS, it seems OK.  (I am indebted to you for the excellent series of articles on servers and networking  at http://labs.hoffmanlabs.com/node/1705 )
    The changeip command reports:
         The names match. There is nothing to change.
         dirserv:success = "success"
    However, I should point out that I do not have the DNS service enabled on ML Server.  I already have a local DNS running on my gateway router. (it's an instance of the dnsmasq process that is part of Tomato firmware).  It has local names defined for all the servers and hosts on my LAN, and provides rDNS for them as well.
    However, what I haven't done is enabled the Mail service.  You've (slightly) misunderstood the core of my plan.  My intent is not simply to secure the local mail server against remote access.  I don't want either remote or local users from accessing the mail server. I don't want it listening for POP or IMAP connections from anywhere (on my LAN or remotely). I don't want it receiving inbound mail from anywhere. I don't want it relaying outbound mail for any client on my LAN. All I want the ML Server to be able to do is to send me alerts (by e-mail) when it's in need of attention. Other appliances on my LAN (eg. a NetgearReadyNAS) can send me e-mails when they are unhappy, and I hope I can coerce the ML Server to do the same.
    I know I don't have the expertise to operate and maintain my own mail server, and I'm quite happy with the mail service provided by my existing network service provider. Plus, I'm behind a cable modem with a dynamic IP address, so I'm unable to establish my own rDNS record (which I understand is required to handle inbound mail).
    It looks like the next step is to turn on the Mail service. But I'm sure it's going to be unhappy since there's no MX record set-up. I was hoping there was a way that ML Server could simply send out its own outbound alerts (using my ISP's SMTP relay) without having the incoming part of the mail service active. But perhaps Apple didn't anticipate that sort of configuration.

  • Using BI Publisher for printing pick, pack slips, invoices and statements

    We are trying to determine if we can use BI Publisher to print, fax, email, archive our primary business documents (pick, pack slips, invoices, AP checks, statements. In the past we used a 3rd party document generation product because the JD Edwards forms software delivered with EnterpriseOne did not have the functionality we needed to automate the presentation and delivery of the documents without modification to the JDE software. We need to automatically sort and split the Spool and or XML files and determine the delivery methods for the output dynamically using the data in the output file, merge with the correct form template(s) and send it to the correct printer(s), fax, email, portal. We also have 3 printers in the mail room for statements less than 8 pages, 8 to 15 pages and 16+ pages. The number of pages produced has to be sorted before it is sent to the printer because of the envelop inserter attached to the printers. Can this be done with the free version of BI Publisher? If not what does the paid version of BI Publisher cost? Does the paid version provide this functionality?

    Hi user953712,
    1. Check format should use fixed row enumeration matched to the number of remittance lines per stub setup on the Payment Document in EBS.
    2. "not using word columns"? I'd be using a table in Word. Is this a text based format? If so consider ETEXT.
    "should go into a different file"? Sounds like bursting or some other mechanism.
    Regards,
    Gareth

  • Unable to view image if the size is more than 3KB using XML Publisher.

    Hello,
    We are printing PO approver signature using xml publisher (rtf) on a pdf.
    If the size of the image is 3KB or less, the image gets printed.
    But, if the size is more than 3KB the image does not get printed.
    Additional Info:
    1. The signature is stored as jpg image in fnd_lobs table.
    2. On following code is mentioned in the rtf
    <fo:instream-foreign-object content-type="image/jpg">
    <xsl:value-of select="IMG_SIGNATURE"/>
    </fo:instream-foreign-object>
    3. We are using the following function that converts BLOB to CLOB.
    CREATE OR REPLACE FUNCTION XX_BLOBTOBASE64
    b IN BLOB
    RETURN CLOB
    IS
    sizeb PLS_INTEGER := 4080 ;
    buffer RAW(4080);
    offset PLS_INTEGER DEFAULT 1;
    RESULT CLOB;
    BEGIN
    -- dbms_lob.createtemporary
    -- lob_loc => RESULT
    -- , cache => FALSE
    -- , dur => dbms_lob.CALL
    -- LOOP
    -- BEGIN
    -- dbms_lob.READ
    -- ( lob_loc => b
    -- , amount => sizeb
    -- , offset => offset
    -- , buffer => buffer
    -- EXCEPTION
    -- WHEN no_data_found
    -- THEN
    -- EXIT;
    -- END;
    -- offset := offset + sizeb;
    -- dbms_lob.append
    -- ( dest_lob => RESULT
    -- , src_lob => to_clob(utl_raw.cast_to_varchar2(utl_encode.base64_encode(buffer)))
    -- END LOOP;
    DBMS_LOB.createtemporary(lob_loc => RESULT, CACHE => FALSE, dur => 0);
    Wf_Mail_Util.EncodeBLOB ( b, RESULT );
    RETURN RESULT;
    END;
    Requesting any of you to let us know if there is any method to resolve this issue.
    Thanks,
    Angelica.

    Hi,
    Are you using Outlook.com to send/receive emails? Based on my research, we can only add an image/ picture in your e-mail signature that’s Web based (picture that is available in existing websites or stored in an online storage). See:
    http://answers.microsoft.com/en-us/outlook_com/forum/osettings-oemailset/add-logo-to-outlookcom-signature/4455facf-0926-42a6-aad7-756de662a865
    Since this forum is for general questions and feedback related to Outlook desktop application, if you are using Outlook.com, I'd recommend you post your question in the Outlook.com forum:
    http://answers.microsoft.com/en-us/outlook_com/forum?tab=Threads
    The reason why we recommend posting appropriately is you will get the most
    qualified pool
    of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

Maybe you are looking for

  • Error copying from one external drive to another

    Hi - I am trying to transfer three large iMovie files from an external Firewire hard drive to an external USB 2.0 hard drive. I have the USB drive connected to my 1GHz TiBook through a PCMCIA card. I have the Firewire drive connected at the TiBook's

  • Can I get a text form field to automatically calculate a percentage of another text field?

         I have a form with text form fields A, B, A1, and B1. I need to have form field A1 calculate to be 80% of form field A. Same with the B fields. I am creating a form that will be filled in by my managers and am hoping that this can be done! HELP

  • Ability to connect Audio Cable for Apple TV to Apple Speaker

    Can I connect my Apple TV XtremeMac XtremeHD Toslink Audio Cable for Apple TV to my external Apple Iphone speaker? There is only a single audio cable connection behind the speaker that normally goes from the Iphone. Is there some sort of adapter I ca

  • Unable to use place command in photoshop

    I am unable to use the place command in photoshop cs5.5 since upgrading to mavericks. The window pops open briefly then shuts immediately. Photoshop hangs as it is still awaiting the action to complets. The same behavior exists when attempting to add

  • Re: Photoshop Elements 13 won't open

    I have had the same issue but no results.  Adobe had me update my Adobe Application Folder to get that far but it doesn't execute the program after the Licence agreement