How to export images from 8i

I have successfully imported a couple of pictures from a file system and can display them on a webbrowser.
Now I want to export them but the method image.export(ctx, 'FILE', 'IMGDIR', 'joe.gif')
creates a lot of cryptic error messages.
What could be wrong? Has anyone noticed the same?
I am thankfull for any hint or advice.

Hi,
Just to confirm: the export method for the built-in FILE source type in the interMedia ORDImage/Audio/Video object type APIs is not implemented in versions prior to 8.1.7. To use the export method, you must have Oracle 8.1.7 or later. (It is possible to implement your own plug-in to the embedded ORDSource type and implement your own import, export, etc, methods, but it would be a lot of work, and is way beyond the scope of this discussion forum.) With 8.1.6, it would be a simple matter to write a Java application to extract images from the database and write them to a file. For 8.1.5, you'd have to do it with an OCI application, which is more work.
Simon
null

Similar Messages

  • How to export Image from a REPORT to MS word document?

    hi all,
    I am using SAP Desktop Office Integration interfaces to export data from server and store in a MS Word document, Kindly explain me following things:
    1. How can I export a image from SAP server to MS word document.
    2. Can I also do the formating (BOLD, ITALICS, UNDERLINE etc) of the data  in the MS word document being created.
    Please reply, it is very urgent.
    Thanks in advance.

    use following code to store any kind of document in the SAP server.
    CREATE OBJECT o_document_set.
      MOVE: '1' TO wa_signature-doc_count,
      '1' TO wa_files-doc_count.
    'C:\SAPPCADM' to wa_files-directory,
    'BDSPresentation.PPT' to wa_files-filename.
      APPEND wa_signature TO i_signature.
      APPEND wa_files TO i_files.
      CALL METHOD o_document_set->create_with_files
        EXPORTING
          classname  = i_classname
          classtype  = 'OT'
        CHANGING
          object_key = i_object_key
          files      = i_files
          signature  = i_signature.
    Thanks
    Yogesh Gupta

  • How to export images from Lightroom web collection?

    I selected the option to share my Lightroom Gallery online from the Lightroom Mobile App. I can view my images on the web, but theres no option to save/export the photos. I wanted to share the entire gallery easily so that my family may download and print pictures at their convenience.

    this is reall a basic missing functionality.. Can we hope to have it soon ?

  • Export image from smartform

    Hi Experts,
    For importing we use SE78 & upload image, How to export image from SAP to our presenation server?
    In Smartforms, I have an image in color, it need to be downloaded for further modificatons.
    Please give me useful solution for it.
    Thank you.

    Hi i think you cannot download pictures loaded into SE78, the only possiblity(iam not sure) is to print the image from SE78 into a PDF file and then copy the picture into some image editing tool like MS-Paint.
    Regards
    Karthik D

  • HT4007 How do I export images from Aperture to my iPad Mini?

    How do I export images from aperture to my iPad Mini?
    Berndpeter

    I am going to give it a try.
    Greetings from Mexico!

  • Exported images from lightroom 3.6 to my desctop are much inferior to the image on Lightroom

    Hi All,
    Exported images from lightroom 3.6 to my desctop are much inferior to the image on Lightroom in color, sharpness, detailes ext. Anyone knows why and how to fix this? I tried all the export combanations I could and the problem remains.

  • How can transfer images from lightroom to LaCie external drive?

    How can i export images from lightroom toLaCie external drive?

    Hi welcome!
    It's possible that your description of what you want to do is a bit ambiguous.
    Are you wanting to move your images from an internal drive to an external drive?
    Are you wanitng to actually export images out of Lightroom with the destination being an external drive (a very different propostion to the above option)?
    Is there something else that you are actually wanting to do?
    Also Lightroom does not hold the images themselves.
    Lightroom has a database (called a catalog) that references the location of images that have been imported.
    Tony Jay

  • How to export image data into XDP

    Hi, All
      I'm working on a healthcare project that needs to export the doctor's signature image into XDP file from the database to fill in the Insurance company claim form. My question is how to export image data into a field node in the XDP file, we know the name of the image field which defined in the PDF form, Is it something like:
      the signature image data ?
    Should the image data in this node be base64 encoded or text encoded or something else?
    Can the image be any kind? e.g. BMP, PNG, JPEG, ..., etc?
    Thanks
    William

    Hi Andre,
    Document will be of ASCII characters right?? but image data will be in binary format. as per database concept it is stored as binary large object. But in datawarehousing the back end is also going to be some database such as Oracle or other DBs.
    which can take blob's. so it would be possible to store the binary data.
    If any one has faced this situation can reply.to this ques.
    can post the step to load image(jpg/bmp or any image format) data in to info cube??
    hi andre if u have done loading image data as you say.pls reply me if you have the steps with you.
    thanks Andre

  • How to export photos from photo gallery to my iPad

    How to export photos from photo gallery to my iPad

    I had no trouble finding the "Export" tools in the "File" menu. They are greyed out when no photo is selected, but they are functional after selecting one or more photos.
    I agree that it would be nice to have the "Reveal in Finder" option back, but they probably don't want us mucking about inside the Photos library structure.

  • How to export photos from lap to to ipad

    how to export photos from lap top to ipad,i keep draging them in ipad devise logo,photos jump back in place.if i click on to export in i photo,it only would go to files??????help!!

    Use the photo set up in the iTunes sync
    LN

  • How to export photos from iMac to iPad and iPhone

    How to export photos from iphoto to my iPad and iPhone the easiest way.

    There are a number of methods including:
    Via iTunes and USB cable: iTunes: Syncing photos - Apple Support
    Via Photo Stream: http://support.apple.com/en-us/HT201317
    Via 3rd party app: http://www.photosync-app.com
    Via 3rd party cloud services such as Dropbox

  • How to export photos from one iPad to another

    How to export  photos from one iPad to another

    Sending the photos over WiFi might be the easiest way for you to accomplish this. The Wireless Transfer App should work. You will both have to download the app on your own devices. Read about it here.
    http://www.wirelesstransferapp.com/

  • How to export pictures from my ipad to my computer

    HOW TO EXPORT PHOTOS FROM MY IPAD ?

    How to Transfer Photos from an iPad to a Computer
    http://www.wikihow.com/Transfer-Photos-from-an-iPad-to-a-Computer
    Importing Personal Photos and videos from your iOS device to your computer.
    http://support.apple.com/kb/HT4083
    Also check out the Photo Manager Pro app.
    https://itunes.apple.com/us/app/photo-manager-pro/id393858562
     Cheers, Tom

  • How to export data from a Oracle table to a delimited file?

    I know how to load delimited file into a table, but how to export
    data from a Oracle table to a delimited file?
    Thanks in advance.

    Try looking at this link, it's long but there's three different solutions discussed in it. If you look at Barbara Boehmer's
    solution in her posts in the link below you'll see that she's addressed your concerns with spool files.
    Re: utl_smtp and triggers

  • How to export data from a spread sheet which has multiple work sheets?

    How to export data from a spread sheet which has multiple work sheets to a single text file with fixed length fields?

    Hello s1,
    saving them as CSV will not give a fixed legth output but, as the naming says, a Character Separated Value file.
    Regards
    Marcus

