Getting error when I try to import images into my application

I get this error when I try to import an Image file exported from my application on another PC, everythign else has moved over fine except the images:
ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-01003: no statement parsed <pre>begin wwv_flow.g_import_in_progress := true; end; </pre>
Error installing image.
Return to application.
Please help.
user5607453
Edited by: user5607453 on Jun 23, 2009 12:50 PM

I tried to use an external hard drive from my windows computer that was formatted in NTFS Windows format.  Mac Pro sees that hard drive as "read only".  Itunes works on existing media on the hard drive to play music or movies, but when you try to purchase from itunes store and download you get the above message.  You need to move your library to a library that is formatted in exFAT format (which can be used both by "windows" and mac computers. 

Similar Messages

  • Why do I keep getting 'error' when I try to import .mov and .mp4?

    I tried to import a mp4 clip into iMovie HD. Got an unknown error message. Then I converted the file from .mp4 to .mov. I got the same unknown error message.
    How on earth do I import these files? Thansk

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • I am getting the following error message when I try to import photos into iPhoto from my camera: "/private/var/folders/GB/GBl4wh8-ELqUVMI5dO-ryU   TI/-Tmp-/iPhoto/DSCF2033.JPG".  Have already tried removing and reinstalling iPhoto to no avail.

    I am getting the following error message when I try to import photos into iPhoto from my camera: "/private/var/folders/GB/GBl4wh8-ELqUVMI5dO-ryU   TI/-Tmp-/iPhoto/DSCF2033.JPG".  Have already tried removing and reinstalling iPhoto to no avail.

    Does this happen if you try to Import to Library within iPhoto, or is it when you connect your camera (and which is set to automatically use iPhoto) that this error message occurs?
    If you open Image Capture > Preferences is iPhoto selected as the choice when a camera is connected?

  • Starting in 2015 I get the following error when I try to import my photos. "The following files were not imported because they could not be read"  -DSC8416.NEF  I've been importing the same type of photos with no errors then 2015 came along and now I can

    Starting in 2015 I get the following error when I try to import my photos. "The following files were not imported because they could not be read"  -DSC8416.NEF  I've been importing the same type of photos with no errors then 2015 came along and now I can no longer import.

    The error message is misleading, the problem is that you need WRITE privileges added to the destination directory tree.
    Assuming you are using the "date" structure that LR defaults to, find the directory that contains the 2014 folder (the one that works) and add WRITE rights to the parent of "2014".
    While you are there, if you want, add "2015" folder to beside "2014" and add READ and WRITE rights to that new directory.

  • Error when I try to import db

    I get the following error when I try to import a DB from my machine (9.2) to a 8.1.7.4 Unix (Sol 2.8) box. I can import locally on my 9.1 fine. Anyone hab=ve any ideas?
    Thanks
    Here is the message:
    Import: Release 9.2.0.1.0 - Production on Wed Feb 5 07:46:50 2003
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.4.0 - Production
    IMP-00003: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    IMP-00023: Import views not installed, please notify your DBA
    IMP-00000: Import terminated unsuccessfully

    Hi,
    Whenever you are exporting and importing database remember following rules;
    1. The Import utility and the database to which data is being imported (the target database) must be the same version.
    2. The version of the Export utility must be equal to the lowest version of the source or target database.
    Good luck. :)
    -San

  • I get error when i try to install flash player and told to try again, but ir never works

    i get error when i try to install flash player and told to try again, but ir never works

    Hi,
    Please provide the following information so that we may be able to better assist you:
    Your operating system & version
    Your web browser(s) & version
    Your Flash Player version
    Explain your problem in step-by-step detail if possible
    A direct link to a page that demonstrates the problem
    If you get error messages, please quote them exactly, or provide a screenshot: http://forums.adobe.com/thread/1070933
    Maria

  • I keep getting error when i try to log in to Adobe to post results.  I have created an ID.

    I keep getting error when i try to log in to Adobe to post results. I have created an ID.

    Running the Lion Os requires a MINIMUM of 2 GB of RAM, as you have.  However, with that little RAM the computer will have trouble with many memory based tasks, such as copying and pasting.  You really need to increase the amount of RAM your computer has in order to increase its speed and performance.  Now, when a task requires more RAM than your system has available then the OS will use some harddrive space temporarily instead.  This is called "Virtual Memory."  Is it possible that at this time that your harddrive is very full relative to its stated capacity, so that even "virtual memory" is not really available?  If that is the case, you really need to cleanup your harddrive by deleting a fair number of less used files.
    Hope this helps

  • Getting error when I try to remove eum secondary email address from the Mailbox from Exchange 2013 server

    Getting error when I try to remove eum secondary email address from the Mailbox from Exchange 2013 server. The command works if you issue directly from the server exchange shell.
    I open the remote power shell to the exchange server 2013.
    Issue the following commands and getting the following error.
    $mailbox = Get-Mailbox -Identity testuser$mailbox.EmailAddresses -= "eum:50004;phone-context=telExt5digits.lync5.com"Then getting the following error:Method invocation failed because [System.Collections.ArrayList] doesn't contain a method named 'op_Subtraction'.
    At line:1 char:27
    + $mailbox.EmailAddresses -= <<<<  "eum:50004;phone-context=telExt5digits.lync5.com"
        + CategoryInfo          : InvalidOperation: (op_Subtraction:String) [], RuntimeException
        + FullyQualifiedErrorId : MethodNotFoundHelp!

    Now for an answer - your remote session doesn't have the same object you have on the server itself.  Notice it says this is an array list, not a ProxyAddressCollection.  If you need to work around this, you'll need to massage the addresses another
    way that the system will accept.  I'd try the following:
    $NewAddresses = $mailboxEmailAddresses | ? { $_ -notlike "eum:50004;phone-context=telExt5digits.lync5.com" }
    See what you get in the $NewAddresses variable when you do this.

  • I just got a new Mac Mini, and now when I try to import photos into Lightroom, iPhoto try to load them first, then Lightroom can't find the files.  Big problem.  What to do?

    I just got a new Mac Mini, and now when I try to import photos into Lightroom, iPhoto ties to load them first, then Lightroom can't find the files.  Big problem.  What to do?

    Simple:
    File -> Export to get your photos out of the iPhoto Library. In the Export dialogue you can set the kind to Original and you'll get back exactly what you put in.
    Apps like iPhoto2Disk or PhotoShare will help you export to a Folder tree matching your Events.
    Once exported, you can then trash the iPhoto Library - just drag it from the Pictures Folder to the trash and empty it.
    After that, if you're entirely neurotic about it, just put the iPhoto app in the trash and empty it.
    Regards
    TD

  • I keep getting a 'program error' when I try to import an image

    I just downloaded photoshop cc and when I try to import an image into my project it keeps giving me a 'program error' Does anyone else have this problem?

    OK, then I don't know what would be causing it.
    We haven't seen such problems on MacOS 10.9.
    What else did you change on the system since it was last working?

  • Getting error when running PRC: Transaction Import

    Hi Folks
    Am getting an error when running PRC: Transaction Import to transfer time entries from OTL to Projects.
    Has anybody encountered this before?
    "MSG-20002: ORA-20002: pre_import:ORA-01422: exact fetch returns more than requested number of rows
    ORA-06512: at "APPS.PA_TRX_IMPORT", line 7549"
    If yes, please let me know the resolution.
    Kind Regards
    Srini.

    Pl see if MOS Doc 117395.1 (Transaction Import Interface Troubleshooting Guide) can help
    HTH
    Srini

  • Keep getting error when I try to convert tif to pdf

    I keep getting an error when I try to convert a scanned document (*tif) to a pdf.

    Well, this is the Reader forum. The PDF Pack one is here: Adobe PDF Pack (read only)

  • When I try and import anything into my lightroom 5 light says not responding?

    Light does not respond when I try and import photos. It doesn't even go to the place where it asks you from what device to you want to import from. I have had lightroom 5 for about one month and this is the first time this has happended. Brad

    After months of frustration with this issue, I have found a solution on my machine. I use Compact Flash. One of the pins in the reader was bent and touching an adjacent pin. After straightening the pin so that it ddi not touch, the dialog opens properly.
    On my machine, this "is not responding" message appeared whether or not there was a card in the reader. Every time that I tried to open the dialog, I would get this message as the dialog tried to populate the file source. Eventually, after from 5 to 30 minutes of waiting, the dialog would populate. Once the source was selected, the import worked properly.  I now use a USB reader to avoid bending the pins in the built in reader.
    The dialog now opens immediately and I can import efficiently.

  • Error when I try to import a boot image

    Hi guys,
    I have SCCM 2012 SP 1 updated.
    I delete all boot image from library and I try to import anther boot.wim from original dvd.
    Error: Data Source Information
    • Source location: \\xxx\sccm image\X17-24269\sources\boot.wim
    • Boot Image: 1 - Microsoft Windows PE (x64)
    Error: Package Information
    • Name: boot
    Error: Errors
    • You can not import this boot image. Only finalized boot images are supported. For more information press F1.
    Any idea's ?
    Thanks.

    Long thread here. It might help you.
    http://social.technet.microsoft.com/Forums/en-US/064981ba-47ea-4b05-9986-9ed0ccd06853/sccm-2012-sp1-cant-add-boot-image-only-finalized-boot-images-are-supported?forum=configmanagerosd
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Quicktime Pro 7.6.9 crashes when I try to import image sequence

    Hi,
    I'm running Quicktime Pro 7.6.9 on a Windows XP machine with service pack 3.
    I shot some timelapses with my Nikon D7000 as jpegs and while trying to import the image sequences into Quicktime so I can export them out as .MOVs, I noticed that Quicktime crashes when ever I try to import a sequence that has 240 or more pictures. Most of my timelapses have 240 or 360 pictures. I was able to import a sequence that had only 180 pictures. Does Quicktime Pro 7.6.9. have an image sequence limit that I don't know about? I don't have any sequences that are anything between 180 and 240, so I can't test out numbers like 190, 200, 210, etc.
    Any ideas on what's happening?

    The files are 4928x3264 JPEGs. I'm trying to make 1920x1080 .MOV files. Quicktime crashes as soon as I select the first pic from the image sequence.
    I tried another sequence that had 600 pics and it worked fine, so it's obviously not some sort of image limit. But I can't figure out why these three sequences that each have 240 images would cause the program to crash everytime.

Maybe you are looking for

  • Change the Apple color

    So lets say I changed my apple logo's color and didnt break anything during the proccess. Will this still void my warranty? I already had a problem with my macbook before i did it which is the battery not showing up or charging while the system is bo

  • Looks like final cut pro does run and "runs well" on macbook

    http://www.creativemac.com/articles/viewarticle.jsp?id=43717 "Contrary to the bizarre rumor, the MacBook can indeed run Final Cut Pro, and it can run it quite well, if these tests are any indication. For Final Cut Pro, we ran four individual tests to

  • Shortcut problem Nokia 2730 classic

    Hi, I have a problem with the personal shortcuts. Everytime I personalize my shortcuts (e.g. alarm clock on right selection key) and later switch the phone off the settings were not saved when I turn it on again. How do I personalize my shortcuts and

  • Approval Stage & Template Problem

    Hi Experts, I have created approval stages and template for outgoing payments where document total is the only criteria for approval templates. Is it possible to restrict specific user with outgoing payment series wise by writing query ?? If possible

  • HT2736 I would like to gift an album to someone who's using a different country's iTunes Store. Is this possible?

    I use the US iTunes Store, but my friend is on the UK iTunes Store. Is it possible for me to gift them a song or album that is not available on the UK store?