Read Image File Error

When I read image with Read_Image_File procedure i got an error in specified files 'FRM-47100 can not read image c:\abc.jpg'
i think it is on high resolution please promply resolve it. its very urgent
best regards
R E H AN M I R Z A

Hello,
Found this on Metalink:
Problem Description
You are trying to use READ_IMAGE_FILE in forms to read a JPG image,
but you receive the following error:
FRM-47100: Cannot read image file <file name>
You checked the following:
o You are able to open the image file from Netscape or Internet Explorer and
see your image correctly.
o You are also sure that the file exists under the location mentioned in the
first parameter to READ_IMAGE_FILE built-in.
o You tried other JPG files that are located in the demo directory of the
Developer home and you can see the image loaded in the image item.
Solution Description
There are many JPEG formats. The only JPEG format supported in Forms is the
JPEG File Interchange Format (JFIF) which is the baseline sequential DCT JPEG.
Progressive JPEG (as well as Lossless JPEG and Hierarchical JPEG),
are not currently supported.
Possibly your image file is stored using one of the non-supported formats.
As a workaround, you can convert progressive JPEG format to and from baseline
JPEG. There is a free set of programs provided by the Independent JPEG Group
that allows this.
The Independent JPEG Group home page is: http://www.ijg.org/
Francois