Maybe you are looking for

  • Adobe creative cloud product online help not working. Any idea what is the reason ??

    Adobe creative cloud product online help not working. Any idea what is the reason ?? I have to manually copy pdf file to open help for all suite....

  • Deleting dual boot OS

    i only found one post that was somewhat applicable to my issue of removing a dual boot (http://forums.lenovo.com/t5/ThinkStation/Thinkstation-E20-Dual-boot-from-Windows-7-into-XP/m-p/21871... and that led me on a merry chase. if this is useful to any

  • Library Photos images suddenly not displayed, though they are available

    I have been running Aperture 3.1.3 under OS 10.6.8 on an iMac for many months. Suddenly there is a problem: at the far left of my Aperture window is a vertical band in which there are tabs for Library, Metadata and Adjustments. The Library tab (the L

  • Problems w/ burning a blank disc. HELP? thanks!

        I inserted a blanc disc into my mac and it did not detect it. After 5 more tries it finally did. I want to burn some audio i have onto it. I am using toast titanium to do this, but it does not see the disc. When i look for it in toast it see's it

  • Change G/L acount in the A/P invoice

    Hi All, I would like to change G/L acount in the A/P invoice but I can't because the A/P invoice has been paid. Is it possible to change the G/L account field ? Thanks. b'rgds, Mark