Prblem in report distribution to email address

Thanks for the response for my last question. I need one more help to ask. I am trying to send output file to email address.
When I am giving values in url itself , it is working
http://bryxh91:8889/reports/rwservlet?report=devlopersuit/reports/test.jsp&userid=anju/[email protected]&desformat=pdf&destype=mail&desname=[email protected]
But this one is not working
http://bryxh91:8889/reports/rwservlet?report=devlopersuit/reports/test.jsp&userid=anju/[email protected]&DISTRIBUTE=YES&destination=devlopersuit/reports/dis_test.xml
Now my changed xml file is
<destinations>
<mail id="test1"
to="[email protected]"
from="[email protected]"
subject = "abc">
<body srcType="text">
This is the body of the message.
</body>
<attach format="pdf" name="abc2.pdf" srcType="report"
instance="all">
<include src="mainSection"/>
</attach>
</mail>
</destinations>
It is not giving any error but not sending file to my email address, while with first url I am getting file in my mail box.
looking forward for your help

Hi Karthik,
To solve this issue plz follow the following steps.
1. Create a new job like Report_Email with mail type job definition with following parameters.
     a.Mail_To
     b.REPORT_ID
     c.SUBJECT
     d.REPORT_TITLE
     4.EMAIL_DESCRIPTION
SOURCE
<HTML>
<BODY>
<H2>${REPORT_TITLE}</H2>
${EMAIL_DESCRIPTION}
</BODY>
</HTML>
[Attachments]
@{Name}=Job ${REPORT_ID}:*.csv
[Headers]
#set the reply-to address
subject=${SUBJECT}
reply-to=${Mail_To}
[Body]
Content-Type=text/html; Charset=UTF-8
2. Create a Job chain.
3. In step 1 add the job whose out put is in CSV file.
4 In step 2 add Report_Email add fill the parameters details.
5. Run the chain.
6 . U will receive the Email with.csv file to receipient
Please revert if any issues

