How To Prevent Etext Output from Printing on Email Body on bursted report

Hi,
I was hoping somebody can help me out. I have a comma delimited text report that was created for EBS 12.1.1 using an rtf and registered with an output format of E-TEXT Outbound. I need this report emailed as an attachment. I have no problems generating the report and emailing it as an attachment. My problem is that aside from the report being an attachment, the report is also appended in the email body right below my intended email body. The report data can span many, many lines so I only want it attached as a text file and not part of the email body. How do I do this?
Thanks in advance!
====================================================
EBS version: 12.1.1
XML Publisher version: 5.6.3
====================================================
Bursting File:
====================================================
<?xml version="1.0" encoding="UTF-8"?>
<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
    <xapi:request select="/ROWSET/EMAIL">
        <xapi:delivery>
            <xapi:email server="mail.xxx.net" port="25" from="[email protected]" reply-to="[email protected]">
                <xapi:message id="123" to="${DEST_EMAIL}" attachment="true" subject="Email Report Testing">
Hello,
Thank you,
To ensure that you're able to receive these messages without delay,
please add [email protected] to your address book
and/or spam filtering software.
                </xapi:message>
            </xapi:email>
        </xapi:delivery>
        <xapi:document output="Email Report Testing" delivery="123">
            <xapi:template type="etext" location="xdo://XXAPP.XXAPP_BURSTR.en.US/?getSource=true" filter="/ROWSET/EMAIL/DEST_EMAIL!=''"></xapi:template>
        </xapi:document>
    </xapi:request>
