I PHONE 4 QUERY READING ATTACHMENTS

Hi
Does anyone know what the problem is with reading file attachments on email? I emailed myself ( to my Iphone 4) a word.doc file and an excel sheet. The email came through to my phone and showed the three attachments but when i tried to open these on my I phone the following error came up - UNABLE TO READ DOCUMENT an error occurred while reading this document
Is anyone else having a similar problem? or is this easy to fix?
Would appreciate any help or feedback and a fix
Thanks

If you attempted to open either a Word document or an Excel spreadsheet on any computer which did not have a compatible application, you would get the same result. Do you have any application on your iPhone that can handle Excel spreadsheets?

Similar Messages

  • Forwarded messages accessed by android phone do not include attachments

    I have a Samsung Galaxy S2 and access e-mail thru phone browser.  The forwarded messages do not include attachments. 
    Why is this happenning?
    When I forward messages thru internet browser thru laptop, messages forward attachments fine.

    I am somewhat confused by your title and post. To clarify, is it:
    1. Messages forwarded from your phone do not show attachments when checked from anywhere.
    2. Messages forwarded from your phone do not show attachments when checked from your phone.
    3. Messages forwarded from anywhere do not show attachments when checked from your phone.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

  • Precautions to be taken while changing the Query read mode in PED system

    Dear Experts,
    I got a task to change the Query Read mode for more No. of queries in Production system directly itself.
    Request you to let me what are the steps to be followed/precautions to be taken while changing the Query Read mode in PED.
    one more doubt regarding this.....If i plan to change the Read mode of Query say Q1, how can i come to know weather the Q1 is executing or not executing by that time.
    Thanks in advance for valuable response.
    Thanks & Regards,
    Ramesh - Kumar

    Hello,
    You can change the query read mode in transaction 'RSRT', here are the steps:
    1) Access transaction RSRT and enter the query name
    2) Select the 'Properties' option
    3) Un-check the 'Info provider' setting next to the 'Read mode' --> This enables you to change the read mode of the query --> Execute
    4) Choose the option 'Generate Report' to re-generate the query program
    Hope this info helps.
    Thanks
    Bala

  • Read Attachments using Java Mapping API

    Hello,
    after investigating the Java Mapping API a little deeper I found some very interesting Interfaces "InputAttachments" and "Attachments" which could do exactly what is required:
    Reading attachments and convert them into base64 code.
    As I am not an experienced Java Programmer howeve, I am note sure how to use those interfaces.
    For example there is a method defined in interface "InputAttachments":
    Attachment getAttachment(String contentID)
    How do I use it? If I use it in a way like "InputAttachments.getAttachment("abc");" then I get the error that it is not a static method. However how do I instantiate "InputAttachments".? As it is an interface I am not sure how to do this.
    Any idea how to handle these methods?

    Hi,
    I am working on the similar. I am able to attach txt files and csv files but have trouble attaching xcel and pdf's. Any input is appreciated. Thanks

  • Reading attachments within attachments

    Hi,
    I tested this code that I found and I was wondering if it's possible to read attachments within attachments. We are receiving forwarded messages that have an attachment of type message. The attachment then has its own attachment of type doc. We can break it into 2 parts but we don't know how to break it into 3 parts. I'm sure this sounds confusing so here is the code example:
    Object content = message.getContent();
    if (content instanceof Multipart) {
    handleMultipart((Multipart)content,msgName, mailFr, mailTo);
    } else {
    handlePart(message[i],msgName, mailFr, mailTo);
    public static void handleMultipart(Multipart multipart, String msgName, String mailFr, String mailTo)
    throws MessagingException, IOException {
              for (int i=0, n=multipart.getCount(); i<n; i++) {
                                  handlePart(multipart.getBodyPart(i),msgName, mailFr, mailTo);
    public static void handlePart(Part part, String msgName, String mailFr, String mailTo)
    throws MessagingException, IOException {
    String disposition = part.getDisposition();
    String contentType = part.getContentType();
    if (disposition == null) { if ((contentType.length() >= 10) &&
    (contentType.toLowerCase().substring(
    0, 10).equals("text/plain"))) {
    //part.writeTo(System.out);
    } else {
    //part.writeTo(System.out);
         saveFile(part.getFileName(), part.getInputStream(),msgName, mailFr, mailTo);
    } else if (disposition.equalsIgnoreCase(Part.ATTACHMENT)) {
                   saveFile(part.getFileName(), part.getInputStream(),msgName, mailFr, mailTo);
                   System.out.println("This is an attachment");
    } else if (disposition.equalsIgnoreCase(Part.INLINE)) {
                        saveFile(part.getFileName(), part.getInputStream(),msgName, mailFr, mailTo);

    If you have an attachment that's a message, then try to cast it to something of class Message or MimeMessage, then you can get parts from that.

  • Read Attachments in Operations Mapping called by Transformation Step

    Hello,
    I would like to read the attachment of my input message. I created an UDF that assigns the attachment to to a target field, furthermore I have activated the option "Read Attachments" in operation mapping.
    But when I call the operation mapping in a transformation step in BPM, the target field is not filled. Is it not possible to read attachments in BPM?
    Thank you for your advice.

    Attachments are not available inside BPM.
    Try to do the mapping outside BPM.

  • Cannot Read Attachments in Email

    I have had my iPhone since December. I use my iphone for my work e-mail which is a Microsoft exchange server that I use Synchronica. At first I was able to read attachments, but no longer. Has anyone had any issues not being able to read attachments. Nor is there anything to indicate that there is an attachment in this email.

    if your signature is correct : Windows Xp is not supported.

  • Hoe to read attachments of type MESSAGE/RFC822

    hi,
    How to read attachments in mails of type MESSAGE/RFC822
    this occurs when somebody puts "Forwarded mails" directly as an attachment inside the mail body itself..
    guyz ur help for this will be very much helpful..
    thanks
    sriram.B

    Hi,
    I am also struggling the same problem. When I am reading part of type message/rfc822 I am not able to get right content.
    Waiting for some reply.
    Subhash

  • Reading attachments in PI map

    Hi,
    I have a scenario where, i have attachment (PDF) are getting attached through Proxy. I need to save these attachments to Live Link Folder.
    I have seen some posts here where they have explained the java code used in UDF to read the attachments. I have implemented that. The problem is Message mapping when i test is working fine, no errors. But the operation mapping throws the error. I have checked the "Read Attachments" Flag but still it doesn't work.
    Can any body please help me with some blog or steps that explains the steps.
    Also i read on SDN that only XML attachments can be read, but that also didn't worked for me.
    Any help will be really appreciated
    Thanks
    -Kulwant

    Hi,
    >>>I have a scenario where, i have attachment (PDF) are getting attached through Proxy. I need to save these attachments to Live Link Folder.
    why don't you use swappayload bean to put the PDF into the folder ?
    Regards,
    Michal Krawczyk

  • Query read mode change from 'A'  to 'H'

    Dear All Experts,
           I'm new to optimization Project.  I got a task to change the Query read mode  from 'A' to 'H"  of some queries. I will change it by using T-code RSRT.
    My doubt is  in which system we will change the settings i.e., directly in Production system  or i have to change in Development system and then transportation to remaining systems?
    Is there any another option to do this other than RSRT.
            Requesting you all to  help me in this cleraly.
    Thanks in Advance.
    Regards,
    Ramesh Kumar

    Dear Experts,
            Thanks for your valuable information and my doubt is if I change the settings in Infoprovider level, then all the queries which were built on particular Infoprovider will get changed right?
    My task is to change the Query read mode of only some queries of Info Provider but not for all queries in Infoprovider.
    Thanks in advance for your valuable assistance.
    Regards,
    Ramesh-Kumar.

  • Query read / cache modes are set in BW

    Hi Experts,
    What is query read / cache modes are set in BW in order to improve the query performance?
    Thanks
    Rohan

    Hi
    The read mode determines how the OLAP processor gets data during navigation. You can set the mode in Customizing for an InfoProvider and in the Query Monitor for a query.
    http://help.sap.com/saphelp_nw04/helpdata/en/57/b10022e849774f9961aa179e8763b6/content.htm
    Assign points if it helps...
    Regards,
    ARK

  • How to read Attachments files using POP

    Hello Every One
    I am wondering that, is there any tool available that reads Attachments files from the Email.
    I have POP tool that allows me to read regular Text message, but what if I want to read some files from the attachments.
    Any help is appreciated
    Thank you
    Amit

    Hi Amit,
    I have found a LV program that reads a .txt attachment from an email in this discussion forum posted.  I hope this helps.
    Regards,
    Nadim
    Applications Engineering
    National Instruments

  • Query reads directly from aggregates? / BW statistics

    Hi,
    Query reads directly from aggregates? / BW statistics
    1.
    How do you “switch on BW statistics collection” for a Cube?
    And what is the signification on switching this statistics on?
    2.
    In selecting an infoprovider for query a to read against, do we select a cube and the cube automatically reads from the cube’s aggregates or
    can the query be defined to read directly from the aggregates?
    If the answer is to run the report against a cube, then how do we direct the query to read from the aggregate of the cube instead of the cube?
    Thanks

    How do you “switch on BW statistics collection” for a Cube?
    And what is the signification on switching this statistics on?
    Go to RSA1 - info provider tree and on menu - tools - BW statistics for info provider. Click that and you will get a pop up of all providers and check the boxes "OLAP or WHM"  The signifinfance of this, is when you collcect statistics, and run reports out of  BW statistics cubes, you can monitor load and reporting performance and also navigational patterns of reports by users.
    In selecting an infoprovider for query a to read against, do we select a cube and the cube automatically reads from the cube’s aggregates or
    can the query be defined to read directly from the aggregates?
    NO. We dont set it.The OLAP will use aggregate if it finds anything suitable.
    Ravi Thothadri

  • Query/Read Interface for API

    Is there a query/read interface from the HRMS API's or from the TCA API's?
    We are using customers online to maintain data , but I want to have a custom application to view the data.
    Obvious choice would be through the TCA API's but I cannot find any Query/Read Interfaces there.
    Oracle's Docs seem to say it's possible so could somebody point me in the right direction please
    cheers
    Dominic

    Anyone have any idea of it ?

  • My i phone 3gs cannot read my sim card

    my i phone 3gs cannot read my sim card i am ready dry different sim also cannot

    You need to unlock iPhone by the carrier first to read a different SIM.

Maybe you are looking for

  • Doubts on Campaign features in C4C

    Dear All, I am trying to set up the Campaign management scenario. However, I am confused with the features of Campaigns in C4C since I could not find any detailed information for the same. I have created a Target Group, Email template for email campa

  • New Email With Attachment

    I love the shortcut command "New Email With Attachment." I seem to have lost the functionality to create an email directly using a file from finder and its no longer in the Keboard Shortcuts menu. I just refered to another mac not running on Mavricks

  • Settlement during 'vi02' transaction

    Hi, We have a scenario where in we engage a transporter to deliver goods to the customer. During sales-billing cycle a 'Shipping Cost' document is created through 'vi01' transaction code to capture the frieght cost. After the transporter delivers the

  • Syntax to launch an OWB process flow via shell

    Hi all, do you know what's the syntax to launch a process flow o a mapping via shell? I need it to schedule a process flow via crontab. Thanks in advance Steve

  • Need help from ecperienced sup (mail client) users

    Hi there. I'm just trying to set up an encrypted mailing list on my Raspberry Pi. Therefore, i wanted to use sup. The scenario is the following: I register an E-mail adress with some Provider (e.g. gmail, doesn't matter, since all emails will be encr