Similar Messages

  • Problem to send a report to an Email address

    Hi All,
    I am using 10g forms and reports.I want to send a report to an email address using web.show_document();
    code is:WEB.SHOW_DOCUMENT('http://localhost:post/reports/rwservlet?userid=ur/ps@db&report='report_name&destype=mail&desformat=RTF&from=[email protected]&desname=[email protected]&paramform=no&_blank') ;
    this code generates an error message:
    REP-50159: Executed successfully but there were some errors when distribute the output
    I already configure my rwbuilder.conf and report_server.conf file.
    Although I am able to send this mail from report builder from FILE->mail menu.
    plz help me ASAP.
    thanks in advance.
    Sanjit

    Ok, did you add your smtp server to your <reports>.conf file is located at the end of the file.
    Because if it has been working for other destype it's probably security smtp related.
    so check if the correct smtp server is written there and that you can access it too because otherwise it would be impossible to send e-mail, if you're not the e-mail admin contact him and ask hin if he sees an attempt to send on the smtp engine log for your from user
    Erwin

  • Report Distribution through Email (secure)

    Hi,
    I have tried emailing reports using SMTP and would kile to know if it is possible to do a secure email using Oracle Reports9iAS in-built 'report distribution via email' feature.
    If yes, how can this be done?
    Thanks,
    Bharat

    Bharat,
    I now get what you are exactly looking far ( I wasn't sure earlier)
    If you are looking for enxryting the mail content before sending, then you should go for a pluggbale mail destination. Tou could also explore oracleWireless destination wihc could be sued for mail destination. I beleive oracleWireless webservice mail destination supports encryption of mail body
    I was undarstanding that, you are probbaly don't want to have the receipients ids not exposed in the reports URL. This can be achived by reports bursting/distribution nand you can repeat on a goup which has a db column having mail ids
    Thanks
    The Oracle Reports Tea

  • Is there a way to establish when a distribution group email address last received a message?

    We currently use Exchange 2007 but are planning to migrate to 2013 soon. As part of the prep for migration I want to tidy things up, and part of this tidy up is to remove unused distribution groups.
    The user community is one that refuses to let go of anything (our retention policy is keep everything, forever), so if I ask them if they still need these groups the answer will be yes for all.
    So, is there any way I can pull a report of the last time the email addresses associated with these groups were used?

    Apart from above, once you find unused users list, You can try below steps to remove them in exchange 2007 : Simply open the group from the recipient configuration, Distribution group node (or from Active Directory Users and Computers). Select the members
    tab and select the user and click the X.
    You can take a look at this helpful article to gather more information about this concern : http://windowsitpro.com/exchange-server/exchange-2007-distribution-groups
    Furthermore, when you are preparing to migrate database from exchange 2007 to 2013, you can have a look at this proficient resource available at (http://www.exchangemigrationtool.com/) that would also be
    a fantastic approach for a secure migration of mailbox data between two exchange server.

  • Cannot send report to desired email address

    Hi,
    When an user tries to schedule a webi report in InfoView and send the report (as an attachment) to an manually entered email address, the report is always send to the default email address (of the adaptive Jobserver defaults).
    The user schedules the webi report by rightclicking it in InfoView -> select schedule -> format and destinations-> select email recipients -> deselect Job server defaults ->enter email -> click on schedule
    The default email address is the address entered in the CMC in servers -> adaptiveJobserver -> Destination.
    All users are experiencing this problem, except for the (general) Administrators.
    So I guess the problem is caused by insufficient rights. Obviously the question is which right I have to enable in order to make sure the report is delivered to the email address the user has entered.
    BTW, I'm using BO XI R3.1 FP1.3.
    Thanks a lot.

    Hello rp02100 and welcome to the BlackBerry Support Community Forums.
    Sorry to hear you're experiencing an issue with your email.
    What type of email account are you using - Gmail, Yahoo, POP/IMAP, Hotmail? Does this only happen when you try to send to yourself using this email and to this email account? 
    If you have more than one email account, if you were to use a different email account and send yourself an email to another account, does this same issue happen?
    Thanks!
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Emailing Reports to the email address stored for the user in OID?

    Hi
    I have what seems like a simple enough question.
    We have an Oracle Forms / Reports Application running on IAS 10.1.2.2.0 on Windows. We use Single Sign On for Forms and Reports. We generate reports from forms using RUN_REPORT_OBJECT.
    I want to be able to generate a report and send it as an email attachment to the email addressed stored in OID for the SSO user running the forms application.
    I can set the REPORT_DESNAME to be the recipient email address (as documented).
    My question is do I have to query OID manually to get the email address (using DBMS_LDAP or whatever DB utility packages) and set REPORT_DESNAME, or is there a way that Forms (or Reports) can take of this automatically for me?
    Thanks

    You can go through portal to get your info by utilizing wwsec_api.person_info call or you can go after it using DBMS_LDAP. You have to do a bunch of work if you use DBMS_LDAP or DBMS_LDAP_UTL...like connecting, binding, getting a handle, etc. You ultimately can use DBMS_LDAP_UTL.get_user_properties.
    Look here for more details.

  • HT2486 How can I send an email to all of the email addresses associated with one contact? Similarly, in regard to group lists, how do you include for distribution all email addresses associated with each contact in the group?

    Often times there are multiple email addresses associated with a single contact in address book.  How can I included all of these email addresses when creating an address book group?

    Don't be surprised.
    Apple offers free, basic Mail and Address Book apps and creates paid, more sophisticated solutions, also allowing Developers to provide more sophisticated solutions for sale in the marketplace.
    When I need to repeatedly email to multiple contacts, I create a blank draft email, and use the Address Book button to list the appropriate address book group. With the Address Book window open, it's easy to click to add multiple email addresses for a single contact name. Each is added to the message email address list. Then I save that blank email to iCloud Drafts, and it retains the email addreses I've entered. Next time I need to send a message I double-click on it in Drafts to open it, and drag it to one of my other email accounts to add Subject and details, then send from the other account.
    Message was edited by: kostby

  • Possible?: Send OS X Error Report to custom email address?

    Hi,
    I was wondering is it possible to somehow tweak OS X so that instead of sending software error reports to Apple, it would send them to my email?
    I would use this as a part of our helpdesk ticketing system.

    Hi,
    I was wondering is it possible to somehow tweak OS X so that instead of sending software error reports to Apple, it would send them to my email?
    I would use this as a part of our helpdesk ticketing system.

  • Mail for Access Request to O365 SharePoint site not received if a mail-enabled Distribution Lists' email address is provided.

    I have the Access Request feature enabled in my O365 SharePoint site. This functionality is working fine for a single Site Owner's Email-ID and he is receiving the mail in his Outlook with an option to Approve/Deny the request. But when I specify the Email-ID
    of a Distribution List (which consists of all the site owners), the mail is not sent to their respective members although the corresponding request is listed under the Pending Requests in the Access Requests list in Site Settings. Why is this happening and
    if this not possible, kindly suggest a workaround.

    can you specify the DL name instead of the email?
    Kind Regards, John Naguib Technical Consultant/Architect MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation

  • Receive broadcasted reports from generic email address

    Hello All,
    I am currently sending out a report to the business using broadcaster.
    The users receive an email and within it finds the report attached as a PDF - everyone is happy...
    Everyone except me because the email received by the business user says that I am the sender, (i.e. sent from: myname @ someco.co.uk)!
    This means that the business believe that I am the first point of contact for issues relating to the figures in the report.
    Can anyone explain why this occurs? Is it becuase I created the report and set up the broadcast?
    We have a helpdesk and actualy all such queries from the business should be sent to the helpdesk mail box e.g. IThelp @ someco.co.uk)
    So, I would like to ask you all for solutions to deliver the report in such a way that the "sent from" is no longer myname @ someco.co.uk. It should be IThelp @ someco.co.uk.
    Many thank in advance.

    Hi,
    Check in SU01D your user id. Change the mail id to help desk id and also the 'Format' field data to help desk. Going forward the broadcasting will not have your id.
    Else the better option is to create a generic user id for broadcasting and setup the mail and other details as required.
    Hope this helps
    Regards
    Akhan

  • IR Subscription - Multiple Email Address

    Hi,
    I need to email an interactive report to multiple email address. Is there a format to follow in entering multiple email address in the "Email Address" field if I want to add Subscription? Is it even allowed to enter multiple email address?
    Thanks.

    Here is the link I am basing my comment of using a comma to delimit addresses: http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/ir_using.htm#BABBBDEF
    Thank you,
    Tony Miller
    Ruckersville, VA

  • Cant sign into iTunes with VPP manager email address

    Is anyone else having difficulty signing into iTunes with their Apple VPP account manager email address? I work as an IT contractor for a number of schools and in the past have set up VPP so that paid and free apps can be distributed via an MDM solution. Recently, the process by which we do this isn't working any more. Apple have admitted in emails that they have changed the way that VPP accounts are set up on their end and that during the transition some accounts were processed incorrectly (causing a lot of headaches and confusion). In one instance, we set up the VPP manager account using a distribution list email address of .*******. later, we enabled two step verification and provisioned the facilitator account. but when we sent to sign into the iTunes store with the management accounts email address, we got the error message: "this email is associated with he VPP program". We have told apple about this who replied with a frustrating tautology: "our records indicate that that address is associated with the VPP program, so you will have to use another email address to sign into iTunes." Trouble is, for the purposes of information management, we cant just sign into iTunes with any old email address, we have to use one provisioned by the education department, and they wont provision another email address for this.. Also, we have screenshots which demonstrate that it is possible to sign into iTunes with the program manager account at other schools, so what has changed? If this keeps up, I will have no choice but to recommend to all schools in future that they not go with Apple because their account provision system is not maintained at a professional level.  The fact that they are so slow moving on this makes me look bad and the lack of documentation is inexcusable given the massive profits they have been posting.  I will campaign vehemently against the use of apple in education unless this situation changes for the better.  Already one school on our books have had an absolute gut-full of and have sold off the 60 iPads they purchased in favor of Android tablets with custom ROMS. What is the solution and why is there no phone number for Apple VPP in Australia?
    <Edited by Host>

    I know this post is over a year old. We setup our VPP account in Feb last year. It's very frustrating.
    This is what I wrote to Apple.
    This whole system *****!!!!
    Seriously. I sign up under the old system and now we have to go through more doors to get in than a gold refinery.
    You honestly think your product is worth this much pain. Get real!!!
    I work at a school as THE ONLY IT Support Officer. I setup a generic user account for VPP under the old system so that the account was not tied to my name just in case I left or someone else had to take over the role. Now we cant use that account to manage the VPP account. We have to create other admin accounts. Trouble is, most of us already have our personal emails attached to iTunes accounts, AND YOUR SYSTEM WON'T LET US USE THESE ACCOUNTS TO BE ADMINS FOR OUR VPP ACCOUNT BECAUSE THEY ARE ALREADY ATTACHED TO AN ITUNES ACCOUNT!!!!!!!!!!!!!!!!!!!!!
    Now I'm home and I can't remember my logon password and cant recall my recovery key because it's all back at work on a system I cant access until 2 weeks from now when the school holidays are over.
    Well done Apple, you managed to make Microsoft look good!
    The generic email account we setup is a distribution list account for the purposes of adding and removing people as needed. Apples change now means that we have to create more email accounts. I won't be doing that any time soon, I already have 5 and not about to create moer.
    I too will not be recommending that schools go with Apple products. They are a consumer product, not an enterprise product. The promise you the world and all you get is pain.

  • Scheduling a report to EXTERNAL email ID in BO XI R2

    Hi ,
    Is it possible to schedule reports to an external email ID in BO XI R2 outside our corporate network ?
    We realise that BO XI R2 is no longer supported
    Thanks !

    Following SAP Notes can be helpful:
    1201704 - ErrorSMTP_E_MAILBOX_UNAVAILABLE_2(550) when scheduling a
    report to an email address
    1539011 - SMTP_E_MAILBOX_UNAVAILABLE_2(550)

  • Email address validation  -- Help plz

    I'm trying to validate set of email addresses from database and generate report on invalid email addresses
    I was able to validate if there is any syntax error in email address string.
    But I need to validate even the domain whether it exists or not.
    Can any one of you help me out in this regard.

    You're going to need to parse the address enough to extract the domain name.
    Then you can use the java.net.InetAddress class to see if that's a valid host name.
    But of course that still doesn't tell you if the email address is actually valid.
    See the JavaMail FAQ.

  • RSWUWFMLEC - Read email address from PA0105

    Hi all!
    We (working on SRM 5.5, Add-On-Installation) are using the report RSWUWFMLEC to send mails in the approval workflow to inform about new workitems.
    Unfortunetly the report read the email address from the SU01 user. But we need the email address contain in infotype 105 (table PA0105, USRTY = '0010').
    I wonder if there is a alternative to the report RSWUWFMLEC that reads HR data?!
    greetings,
    Florian

    We made an adjustment between HR and user data.

Maybe you are looking for

  • Some (not all) emails disappearing / deleting themselves from folders in the Mail app on iPhone 4S

    I am having an issue with some of my emails disappearing on my iPhone 4S and I am wondering if anyone else is experiencing similar issues and might offer a solution? I have three email accounts on my iPhone 4S and iPad 2 (of which include my iCloud @

  • Windows 7 Install - Can't find my hard-drive!

    Hi guys, i'm hoping someone can help. I've recently bought a brand new Toshiba Satellite pro L650 (PSK1KA-02D01E) running Windows 7 After a few weeks, things started to get really slow. Then I woke up one morning to discover it stuck on the first scr

  • AP reboot issue w/ WLC4400 and LAP1020

    Hello, I have a WiFi network based on WLC4400 (SW version 4.2.130.0) and 14 LAP1040s (SW ver. 4.2.130.0, boot ver. 2.1.78.0). I'm experimenting AP reboots with no apparent reason (no evident correlated event which triggers the reboot). From WLC4400 l

  • How do I delete a second profile, so that I can save my bookmarks from my origional profile?

    I've looked into as many links that you have provided but maybe I'm just stupid and can't figure it out. I was able to find my first profile. but the information to recover it is vague to me. The profile i want is: njy2wb8o.default-1385532040793... W

  • Pdf links will not open in safari.

    Had no problem until upgrade to Lion.  Got newest Reader.  Genius Bar said Adobe Reader the problem.  Got rid of it.  Still no pdf pages will open.  Can open freestanding pdf files with Reader or Preview.  Get a black screen when I click a pdf link.