IOS sends files as Zipped files

When I email a numbers document from my ios device it shows up in my email as a zipped file.  Then if I check the email from an Ios device I can not open it, because it is zipped, and if I check my email from my mac, I need to unzip and then open.  So Frusterating!!  This did not happen prior to Numbers 3.0.  I have a construction company and I have several guys reporting their daily logs to me this way.  THey all have a form in Numbers on their Ipad that they fill out and then they email it to me the end of every day.  They send it to me as a numbers file, but when I get it, it is always zipped.  Is this a default that can be changed or something??

No. What you are talking about is an attached audio file, not voice mail, and is not associated with the phone function. If you need privacy, use the earbuds.

Similar Messages

  • Unzip file using PayloadZipBean in Sender FILE adapter

    I am trying to unzip a flat file in Sender FILE adapter using PayloadZipBean.
    I am getting mapping error. The problem is File adapter is reading data without unzipping. I am getting weird characters/data, so mapping error.
    I searched all the blogs/ forum threads and help.sap.com, everywhere the focus is on zipping, not unzipping.
    the file I have is with .gz extension, but I tried with .zip extension also.
    Please help in resolving this issue.
    Edited by: Gopal Janagama on May 2, 2008 11:42 PM

    Gopal,
    GZIP and ZIP format are slightly different, as stated here :
    "GZIP compresses only one file and does not have a header. ZIP contains header information about what files are contained in the file."
    So I'm not sure the PayloadZipBean supports GZIP format ... Try to ungzip and then zip its content and see if the bean works for it
    Rgds
    Chris

  • How do I send files from iPad to Mac book pro

    Hi I am having trouble blue too thing my new IPad Air to my mac book pro?

    Gillmweighill wrote:
    Hi I am having trouble blue too thing my new IPad Air to my mac book pro?
    That's be use you can't send files from the iPad to the Mac over Bluetooth without a third party app. This feature is not native in iOS.
    You can email files, use DropBox or another cloud sync service, or use iOS File Sharing with iTunes. - if the app that you are using supports file sharing. There are also apps that let you mount your iPad like a thumb drive that will allow you to move files back and forth by connecting the device to the USB a port with the provided cable or by using WiFi as well.
    it helps if you state what files you want to move, what app you are using, etc....details, details....

  • Condition check (based on sender file name) at receiver determination step

    Hi,
    My scenario is File to AS2 (Sender side file adapter and receiver side AS2 adapter)
    We have 5 customers, but the source location is same to pick the files, Here we are not using any ESR objects.
    Based on the source file name PI need to determine to whoom this file need to send at receiver determination step
    Craeted objects
    1 Sender CC,
    1 Sender agreement,
    1 Receiver determination
    5 Interface determinations
    5 Receiver agreements
    5 Receiver CCs.
    Could you please provide me your valuable inputs.
    Thanks
    Ramesh

    Hi Venkataramesh,
    I understand your scenario as, picking files (different file naming standard for different target customer) from one source folder. Based on file name, that payload should be sent to corresponding target customer. You have mentioned u201CHere we are not using any ESR objectsu201D. I can see two reasons for this decision
    1. PI is used to route the messages, i.e., no need to transform the payload. OR
    2. Files can binary files like PDF, ZIP, JPG, GIFu2026
    Now I can see two possible solutions
    1.     Simple solution, as proposed by u201CPrabhu Rajesh Janardananu201D, make it into 5 different scenarios  (5 sender channels).
    2.     Bit complex solution, only one sender channel, using extended receiver determination
    Step 1:- In Sender File channel check u201CAdapter u2013 Specific Message Adapteru201D in Advanced tab. File Name should be checked.
    Step 2:- In Receiver Determination, Select Type of Receiver Determination as u201CExtendedu201D. http://help.sap.com/saphelp_nwpi711/helpdata/en/48/ce2a423a8e5430e10000000a42189b/frameset.htm
    Step 3:- Do a Graphical Mapping (use it Operation Mapping in Receiver Determination).
    Step 4:-
    Source and target of graphical mapping will be same (below), because you donu2019t want to access input payload (it can be XML, flat file, JGP, GIF and you donu2019t have its structure).
    <Receivers>
       <Receiver>
          <Party agency="" scheme=""></Party>
          <Service></Service>
       </Receiver>
    </Receivers>
    Step 5:- Write a UDF in Graphical mapping as below. http://help.sap.com/saphelp_nwpi71/helpdata/EN/43/03612cdecc6e76e10000000a422035/frameset.htm Pay attention to method declaration
    public String Determine_Receiver( Container container) throws StreamTransformationException
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create(u201Chttp://sap.com/xi/XI/System/Fileu201D,u201CFileNameu201D);
    String valueOld = conf.get(key);
    //Put your logic here
    if (valueOld.equal(u201Cuser1u201D)) {
    return u201Cuser1u201D;}
    if (valueOld.equal(u201Cuser2u201D)) {
    return u201Cuser2u201D;}
    if (valueOld.equal(u201Cuser3u201D)) {
    return u201Cuser3u201D;}
    Step 6: Now use this UDF to map to u201CReceiveru201D and u201C Serviceu201D.
    This solution need more fine tuning.
    Regards,
    Raghu_Vamsee
    Edited by: Raghu Vamsee on Jan 8, 2011 5:56 PM

  • Unable to load IOS bootable file in Aironet 1310

    Dear all,
    I am using Cisco Aironet 1310G-A-K9-R
    Radios for point to point communication. Actual Radio has come with IOS
    firmware version 12.3, but we are trying to upgrade it with 12.4 10b
    fireware, after we upgraded Firmware, we are able to open it in Internet
    Explorer, but we are getting a home page with different options. though we
    are able to telnet and configure it. So please send me a solution, how to
    configure it back to its original condition.
    In some Radios the IOS bootable file has got corrupted and we are unable to
    log into the Internet Explorer, we were only log through Console port and we
    are unable to reimage the Bootable image back. we are getting only
    Bridge:
    option....
    please send me a reply for both the issues.
    Thanks in advance
    Sam

    You can view a list of the contents of a file system before manipulating its contents. For example, before copying a new configuration file to Flash memory, you might want to verify that the file system does not already contain a configuration file with the same name. Similarly, before copying a Flash configuration file to another location, you might want to verify its filename for use in another command.like
    dir [/all] [filesystem:][filename] -display Display a list of files on a file system.
    show file system - display Display more information about each of the files on a file system.
    show file descriptors - Display a list of open file descriptors. File descriptors are the internal representations of open files. You can use this command to see if another user has a file open.
    Here is the URL for the Managing Firmware and Configurations
    http://www.cisco.com/en/US/docs/wireless/access_point/12.3_2_JA/configuration/guide/s32mfw.html#wp1002608

  • How to create Word file and send file in mail as an attachment

    Hi Guys,
    I want to create report which fetech data from table and create word file of the same data and send file in mail as an attachment.

    Hello Sagar,
    Before posting please use GOOGLE,any way it may help u,
    DivulgeSAP: Send email with PDF, ZIP, TXT etc., as attachment from CL_BCS interface
    Thanks
    Sam

  • FTP Sender - file as attachment

    Hi all,
    I need to build a scenario where I have two files that needs to be picked up from ftp location.
    One file needs to be attached as binary document to the second file (xml).
    How can I achieve this?
    We are using SAP PI 7.31.
    Thanks in advance!

    Hi Tim,
    Option1: You can consider the files as single zip file and then use payloadzipbean to unzip them in sender file adapter.
    Option2: You can write an adapter module with similar functionality of "Specifying Additional Files"
    Regards,
    Praveen Gujjeti

  • How do I send files from my IMAC via bluetooth to my ne Ipad.  They will not "pair" but they are connected and discoverable.  I send a file from Imac snow leopard OS X 10.6 to the ipad but the failure message says the ipad does not have the ncessary servr

    How do I send files from my IMAC via bluetooth to my new Ipad?  They will not "pair" but they are connected and discoverable.  I send a file from Imac snow leopard OS X 10.6 to the ipadusing bluetooth,  but the failure message says the ipad does not have the necessary services.  What are these?  Do I neeed to have iphoto and ms word to send pix and .doc files?

    File Sharing over Bluetooth is not a feature of iOS devices. iOS does not include the required Bluetooth profiles to allow this. You cannot add this feature, so you may as well stop trying.

  • Why i can't make a normal video call over my cellular operator using by iphone 4s ????!!!! is it possible that if my mobile is iphone so i can not contact (Video Call - or Send Files over Bluetooth ) people do not have iphone ??????!!!!!!!!!

    why i can't make a normal video call over my cellular operator using by iphone 4s ????!!!!
    is it possible that if my mobile is iphone so i can not contact (Video Call - or Send Files over Bluetooth ) people do not have iphone ??????!!!!!!!!!
    i'm still looking for solution, but if i there is no solution so i will throw My Own iPhone 4S in the nearest Trash.
    (I had got a big problem and thanks for Nokia saved me. and if i don't care about apple products i will never send to you this, so kindly find solution or people in middle east will stop using iphone)

    No clue why you cannot make video calls over your cellular operator... have you tried contacting them?
    If you're referring to FaceTime, it is currently limited to Wi-Fi only.
    Sending files via Bluetooth is not a supported feature of the iPhone or iOS.  A simple search of the web or these forums would have made that abundantly clear.
    Threatening to throw away valuable items in these forums only serves to make you look less than intelligent.  No one here is an Apple employee, we are all users like yourself.  As such, we could care less what you do.  If you choose to be stupid, that's up to you.
    Educate yourself and stop whining.

  • How do I send files from iMini to a PC laptop using Bluetooth?

    How do I send files from iMini to a PC laptop using Bluetooth?

    you don't.  iOS only supports bluetooth headsets, speakers and input devices.

  • Cant send files

    when on ichat i cant share or send files to others why?
      Mac OS X (10.4.7)   MacBook intel Core Duo,Power Mac G5 Quad

    Hello L A R E !
    Sending files without zipping them first works for me.
    What methods are you trying? There are several ways to send a file. In my testing with other iChat users, the most common technique to try first seems to be to drop a file into the text entry line in an iChat IM (text) window and then pressing the <<i>return> key. Occasionally that method fails.
    When the text entry line method fails, try the methods recommended in your Mac's iChat > Help. I find that when dragging to the text input line fails, usually using the iChat > Buddies > Send File... method will not work either, but it does no harm to try.
    When the menu command method fails, if you have an open video or audio chat window with the buddy to whom you want to send the file, you can drag the file and drop it in the open video or audio window. Note that iChat pauses AV transmission during file transfer to make the process faster.
    Alternatively, try dragging the file and dropping it on the name in your Buddy List of the chat buddy to whom you want to send the file.
    <hr width="85%">
    Also consider that the problem may be at the receiving end of the file transfer. Does the problem occur with everyone, or only with a few of your buddies. If file transfer fails only with some of your contacts, ask them to be certain that they are clicking on the files to receive them. If those few buddies receive no indication that you are attempting to transfer files, ask them if they can receive files from anybody. Perhaps the problem lies within their systems.
    <hr width="85%">
    If none of those suggestions help you, consider possible issues within your system. Your system info shows that you are still using 10.4.7. Consider applying the 10.4.9 Combo Updater using the following method:- Backup your Home Folder, or at least, your important files.
    - Repair permissions.
    - Then download and apply the appropriate combo updater for your Mac:
    Mac OS X 10.4.9 Combo Update (iNtel) or
    Mac OS X 10.4.9 Combo Update (PPC)
    - Finish with another Permissions Repair, and then try sending a file again.Users have reported fixes to a variety of audio, video, connectivity, and software conflicts and unreliability issues after properly applying Combo Updates.
    <hr width="85%">
    If your Mac checks out, your internet connection may be causing problems.
    Do you have anything other than your computer (for example, VOIP, game, etc., that use the internet) connected to your internet connection? If so, disconnect everything except your compute, and try sending a file again. If it works with everything disconnected, you can try connecting one device at a time to test for which device is the source of your problem.
    Alternatively, I note from your system info that you have two Macs. Do you use a router to create a LAN at your location? If you cannot transfer files from either Mac, your router may be the problem. Disconnect your router, connect your Mac directly to your modem via ethernet cable, and try again.
    If your problem goes away whenever the router is disconnected, add the router back and test again. Try this test two or three times. If the problem returns every time the router is connected, your router is causing the problem. If you have another router (or can borrow one) you can test whether any router will work with your system.
    <hr width="85%">
    If the above suggestions do not resolve your problem, post back all available details about your system, internet connection, and testing results. We will try to offer more specific suggestions based on your response.
    Jim
      Mac OS X (10.4.9)    G5 DP 1.8  External iSight

  • FileName in Sender File Adapter Module

    Hi Folks,
    In my sender file adapter have written a module to read the picked file name. The protocol used is NFS.
    Notice that the file name read in the module has the absolute path, including the directory path. E.g The file name xyz has to be picked from source directory
    XIServer\Outbound. In the module when I retrieve the file name, it comes up as
    XIServer\Outbound\xyz. Is this expected behaviour?
    I was expecting just the file name<xyz> to be retrieved.
    Thanks,
    Anand

    HI,
    Create an UDF and write this code.
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key =
    DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    String ourSourceFileName = conf.get(key);
    return  ourSourceFileName;
    in Adapter u will have Adapter specific parameters check the file name check box.
    Using this UDF u will get the file name at target side.
    Regards,
    Phani.

  • OS command before file processing in Sender File adapter

    Hi there,
    I'm having troubles running a os command from the sender file (NFS) adapter.  The batch file which I try to run is not getting executed at all.
    When I manually run the same batch file from the command prompt then it works perfectly.
    The OS command looks like this from the adapter config:
    myserver\xi\interface\in\dothis.bat
    I have also try with this notation
    G:\myserver\xi\interface\in\dothis.bat
    Please give me some tips how can I solve this problem, is there any way how can I debug the OS command? When I look at the adapter monitonr no errors are showed.
    Thanks for any tips.
    Roberto

    Hi all,
    The problem is solved.
    Issue: File Receiver Channel does not execute the OS Command before message processing.
    Reason: XI always expects an input file (in my case the sender communication channel) on the source folder. If no input files are found then the rest of the adapter configuration is not executed at all.
    In our scenario the OS command is responsible for retrieving the input files from a FTP server the adapter. SO XI will never trigger the OS Command.
    Solution: Place a dummy input file on the source folder , the sender adapter will always read in this file and put it back on the same location.(e.g. using a condition in the receiver determination).
    Thanks,
    Roberto

  • Advance select for source file in Sender File Adapter

    Hi
    I am trying to utilise the parameter 'Advance Selection for source file' on a sender file adapter to pick the file from multiple folders
    My problem is that this parameter that is listed on the SAP help is not getting in File accessing Parameters.
    I am running PI 7.02 (NW702_07_Rel)
    Service pack 07
    Has anyone come across this before?
    any suggestions on how to do this?

    Hi,
    In PI7.0 the property exists. I have used it previously. I think SP was 13.
    Regards,
    Nutan
    Edited by: nutan champia on Nov 24, 2011 10:42 AM

  • Mapping  problem due to FCC in sender file adapter

    Hi All
    I am doing File( Flat File ) to RFC Scenario.it is working fine..
    the problem comes in mapping with multiple records.
    FCC at sender file adapter is used
    my Data Type are :
    Source DT                      Target RFC import parameter(table).
    E2ED20*                            ITEM*
        KEY                                    VBELN
        VBELN                                 POSNR                                                
    E2E24*                                     CHARG
        KEY
        POSNR                             
        CHARG
    <b>*->>multiple occurence
    E2ED20  and E2E24 are 2 segment ,KEY is used in FCC to identify E2EDL20 & E2EDL24</b>
    My source text file is like this :
    E2EDL20                       0200
    E2EDL24                       xyz
    E2EDL20                       0201
    E2EDL24                       abc
    E2EDL24                       efg
    E2EDL24                       mln                      
    E2EDL20                       0202
    E2EDL24                       gty
    so the payload should be :
      0200   xyz
      0201   abc
      0201   efg     
      0201   mln
      0202   gty
    in <i>FCC ignoer record set= true</i>
    otherwise is not called...
    i try to use split by value & use oneasmany  , not helpfull.
    in message mapping when i checked th field VBELN -> display queue
    i am getting an array   0200
                                     0201
                                     0202  in white fields
    thanks & regards
    Ashutosh Rawat

    <b>Source payload</b>
      <?xml version="1.0" encoding="utf-8" ?>
    - <ns:MT_MATNO_FILE xmlns:ns="urn:abc:xxx">
    - <E2ED20>
      <KZ>E2EDL20</KZ>
      <FIELD1>020</FIELD1>
      <b><VBELN>0083662685</VBELN></b>
      </E2ED20>
    - <E2E24>
      <KZ>E2EDL24</KZ>
      <FIELD2>020</FIELD2>
      <POSNR>900001</POSNR>
      <CHARG>1078629</CHARG>
      <LFIMG>3200</LFIMG>
      <MEINS>PCE</MEINS>
      </E2E24>
    - <E2E24>
      <KZ>E2EDL24</KZ>
      <FIELD2>020</FIELD2>
      <POSNR>900002</POSNR>
      <CHARG>1078630</CHARG>
      <LFIMG>1895</LFIMG>
      <MEINS>PCE</MEINS>
      </E2E24>
    - <E2E24>
      <KZ>E2EDL24</KZ>
      <FIELD2>020</FIELD2>
      <POSNR>900003</POSNR>
      <CHARG>1079145</CHARG>
      <LFIMG>1883</LFIMG>
      <MEINS>PCE</MEINS>
      </E2E24>
    - <E2E24>
      <KZ>E2EDL24</KZ>
      <FIELD2>020</FIELD2>
      <POSNR>900004</POSNR>
      <CHARG>1079146</CHARG>
      <LFIMG>3195</LFIMG>
      <MEINS>PCE</MEINS>
      </E2E24>
    - <E2ED20>
      <KZ>E2EDL20</KZ>
      <FIELD1>020</FIELD1>
    <b> <VBELN>0083662648</VBELN></b>
      </E2ED20>
    - <E2E24>
      <KZ>E2EDL24</KZ>
      <FIELD2>020</FIELD2>
      <POSNR>900011</POSNR>
      <CHARG>1001450</CHARG>
      <LFIMG>2946</LFIMG>
      <MEINS>8PC</MEINS>
      </E2E24>
    - <E2ED20>
      <KZ>E2EDL20</KZ>
      <FIELD1>020</FIELD1>
    <b> <VBELN>0083673936</VBELN></b>   </E2ED20>
    - <E2E24>
      <KZ>E2EDL24</KZ>
      <FIELD2>020</FIELD2>
      <POSNR>900012</POSNR>
      <CHARG>1073953</CHARG>
      <LFIMG>2458</LFIMG>
      <MEINS>PCE</MEINS>
      </E2E24>
      </ns:MT_MATNO_FILE>
    <b>at target what required is</b>
    <item>
    <b><VBELN>0083662685</VBELN></b>
    <POSNR>900001</POSNR>
    </item>
    <item>
    <b><VBELN>0083662685</VBELN></b>
    <POSNR>900002</POSNR>
    </item>
    <item>
    <b><VBELN>0083662685</VBELN></b>
    <POSNR>900003</POSNR>
    </item>
    <item>
    <b><VBELN>0083662685</VBELN></b>
    <POSNR>900004</POSNR>
    </item>
    <item>
    <b><VBELN>0083662648</VBELN></b>
    <POSNR>900011</POSNR>
    </item>
    <item>
    <b><VBELN>0083673936</VBELN></b>
    <POSNR>900012</POSNR>
    </item>
    in Sender FCC
    E2ED20.fieldFixedLengths               7,76
    E2ED20.fieldNames                            KZ,VBELN
    E2ED20.keyFieldValue              E1EDL20
    E2ED20.endSeparator              'nl'
    E2E24.fieldFixedLengths              7,24,13,7,3
    E2E24.keyFieldValue                              E1EDL24
    E2E24.fieldNames                               KZ,POSNR,CHARG,LFIMG,MEINS
    E2E24.endSeparator                              'nl'
    ignoreRecordsetName              true
    source file is already there...
    Message was edited by:
            ashutosh rawat

Maybe you are looking for

  • Deploy Petstore in Exploded Directory(Weblogic 7.0)

    I can deploy and run the Petstore in .ear format under Weblogic 7.0. How do I run it in the Exploded format? Do I need to remove all the .ear, .jar, .war entries/tags in my config.xml and application.xml files. I did un-jar all the petstor.ear file a

  • Constants:  "final static" vs. "final"

    In a GUI object, I have some class constants that are only used internally. Example 1: private final int PREFERRED_WIDTH = MainWin.MAX_WINDOW_WIDTH; private final int PREFERRED_HEIGHT = 50;Example 2: private final JButton helpButton = new JButton("He

  • IPhoto 9.6 doesn't complete calendar order neither book order

    good morning :-) I am trying to order a calendar and a footbook for more or less 3 days. Neither the calendar order nor the footbook order can be completed. I wait for about 10 hours but the uploading is not completing. Its only uploading 3-5% and th

  • SQL Loader ContinueIf

    Hi All, Iam working with PCARD Transactions Interface and USbank sends file in the below fomat where we need to add logical records into one uisng continue if statement. File 054730770006048059240 104730770006048059100 054730770006048059240 204730770

  • Why is Web Page Auth on MAC Filter Failure not working on Anchor Controller?

    Hi, I have implemented a Guest WLAN solution as per the recommended design from Cisco. We have two internal WiSM2 controllers providing services for Internal secure SSIDs. Both these controllers are members of a Mobility and RF management group. Two