</xapi:requestset>====================================================
Email Sample: (The red text below is the start of the report data that is already in the attachment.
====================================================
Hello,
Please find the attached data between 05-MAR-11 - 10-MAR-11.
Thank you,
To ensure that you're able to receive these messages without delay,
please add [email protected] to your address book
and/or spam filtering software.
<font color="red">SOURCE_CODE,SOURCE_HEADER_NUMBER,INITIAL_PICKUP_DATE,DELIVERY_TYPE,FREIGHT_CODE,SCAC_CODE,PLANT_LOCATION_CODE,PLANT_DESCRIPTION,PLANT_CITY,PLANT_STATE,PLANT_ZIP,PLANT_COUNTRY,CUSTOMER_NUMBER,CUSTOMER_NAME,CUSTOMER_CITY,CUSTOMER_STATE,CUSTOMER_COUNTRY,CUSTOMER_ZIP,SHIPPED_QUANTITY,SRC_REQUESTED_QUANTITY,DET_GROSS_WEIGHT,DEL_GROSS_WEIGHT,SRC_REQUESTED_QUANTITY_UOM,NUMBER_OF_LPN,LLAST_SUN,LAST_SUN
OE....</font>

Turn off the viewing option in printer properties.

Similar Messages

  • How to prevent Apple Mail from downloading old emails from Yahoo (Imap)

    I started using Apple Mail and decided to use it to access my yahoo mail.  Apple mail worked well in setting up my account but the problem is I have more than 10,000 emails in my yahoo account and Apple mail is downloading each and every one of them.  Even if i choose for it not to download attachments, it will still take a long time to download.  Is there a way or Mail to just download emails starting now, or at least within this year only?

    Good question. I have the same issue. Too many old Yahoo emails. My iMac struggles to download the email to the client and it doesn't work - it seems to time out and stop downloading the old mail.

  • How do I keep URLs from printing after Events?

    Version 3.0.8 (1287) - How do I keep URLs from printing after Events?

    Open the Pages preferences > uncheck Automatic detect email and web addresses

  • How to prevent a file from stripping?

    I'm building vacation for Arch64 but should be the same for 32bit. PKGBUILD looks like this:
    # $Id: PKGBUILD,v 1.1 2004/01/21 15:43:15 dale Exp $
    # Maintainer: dale <[email protected]>
    pkgname=vacation
    pkgver=1.2.6.1
    pkgrel=1
    pkgdesc="an automatic mail-answering program"
    depends=(gdbm)
    url="http://www.tosn.org/projects/vacation/"
    source=(http://www.tosn.org/projects/vacation/files/$pkgname-$pkgver.tar.gz vacation.patch)
    build() {
    cd $startdir/src/$pkgname
    mkdir -p $startdir/pkg/usr/{bin,man/man1}
    # keeps binary from building
    rm -rf vacation
    # fixing the Makefile - not only for arch64
    sed -i -e 's: -m486::; s:CFLAGS.*= (.*):CFLAGS += 1:' $startdir/src/$pkgname/Makefile
    sed -i -e "s:/usr/bin:$startdir/pkg/usr/bin:g" $startdir/src/$pkgname/Makefile
    mv vacation.man vacation.1
    make install
    These file have been created:
    [andyrtr@workstation64 vacation]$ ls -lRA pkg/
    pkg/:
    insgesamt 0
    drwxr-xr-x 4 andyrtr users 96 2006-01-28 09:32 usr
    pkg/usr:
    insgesamt 0
    drwxr-xr-x 2 andyrtr users 96 2006-01-28 09:32 bin
    drwxr-xr-x 3 andyrtr users 72 2006-01-28 09:32 man
    pkg/usr/bin:
    insgesamt 24
    -rwxr-xr-x 1 andyrtr users 16864 2006-01-28 09:32 vacation
    -rw------- 1 andyrtr users 470 2006-01-28 09:32 vaclook
    pkg/usr/man:
    insgesamt 0
    drwxr-xr-x 2 andyrtr users 48 2006-01-28 09:32 man1
    pkg/usr/man/man1:
    insgesamt 0
    [andyrtr@workstation64 vacation]$
    I get this error:
    ==> Starting build()...
    gcc -march=x86-64 -O2 -pipe  -Wall  -Xlinker -warn-common -D_PATH_VACATION="/var/abs/extra/system/vacation/pkg/usr/bin/vacation" -o vacation vacation.c -lgdbm
    install -s -m 755 vacation /var/abs/extra/system/vacation/pkg/usr/bin/vacation
    install -s -m 755 vaclook /var/abs/extra/system/vacation/pkg/usr/bin/vaclook
    strip: /var/abs/extra/system/vacation/pkg/usr/bin/vaclook: File format not recognized
    install: strip fehlgeschlagen
    make: *** [install] Fehler 1
    ==> ERROR: Build Failed.  Aborting...
    Krusader detects it as a Perl program. Any idea?
    AndyRTR

    Posted: Sat Jan 28, 2006 8:45 am    Post subject: How to prevent a file from stripping?
    I'm building vacation for Arch64 but should be the same for 32bit. PKGBUILD looks like this:
    Code:
    # $Id: PKGBUILD,v 1.1 2004/01/21 15:43:15 dale Exp $
    # Maintainer: dale <[email protected]>
    pkgname=vacation
    pkgver=1.2.6.1
    pkgrel=1
    pkgdesc="an automatic mail-answering program"
    depends=(gdbm)
    url="http://www.tosn.org/projects/vacation/"
    source=(http://www.tosn.org/projects/vacation/files/$pkgname-$pkgver.tar.gz vacation.patch)
    build() {
       cd $startdir/src/$pkgname
            mkdir -p $startdir/pkg/usr/{bin,man/man1}
            # keeps binary from building
            rm -rf vacation
       # fixing the Makefile - not only for arch64
       sed -i -e 's: -m486::; s:CFLAGS.*= (.*):CFLAGS += 1:' $startdir/src/$pkgname/Makefile
       sed -i -e "s:/usr/bin:$startdir/pkg/usr/bin:g" $startdir/src/$pkgname/Makefile
       mv vacation.man vacation.1
       make install
    These file have been created:
    Code:
    [andyrtr@workstation64 vacation]$ ls -lRA pkg/
    pkg/:
    insgesamt 0
    drwxr-xr-x  4 andyrtr users 96 2006-01-28 09:32 usr
    pkg/usr:
    insgesamt 0
    drwxr-xr-x  2 andyrtr users 96 2006-01-28 09:32 bin
    drwxr-xr-x  3 andyrtr users 72 2006-01-28 09:32 man
    pkg/usr/bin:
    insgesamt 24
    -rwxr-xr-x  1 andyrtr users 16864 2006-01-28 09:32 vacation
    -rw-------  1 andyrtr users   470 2006-01-28 09:32 vaclook
    pkg/usr/man:
    insgesamt 0
    drwxr-xr-x  2 andyrtr users 48 2006-01-28 09:32 man1
    pkg/usr/man/man1:
    insgesamt 0
    [andyrtr@workstation64 vacation]$
    I get this error:
    ==> Starting build()...
    gcc -march=x86-64 -O2 -pipe -Wall -Xlinker -warn-common -D_PATH_VACATION="/var/abs/extra/system/vacation/pkg/usr/bin/vacation" -o vacation vacation.c -lgdbm
    install -s -m 755 vacation /var/abs/extra/system/vacation/pkg/usr/bin/vacation
    install -s -m 755 vaclook /var/abs/extra/system/vacation/pkg/usr/bin/vaclook
    strip: /var/abs/extra/system/vacation/pkg/usr/bin/vaclook: File format not recognized
    install: strip fehlgeschlagen
    make: *** [install] Fehler 1
    ==> ERROR: Build Failed. Aborting...
    Looks like its tring to install to /var/abs/extra/system/vacation/pkg/usr/bin....... ????
    try make DESTDIR=$startdir/pkg/usr install

  • How to stop Officejet 6210xi from printing logs

    We inherited an officejet 6210xi. (No manual.) It is being used standalone as a fax. It now prints a log for each and every fax. This is a huge waste of paper, so how do we stop it from printing a log every time? Thanks.

    Hi,
    May be it is the alignment page. Please perform aligning the printer once as per the steps below and check if helps.
    Follow these steps to open the printer toolbox and align the printer, if you found defects on the print quality diagnostic report.
    1. Load plain white paper in the input tray.
    2. Open HP Solution Center:
    3. Click Settings.
    4. Under Print Settings , click Printer Toolbox . The printer Toolbox opens in a new window.
    5. Click the Device Services tab.
    6. Click Align the Printheads .
    The product aligns the printheads. When the alignment is complete, the product prints an alignment page.
    After the successful alignment, restart the printer and check.
    I work for HP but my posts and replies are my own.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as Accepted Solution

  • Does anyone know how to convert the output from the standard report to xml?

    Does anyone know how to convert the output from the standard SAP report to xml?

    since it a standard report which you cannot modify you can only do the following.
    submit report exporting list to memory
    then
    list from memory and then
    use the returned itab along with CALL TRNSFORMATION key word to convert to xml.
    but this only going to place the whole list content (including data and formating lines,etc) into a xml element and not the actual data alone in the list .

  • How do I stop firefox from keeping my email and password online for facebook?

    how do I stop firefox from keeping my email and password online for facebook?
    == This happened ==
    Every time Firefox opened
    == in the past week

    If you are not on Windows then see [http://kb.mozillazine.org/Menu_differences]
    See [[Options window - Security panel]]
    See also:
    * http://kb.mozillazine.org/Deleting_autocomplete_entries
    * http://kb.mozillazine.org/Password_Manager

  • How do I stop iCloud from automatically opening email attachments in Firefox?

    How do I stop iCloud from automatically opening email attachments in Firefox?

    Hi
    This may have something to do with the "Automatically retrieve invitations from Mail" option being enabled? Click on the iCal Menu > Preferences > Advanced. It may also be the Alarms setting? This is for 10.6 iCal so it may be in a different place for 10.5?
    Tony

  • HT5624 Someone I don't know is using my email address as their Apple ID to sign and purchase apps ect and I keep getting notifications in my emails. How do I stop them from using my email address????????

    Someone I don't know is using my email address as their Apple ID to sign and purchase apps ect and I keep getting notifications in my emails. How do I stop them from using my email address????????

    If a person is using your email address, you should change your email password and make sure there aren't any forwards to some strange email address.
    An example if you were using gmail, under account settings, a forward can be set up to send messages to another email address.
    If your email address is say, you own domain, such as somename@somename dot com, make sure the forwards are forwards you set up.
    If your email account was hacked and the bad guy has access, you need to cut him off, first by changing the password and second cut off any message forwarding to the bad guy if he set it up.  Just changing the password would keep a bad guy out, but if the bad guy set up a forward, he will still get your email.
    A confirmation from Apple would have come to your email address in order to confirm that Apple ID.  If you are getting the other person's purchase notifications, you would have gotten a confirmation of that account from Apple.

  • TS3276 How can I block mail from a specific email address?

    How can I block mail from a specific email address?

    Create a Rule
    Mail menu
    You can choose the Delete option from the drop down list or you can move the message to a specific folder.

  • TS3899 how do i forward photos from album to email?

    how do i forward photos from album to email?

    Now try this.  Try to import photos from your camera's SD Card by dragging and dropping the photos from the SD Card to an album of choice.   You can't.
    Actually you can if you drag the photos onto the albums' icon in the sidebar pane at the left or into the albums open window at the right.  This
    gets you this:
    However, this test was for photos in a folder on the Desktop.  I didn't have a memory card to test so you may have to move the pictures from the card to a folder on the Desktop and import from there.

  • How to Generate CSV Output from JD Edwards BI Publisher

    Hi All,
    I have a report "Critical Date Report" - R15611 in JD Edwards 8.11. This report has to be generated as CSV output from BI Publisher which is embedded to JDE.
    The purpose we want use BI Publisher is to move some of the data displaying to different place in the page(ex: Move the company address from top left corner to Bottom right corner).
    In order to achieve this
    1.We created blank rtf template and upload to XML repository using P95600 application
    2.Create report definition using P95620 application
    3.Here I see the available output types as PDF,RTF,HTML,EXCEL,POWERPOINT and XML,ETEXT(GRAYED OUT)
    Which output type we can use for CSV ?
    4.Execute the report definition of the critical date report from P95620 to get the XML source
    5.This XML source will be loaded into the blank rtf template
    6.From this point no idea how to design the rtf template in order to get the CSV output.
    7.We did design and output type as excel - but the result data is not in good formatting and alignment*(Headers and footers are repeating).*
    If any one has worked on similar type of requirement,let us know how to do or send a sample XML source,rtf template and how the CSV output will be. Or any document link present in Oracle site will be helpful. Please let me know if you need more details.
    Thanks in Advance.
    Vijay

    Hi Vijay,
    For CSV output, you need an E-text template (not RTF) that's why its grayed out! You can use Excel as output type and have (No headers and footers) , then you can open the file in Excel and store it as CSV. Does not always display correctly though.
    Why are you compelled to use BI publisher? you can use the JDE standard csv output report, (as is used by most EDI systems) of course this may involve a bit of customization if you wants the fields arranged differently.
    -Domnic

  • How to capture graphical outputs from other programs

    Does anyone know how we capture the graphical outputs from the other programs and show them
    on the swing?
    I'd like to use a java program to run gnuplot, capture the outputs, and show them using swing.

    Depends on what you mean by "graphic outputs".
    Taking a quick glance at the gnuplot homepage, it looks as if you can output to PNG files, so just run the app, and load the png file.

  • How to prevent multiple users from updating the same data in coherence

    Hi,
    I have a Java Web Application and for data cache am using coherence 3.5. The same data maybe shared by multiple users which maybe in hundreds. Now how do I prevent multiple users from updating the same data in coherence i.e. is there something in coherence that will only allow one user a time to update. If one user is in a process of updating a data in coherence and some other user also tries to update then the second user should get an error.
    Thanks

    I have a question on the same line. How can I restrict someone from updating a cache value when I a process is already working on it. I tried locking the cache key but it does not stop other process to update it , it only does not allow other process to get lock on it.

  • How to prevent a user from entering characters into a number field

    How do you prevent a user from entering characters like A or B into a field that is defined as a numeric field?
    Please note that
    - we use block validation (for other reasons)
    - we are not able to convert these numeric fields to character fields
    We want to avoid a user being hasseled with the FRM-40209 ... message.
    This message is
    - not very helpfull because it does not inform us what the problem field is
    - not suppressable
    Any hints ?

    I went back to the drawing board on this one.
    You are absolutely right : the message can be catched !
    By writing an on-error trigger you can check for the error number. Sadly enough my first attempt on this used the on-message trigger which never fired hence my desperation.
    Anyway, the on-error trigger in combination with :SYSTEM.CURRENT_ITEM or :SYSTEM.TRIGGER_ITEM enables me to display a more meaningfull message to my users.
    Thanks for the hint.

Maybe you are looking for

  • Instanceof in combination with switch

    Hi, I have a vector that can contain Objects from different classes. When the vector arrives in the EJB I want to perform different actions dependend of the Class of the object. I want to do this in a switch statement using instanceof, but I can't ma

  • Need to change the LOV field based on checked box selection in OAF page

    Dear ALL, I have a requirement as below: I have a custom OAF page having a lov  field which is mandatory, a check box and a two text fields. So based on LOV value selection i am defaulting two text field value automatically. So my requirement is when

  • What is JS.Agent-58 and how do I get rid of it?

    Hello.  I just ran a ClamXAv scan and it came up with a trojan called JS.Agent-58.  It's the weirdest thing because it is in a file I would never expect it to be in.  I buy a lot of things online and I do not print my receipts.  Instead I save them a

  • Mac book pro ideel when startup will not start

    will not start ideel in startup

  • JFileChooser Network Folder Issue

    Hello all Class : javax.swing.JFileChooser (network folders) J2SE : 1.4 OS : Windows I'm in need of urgent help for JFileChooser, scenerio is, currently when I do a open or save dialog using the JFileChooser it brings up the mapped network folders al