Insufficient DB Space

Hi,
I have insufficient space in Transaction log, the harddisk parttition has only 5 MB freespace, In other partition i got 250 GB free space. How can I change the path of the DB? Any specific tcodes or can I do it at DB Level. I am running on SQL Server.
If I Try any tcode, it gives dump error. Completely stuck up. Pleas help.
Points Gauranteed.
--Ragu
Message was edited by:
        Raguraman C

Hi,
You must turn off SAP instance and run SQL Enterprise Manager.
Find your database SID name and detach it.
When database is detached, copy transaction log to 250GB partition and run Enterprise Manager again. Log on to the DB server and attach database. You will see small table with paths to every DB files, for example:
siddb.mdf c:\program files\sap\sid
siddb.ndf  d:\sap\sid
siddb1.ldf   e:\sap\log\sid
siddb2.ldf   e:\sap\log\sid
Change siddb1.ldf and siddb2.ldf to your new partition drive letter and click attach database.
Regards,
Marcin Gajewski

Similar Messages

  • Adobe Bridge CS5, error when creating contact sheet "There is insufficient disk space..."

    I am running Bridge CS5 for the first time and I receive this error when attempting to create a contact sheet. "There is insufficient disk space to complete this operation." The image files I am using are web optimized and very small. The error even occurs when attempting one small image. I have gone back to using Bridge CS4 and it works just fine. Any help?
    Thanks!

    I think I narrowed this down to having a network volume mounted with a share name of "Users".  The strange thing is even you if unmount the volume you will still have problems.  However, if you avoid mounting the volume entirely (from boot) it will be OK.
    The solution, it appears, is to rename the sharepoint to something other than "Users".  This worked for us.  I'm not sure if it matters whether the server is Windows or Mac OS.  In our case the sharepoint was an AFP volume on Mac OS.
    We had other errors related to Bridge such as "unable to create folder" and the path in the message appeared to be /Users/currentUser/.....  which made no sense at all.  However, if Bridge was internally trying to use /Volumes/Users (the mounted sharepoint), it would not only not find "currentUser", but it would not have permissions to create that folder either.
    So, another possible solution could be to grant file creation rights on the network volume "Users".  Another not-so-great idea.
    Hope that helps someone else!

  • Insufficient Disk Space: What do I do? I do not want to delete all of my projects. If I delete them and then empty the trash it will free up some space but I have deleted way more than I am tryig to import.

    I keep getting a message when I try to import pics. Insufficient disk space. What do I do? I do not want to delete all of my pics!

    Easiest thing to do would be to buy an external hard drive and move your Aperture library to that drive.

  • Insufficient free space in the database during upgrademodule General checks

    we are upgrading SAP R/3 Enterprise 470 110 to ECC6 on Oracle/Windows.
    During PREPARE module: General checks the file CHECKS.LOG show the following information:
       #====================================================#
    Requests and information for module General checks #
       #====================================================#
    INFO> The following values may be preliminary because of
          free space consumption during productive operation and
          additional free space requests derived in a later stage.
          Conversions of modified tables can require additional space.
          Please use the largest free space request printed,
          which are the values at the very end of this file.
    ERROR> Insufficient free space in the database as follows:
    Create TABLESPACE PSAPDIMD             with 102 MB
    Create TABLESPACE PSAPDIMI             with 102 MB
    Create TABLESPACE PSAPODSD             with 112 MB
    Create TABLESPACE PSAPODSI             with 112 MB
    Create TABLESPACE PSAPFACTD            with 102 MB
    Create TABLESPACE PSAPFACTI            with 102 MB
    INFO> To adjust the size of your tablespaces, you may use the commands
          in file 'C:\usr\sap\put\log\ORATBSXT.LST' using the 'brspace' utility.
          Please copy the file before making changes, as it may be
          overwritten in subsequent upgrade phases.
    INFO> During the upgrade, the new SAP kernel
          will be installed. All files and subdirectories
          in directory C:\usr\sap\CTD\SYS\exe\run which are not used
          in Release 700 will be removed.
          The files from "dbclient.lst" in the kernel directory are kept.
          Files and subdirectories can be protected from deletion
          if they appear in a file "protect.lst" in the same directory
          (each protected name in a separate line).
          For security reasons, directory C:\usr\sap\CTD\SYS\exe\run
          should be saved in a backup.
    INFO> You already installed kernel extensions.
          Please unpack the archive(s)
          RFC.CAR
          after the upgrade has finished.
          You can find these archives on the CD "Presentation".
          Do  n o t  unpack the archives now, the software
          is only compatible with the new SAP kernel.
    INFO> It is possible to upgrade the frontend software before
          you start SAPup!
       #===========================================================#
    PREPARE module General checks finished with status failed #
       #===========================================================#
    #====================================================
    Execution of all selected PREPARE modules finished.
    #====================================================
    Now, we have the new tablespace layout and as says the upgrade general note: Note 819655 - Add. info.: Upgrade to SAP NW 2004s ABAP ORACLE we do not have to create tablespaces as saied in PREPARE; so I have adjusted tables DDART,    TAORA, IAORA: with the entry
    DDIM     STD     Dimension Tables in BW
    DFACT     STD     Facts Table in BW
    DODS     STD     ODS Tables in BW
    Then J have repeated the module: GENERAL CHECK but in the file CHECKS.LOG I noted always the same error.
    Any HELPS?????
    Edited by: Raffaele Pezone on Dec 1, 2009 4:25 PM
    Edited by: Raffaele Pezone on Dec 1, 2009 4:34 PM

    As mentioned in sap note: Note 541542 - Upgrade phase INIT_CNTRANS: Container inconsistency
    we don't have standard layout:
    Standard layout: TABART: TAORA-TABSPACE, IAORA-TABSPACE
    SSDEF:  PSAPES<rel>D,   PSAPES<rel>I
    SSEXC:  PSAPES<rel>D,   PSAPES<rel>I
    SLDEF:  PSAPEL<rel>D,   PSAPEL<rel>I
    SLEXC:  PSAPEL<rel>D,   PSAPEL<rel>I
    APPL0:  PSAPSTABD,      PSAPSTABI
    USER :  PSAPUSER1D,     PSAPUSER1I
    <...>:  PSAP<.....>D,   PSAP<.....>I
    but
    MCOD Layout (new layout)
    SSDEF:  PSAP<sid><rel>, PSAP<sid><rel>
    SSEXC:  PSAP<sid><rel>, PSAP<sid><rel>
    SLDEF:  PSAP<sid><rel>, PSAP<sid><rel>
    SLEXC:  PSAP<sid><rel>, PSAP<sid><rel>
    APPL0:  PSAP<sid>USR,   PSAP<sid>USR
    USER :  PSAP<sid>USR,   PSAP<sid>USR
    <...>:  PSAP<sid>, PSAP<sid>
    but we don't use Multiple component in one Database. We have only one instance in one DB.
    in fact we have following tablespaces:
    PSAPSID   
    PSAPSID620
    PSAPSID700
    PSAPSIDUSR
    PSAPTEMP  
    PSAPUNDO  
    SYSAUX    
    SYSTEM
    I have just created PSAPSID700 as  PREPARE says.

  • Can't import photos from camera -"Insufficient disk space on volume"?

    Please excuse my ignorance if there is a fix for this that I haven't found here.... I reinstalled iLife '11 yesterday because iPhoto would not recognize the camera. Now it recognizes the camera but it won't import the photos. I've tried all the suggestions, trashed the cache, the preference file, restarted, created a new library and I still can't import the photos from the camera to iPhoto because it says "insufficient disk space on volume." I have plenty of space on my hard drive. I can import through Image Capture but why go the extra step when importing to iPhoto was so very easy before? Can anyone help with this?

    This has been reported - not sure if there ever was a solution or not - search the forums to find the threads
    you can try renewing the iPhoto preference file to see if that helps -
    A good general step for strange issues is to renew the iPhoto preference file - quit iPhoto and go to "your user name" ==> library ==> preferences ==> com.apple.iPhoto.plist and trash it - launch iPhoto which creates a fresh new default preference file and reset any personal preferences you have changed and if you have moved the iPhoto library repoint to it. This may help
    This does not affect your photos or any database information (keywords, faces, places, ratings, etc) in any way - they are stored in the iPhoto library - the iPhoto preference file simply controls how iPhoto works - which is why renewing it is a good first step.
    LN 

  • Bridge CS6:  Output to Web or PDF - insufficient disk space..

    I have recently installed the CS6 cloud version of Bridge, but now get this error when trying to produce (or refresh) a contact sheet using Output to Web or PDF - There is insufficient disk space to complete this operation
    The error occurs no matter what the file size is, or if multiple of single files are selected - and as the sole application open. I'm running the application in OS X 10.8, with 8GB of RAM and 512MB of VRAM, so disk space doesn't seem to be the issue?
    I've just installed the lastest Bridge update, but this has made no difference. Thanks for your feedback in advance..

    I've found an old post which highlights a USERS folder conflict?
    Without any significant knowledge about working over a network I do know Bridge uses a Cache file on a user related base. So it might be possible it confuses the two folders if you have both company and private network based on the same user name.
    But as said, just a wild guess. If you need to work over a network try the blog from the Image Archivist, he also used to hang around here in the past:
    http://imagearchivist.blogspot.nl

  • CS6 Bridge Insufficient disk space error when on the domain

    We have a windows domain enviroment, and we run iMacs for the design team.  Using the newest Mac OS X we get the "Insufficient disk space to complete this opperation " error after loading images in Bridge and then try to change or saved them.  When we are not connected to the domain, we can modify and save them locally fine.  But once we log onto the Windows Domain (we have mapped drives using SMB links for storage) you can not use Bridge.  Is this a cashing issue with the mapped drives or is this something else.  I've only seen one other post on this and there was never a real fix. 
    They could use Brige fne on CS5 using the previous version of MacOS(in facct they still have to right now).  So i'm not sure if it is a Mac os issue or a windows/mac issue.  From what I understand the two macs (older laptop and newer laptop) are set up the same way with the mapped drives using the same Domain log in so the preferences are the same.
    The new mac is loaded with an i7, and 16gb ram, and plenty of drive space so I know its not that.
    Thanks for any help
    Tumi-ITGuy

    Anybody have any ideas?
    Not many here now about network set ups. Bridge is not designed for use over a network and also officially not supported by Adobe.
    Bridge also uses a user specific library for its cache data.
    This guy used to hang around here and has a successful set up for a network, try his blog:
    http://imagearchivist.blogspot.nl

  • Acrobat X Pro Error when Save As JPEG: Insufficient Disk Space to Perform Operation

    Using Acrobat X Pro when trying to save a PDF as an Image - JPEG format, the Acrobat application fails with an error: "Acrobat could not save a page in this document because of the following error: Insufficient disk space to perform the operation (Page 1)". Please help with a solution to this problem. The problem is not because of insufficient disk space on my PC.

    Thank you for the reply.
    Please can you help with the location of the TEMP folder and which temporary files to delete (file type/extension). Each of the these folders include an "Adobe" Folder. Each "Adobe" folder size is less than 1MB.
    I am using Windows 8.1 Enterprise 64-bit. I have the following Adobe Acrobat applications installed: Distiller X, X Pro and Reader XI. Is this combination perhaps causing the problem?

  • Insufficient free space error

    Hello.
    I try to install EHP4 on ERP 6.0
    I have x86_64 windows server with two partitions: drive c: and large drive mounted to c:\oracle\SID
    Installation interrupts at PREP_GENCHECKS/SPACECHK_OPT with message
    ERROR> Insufficient free space in the database as follows:
    Create TABLESPACE PSAPSR3701           with 64637 MB
    - it cannot find enough free space on drive c:
    But tablespace should be created under c:\oracle\SID, and there is a lot of free space.
    Can I skip this delirious check of c:\ ?

    Hi,
    Please ensure your brtools is at the latest
    version as per note 12741.
    If the problem still persists, you can set the trace level for brspace
    to 11 as per note 29321 and re-run the phase.
    Usually in sap upgrade this is related to Oracle dba_free_space not the
    system free space, same theory should apply to EHP install. If you have
    an Oracle dba you may ask him to check the data dictionary view
    dba_free_space and available extents for each tablespace.
    Also please review carefully points within Note 716377 - Problem
    analysis in the upgrade: SPACECHK phases ?
    Regards,
    Aidan

  • Insufficient Disc Space for Burning

    My setup: Premiere Elements 12 running on an Apple iMac running OSx Yosemite. Samsung external blu-ray writer.
    I have a recording of a play from my local amateur dramatic society. I have successfully burnt to a DVD-RW complete with menus and photograph gallery. When I insert a DVD-R it tells me there is insufficient disc space. The project is 4.38 Gb and Disc Utility tells me that the DVD has 4.7 Gb free. My hard disc has 826.96 Gb free. I have successfully written to other discs from this spindle in the past. I've tried two discs with the same result.
    I tried burning to a folder then burning a disc using Toast, but the disc auto-played instead of displaying the menu (despite auto-play being unticked).
    Advice would be welcome.

    Mark
    Thanks for the reply and additional information.
    Please consider disc capacity, file size, and bitrate....
    If your Premiere Elements burn dialog Quality area was showing 4.38 GB with "Fit Content to Available Space" enabled, what was it showing for Bitrate.
    Unless the program had to lower the bitrate to 1.69 Mbps or where it could not lower the bitrate any further to make the fit, you should have been able to get a burn to disc in Premiere Elements. The quality would have been worse case at the extremely lowered bitrate, but a burn to nonetheless.
    If you want to pursue this, we could compare the Space Required and Bitrate with and without "Fit Content to Available Space" to get at
    what triggered the Insufficient Disc Space message. We could also look at the Scratch Disk "Disc Encoding" to find to where it is
    directed and how much free space is at that location.
    If you have the time and want to follow up on this, please let us know.
    Thank you.
    ATR

  • CSA MC insufficient disk space

    Hello!
    There is a little problem - low disk space on CSA MC machine. Shrinking database doesn't help. And backups store on anouther logical disk so they don't take free space.
    As I understand the way is to "move" all CSA MC database to anouther machine by reinstalling CSA MC with "Remote Database" option. Am I right? So is there different ways to move CSA MC database files without reinstalling product?
    Thank you,
    Ann

    To free Up Disk Space on CSA MC (Insufficient Disk Space Event)
    Use the following procedure to shrink your database files and log files and increase the amount of free disk space on your CSA MC system. If your CSA MC event log contains an "insufficient disk space" message, this is an appropriate procedure for freeing up space.
    Delete old log files and old CSA MC database files
    Step 1 Stop the CSA MC and agent services.
    From a command prompt window, type the following commands:
    net stop Cisco Security Agent
    net stop Cisco Security Agent MC
    Step 2 Access the CSCOpx\CSAMC\db and CSCOpx\CSAMC\cfg folders and delete old database files with names such as: csamc.mdf.Vm.n.0.ddd, csamc_log.ldf.Vm.n.0.ddd, csamc_volatile_data.ndf.Vm.n.0.ddd.
    Caution DO NOT delete files csamc.mdf, csamc_log.ldf and
    csamc_volatile_data.ndf. (Files with no old version number suffixes.)
    Step 3 Access the CSCOpx\CSAMC\log directory and delete old log files of the form csamc.nnn.
    Step 4 Start the CSA services. From a command prompt window, type the following commands:
    net start Cisco Security Agent
    net start Cisco Security Agent MC

  • RW-20001 Error: Unzip failed: Insufficient disk space:

    Hi ,
    I'm trying to install Oracle apps 11i on windows xp professional. I'm having 320 GB hard disk and 4 GB ram. I have divided into 3 partitions .
    C 60 GB
    D 120 GB
    E 140 GB.
    I've staged all the dvds into E Drive. I'm installing apps on D Drive. At the step 4 of 5 after 1200 file i'm getting RW-20001 Error: Unzip failed: Insufficient disk space: Please create enough space for the install.
    After I've pressed Retry It went to 60% to 80% and it was stopped from there it did not proceed further. Its saying Staring CVM on Middle Tier and strucked there.
    I'm totally new to oracle apps. Could any please help me out from this problem.
    Any suggestions to get past this would be appreciated.
    thanks & regards,
    Venkat.

    Hi,
    At what file RapidWiz gives this error?
    Please review the following document and see if it helps.
    Note: 786816.1 - Installing Oracle Apps 11.5.10.2, Fails With Insufficient Disk Space On Win2003 Server
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=786816.1
    Regards,
    Hussein

  • Javax.mail.MessagingException: 452 4.4.5 Insufficient disk space; try again

    I am getting this exception , while my application is trying to send mails. The complete stack trace is below
    com.bp.ebus.downstream.util.ErrorLevelException: javax.mail.MessagingException: 452 4.4.5 Insufficient disk space; try again
    later
    at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:879)
    at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:599)
    at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:319)
    at com.bp.ebus.interfaces.SmtpClient.sendMessage(SmtpClient.java:252)
    at com.bp.ebus.interfaces.SmtpClient.send(SmtpClient.java:191)
    at com.bp.ebus.downstream.ejb.ServicesSessionBean.sendNewEmails(ServicesSessionBean.java:105)
    at com.bp.ebus.downstream.ejb.ServicesSessionBean_f7hinc_EOImpl.sendNewEmails(ServicesSessionBean_f7hinc_EOImpl.java:
    166)
    at com.bp.ebus.downstream.ejb.ServicesSessionBean_f7hinc_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:305)
    at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:93)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:274)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:22)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    at weblogic.rmi.internal.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:85)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:262)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:229)
    at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
    at $Proxy4.sendNewEmails(Unknown Source)
    at com.bp.ebus.lighthouse.jobs.SendEmail.run(SendEmail.java:70)
    at java.util.TimerThread.mainLoop(Timer.java:435)
    at java.util.TimerThread.run(Timer.java:385)
    My OS is solaris and Application server is weblogic.

    The message is coming from your mail server.
    Looks like your server is out of disk space.

  • Step 6 error insufficient disk space in oracle linux

    hi am in step 6 installing my oracle oracle in oracle Linux am getting insufficient disk space on this volume for the selected oracle
    i have this dir oracle_base = /u01/app/oracle/product
    sofware location /u01/app/oracle/product/11.2.0/db_1
    database file location /u01/app/oracle/product/oradata
    how can i check space becuase is have enough space
    Edited by: Tshifhiwa on 2012/01/27 2:40 PM
    i type free -m
    total used free shared buffers cached
    Mem: 1988 1844 143 0 36 1365
    -/+ buffers/cache: 443 1545
    Swap: 3999 0 3999
    Edited by: Tshifhiwa on 2012/01/27 2:40 PM
    Edited by: Tshifhiwa on 2012/01/27 3:44 PM
    Edited by: Tshifhiwa on 2012/01/27 4:05 PM

    Tshifhiwa wrote:
    hi am in step 6 installing my oracle oracle in oracle Linux am getting insufficient disk space on this volume for the selected oracle
    i have this dir oracle_base = /u01/app/oracle/product
    sofware location /u01/app/oracle/product/11.2.0/db_1
    database file location /u01/app/oracle/product/oradata
    how can i check space becuase is have enough space
    Edited by: Tshifhiwa on 2012/01/27 2:40 PM
    i type free -m
    total used free shared buffers cached
    Mem: 1988 1844 143 0 36 1365
    -/+ buffers/cache: 443 1545
    Swap: 3999 0 3999
    Edited by: Tshifhiwa on 2012/01/27 2:40 PM
    Edited by: Tshifhiwa on 2012/01/27 3:44 PM
    Edited by: Tshifhiwa on 2012/01/27 4:05 PM<Sigh!>
    http://lmgtfy.com/?q=check+disk+space+in+linux

  • Adobe Creative Suite 4 Error "Paused-Insufficient Disk Space!" Help!

    Hi guys,
    I am downloading the Adobe Creative Suite Master Collection CS4 Trial Version and everything went well until the time I downloaded 4 GB out of 5.43 GB. The Akamai Download Manager said: "Paused - Insufficient Disk Space!" I don't know why this would happen. I restarted the Download Manager a couple of times, but they came up with the same error. I don't know what to do! I am installing it on an external hard drive, maybe thats the problem. On my Local Disk I have 9 GB left, so I turned to my external drive, which had 445 GB, but after downloading the 4 GB, has 440 GB left. Can anyone please help me? Attached is a pic of what the error looks like. All help would be highly appreciated.
    Thanks!

    you can dl the installation files or copy the files from your disk to a desktop directory.
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5 | 1
    Contribute:  CS5 | CS4, CS3 | 3,2
    FrameMaker:  12, 11, 10, 9, 8, 7.2
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Why am I getting a message "Insufficient Disk Space"

    I installed a new hard drive yesterday, and used Time Machine to restore all the information from my old hard drive.  Today I tried to open iPhoto and had a message that it was not found so I used the install disk for iPhoto and reinstalled.  I have my former iPhoto Library, but when I try to import new photos from my desk top, I get the message "Insufficient Disk Space" "iPhoto cannot import your photos because there is not enough free space on the volume containing your iPhoto library".  I don't understand since I have 354 GB available on my hard drive. What do I need to do to fix?

    That's an indication that the library is damaged. Make a temporary, backup copy (if you don't already have a backup copy) of the library and apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

Maybe you are looking for

  • Corrupt Images after syncing Photos

    Has anyone experienced corrupt images after performing a sync? After activation and at some point during my first sync my machine blue screened. After a reboot it appears that everything is running smooth, however, I notice that most of the pictures

  • If I use icloud will my iweb files be available on all of our devices?

    Will I be able to acces my iweb files on both  our iMac and MacBook Pro if I use iCloud?

  • LSMW - help required.

    Hi,   I want to create a cost centre thru LSMW... I was able to go till step 9. where in I have to import data there when I execute it gives a dump saying "No authorization to open the file "LSMW_DEMO_COSTCENTER_COCTR_REC.lsmw.read"."... Now I go bac

  • ITunes and Library missing! Please help!

    Hi everyone Need a bit of a help. Just download the new version of iTunes and i have lost all my library and my playlists. How can I locate them and get them back I suppose they must be in some folder? Any help will be deeply appreciated. Thanks Ret

  • IMovie failed download

    I only have one apple ID and when I went to download iMovie is says "Update Unavailable with this ID.  This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled."  I need hel