Similar Messages

  • Cannot read image file in oracle 10g forms, getting error frm-47100

    I'm unable to read the image from the file location. But If I do re-save via MS-Paint the same image then I'm able to load successfully. I want to load image directly instead of re-save.  Error getting like "frm-47100 Cannot read image file".
    Need your co-operation to solve this issue.
    Thanks in advance!
    declare
      tiff_image_dir varchar2(80):=('D:\IMAGE\');
      photo_filename varchar2(80);
    begin
      photo_filename:=tiff_image_dir||:IMAGE_NO||'.JPG';
      if :image_no is null then
      :Image_no :=:UID_NO;
      end if;
      read_image_file(photo_filename,'JPG','image');
      WRITE_IMAGE_FILE('output.tif','TIFF','g_image_info.image',maximize_compression,original_depth)
    end;

    Hi Sindhu,
    By default any operating system file extension starts after the dot. So in this case when it says 2 dots it will think there is something wrong.
    RajeshALex

  • Read-image-file show jpeg photo cause error

    I use read-image-file to show a jpeg photo (edited by ACDSEE) cause frm-47100. I know that Oracle may not support the Jpeg format of ACDSee. But, anyone know how to solve this problem. (I have to keep using ACDSee)

    If you remove the metadata from a JPEG it should usually do the trick. I don't know how to do that in ACDSee, though.

  • 40D raw .CR2 files still causing 'Unsupported Image File' error

    I have the most recent version of Leopard 10.5.1 and the newest version of Aperture 1.5.6 (2J2). Often times I open a RAW image shot with a Canon 40D (.cr2 file), I get the red screen "unsupported Image File" error message. Color mode is RGB. These were shot with RAW plus JPEG (not SRAW). It doesn't happen on every image shot at the same time in the same way, just some of the images. Can anyone advise why I would still be having this issue so long after Apple is offering 40D support? I've tried rebuilding my library data base to no success. I've tried reinstalling aperture. What next? Getting very frustrated, thanks!

    hi, sazer01
    sazer01 wrote:
    I have the most recent version of Leopard 10.5.1 and the newest version of Aperture 1.5.6 (2J2). Often times I open a RAW image shot with a Canon 40D (.cr2 file), I get the red screen "unsupported Image File" error message. Color mode is RGB. These were shot with RAW plus JPEG (not SRAW).
    I use Nikons and sometimes get a message like that. This might not be Aperture causing this. Blow out the connector holes on your memory cards and pins inside the cameras where the card connects. If the error is on the same frames all the time reformat your card a couple of times before using and make sure the card is seated properly. Don't turn off the camera immediately after taking the shot but let the camera finish the process of writing the photo frame onto the card.
    Have you opened the frames in Preview to check if it see it?
    victor

  • Whenever i try to download a rather large file i continue to get the "could not read source file" error. Tried new profile, uninstalling and looking for the compreg.dat file to delete nothing is working. Please help

    whenever i try to download a rather large file i continue to get the "could not read source file" error. Tried new profile, uninstalling and looking for the compreg.dat file to delete nothing is working. Please help

    Did you reinstall CS3 after CC?
    For that matter, doing an in-place upgrade on the OS is always a gamble with Adobe programs. Reinstalling all the versions you need, in order, would probably solve your problem.
    And you shouldn't need to save as IDML after opening the .inx in CC.

  • Image file error

    i get a 'image file error' when i connect my n8 to my pc. what is the problem?

    Then the file is corrupted. Can you open the file on the N8? Change fileformat to .jpg.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • Can't read image file

    Dears,
    I was having forms version 10.1.2.0.2 and I was using webutil to upload an image and to download it. My problem is sometimes the image files are uploaded and sometimes not => I got "Can't read image file D:\...\image.jpg"
    I upgraded to forms 10.1.2.3 and the problem persists.
    I'm seeing that the picture resides in the workspace environment and not uploaded to the database.
    I'm not limiting the size of the pic in the frmweb.cfg file, instead this limitation occurs on form level.
    Hint. If you save this picture in "photoshop" tool, than you can upload the same picture without any problem.
    Any suggested help will be appreciated.
    Best Regards,
    Joe Farah
    Edited by: Joe Farah on Feb 26, 2009 11:01 AM

    Yes dear, this is the way that we can follow in order to get rid of this problem. Actually we have to mention to all users of my system to save the image file in this tool. But, it's somehow cumbersome for them as they might not have any of the mentioned imaging tool on their systems, isn't it ?
    But isn't there any way to fix this problem ? Or shall I go by using PJC/Java Beans ? We have to find an effective way.. :)
    Thanks,
    Joe

  • Read Image File - Dr. Watson Error

    Greetings,
    Sorry for posting Developer4.5 problem here. I am reading an
    image (JPG) file from Forms Builtin Read_Image_File. Whenever it
    try to load image file to image item it gives Dr. Watson Error.
    I am working on Forms4.5.9.7.0 on Windows NT with service pack
    3.0. Thanks for any help.
    Regards
    Ajay Khandelwal
    null

    The problem was with the version. There was bug in the
    Forms4.5.9.7.0 version. I changed the JPEG to JFIF format and
    its running perfectly. The newer versions support the JPEG
    format also. Thanks for bearing me.
    Ajay Khandelwal
    ajay khandelwal (guest) wrote:
    : Greetings,
    : Sorry for posting Developer4.5 problem here. I am reading
    an
    : image (JPG) file from Forms Builtin Read_Image_File. Whenever
    it
    : try to load image file to image item it gives Dr. Watson Error.
    : I am working on Forms4.5.9.7.0 on Windows NT with service pack
    : 3.0. Thanks for any help.
    : Regards
    : Ajay Khandelwal
    null

  • Disk image files error when dragging files from them

    any disk image file .DMG that i download and it either has a file to drag to the hard drive or has an application in it. They mount fine and i can lookinside them but when i drag a file out it seems to partially copy them but then comes up and says..
    Sorry the operation could not be completed because an unexpected error occured (Error code -41).
    If the dmg file has an installer it starts the installed and asks the normal question and permissions and then where to install to then try's to start but just errors again.
    Anyone got any ideas. This is on a Mac intel Mini. Everything runs fine and as i said i fixted permissions it is an administrator account.
    I have tried 3 disk images firefox opera and ablelive 5.2 they are not damaged or corrupted
    thanks

    I was having the same problem on my G4 Powerbook when I tried to install Adium and TextWrangler from disk images. After trying several things that didn't work I decided to see if my IP filter was the culprit. I opened PeerGuardian and disabled the filters. Then, I downloaded Adium again, and it copied easily from the disk image to my applications folder. Then, I tested TextWrangler and it worked as well. I don't know why that worked, and it might not be your problem, but I thought I'd pass on the info. Hope it helps.

  • Recovering from "no cisco IOS image file" error

    I have a aironet1200 series access point, and attempted to update it to a newer IOS software release. However it never came back up after the update, and upon reboot the 3 status lights show red, green, red, which apparently means there is 'no cisco IOS image file'. Is there a way to recover from this error? It has a RJ45 style console port, can I use thi to recover?

    Got it sorted, managed to find the manual which goes through this in it's entirety!

  • Set System Image (File) Error 1097

    We have a built up PXI Chassis with RT OS running on it.  I used Get System Image (File).vi to grab the contents of the hard drive into a Zip file.
    I then have a LabVIEW project which builds our software into a startup.rtexe and the associated folders.   The PXI Chassis DIP switches are set up correct to launch the startup.rtexe.
    The System.zip file is unpacked and the project files are inserted into it.  The directory is then re-zipped to a new Zip file.
    I have a VI which deploys the new Zip file image (basically it runs on a PC connected to PXI Chassis via Ethernet).  It checks that PXI Chassis software has not been deployed or is a different version and uses Set System Image (File).vi to deploy the image. 
    If I run it on a different but identical PXI rack (chassis number is initially different), the zip file appears to deploy correctly.  The PXI Chassis reboots and launches our software.  Problem is “Set System Image (File).vi” always errors on exiting with a 1097 error.
    In addition the image was created from a PXI Chassis numbered 2.  The PXI Chassis I deploying to was initially configured as chassis number 1 (viewed in NI MAX).  After deployment it remains as “Chassis 1”.  If I change it to “Chassis 2” in NI MAX and then run the deployment, it reverts back to “Chassis 1”.  However I would have thought it would change based on the content of the Zip file?
    Any ideas why the VI is throwing an error?
    Christopher Povey
    Senior Test Systems Engineer for BAE Systems.

    LanxiZ wrote:
    Good Morning Chris,
    There are several possible reasons that can cause the error you are seeing:
    1. There is some problem with your code, below is a good example on how to get/set system image from a RT controller:
    "Get/Set Images From RT Controllers Using System Configuration API":
    https://decibel.ni.com/content/docs/DOC-34955
    2. Does this problem only happen when you deploy from the PXI chassis 2? everything works fine with the PC?
    I look forward to your reply.
    Thank you.
    Lanxi
    1. I have seen that page, but I cannot open that example as it is for LabVIEW 2013.  I am running LabVIEW 2012.  I have seen and implemented something similar to the built in examples in LabVIEW 2012 though.
    2. The deployment is not from a PXI chassis.  It is too one.  The deployment is performed from a rack mounted Windows XP PC.  It is connected to a PXI Chassis via Ethernet.
    Once the Set System Image (File) has completed (with the error), the PXI Chassis is up and running and I can see it is running my software successfully (I output test text to the PXI Chassis' monitor).  I can also call stub VI's on the rack mounted Windows XP PC which in turn connects too and runs the remote VI's successfully.
    I think I need to try the deployment on the original source of the System Image and see if it also errors.
    Thanks.
    Christopher Povey
    Senior Test Systems Engineer for BAE Systems.

  • DMG Image File Error

    Hi Everyone,
    I need your assistance, please help.
    I've created dmg image files in the past and when I try to mount them , I get an error Warning dialogue box that says, "no mountable file system."
    What does that mean?
    I always double click the image and expect it to mount on my desktop. I've tried to mount it with the File>Mount menu via the Disk Utility, but it doesn't work, no error messages. It just doesn't mount.
    This doesn't occur all the time, but when it does, it's always a file that I urgently need.
    Would someone please explain to me what the above warning message means, and what are the possible reasons why this is happens?
    Are there other ways to mount an image with that type of warning message, maybe with some type of utility of some sort?
    Thanks
    Cheers
    KL
    iMac G5   Mac OS X (10.4.3)  

    The message basically means that the file is corrupted or that Disk Utility has a problem. A bit more information is needed. How did you make those dmg files? Can you mount any obtained from another source, such as any of Apple's downloads, by double-clicking on them? If those won't mount, then either the Disk Utility pref file is fouled up or Disk Utility is.
    For the former, move the com.apple.diskcopy.plist and com.apple.diskutility.plist from ~/Library/Preferences/ onto the desktop, log out and back in, and try double-clicking on the dmg file giving you problems. If that doesn't work, create a new admin user account, log into it, and try again. If it works, then the problem's in the original account. If not, then it's probably system-wide and your best bet is to reinstall the 10.4.3 combo update.

  • How use PHP to read image files from a folder and display them in Flex 3 tilelist.

    Hello. I need help on displaying images from a folder dynamically using PHP and display it on FLEX 3 TileList. Im currently able to read the image files from the folder but i don't know how to display them in the TileList. This is my current code
    PHP :
    PHP Code:
    <?php
    //Open images directory
    $imglist = '';
    $dir = dir("C:\Documents and Settings\april09mpsip\My Documents\Flex Builder 3\PHPTEST\src\Assets\images");
    //List files in images directory
    while (($file = $dir->read()) !== false)
    if (eregi("gif", $file) || eregi("jpg", $file) || eregi("png", $file))
    echo "filename: " . $file . "\n";
    $dir->close();
    ?>
    FLEX 3 :
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="pic.send();">
    <mx:Script>
    <![CDATA[
    import mx.controls.Alert;
    import mx.events.FlexEvent;
    import mx.rpc.events.FaultEvent;
    import mx.events.ItemClickEvent;
    import mx.rpc.events.ResultEvent;
    public var image:Object;
    private function resultHandler(event:ResultEvent):void
    image = (event.result);
    ta1.text = String(event.result);
    private function faultHandler(event:FaultEvent):void
    ta1.text = "Fault Response from HTTPService call:\n ";
    ]]>
    </mx:Script>
    <mx:TileList x="31" y="22" initialize="init();" dataProvider = "{image}" width="630" height="149"/>
    <mx:String id="phpPicture">http://localhost/php/Picture.php</mx:String>
    <mx:HTTPService id="pic" url="{phpPicture}" method="POST"
    result="{resultHandler(event)}" fault="{faultHandler(event)}"/>
    <mx:TextArea x="136" y="325" width="182" height="221" id="ta1" editable="false"/>
    <mx:Label x="136" y="297" text="List of files in the folder" width="182" height="20" fontWeight="bold" fontSize="13"/>
    </mx:Application>
    Thanks. Need help as soon as possbile. URGENT.

    i have made some changes, in the php part too, and following is the resulting code( i tried it, and found that it works.):
    PHP Code:
    <?php
    echo '<?xml version="1.0" encoding="utf-8"?>';
    ?>
    <root>
    <images>
    <?php
    //Open images directory
    $dir = dir("images");
    //List files in images directory
    while (($file = $dir->read()) !== false)
    if (eregi("gif", $file) || eregi("jpg", $file) || eregi("png", $file))
    echo "<image>" . $file . "</image>"; // i expect you to use the relative path in $dir, not C:\..........
    //$dir->close();
    ?>
    </images>
    </root>
    Flex Code:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
    layout="absolute"
    creationComplete="callPHP();">
    <mx:Script>
    <![CDATA[
    import mx.rpc.http.HTTPService;
    import mx.controls.Alert;
    import mx.events.FlexEvent;
    import mx.rpc.events.FaultEvent;
    import mx.events.ItemClickEvent;
    import mx.collections.ArrayCollection;
    import mx.rpc.events.ResultEvent;
    [Bindable]
    private var arr:ArrayCollection = new ArrayCollection();
    private function callPHP():void
    var hs:HTTPService = new HTTPService();
    hs.url = 'Picture.php';
    hs.addEventListener( ResultEvent.RESULT, resultHandler );
    hs.addEventListener( FaultEvent.FAULT, faultHandler )
    hs.send();
    private function resultHandler( event:ResultEvent ):void
    arr = event.result.root.images.image as ArrayCollection;
    private function faultHandler( event:FaultEvent ):void
    Alert.show( "Fault Response from HTTPService call:\n " );
    ]]>
    </mx:Script>
    <mx:TileList id="tilelist"
    dataProvider="{arr}">
    <mx:itemRenderer>
    <mx:Component>
    <mx:Image source="images/{data}" />
    </mx:Component>
    </mx:itemRenderer>
    </mx:TileList>
    </mx:Application>

  • Reading Image File into 6i Form

    I am attempting to read an image file and display it on an Oracle Form (created in Forms 6i) using the READ_IMAGE_FILE builtin. I have tried it with the same image in several different formats: JPG, TIFF and GIF. The call reads as follows: READ_IMAGE_FILE('D:\mugshot\mug23456.gif','GIF','DESCRIPTION.IMAGE_ITEM'); The file is located in the indicated path on the application server, i.e. the same machine where the form is being run. DESCRIPTION.IMAGE_ITEM is, of course, an Item of type Image. The PL/SQL procedure containing the above call is invoked by an ON-POPULATE-DETAILS trigger defined at the block level (DESCRIPTION is the block in question). Here is the problem: after logging into my Forms 6i application via a login screen, which then runs the form which would be displaying the image item, the form does not appear; all we see is a blank screen. When I remove the DESCRIPTION.IMAGE_ITEM field from the canvas, the form runs as expected, except of course that the image is not read. Is there something special that has to be done to read or display an image, other than what I have already done as described above?

    Plz don't Reply
    i am able to do it on my own here is the sample code for that
    import javax.swing.*;
    import java.awt.*;
    import javax.swing.event.*;
    import java.awt.event.*;
    import java.util.*;
    import java.io.*;
    import javax.swing.text.*;
    // this is a function u can use it in a class
    private void addEditScroll(){
    try{
    BufferedReader infile = new BufferedReader(new FileReader("c:\\WS_FTP.log"));
    editor =new JEditorPane();
    editor.setEditable(false);
    editor.read(infile,new PlainDocument());
    editor.setSize(new Dimension(450,510));
    editorscroll = new JScrollPane(editor);
    editorscroll.setSize(new Dimension(450,510));
    }catch(Exception ex){
    ex.printStackTrace();
    -ashish

  • ODI and Essbase in different server to read the file error

    Hi,
    I have ODI and Essbase installed in different server.
    I have created an interface to execute a calc script on top of an essbase cube. I kept the Caclscript.csc file in one folder in ODI server and provide the path
    EXTRACTION_QUERY_FILE parameter is the path of the .csc file i placed in ODI server. it executed successfully to generate the extract file using the calc script in the specified path on Essbase server.
    Now i want to read that file and load it to a relational table so map the network drive from ODI server to Essbase server where the file has been generated and provided the EXTRACT_DATA_FILE_IN_CALC_SCRIPT parameter as the Network drive path but ODI is unable to read the file.
    any other option to read the file reside in essbase server and load it to relational table.
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Error occured while reading the data file produced by calculation script.
    -KP

    I would install an ODIAgent on the Essabse server and use this agent when running this particular operation

Maybe you are looking for

  • Uninstall Adobe 9 pro

    I've installed Adobe 9 pro trial version and it just expired. When I tried to uninstall it, I found no way to do so... have already tried: 1. Windows Install Clean Up Utility 2. Adobe CS3Clean Script but the adobe 9 pro are still there and it sucks w

  • The "blue bar" no longer properly displays Chinese characters.

    I recently updated my Adobe Reader from 7 to 9.4, and since doing so, Firefox no longer displays Chinese characters in the title bar. Instead, I now only see question marks. I've added Chinese to the preferred languages and also tried switching the b

  • About method 'write(int b)' in class 'OutputStream'

    Hello, everyone, In OutputStream class, there is a method called "write(int b)". In the API Specification, the explanation of this method is: Writes the specified byte to this output stream. I am just wondering, if the type of b is 'int', then how ca

  • Question about gateway package

    When I follow Oracle Transparent Gateway for DRDA installation guide, I don't quite understand DRDA server configuration part. What is Gateway package store procedure? Do we have to define it on DB2 server in order to make oracle gateway work? Thanks

  • Breaking up audiobooks into multiple tracks

    I bought an audiobook from itunes that came as only 5 tracks. The book is 11 hours long and it would be really nice to be able to start closer to where I left off on my ipod. does anyone know how to edit mp4s to break them into multiple tracks?