Integration Options - iOS image transfer

Hello All,
We have an app that captures images. These images can range from 6-10 MB in size.
What could be the integration options available to send this file from the mobile device to say a ECM solution within the BLAN?
PS: We are expected to factor in low bandwidth and converge issues.
Looking forward to some ideas on best practices.
Thanks,
Shabarish

Hi Shabarish,
We used Base64 converted media data
Additionally we have the caller (your App) send the MIME Type (e.g  image/png or  image/jpeg)
Then convert to XSTRING via FM  SSFC_BASE64_DECODE
After that convert to binary via FM  SCMS_XSTRING_TO_BINARY
About low bandwith:
Not sure about how to takle that. Could be some sophisticated solution like storing the already transfered data and picking up where you left in case of no signal. However, this will proably become quite difficult to handle
About converge issues:
Providing you will be supporting only iOS you should be pretty save with supporting image/png and image/jpeg. If you encounter "image/jpg" from your caller (your app) you'll probably want to switch this to "image/jpeg" on the SAP side to further work with this.
HTH
Cheers
Jens

Similar Messages

  • No IOS Image File

    Please help. I have a 1200 AP and encountered 'no cisco ios image file'. I can console the AP but the ethernet failed to initialize so i cannot be able to reload the IOS. Please advise on my next step..here's the message:
    ap: ether_init
    Initializing ethernet port 0...
    Reset ethernet port 0...
    Reset done!
    ERROR: fail to bring ethernet link up
    thanks..vlad

    Using the CLI
    Follow the steps below to reload the wireless device image using the CLI. When the wireless device
    begins to boot, you interrupt the boot process and use boot loader commands to load an image from a
    TFTP server to replace the image in the wireless device.
    Note Your wireless device configuration is not changed when using the CLI to reload the image file.
    Step 1 Open the CLI using a Telnet session or a connection to the wireless device console port.
    Step 2 Reboot the wireless device by removing power and reapplying power.
    Step 3 Let the wireless device boot until it begins to inflate the image. When you see these lines on the CLI,
    press Esc:
    Loading "flash:/c350-k9w7-mx.v122_13_ja.20031010/c350-k9w7-mx.v122_13_ja.20031010"
    Step 4 When the ap: command prompt appears, enter the set command to assign an IP address, subnet mask,
    and default gateway to the wireless device.
    Note You must use upper-case characters when you enter the IP-ADDR, NETMASK, and
    DEFAULT_ROUTER options with the set command.
    Your entries might look like this example:
    ap: set IP_ADDR 192.168.133.160
    ap: set NETMASK 255.255.255.0
    ap: set DEFAULT_ROUTER 192.168.133.1
    21-15
    Cisco IOS Software Configuration Guide for Cisco Aironet Access Points
    OL-6250-01
    Chapter 21 Troubleshooting
    Reloading the Access Point Image
    Step 5 Enter the tftp_init command to prepare the wireless device for TFTP.
    ap: tftp_init
    Step 6 Enter the tar command to load and inflate the new image from your TFTP server. The command must include this information:
    ? the -xtract option, which inflates the image when it is loaded
    ? the IP address of your TFTP server
    ? the directory on the TFTP server that contains the image
    ? the name of the image
    ? the destination for the image (the wireless device Flash)
    Your entry might look like this example:
    ap: tar -xtract tftp://192.168.130.222/images/c350-k9w7-tar.122-13.JA1.tar flash:
    C1240-k9w7-tar.123-8.tar
    c1200-k9w7-tar.123-8.JEA1
    Step 7 When the display becomes full, the CLI pauses and displays --MORE--. Press the spacebar to continue.
    extracting info (229 bytes)
    c350-k9w7-mx.122-13.JA1/ (directory) 0 (bytes)
    c350-k9w7-mx.122-13.JA1/html/ (directory) 0 (bytes)
    c350-k9w7-mx.122-13.JA1/html/level1/ (directory) 0 (bytes)
    extracting c350-k9w7-mx.122-13.JA1/html/level1/appsui.js (558 bytes)
    extracting c350-k9w7-mx.122-13.JA1/html/level1/back.htm (205 bytes)
    extracting c350-k9w7-mx.122-13.JA1/html/level1/cookies.js (5027 bytes).
    extracting c350-k9w7-mx.122-13.JA1/html/level1/forms.js (15704 bytes)...
    extracting c350-k9w7-mx.122-13.JA1/html/level1/images/apps_button_last.gif (386 bytes)
    extracting c350-k9w7-mx.122-13.JA1/html/level1/images/apps_button_last_filler.gif (327bytes)
    -- MORE --
    Note If you do not press the spacebar to continue, the process eventually times out and the wireless
    device stops inflating the image.
    Step 8 : power cycle the ap.
    Step 8 Enter the set BOOT command to designate the new image as the image that the wireless device uses
    when it reboots. The wireless device creates a directory for the image that has the same name as the
    image, and you must include the directory in the command. Your entry might look like this example:
    ap: set BOOT flash:/c350-k9w7-mx.122-13.JA1/c350-k9w7-mx.122-13.JA1
    Step 9 Enter the set command to check your bootloader entries.
    ap: set
    BOOT=flash:/c350-k9w7-mx.122-13.JA1/c350-k9w7-mx.122-13.JA1
    DEFAULT_ROUTER=192.168.133.1
    21-16
    Cisco IOS Software Configuration Guide for Cisco Aironet Access Points
    OL-6250-01
    Chapter 21 Troubleshooting
    Reloading the Access Point Image
    IP_ADDR=192.168.133.160
    NETMASK=255.255.255.0
    Step 10 Enter the boot command to reboot the wireless device. When the wireless device reboots, it loads the new image.
    ap: boot

  • Bootloader and IOS image into a Catalyst 6509 running hybrid mode

    Hi all,
    I have a Catalyst 6509 running CatOS and IOS (hybrid mode)
    The chassis is based on a SUP1A and a MSFC2
    The MSFC is using images:
    boot system bootflash:c6msfc2-is-mz.121-2.E
    boot bootldr bootflash:c6msfc2-boot-mz.121-2.E
    I would like to know if is possible to add the next command to the MSFC configuration in order to load the new image before erase the old one, even while the chassis boot using the old bootloader image:
    boot system tftp c6msfc2-pk2o3sv-mz.121-26.E2.bin 10.10.5.15
    Thanks.

    Thanks Amit, thanks Ankur,
    Yeah! I know about the limits of the bootflash space as the PCMCIA option.
    It is a bit complicated to explaint the situation here but I will try.
    Neither the actual CatOS or IOS will recognize the new PCMCIA we bought to this upgrade. :P
    First, I will upgrade CatOS using rommon and xmodem command in order to execute a new catos release that can view the PCMCIA, then I will format it and I will copy the new catos image and the new ios image there.
    Then I will change the catos boot config and I will do a reset.
    I must do that because the new release don't enter into the bootflash and the actual CatOS don't support boot from the network :P. It is CatOS 5.5.1 :PPP
    After that, I need also to upgrade the MSFC because as I read that the actual IOS won't see the PCMCIA filesystem. In order to do that I would like to prepare the MSFC to boot from a TFTP server and then modify the configuration to boot from sup-slot0: forever :)
    Let me know what do you think about this steps.

  • No IOS - Xmodem Transfer Fails *SOLVED*

    Bought a used 2950 for CCNA labs. I have no IOS  and cannot get a successful transfer via xmodem. In ROMmon after the transfer  completes text shows up as gibberish, commands seem to  work. Text is normal after I reconnect. Dir flash: doesn't  show any sys image, only a -rwx file. I have tried various IOS versions. This was  purchased used, so it's possible it isn't working. This is my first time configuring a switch, I might have missed something simple.
    Thank you.

    Are you sure there is enough capacity for the IOS image to fit on flash?
    When the transfer completes, could you show the output just before it finishes till after the finish point. What are the steps that are taken after the image has supposedly been uploaded?
    Hope this helps.
    Please rate useful posts and remember to mark any solved questions as answered. Thank you.

  • Jabber For Windows - Calender Integration Option on deployment

    We're about to roll out Jabber for Windows to several hundred clients, and have an issue with the Outlook Integration option setting. Our users are migrating from Lotus Notes to Microsoft Outlook and once migrated to Outlook, will get Jabber for Windows. The problem we have is when installing Jabber for Windows, in many cases it takes IBM Lotus Notes as the default calendar integration, instead of Microsoft Outlook. (Notes is left on users pc as they still need to use Notes to access some backend databases)
    We will have to issue intructions to users to go in to File>Otions>Integration and make sure Microsoft Outlook is selected, but past experience tells us they won't actually read them!
    Does anyone know any way of setting on option on deployment to ensure Microsoft Outlook is selected ?
    Thanks
    Kelvin

    Hi David,
    there is an known issue where default MAPI file can't be opened on some PCs. To confirm this - we would need PRT from computer where issue can be reproduced.
    If you still have same problem then create a problem report (Start menu > Cisco Jabber > Cisco Jabber Problem Report) and attach with this thread. If you are not comfortable to attach report here, then raise a TAC case for further assistance.
    Regards,
    Nebojsa

  • HELP! n95 image transfer problem!

    i have recently installed pc suite onto vista. previously pc suite worked fine when i had xp. now when i try to store images from phone to pc it tells me there is an error communicating with phone. pls help!

    suite version and step by step how you try to do that image transfer.
    Also what connection method (if USB, what mode you are choosing from phone)

  • I do not want integration with IOS or iCloud

    Hello,
    I have a late 2010 27 inch iMac and a first generation iPad.
    I foolishly installed Mountain Lion when it came out and have become increasingly frustrated and irritated with the emphasis on iCloud (I did not install that) and integration with IOS.
    I do not like the way Safari operates in this OS nor the alterations to mail and other applications.
    It seems to be very difficult to revert to Snow Leopard which is what I would prefer to do.
    It also seems that Apple does not understand that some users just want to use a computer in the traditional way and have no interest in social networks or in integrating devices.
    I have been using computers for 25 years and do know what I need. 
    Does anyone have a simple solution to reverting to Snow Leopard and ignoring these latest developments?
    Everyone is urged to back up with Time Machine which is what I have always done - to an external drive.  However, it seems this is useless when wanting to revert to SL as I do so that was a waste of time too.
    Joan

    These programs will make a clone.
    Clone  - Carbon Copy Cloner          (Often recommended as it has more features than some others)
    Clone – Data Backup
    Clone – Deja Vu
    Clone  - SuperDuper
    Clone - Synk
    Clone Software – 6 Applications Tested
    Commonly Used Backup Methods

  • IOS Image too big, need help

    Folks,
    I have dual Sup 720's that just came in from cisco. They have CATOS on them 8.4.(5). They have the base 524MB of DRAM and 64MB of flash(bootflash), no external flash card.
    My question is that i want to download Natice IOS onto this switch (122.18SXE4). When i see the requirements it tells me that i need 128MB of flash, but when i download the file it is only 35 MB big.
    Ca i run this image on my SUP with out upgrading the flash?
    I will make sure that i grade this post.

    If the image size is less than 64MB, then booting from bootflash is OK. Beginning with Sup720 12.2(18)SXE and later versions, most Native IOS images exceed the 64MB capacity of all internal partitions, including the sup-bootflash: or MSFC3 bootflash:
    partitions, so for 12.2(18)SXE and later an external flash device of at least 128MB is required with Cisco part number MEM-C6K-CPTFL128M=. For multiple concurrent image support in this boot device, the external 256MB CompactFlash Cisco part number of MEM-C6K-CPTFL256M= is required to use as the external boot device.
    Some feature sets of versions > 12.2(18)SXE result in a smaller file, but as long as it is less than 64MB, there is no problem with loading it onto onboard flash.

  • DUET Enterprise vs BO BI Integration Option for Microsoft Sharepoint

    I am struggling to find the right management overview to position DUET Enterprise vs BO BI Integration for Microsoft Sharepoint.
    My high level definition of DUET Enterprise is to expose SAP Data and Processes into the Microsoft Sharepoint Environment (especially for non professional user = casual user).
    Obviously these casual users need to see, to retrieve or to refresh some BW reports (knowing we are using or will use BO BI 4.0).
    It seems DUET Enterprise does not support this scenario .... and we need to use another solution called : BO BI Integration Option for Sharepoint (detailed doc [here|http://help.sap.com/businessobject/product_guides/boexir4/en/400sp2_ioms_getstarted_en.pdf]). 
    I am confused (I can not picture it) why we need 2 different products (medium - long term).
    Could you somebody explain :
    1. to confirm we need currently these 2 products
    2. why we will need 2 different products in the future ?
    Thanks.

    Hi Patrick,
    I was also trying to find some information this topic for the last few days when I came across your thread. There has been a similar discussion earlier in [this SDN thread|Duet Enterprise vs BO Integration Option for Microsoft Sharepoint u2013 IOMS;.
    After seeing the capabilities of IOMS, I can say these two products are very different. IOMS has different web parts to render BO/BW dashboards, reports ect. whereas Duet Enterprise is an integration platform for connecting various SAP systems (of type ABAP now), using which we can view/operate on any SAP object, integrate workflow and fetch SAP reports as document.
    Duet Enterprise provides SSO and role based access to SAP data which seems to be missing in IOMS.
    At this point it seems both these products have different capabilities with similarities in report publishing (Duet Enterprise can only publish reports from BI and other ABAP based system directly to SharePoint document library; not sure what IOMS does in this area).
    I guess at this point if your requiremtn is to only provide a SharePoint based frontend to Bo/BI IOMS has to be used, however if you need to build applications with SAP data or around SAP processes Duet Enterprise has to be used.

  • How do you backup a Cisco 2950 IOS image?

    I cant find anywhere on Cisco's website on how to do this or anywhere else for that matter.

    Hector,
    The copy tftp method is the most commonly used method to copy files from flash to a TFTP server or vice versa. But if you have CMS (cluster management suite) instlled on your flash, there will be an associated html folder and many other files that are extracted in flash. To upload these files, along with the IOS image, you will need to use the following command.
    archive upload-sw tftp:///IOS-CMS2950.tar
    This will compress all the files (IOS and CMS files) together in a tar (compressed) format and upload it to the TFTP server specified by
    Copying each of the above files individually will consume a lot of time.

  • Download Integration Option for Microsoft SharePoint

    From where can I download Integration Option for Microsoft SharePoinnt for SAP BI 4.1?
    Or is it the same as for BI 4.0?
    Thanks.

    Hi,
    As SAP BusinessObjects IOMS (Integration Option for Microsoft SharePoint) software is a third product, I suggest you seek the third company support for help.
    Best Regards,
    Lisa Chen

  • Not getting ADF Desktop Integration option in Jdeveloper 11.1.1.3

    Hi,
    I am following this link:- http://www.oracle.com/webfolder/technetwork/tutorials/obe/jdev/obe11jdev/ps3/tutorial_adfdi/adfdinewtutorial/jdtut_11r1_59_2.html for ADF Desktop Integration.
    When I am opening my Jdeveloper after installing *.NET Programability Support* from Control Panel. The Option in Tools Menu of J Developer i.e ADF Desktop Integration is not coming.
    But When I checked in my machine :- C:\Oracle\Middleware\jdeveloper\adfdi\bin\excel\client. I am able to find set up of ADF Desktop Integration. I ran it and it got installed as per the above link. But still I am not able to see that option in my Tools. When I right click on View_Controller of ADFdi_BC Application as per the Link and went to NEW but I checked in ALL Technology of Client Tier option, ADF Desktop Integration option is not coming.
    Can anyone suggest me what to do for getting that option in my Jdeveloper and I can use this to make my Excel sheet under View Controller.
    Please suggest me something.
    Thanks,
    Ramit Mathur

    The title of your post mentions version 11.1.1.3. The tutorial link mentions version 11.1.1.4. It is probably best to get the matching version. In fact, I recommend getting the most recent version, 11.1.2.x.

  • Setting Adobe Acrobat as a scan destination option under Image Capture

    Anyone know how to set up Adobe Acrobat as one of the default scan destination options in Image Capture? I always need to go to Other and then find it under Applications and it is getting a little tedious...

    Yes, I can do that...but is there a way of setting it as a default?..so that it pops up in the main choices...(alongside Preview, Aperture, etc) so that I don't have to go and look for it every time.

  • Image Transfer doesn't recognize Android phone

    I tried to use Image Transfer to get the photos off my Moto G phone but IT doesn't recognize a device is hooked up via USB.  I could do it using Android
    Transfer Protocols but of course it's not as good as IT as you have to choose which photos you want so it can take forever.
    Any suggestions?
    Thanx.

    I'm adding that iTunes has no problem reading the iPhone.

  • Ios image support ssh

    hello dear
    please can you tell me that the image   ((c2960-lanbase-mz.122-53.SE1.bin))   support the ssh or no??
    if no what ios image can i load for the switch 2960G to support the ssh.
    thanks

    Hello sajjad_m1987,
    c2960-lanbase-mz.122-53.SE1.bin does not support ssh.
    You'll need the crypto image, which has the k9 in the name.
    c2960-lanbasek9-mz.122-52.SE.bin
    You can go to the following link to search for the ios that supports the feature that is needed.
    http://tools.cisco.com/ITDIT/CFN/jsp/by-feature-technology.jsp
    Hope this helps,
    if so, please rate.

Maybe you are looking for

  • I need to able to search for calendar entries that are over one year old.

    I am an old Palm OS user and have used the calendar on it to track my clients visits/service for the last 15 years.  By searching the customers name on the palm, it would bring up every entry I had keyed in for them, so I could immediately know how o

  • Different PO numbers on item level in 1 ORDRSP?

    Hello all Couldn't find some useful info to my question until now. So here we go: We send POs (ORDERS05-IDocs) to one of our suppliers. The process at the suppliers side merges items from different of our POs into 1 sales order and then creates 1 ord

  • HELP NEEDED.  Cannot connect to Music Store.

    After upgrading to iTunes 6 I have been unable to connect to the Music Store or download any tracks. Its not my Norton Internet Security and my Windows Firewall is off. In fact, nothing has changed on my PC apart from upgrading iTunes, at which point

  • IC WebClient Shared Services Business Roles

    Dear All I have a question regarding the some of the IC Webclient Shared Services roles provided by SAP. I know that as of CRM 7.0 EHP 1.0 SAP provides separate roles for Accounting Interaction Center, Employee Interaction center and ITDS- IT HelpDes

  • SAP DME Nodes - Can we have leading/trailing spaces?

    Hi All, I have a requirement to populate a DME node from a REGUP value by offsetting that accordingly. As an example: I used 1 Exit-Module where I wrote like: C_VALUE = REGUP-<FIELD>+0(10).      " The node is defined in tree as 10 Characters. It must