Email Delivery Error

Hi,When I use the following code to send Email,Certificates are required.If no attachment,the delivery will succeed.If attached,the program failed as the following "javax.mail.MessagingException: IOException while sending message; nested exception is: java.io.FileNotFoundException: C:\mail\attachment.txt can't find" Please help.
Properties props = new Properties();
     props.put("mail.smtp.host",host);
     props.put("mail.smtp.auth","true");
     Session sendMailSession= Session.getInstance(props, null);
     Store store;
     Transport transport;
     InternetAddress[] address;
     if((to!=null)&&(from!=null))
     Message newMessage = new MimeMessage(sendMailSession);
     newMessage.setRecipient(Message.RecipientType.TO,new InternetAddress(to));
newMessage.setFrom(new InternetAddress(from));
     if(cc.length()>0)
          newMessage.setRecipient(Message.RecipientType.CC,new InternetAddress(cc));
     if(bcc.length()>0)
     newMessage.setRecipient(Message.RecipientType.BCC,new InternetAddress(bcc));
     if(subject!=null){
subject = new java.lang.String(subject.getBytes("GB2312"));
newMessage.setSubject(subject);
     if(attchfile.length()<1)
     newMessage.setText(body);
     else
          {//attachment
          MimeBodyPart bodyPart1=new MimeBodyPart();
          bodyPart1.setText(body);
          Multipart allpart=new MimeMultipart();
          allpart.addBodyPart(bodyPart1);
          MimeBodyPart bodyPart2=new MimeBodyPart();
FileDataSource filedata=new FileDataSource(attchfile);
bodyPart2.setDataHandler(new DataHandler(filedata));
bodyPart2.setFileName(filedata.getName());
     out.print(filedata.getName());
          allpart.addBodyPart(bodyPart2);
newMessage.setContent(allpart);
     newMessage.saveChanges();
     transport = sendMailSession.getTransport("smtp");
transport.connect(host,user,password);
newMessage.setSentDate(new Date());
transport.sendMessage(newMessage,newMessage.getAllRecipients());
transport.close();

"java.io.FileNotFoundException: C:\mail\attachment.txt can't find"
Seems clear to me...

Similar Messages

  • Mail delivery error when trying to send document to hpeprint. I know the email address is correct

    I just got the HP8600.  I set up eprint according to the instructions.  When I email a document to the printer, I get a Mail Delivery error:
    This message was created automatically by the mail system (ecelerity).
    A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:
    >>> [email protected] (reading confirmation): 550 5.7.1 Command
    >>> rejected
    I know the email address is correct.  I don't know what to do to get this to work.

    The Q.com provider seems to have issues sending to our servers for some reason. Other email providers will work fine like you've found with your gmail account. The best workaround at this time is to send from your gmail account if possible.
    Jon-W
    I work on behalf of HP
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    Click the KUDOS STAR on the left to say “Thanks” for helping!

  • User is getting email delivery failure when processing via SAP as it tries to send an email to a user who have left the company

    Hi Experts,
    I need to remove a name on a group list in Outlook as the user is getting email delivery failure when processing via SAP (He sends the invoice for approval and emails get sent to different users for approval.) One of those users has left the company and so the user gets a email delivery failure error.
    How do I remove this user who is no longer with the company?
    The user is saying: When I approve an invoice in SAP it sends an email notification through outlook. One of those users is no longer with the company so it cannot deliver the notification, and in return send a delivery failure (in outlook). I am approving the invoices from my SAP Workplace inbox.
    How do we know what group the email is going to?
    Please let me know if you have seen this issue before. Greatly appreciate your help.
    Thanks,
    Asad

    Hi,
    Please check whether you are using a custom z program for sending emails of approved invoices to users. If yes then either the user email ids are hardcoded in the program else a ztable is maintained for them.

  • Mail delivery errors

    Hi, recently I'm getting tons of Mail Delivery System errors. 69 today alone. When I delete them, they come right back. Many are the same email and sometimes the page is blank. Very weird. The only thing i did differently was to try and set up a rule for people to know I was on vacation. Did not work, and had hundreds of MDS errors upon my return. Have deleted the rule but still not working properly. I also have to force quit on mail often to get it to shut down. Any ideas how to clean this up?
    Cheers

    I've got the same problem. One thing that helped was to clean out my inbox on my ISP's server. That stopped the force quit problem, at least for now, and also stopped a problem where mail received after that Mail delivery error message wouldn't come into my Mail application. BUT I'm still getting the tons of Mail Delivery System error messages, and yes, even when I delete them, they come right back. The message, which seems blank until I double click on it to open it in a new window, was correct. One address I'd sent an email to is no longer good, which is why one of those messages would have made sense. I see that there is a Windows virus that does this, and am wondering if there might be a Mac one also???

  • Xdodelivery.cfg for email delivery - R12 Separate Payment Remittance Advice

    Hi all,
    I'm trying to configure the Email Document Delivery for Separate Remittance Advice in R12 but have been unsuccessful so far. I filled the xdodelivery.cfg file with the relevant information and placed it under $XDO_TOP/resource directory and set up the profile option IBY_XDO_DELIVERY_CFG_FILE to point to this directory. I'm getting the below error message in the log file of the standard program "Send Separate Remittance Advices"
    Finished extract and formatting.
    Got user profile IBY_XDO_DELIVERY_CFG_FILE: /net/ebs/DEV2/ddcerp012/apps/apps_st/appl/xdo/12.0.0/resource
    Loaded email subject from DB: Message { Code = IBY_FD_SRA_EMAIL_SUBJ, Cause = Separate Remittance Advice: payment reference number - 147}
    Loaded email send-from from DB: Message { Code = IBY_FD_SRA_EMAIL_FROM, Cause = [email protected]}
    Loaded email attachment file prefix from DB: Message { Code = IBY_FD_EMAIL_ATT_PRE, Cause = Payment}
    Preparing for email delivery
    SMTP server host: null
    Email subject: Separate Remittance Advice: payment reference number - 147
    Recipient: [email protected]
    Content file name: Payment147.html
    Email send from: [email protected]
    before calling XDO req.setDocument()
    before calling XDO req.submit()
    oracle.apps.xdo.delivery.MissingRequiredPropertyException: Required property missing. Property name :[HOST]
         at oracle.apps.xdo.delivery.AbstractDeliveryRequest.validateProperties(AbstractDeliveryRequest.java:1367)
         at oracle.apps.xdo.delivery.AbstractDeliveryRequest.submit(AbstractDeliveryRequest.java:1174)
    Below is the content of the xdodelivery.cfg that I'm using
    <?xml version="1.0" encoding="UTF-8"?>
    <config xmlns="http://xmlns.oracle.com/oxp/delivery/config">
    <servers>
    <server name="mysmtp1" type="smtp_email" default="true">
    <host>ddcsend001d-vip.dev.abc.com</host>
         <port>25</port>
    </server>
    </servers>
    <properties>
    <property name="ds-temp-dir">/tmp</property>
    <property name="ds-buffering">true</property>
    <property name="SMTP_CONTENT_TYPE">"application/pdf"</property>
    </properties>
    </config>
    Could anyone please suggest if I'm doing something wrong? Or has anyone been able to accomplish this functionality successfully in R12?
    Thanks,
    Vinay

    Hi Vinay,
    You'll have some reassurance in at least that I had the same problem with a R12 upgrade with Separate Remittance Advice. Unfortunately, I was not able to remain on the client site long enough to solve this, although I do have the following to offer, even if its not a solution:
    1) The xdodelivery.cfg file for one of our clients where this does work is as follows:
    <?xml version="1.0" encoding="UTF-8" ?>
    <config xmlns="http://xmlns.oracle.com/oxp/delivery/config">
    <servers>
    <server name="mysmtp1" type="smtp_email" default="true">
    <host>r12p660.<company_name>.co.uk</host>
    <port>25</port>
    </server>
    </servers>
    <properties>
    <property name="ds-temp-dir">/usr/tmp/PROD</property>
    <property name="ds-buffering">true</property>
    <property name="SMTP_CONTENT_TYPE:String">"application/pdf"</property>
    </properties>
    </config>
    2) I note in the error the the SMTP sever is null. In my example setup the local host (e.g KWDMXV41). The XML file may be in $INST_TOP/appl/admin and will be called <ORACLE_SID>_KWDMXV41.xml
    3) You have the following error in the stack: "oracle.apps.xdo.delivery.MissingRequiredPropertyException: Required property missing. Property name :HOST". This may imply that either the host is not defined in some profile option or the host is not being recognised by the program. Is this a multi-tier system, is there an entry in the /etc/hosts file?
    I hope that may be so some help.
    Thanks,
    Mark

  • Mail delivery error with 5510 e-print. updates and connection are ok. friend has same problem.

    I have checked all of the updates and connections for my new printer.  As far as I can tell, I've checked everything that needs to be checked and all is good.  But, I still get the Mail Delivery error when e-printing.  And my friend has the same problem with her new 5510 b111a.  What could possibly be the problem?  Regular printing, scanning and so on work fine with my wireless connection.
    This question was solved.
    View Solution.

    So it sounds like it may be an Issue with the provided Email Address from your internet service provider, you are sending from ,
    What i would suggest as a test is to create a Email account either with g mail and or yahoo, and try to send the email to your eprint account/Email, and see if it accepts the email also, make sure you have your printer set to Accept email from all users you can do this by logging into Eprint Center and then going into these settings and selecting that option
    I am an HP employee.
    __ if this Solution has helped Please Mark as Resolved and feel free to Provide a Kudos__

  • Web form delivery error

    I tested a web form in the staging environment (villagekidsdentistry.businesscatalyst.com) and it worked perfectly.  Then I pushed the site live and now the form will not deliver to any of the notification e-mail addresses.  The form is sending using a Yahoo e-mail address and I get a delivery error notirication in that Yahoo account from "[email protected]" saying, "An error occurred while trying to deliver the mail to the following recipients:"
    Can anyone help me fix this problem?  The actual live site is www.villagekidsdentistry.com.
    Thanks.

    I'm having the same sort of trouble, but a little different. We have group email addresses and a contact form we have on our site (www.adam.co.uk) - it flings emails out to everyone in the group, even though only one email is used. We're having some mailer daemons ping through to those people in the group who have a slightly different email designation/ending.
    For example this is everyone in this [email protected] group:
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    Everyone received the email who has the 'adam.co.uk' designation, but anyone who has another (in this example 'centerprise.co.uk') gets a daemon. Does anyone have any ideas why this might be?

  • RecipientThreadLimitExceeded in message tracking logs, queuing and holding up local email delivery to office365

    Please let me know if anyone knows an answer to this one... We're in a Hybrid Exchange environment, with 2 x Exchange 2007 servers,  and 1 x Exchange 2013 Hybrid server which is pointing to Office 365 for the purposes of relaying mail to O365 while
    we migrate our users out there.
    We have just finished migrating, but just a couple of days ago we started experiencing delays in email delivery to O365... Not all mail, but some!  Incoming email or locally generated email gets relayed out through the Hybrid server and out to O365,
    but not all email is delayed... only some, but it's constant.  During the busiest part of the day, about 200 messages are sitting in the Queue in Exch2013... but they all eventually resolve between 5 and 45minutes.  The users are not happy.
    The last error in the queue viewer for each hung email reads:  451 4.4.0 Temporary server error.  Please try again later.
    If I look at the message tracking logs, I find an interesting item -- "RecipientThreadLimitExceeded":
    2014-05-15T14:15:51.608Z,192.168.3.11,hydra,207.46.163.215,company-mail-onmicrosoft-com.mail.protection.outlook.com,RecipientThreadLimitExceeded,Outbound to Office 365,SMTP,DEFER,10307921510617,<[email protected]>,885ea3ce-a020-41b1-8950-08d13e58d6d3,[email protected],451
    4.4.0 Temporary server error. Please try again later,10117,1,,,Read: This is your generic subject line,[email protected],[email protected],2014-05-15T14:16:51.608Z,Undefined,,,,S:Microsoft.Exchange.Transport.MailRecipient.RequiredTlsAuthLevel=Opportunistic;S:Microsoft.Exchange.Transport.MailRecipient.EffectiveTlsAuthLevel=EncryptionOnly;S:DeliveryPriority=Normal
    I have tried to find some documentation on resolution for this RecipientThreadLimitExceeded error, but I can only come up with some Exchange 2011 documentation which recommends adding some entries to the EdgeTransport.exe.config file to bump up the RecipientThreadLimit
    value... I have not found anything pertaining to 2013.  I cannot even find any powershell commands to see what the current RecipientThreadLimit is on 2013!  Aghg!
    Has anyone seen this before, or have any recommendations?
    Thank you,
    Mike

    After many days of frustration, Microsoft Support finally resolved this issue.  Believe it or not, but the issue was actually on the Office365 side.  Here's the fix:
    Exchange Admin Center -> Mail Flow -> Connectors -> Inbound Connectors
    Open your "Inbound from <guid>" with the "On-premises" connector type
    Click on Scope -> scroll down to "Associated accepted domains"
    We had an entry in there "<organization>.mail.onmicrosoft.com"... Microsoft support had us remove this entry so that the box was completely empty.
    That RESOLVED it... amazing what what little entry could do.  We've had this entry in there for about 2 months, and it had been working fine.  Support acknowledged that several customers have had this issue, that they are working on getting it
    fixed on the back-end.
    Hope this helps somebody... 
    -Mike

  • XML email Bursting error in R12

    Hi,
    We are calling Bursting Concurrent program ‘XDOBURSTREP’ from our custom package in order to send emails separately to required customers.
    Bursting Conc.Prog is giving the following error.
    Log file is as follows:
    [070212_125055615][][EXCEPTION] java.lang.NullPointerException
         at java.util.Hashtable.put(Hashtable.java:394)
         at oracle.apps.xdo.oa.cp.CPUtil.setProperty(CPUtil.java:67)
         at oracle.apps.xdo.oa.cp.CPUtil.getSessionProperties(CPUtil.java:45)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:84)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
    XML/BI Publisher Version : 5.6.3
    Request ID: 534793
    All Parameters: Dummy for Data Security=:ReportRequestID=534792:DebugFlag=Y
    Report Req ID: 534792
    Debug Flag: Y
    Updating request description
    Updated description
    Retrieving XML request information
    Node Name:PURNA
    Preparing parameters
    null output =/BIBS1/bibs/FUT2/inst/apps/BIBSFUT2_purna/logs/appl/conc/out/o534793.out
    inputfilename =/BIBS1/bibs/FUT2/inst/apps/BIBSFUT2_purna/logs/appl/conc/out/o534792.out
    Data XML File:/BIBS1/bibs/FUT2/inst/apps/BIBSFUT2_purna/logs/appl/conc/out/o534792.out
    Set Bursting parameters..
    Temp. Directory:/usr/tmp
    [070212_125057111][][STATEMENT] Oracle XML Parser version ::: Oracle XML Developers Kit 10.1.3.5.0 - Production
    [070212_125057333][][STATEMENT] setOAProperties called..
    Bursting propertes.....
    {user-variable:cp:territory=US, user-variable:cp:ReportRequestID=534792, user-variable:cp:language=en, user-variable:cp:responsibility=50661, user-variable.OA_MEDIA=http://purna.ad.infosys.com:8004/OA_MEDIA, burstng-source=EBS, user-variable:cp:DebugFlag=Y, user-variable:cp:parent_request_id=534792, user-variable:cp:locale=en-US, user-variable:cp:user=SEETHALAKSHMI_R01, user-variable:cp:application_short_name=XDO, user-variable:cp:request_id=534793, user-variable:cp:reportdescription=BIBS Network Buyback Invoice Report, user-variable:cp:Dummy for Data Security=}
    Start bursting process..
    Bursting process complete..
    Generating Bursting Status Report..
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    And the output for the burst conc.prog is as follows:
    <LOG>Error!! Could not deliver the output for Delivery channel:null . Please check the Log for error details..</LOG>
    Can someone help me on this. It’s a bit urgent…..Please suggest!!!
    Thanks,
    Teja

    Control file I used:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    - <xapi:request select="/REPORT/CUSTOMER">
    - <xapi:delivery>
    - <xapi:email server="testexchange.testsmtp.com" port="25" from="[email protected]">
    <xapi:message id="123" to="[email protected]" attachment="true" content-type="html/text" subject="${SUBJECT_PART} ${EMAIL_ENTITY_NAME} INVOICE(s) for ${EMAIL_CUSTOMER_NAME}">This is a system generated message - any reply to the message is unmonitored and deleted. If you need further assistance- please send reply to mailto:XXX. Attached is a PDF file containing your ${EMAIL_ENTITY_NAME} invoices generated within the past 24 hours. If you believe you are missing any invoices or you are not able to open the file, please contact us at XXX. For questions relating to your account, please contact the Customer Account Manager noted on the invoice. Sincerely, Electronic Invoice Distribution Group ${EMAIL_ENTITY_NAME}</xapi:message>
    </xapi:email>
    </xapi:delivery>
    - <xapi:document output="${EMAIL_OU}INV_${EMAIL_FILEDATE}_${EMAIL_CUST_ACCTNO}.PDF" output-type="PDF" delivery="123">
    <xapi:template type="rtf" location="/BIBS1/bibs/FUT2/apps/apps_st/appl/XXBIBS/12.0.0/reports/US/Buyback_Template_temp.rtf" />
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    Output of the bursting conc prog:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <BURS_REPORT>
    <REQUESTID>535438</REQUESTID>
    <PARENT_REQUESTID>535435</PARENT_REQUESTID>
    <REPORT_DESC>BIBS Network Buyback Invoice Report</REPORT_DESC>
    <OUTPUT_FILE>/BIBS1/bibs/FUT2/inst/apps/BIBSFUT2_purna/logs/appl/conc/out/o535438.zip</OUTPUT_FILE>
    - <DOCUMENT_STATUS>
    <KEY />
    <OUTPUT_TYPE>PDF</OUTPUT_TYPE>
    <DELIVERY>email</DELIVERY>
    <OUTPUT>/usr/tmp/070212_090212922/BOI SG IMMINV_20120702_1707.PDF</OUTPUT>
    <STATUS>fail</STATUS>
    <LOG>Error!! Could not deliver the output for Delivery channel:null . Please check the Log for error details..</LOG>
    </DOCUMENT_STATUS>
    </BURS_REPORT>
    I could not find even the pdf output in the path specified as above.
    Please suggest...!!!

  • Email Delivery problem from Mailman to Exchange 2010 SP3 - Invalid Character Set Name in Message Subject

    Dear all,
    we have a problem in the email delivery from Mailman 2.6 List Server to Exchange 2010 SP3 CU7, 
    related to the encoding name of the Message Subject.
    The error we receive is the following:
    #550 5.6.0 CAT.InvalidContent.Exception: InvalidCharsetException, Character set name (iso8859-7) is invalid or not installed.; 
    cannot handle content of message with InternalId
    First of all, we can notice that given an encoding name as 'iso-8859-X',  it is transformed by the Mailman to 'iso8859-X' (without the first dash). 
    Our previous Exchange version ( Exchange 2003) didn't have any problem with this, but now, 
    Microsoft Exchange 2010 doesn't like the form of the encoding name without the dash, 
    and bounces the emails from Mailman. 
    The strange is that other email systems like Gmail, Yahoo accept the transformed encoding name.
    Any help would be appreciated.
    Kind Regards
    Panagiotis Kontogiannis

    Hi Panagiotis,
    Base on my search, I found a similar issue which was caused by the antivirus software in exchange server.
    I recommend you try to disable all the antivirus services and check if any helps.
    The similar thread for you reference:
    https://social.technet.microsoft.com/Forums/en-US/5bcf3098-2fe7-442f-a0bd-b720d703c6d0/problem-with-microsoft-exchange-2010-on-sbs-2011-550-560-catinvalidcontentexception?forum=exchangesvrdevelopment
    Best regards,
    Niko Cheng
    TechNet Community Support

  • Windows Live (Msn) and Blackberry email delivery

    When at home using WiFi on Blackberry and running Windows Live {msn} on my laptop- delivery of hotmail emails to my blackberry is stopped.
    Then after i log out of msn, the delayed messages are delivered and subsequent email delivery is instant.
    Is this normal?
    If not how to resolve?
    Blackberry Curve 8520 on O2 UK

    Hi and Welcome to the Forums!
    Here is a KB that discusses that error:
    KB15747 Email message delivery is delayed to an integrated Windows Live Hotmail account on the BlackBerry smartphone
    Hopefully it contains something useful!
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Activesync - long delays in email delivery while roaming / local activesync log on BB10-device?

    Hi,
    A couple of our users are experiencing serious delays in email delivery on their BDS-controlled Z10s while roaming. With "serious" I mean delays in the magnitude of hours. This is something however that purely relates to Z10 and the way message sync is done (activesync)
    Since we've got both legacy (OS7) devices and BB10-devices on our network I can confirm that email delivery on the legacy devices happens instantly while BB10-devices experience the above mentioned delays when roaming.
    So here are my questions:
    Anybody else experiencing this problem (I saw a post under BB10 automatic sync not working while roaming in US mentioning US roaming problems, but in our case it's Europe and travelling between European countries)
    Is there a way to get an activesync-log from the Z10s itself showing dates/times of activesync and error-messages respectively? (Afaik the phone has an end-to-end-connection to the activesync/exchange server) - on other platforms (IOS, Androids) you can find a local activesync log on the smartphone so I'm positive that something like this must be present on BB10 too.
    Any known cure - or at least an idea how to track this down?
    Thanks much in advance for any clue
    -bblacksheep

    I don't know if my situation is related or not, but I have (since Friday) been experiencing delays with Gmail on my Z10. However, it's not universal. I have 9 Gmail accounts, and only a subset are affected by delays, while others receive everything immediately. They are all integrated via ActiveSync, and delivery elsewhere (e.g., Outlook client, Gmail webmail inteface) is not affected.
    If the problem affected all of my Gmail accounts the same, I might believe that the problem is with BB or my carrier services. But, since it's only affecting a subset, I instead believe my issues to be rooted at Google. Given all they have recently done to alienate the BB platform, I'm actually not terribly surprised either.
    Note that no roaming is involved...this is on home network carrier and also almost completely on WiFi. No changes have been made to the configuration...but this behavior started suddenly on Friday. Eventually, everything gets delivered and reconciled...but on some accounts, the delay is quite large.
    If your issues can be narrowed down so as to truly know a root cause, and that root cause results in being something in the BB device, OS, or infrastructure, then you need to contact your mobile service provider for formal support and potential escalation up to BlackBerry for enhanced support.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Email Delivery Option - Simple TEXT Output is coming as an attachment

    Hi All,
    I am trying to use R12.1.3 feature "Delivery Option" while Submitting Concurrent Program "Payables Open Interface Import" using FND_SUBMIT with email Delivery Option and email is coming with an attachment (Concurrent Program Output).
    Email Body is blank (as expected if Output is coming as an attachment), as per documentation if CP Output is in TEXT Format then Email body should show the Output instead of an attachment.
    My Question, is if Output is TEXT why it is coming as an attachment, do I need to Configure something?
    I am using and it is working fine(not sure if any of the argument is required to Set "SMTP_CONTENT_TYPE",
    l_ret := fnd_request.add_delivery_option
    (type => FND_DELIVERY.TYPE_EMAIL
         ,p_argument1 => 'Quick Invoice to Workbench Transfer Details' -- Subject
         ,p_argument2 => '[email protected]' -- From
         ,p_argument3 => l_email_add -- To
         ,p_argument4 => '[email protected]'); -- CC
    In Java Based Concurrent Program example, I foudn this line, not sure how to do that using PL/SQL
    req.addProperty(DeliveryPropertyDefinitions.SMTP_CONTENT_TYPE, "application/pdf");
    Please Help.
    Regards
    Sachin

    Hello Kamath,
    Have you set PARAMETER6 to true or false?
    http://docs.oracle.com/cd/E28280_01/bi.1111/e22258/add_burst_def.htm#CHEJDGAG
    Please send us your bursting query so we can check it.
    For more info on this, please review section 7.3 Adding a Bursting Definition to Your Data Model
    from Fusion Middleware Data Modeling Guide for Oracle Business Intelligence Publisher
    http://docs.oracle.com/cd/E28280_01/bi.1111/e22258/add_burst_def.htm#BIPDM347
    Bogdan

  • Ssrs sharepoint 2013 error: "A delivery error has occurred ...not a sharepoint document library..."

    Greetings SSRS/SharePoint experts,
    SharePoint 2013 with SSRS - Creating a subscription to a report that is in SharePoint
    I'm trying to create a subscription to publish a report to a sharepoint document library.
    I've configured all the settings and on clicking OK get the following error:
    "A delivery error has occurred. ---> Microsoft.ReportingSerives.Diagnostics.Utilities.DeliveryErrorException: A delivery error has occurred. ---> Microsoft.ReportingServices.Diagnostics.Utilities.InvalidExtensionParameter: One of the extension
    parameters is not valid for the following reason: The delivery path is either not a SharePoint Document Library Folder or does not exist in the Share Point farm."
    SQL Server Developer Edition 2012 SP1
    SharePoint 2013 Standard
    Just wondering if anyone has a solution.
    I've tried changing the proxy settings as per this post
    http://social.technet.microsoft.com/Forums/en-US/19817dc7-6725-40d8-befa-1b94099a71bd/sql-server-2012-reporting-services-in-sharepoint-2013-integrated-mode-dilivery-extension
    Workaround is to not use a sharepoint document library but write the report to a windows file share (this works but is not optimal).
    Hoping someone at Microsoft or an expert will come back with something.
    Kind regards
    Gio

    Hi,
    Can you check the SharePoint ULS log located at : C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS, and look at the log there when the error occurs?
    You can also check the Application Event Log on the SQL Server to see if there are any additional errors.
    Tracy Cai
    TechNet Community Support

  • HP Officejet Pro 8500 A910 Scan to email failure Error Server Failure Try again Later message

    HP Officejet Pro 8500 A910n  ( CM758A ) Scan to email failure  Error  Server Failure  Try again Later message
    Ran HP Print & Scan Doctor - finds no problems. When sending a scanned document to the user email it has " Error Server Failure  Try again Later " message . Can run test to the scanner without any errors.  Tried to reset the printer - same result.
    Any help would be much apreciated.  AHuber

    Hello there! Welcome to the forums @TheShadow42 ,
    I read about the scan to email issue you are having and I will gladly try to help you! I would suggest checking your scan to email settings from the EWS, and perhaps run the scan to email wizard again. You should also see a scan and test option in the setup.
    Here is a link to the User Manual, that has quite a bit of great info. Check out page 62 for the scan to email information.
    Good luck
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

Maybe you are looking for

  • How to capture the event on changing focus from a JTextField?

    Hi All, I have got a problem... I want to do something (say some sort of validations/calculations) when I change the focus by pressing tab from a JTextField. But I am not able to do that. I tried with DocumentListener (jtf01.getDocument().addDocument

  • Servlet executes only once, the first time???

    Hello evrybody, I'll try to be specific regarding the problem. I have an HTML file called Login.html. When I click on this file, a page opens allowing the user to enter his/her username and password. So, I compiled my servlet and I clicked on the Log

  • Droid Incredable not syncing with Windows 7 64 bit

    I have tried everything and this wont sync with my windows 7 OS. I tried on my Laptop and my desktop both with same OS. It will recognize at first attempt and load the drivers. That is as far as it will go. I get a message in my device panel REV 4 co

  • Why does this print a null?

    I have a snippet here that prints one row from a derby DB. The heading row works fine. I             while (!cells[0].isEmpty()) {                 for (int col = 0; col < colNames.length; col++) //System.out.print(cells[col].remove(0).toString() + "\

  • In a default install of thunderbird, where would the email account information and actual emails be located?

    I had to restore my computer to a previous date and it ununstalled thunderbird ( and other programs) but said it did not delete any of the data. Where would I find the data and how can I point the new installation to use the old saved data?