Power failure and lost Pages file

Power on my laptop suddenly went off and I had not saved a copy of a new Pages file I was working on. It does not appear in recent files or anywhere when I restarted and opened Pages. Are temp files stored anywhere that I might look to recover the work I've done?

Mark,
No, unfortunately.
You can set Pages to save a copy of any +previous version+ in your Preferences, however this wouldn't help in this case.
Download (free):
http://www.macupdate.com/info.php/id/29454/eversave
To autosave everything you wish in your Mac.
Best is to use cmd S regularly as you work, then you choose at what point it is saved.
Peter

Similar Messages

  • I had a drive failure and lost the iWeb file along with other things.   I did manage to save a lot of user file documents but I don't see or   recognize the my iWeb site file. It was on a 15" G4 Titanium pb. I'm trying to find a way, using version 2.0.4

    I had a drive failure and lost the iWeb file along with other things. 
    I did manage to save a lot of user file documents but I don't see or 
    recognize the iWeb site file. It was on a 15" G4 Titanium pb.
    I'm trying to find a way, using version 2.0.4 of iWeb on a different 
    pb to recover the file into the iWeb app or a way to download the site into iWeb.
    There are 6 pages of images and text, and it 
    would be a task for me to recreate the whole thing again. I did 
    download the site but I don't know how or if I can get iWeb to see it and open it.
    Does anyone have any knowledge about this? The link to my site:
    <http://web.mac.com/danauerbach>
    Any suggestions will be most appreciated.
    dan auerbach
    [email protected]

    Unfortunately iWeb cannot read or import previously published files, only generate them.  You'll have to recreate your site from scratch.
    However, Chapter 2.3 on the iWeb FAQ.org site has tips on using some of the existing files, image, audio, video, etc., from the published site in the recreation of the site.
    OT

  • Power failure and FileOutputStream behavior.

    Hi,
    In our application, we use FileOutputStream to write binary data to a file. We perform a out.close() to close the file. However, if there is a power failure, the data is not written out.
    We created a simple test utility, which writes out 1K file containing 256 sequences of the string 'abcd'. After the close, we did a sleep(60000) to sleep for a minute. Everything works fine in the normal case. If however there is a power failure (pull the power cord), after the close() but before the sleep() expires, the file is not written out. We get a file of either zero bytes or sometimes a file of 1024 bytes, all of them being zero. The JVM sis the SUN JVM 1.4.3_08
    The following is a simple class.
    import java.io.File;
    import java.io.FileOutputStream;
    public class FileWriteTest {
         public static void main(String args[]) {
              if (args.length < 1) {
                   System.err.println("Usage: <file> <wait-time>");
                   return;
              final String filename = args[0];
              final byte[] buffer = new byte[1024];
              int waitTime = 60 * 1000;
              if (args.length == 2)
                   waitTime = Integer.parseInt(args[1]);
         for (int i = 0; i < 256; i++) {
                   buffer[i * 4 + 0] = 'a';
                   buffer[i * 4 + 1] = 'b';
                   buffer[i * 4 + 2] = 'c';
                   buffer[i * 4 + 3] = 'd';
         try {
                        java.io.OutputStream out = new FileOutputStream(new File(filename));
                        out.write(buffer, 0, buffer.length);
                        out.close();
                        Thread.sleep(waitTime);
              } catch (Exception e) {
                   System.err.println("Exception: " + e.getLocalizedMessage());
                   e.printStackTrace();
                   return;               
    Thanks.

    FileOuputStream doesn't do any buffering so what you are seeing is the behaviour of your operating systems. They usually defer writes so they can be consolidated and performed at convenient times for the disc controller.

  • Commercial power failures and FiOS service interruptions

    Severe weather reminder for our FiOS customers...
    In the event of a commercial power failure, your FiOS battery backup will power your standard voice service for approx 8 hours. For additional information about the battery backup unit, click here for more info.
    It’s possible that after electrical power is restored, you may still be without FiOS TV service. Sometimes resetting your Battery Backup Unit (BBU) is needed. Click here for more info.
    For an automated wizard to help with FiOS restoration, click here.
    Due to extreme weather conditions, there may be storm related power outages in your area.  Your FiOS services will be affected until power resumes.  If you do not have power please contact your local power company.  If your power is restored and your FiOS services are still not working, you can report an outage, check status, request a new repair or update an existing repair online at www.Verizon.com/repair .  If some of your Verizon services are working, but not all, you can use the In Home Agent application on your PC to troubleshoot and restore services.   We apologize for any inconvenience.

    when you lose power, the BBU kicks in, and after  minute or so, the video and data ports will be shut off at the ONT at your house to save battery power.... the battery is ONLY for the phone
    In the event that the Verizon CO lost power/signal and you truly had no signal coming to your house.. then all services would go down
    Bob Robertson - Lighter Klepto - I steal lighters, not bandwith

  • I had a power failure and for a number of websites why do I now get the message "This Connection is Untrusted."

    After rebooting after the power failure when I go to new websites or even within some websites after clicking on a link the message box appears and I have to add a security exception to get past the message and see the link. I am using V4.0. I do not get that message on another computer using V 3.6.15.
    What can I do to reset the browser?

    John,
    That did it! I no longer get that message. The clock was set to the wrong day and time. So far it is keeping time correctly, but per your suggestion I will also check the battery.
    Thanks for the prompt and accurate help.
    H Weiss

  • Updated to 7.0 and lost video file purchased from iTunes

    I updated my iTunes today and a video file I purchased from iTunes in February is gone. The file is still on my iPod because I have not sync'ed it yet. I know that once I do the file is lost for good. Is there a way of preserving it and putting it back into iTunes without repurchasing it?
    Thanks,
    Dotdan
    AMD 64 Bit   Windows XP  

    This happened to me, but I lost all my purchased music files when I downloaded itunes 7. I should of waited, so all the bugs could be worked out, cause I lost over $100 worth of songs, and have no idea how to get them back. Anybody?

  • TNS Packet writer failure and end-of-file on communication channel

    Hello Sir/Mam,
    I m working on oracle server 9i. when i insert data into Blob,Nclob,Clob field which is larger than 4KB, this message occur everytimes.(TNS Packet writer failure or end-of-file on communication channel).
    Can u tell me why this happen when i insert large data from 4KB.
    I m using oledb to insert data into a table.if datasize is less than 4 KB ,its easily insert.
    My Code Module is this
    BOOL CconnectivityDlg::OpenOracleFile()
         BOOL bResult=FALSE;
         bFile = FALSE;
         dwFileSize = 0;
         CString csVirtualPath;      
         CFileDialog dlg(TRUE);
         if(dlg.DoModal()==IDOK)
              StrName = dlg.GetPathName();
         hFile1=CreateFile(StrName,GENERIC_READ|GENERIC_WRITE, FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE,
                                       NULL,OPEN_EXISTING, NULL,NULL);
         unsigned int count =0;
              if(hFile1==INVALID_HANDLE_VALUE)
                   if(count<5)
                        count++;
                        Sleep(1000);
                   else
                        return bResult;
         DWORD dwHighPart,dwLowPart;
         dwLowPart = GetFileSize(hFile1,&dwHighPart);
         LARGE_INTEGER NewFilePointer;
         NewFilePointer.LowPart = dwLowPart;
         NewFilePointer.HighPart = dwHighPart;
         dwFileSize = NewFilePointer.QuadPart;     
         bFile     = TRUE;
         bResult = TRUE;     
         if(hFile1)
              CloseHandle(hFile1);
              hFile1 =NULL;
         return bResult;
    BOOL CconnectivityDlg::CreateConnection()
         BOOL bResult = FALSE;     
         CString Count,strFileSaveName;
         Count.Empty();
         strFileSaveName.Empty();
         unsigned int nCounter = 0;     
    repeat:     
         if(!AfxOleInit())
              return FALSE;
         m_pConn.CreateInstance (__uuidof(Connection));
         CString strConn ;
         strConn.Empty();
         m_pConn->CursorLocation = adUseClient;
         strConn     =_T("Provider=MSDAORA;OSAuthent=1;Data Source =LOVE;Connect as =SYSDBA;");
         try
              m_pConn->Open(_bstr_t(strConn),_bstr_t("system"),_bstr_t("system"),adConnectUnspecified);
              bResult = TRUE;
         catch(_com_error& e)
              CString sBuff = GetErrorDescription(e);
              AfxMessageBox(sBuff);
              return 0;          
         catch(...)
              AfxMessageBox(_T("UnknownError"));
              return 0;
         m_pCom.CreateInstance(__uuidof(Command));
         try
              m_pCom->ActiveConnection = m_pConn;
         catch(_com_error& e)
              CString sBuff = GetErrorDescription(e);
              AfxMessageBox((sBuff));          
         catch(...)
              AfxMessageBox(_T("UnknownError"));
         return bResult;
    CString CconnectivityDlg::insertimage()
         CString Query,ColmnName;
         Query.Empty();
         ColmnName = _T("FIRST");//Coloumn Name
         Query = _T("insert into SINGLE(FIRST) values (?)"); //Table in which i want to insert data of Nclob type.
         hFile1 = CreateFile(StrName,GENERIC_READ,FILE_SHARE_READ,NULL,OPEN_EXISTING,FILE_ATTRIBUTE_NORMAL,NULL);//File from i read the data to insert into nclob field
         DWORD dwHighPart,dwLowPart;
         dwLowPart = GetFileSize(hFile1,&dwHighPart);
         LARGE_INTEGER NewFilePointer;
         NewFilePointer.LowPart = dwLowPart;
         NewFilePointer.HighPart = dwHighPart;
         dwFileSize = NewFilePointer.QuadPart;     
         BYTE *ImageData = new BYTE[dwFileSize+2];
         memset(ImageData,0,dwFileSize+2);
         BOOL bRead = ReadFile(hFile1,ImageData,dwFileSize,&dw,NULL);
         VARIANT varChunk;
         long lngOffset=0;
         UCHAR chData;
         SAFEARRAY FAR *psa = NULL;
         SAFEARRAYBOUND rgsabound[1];
         rgsabound[0].lLbound=0;
         rgsabound[0].cElements=dwFileSize;
         psa = SafeArrayCreate(VT_UI1,1,rgsabound);
         HRESULT hr;
         while(lngOffset < (long)dwFileSize)
              chData = ((UCHAR*)ImageData)[lngOffset];
              hr = SafeArrayPutElement(psa,&lngOffset,&chData);
              lngOffset++;                                        
         lngOffset     = 0;
         varChunk.vt=VT_ARRAY|VT_UI1;
         varChunk.parray=psa;
              try
              m_pCom->Parameters->Append(m_pCom->CreateParameter(_bstr_t(ColmnName),adLongVarWChar,adParamInput,(ADO_LONGPTR)dwFileSize,varChunk));
              VariantClear(&varChunk);
         catch(_com_error& e)
              CString sBuff = GetErrorDescription(e);
              AfxMessageBox(sBuff);
         if(ImageData)
              delete[] ImageData;
              ImageData = NULL;
         try
              m_pCom->CommandText=_bstr_t(Query);
              m_pConn->CursorLocation = adUseClient;
              m_pCom->CommandTimeout=0;
              m_pCom->Execute(NULL,NULL,adCmdText);
         catch(_com_error& e)
              CString sBuff = GetErrorDescription(e);
              AfxMessageBox(sBuff);
         return 0;
    CString CconnectivityDlg::GetErrorDescription(_com_error& e)
    bstrt bstrSource(e.Source());
    bstrt bstrDescription(e.Description());
    _TCHAR szTemp[1024];
    CString strInfo ;
    wsprintf(szTemp, _T("Message : %s\n"), e.ErrorMessage());
    strInfo = szTemp;
    wsprintf(szTemp, _T("Code : 0x%08lx\n"), e.Error());
    strInfo += szTemp;
    wsprintf(szTemp, T("Source : %s\n"), bstrSource.length() ? (LPCTSTR)bstrSource : T("null"));
    strInfo += szTemp;
    wsprintf(szTemp, T("Description : %s\n"), bstrDescription.length() ? (LPCTSTR)bstrDescription : T("null"));
    strInfo += szTemp;
         CString str     =     strInfo;
         if(str.Find(_T("not a valid password"),0) > 0)
              strInfo     =     _T("File is password protected") ;
    return strInfo;
    }

    user7728510 wrote:
    Hi,
    for what i know, MSDAORA provider doesn't support Oracle data types introduced since <font face="tahoma,verdana,sans-serif" size="1" color="#000">version</font> 8, as CLOB, BLOB and so on, so i think that it uses varchar2 up to the 4k limits and then causes this error.
    Have you tried with the OraOLEDB.Oracle.1 provider instead?Nice writing, Thanks for your explanation!

  • Recovering Lost Pages Files

    Hi! I recently got a new MacBook Air that's running OS 10.9.4. I created a document using Pages and uploaded the document (I thought) to my Gmail account. I then deleted the file from my Air and emptied the Trash.
    This morning, I went into my Gmail account and tried to open the Pages document. To my dismay, the document wouldn't open. Upon further examination, it does not appear to be the complete file - it's only 272 bytes.
    I ran a file recovery program (Disk Drill) and it didn't turn up any Pages files. I'm hoping there is some way to recover this document, as I spent a lot of time on it. If you have any tips, I'd be very grateful. Thanks!

    Do you know the name of your letter? Search for it with Spotlight, the magnifying glass on the top right of your menu. Spotlight will find keywords or names inside the document.
    Also look under:
    Pages > Menu > File > Open Recent
    Or did you save it as 'Unnamed'?
    You may have saved it into your System folder where Spotlight does not search.
    EasyFind [free] whilst slow is thorough and will look everywhere.
    Peter

  • Power failures and the WRT54GL

    I have a WRT54GL. Yesterday, there was a series of three power failures where the power was restored within a split second. After this, I noticed that the Internet connection was down and that the power LED was flashing, which usually happens when the firmware is corrupt, as seen here: http://linksys.custhelp.com/cgi-bin/linksys.cfg/php/enduser/std_adp.php?p_faqid=3703. After I power cycled my router, the router worked fine. However, I am worried if the somewhat frequent power failures in my area could brick it. The electricity from Progress Energy, the local electrical utility in Cary, NC where I live, fails approximately once every one to three months, often enough that WRAL-TV did a story on the frequent power failures last year. However, all of the power problems have been failures and not power surges. Are my worries justified that Progress Energy could brick my router with its flaky power?
    Message Edited by jnv11 on 03-10-200709:14 PM

    Hmmm.. try to buy a UPS to avoid problems during power outtages...

  • I have had my ipad for 6 months. We had a power failure and ever since my ipad will not charge with the wall adapter that came with it.  It will SLOWLY charge when plugged into computer port. Can anyone help me resolve this?

    I have had my iPad for 6 months.  We recently had a power outage and my iPad was plugged in with the adapter that came with it.  Since then I can not charge iPad with adapter, however I can charge it SLOWLY on my computer.  Do you think the adapter got fried?  Also do you HAVE to have iTunes with an iPad, they were charging me alot of fees for games I did not download NOR give my password to have them downloaded so I cancelled iTunes because fo too many fees. Could this have anyting to do with the battery not charging?

    Since then I can not charge iPad with adapter, however I can charge it SLOWLY on my computer. 
    Well, something's definitely wrong if it won't charge from a wall outlet. Make an appointment at a Genius Bar or take it to an Apple certified repair provider.
    As for iTunes charges, according to Apple  iTunes Store: All Sales Are Final
    You can try contacting iTunes Billing:
    http://www.apple.com/support/itunes/
    Click: iTunes Store Account & Billing / Billing Inquiries / Email Us

  • Power Failure and eMac won't come back on

    We had a thunderstorm and the power went out. Not the first time, but even though the eMac was plugged into a surge protection bar, it will not turn on. Any ideas?
    Thanks,
    Chris

    If the PRAM battery (or whatever they call it now) is nearly dead, this will often keep the eMac from booting back up. Usually you will noticed in previous power downs and restarts you may get a message about your clock and date being set wrong. This is a sign your battery is dead. Eventually it gets tot he point where it actually prevents the Mac from starting.
    So unplug the eMac, flip it over, open the door on the bottom where the RAM and battery are. Remove the battery. Put the door back on. Flip it back over. Plug it in and try to start it. If it starts up, then that was your problem. Take the little battery to your local Radio Shack, Best Buy, Comp USA, whatever, and get a new one. In the meantime you should be able to use your computer. Sleep it instead of shutting it down until you get a new battery.
    Good luck,
    Patrick

  • Lost pages files while syncing..

    Hi,
    I bought my wife an I pad for her birthday.... Over the last few months she has used it to write her newest novel. A couple of days ago, she synced the iPad to her MacBook, and has lost the application and the novel!
    Is there any way to get t he files back, she has no other backup!  Silly I know.
    Jeff

    The app may be on the iPad but the icon may have moved when she synced. You can search for the app with Spotlight. From the first home screen on the iPad, swipe to the right and the search feature appears. Type Pages into the search field and see if it shows up. Tap on the icon and it will launch the app.
    Swipe from screen to screen and look for it. It may be buried in a folder or on another screen.
    Did she look in her iTunes library on the computer. If Pages is still in iTunes she can sync it back to the iPad. Maybe she did not have it selected to sync in the Apps Tab in iTunes and that is why it disappeared. If that was the case though, iTunes should have warned her that the app was going to be deleted along with all of the data in the app.
    If the novel is in the iPad backup - she can restore from the backup of the iPad in order to retrieve the novel.

  • How to recover lost pages files after iPad update?

    My friend lost all his pages and numbers documents that were on his iPad after updating yesterday. anyone know how to get them back? they weren't saved anywhere but the iPad. are the pages and numbers files stored during the device backup?

    lindsayward wrote:
    Thanks. If it does an automatic backup when you connect it, which it seems this iPad does, then there will never be an older backup to restore from, is that right?
    Is there any other way..?
    Yes - it will backup automatically. You can prevent iTunes from syncing automatically - which in turn prevents iTunes from backing up automatically as well - but when you do initiate the sync - it will always backup the iPad.
    However, I have read that if you watch the progress bar at the top of the iPad when the sync process begins - you can click on the X in the progress bar to stop it from backing up and it will move to the next step in the sync process. I have never tried that myself. I would only use that method if the sync was hanging up from a bad backup and that would be another problem in itself - so you really don't want to do that.
    What you can do is create a manual backup and then copy  that backup (don't remove it) into another folder on your hard drive. But you have to turn off auto sync so you can control the backup process.
    I do not sync automatically - never have. If you want to turn off auto sync - Launch iTunes on your computer - go to Edit>Preferences>Devices>Prevent iPods, iPhones and iPads from syncing automatically.
    Then when you connect the iPad and iTunes starts up, you can right click on the iPad name on the left and select backup. If you want to keep that backup that you just created - don't sync. Eject the iPad and quit iTunes and find the backup and copy it to another folder on your hard drive.
    Read this article for more information on where you can find the backup folder.
    http://support.apple.com/kb/HT4946
    To finally answer your specific question about having older backups - I do have 4 older backups of my iPad. I can't remember if they were created when I've restored my iPad - which I have done several times - or when the iOS was updated. Like I said - I did restore after the recent iOS update - to a backup that I created prior to the update. It was dated two days prior.
    I hope I have given you some useful information - and not confused you further. I wish someone else would jump in on this thread and clarify the backup question that even I have - where did they all come from ...

  • Queries on DATABASE OPEN RESETLOGS and lost Control Files

    Hi I have some queries on RESETLOGS I would be keen to hear some answers on
    Q1. If I am doing a PITR and I end in ALTER DATABASE OPEN RESETLOGS, what happens about any Archived Redo Log files ( still in situ ) that were from the original source database but were at a future point in time ? Are they just ignored by any future restore ( since their log sequence number will be different ? ) and eventually over written or purged out ?
    Q2. When you create a new incarnation using RESETLOGS can you Flashback Database to before this ?
    Q3. If I have lost all my Control Files and have not created a backup control file or done a backup to trace of the control file, can I simply restore one of the actual control files from my last backup and use RECOVER DATABASE USING BACKUP CONTROLFILE AUTO; or will this only work with a bonafide backup control file ( i.e. one created via ALTER DATABASE BACKUP CONTROLFILE TO ‘<file spec>’; )
    Q4. When I issue RECOVER DATABASE USING BACKUP CONTROLFILE AUTO;
    Do I have to ALTER DATABASE OPEN RESETLOGS at the end of the recovery ? I have seen this documented but I am not sure why I would need to reset the redo logs and instead simply open the database ?
    Q5. If I am running the CREATE CONTROL FILE command from an ALTER DATABASE BACKUP CONTROLFILE TO TRACE;
    Do I need to use the NORESETLOGS or RESETLOGS ? How do I know which to use ?
    thanks,
    Jim

    Jimbo wrote:
    Hi I have some queries on RESETLOGS I would be keen to hear some answers on
    Q1. If I am doing a PITR and I end in ALTER DATABASE OPEN RESETLOGS, what happens about any Archived Redo Log files ( still in situ ) that were from the original source database but were at a future point in time ? Are they just ignored by any future restore ( since their log sequence number will be different ? ) and eventually over written or purged out ?
    what happens when you try it?
    Q2. When you create a new incarnation using RESETLOGS can you Flashback Database to before this ?
    what happens when you try it?
    Q3. If I have lost all my Control Files and have not created a backup control file or done a backup to trace of the control file, can I simply restore one of the actual control files from my last backup and use RECOVER DATABASE USING BACKUP CONTROLFILE AUTO; or will this only work with a bonafide backup control file ( i.e. one created via ALTER DATABASE BACKUP CONTROLFILE TO ‘<file spec>’; )
    what happens when you try it?
    Q4. When I issue RECOVER DATABASE USING BACKUP CONTROLFILE AUTO;
    Do I have to ALTER DATABASE OPEN RESETLOGS at the end of the recovery ? I have seen this documented but I am not sure why I would need to reset the redo logs and instead simply open the database ?
    what happens when you try it?
    Q5. If I am running the CREATE CONTROL FILE command from an ALTER DATABASE BACKUP CONTROLFILE TO TRACE;
    Do I need to use the NORESETLOGS or RESETLOGS ? How do I know which to use ?
    what happens when you try it?

  • Harddrive failure and lost authorizations

    After 5.5 years, my original Mac harddrive failed in my G4. I have a new drive and I am well on the way with software restorals, however, there are some lost programs and program data that someone may be able to answer rather than fumbling in the dark...
    1) I purchased about $20 worth of Itunes in the last 2 weeks. Is it possible to reload the songs from the Itunes store? Lucky I didn't buy any more!
    2) I had purchased Quicktime pro 6 back in '03 and I have the authorization key numbers, but I have no installation disk. How should I proceed?
    thanks a lot
    -John

    1. You probably can't without purchasing the music again, but some people have been able to; use one of the links on this page to contact the iTunes music store customer service.
    2. Click here if you are using Mac OS X 10.2 through 10.39, or here for Mac OS 9 systems; in either case, you can enter your old key the same way you originally entered it after installing the software. If you are using Mac OS X 10.4, you need to purchase a new key.
    (15493)

Maybe you are looking for

  • How do I get Flash player to Play

    I have watched a video on the web using flash in Firefox. I have saved the cache file of the video. I am now off line also the online video is no longer available from it's original source. Now I want to watch the video again using my saved Cache fil

  • MBAM "Enterprise Compliance Report" not updating "Last Contact" date/time for any/all systems.

    Running BitLocker/MBAM 1.0.1237.1. About 1 month ago, "Last Contact" date/time listed in MBAM "Enterprise Compliance Report" stopped updating (last updated 1 month ago) for all systems. However, reporting against these exact same systems individually

  • Problem with SAP logon 720 for printng with Citrix.

    Hi, I have a problem with sap logon 720 when printing for Citrix, one time print and other time don't print.... I try to start SAPLPD for prompt comand... it's start but don't print.... i'm write here for look if other people have this problem... I d

  • Using a form with two input type="submit" ... buttons...

    Hello All! I'm using a form to add and remove parameters for a service definition. <form action="serviceinput.jsp" method="post">                <table>                     <tr>                          <td><b>Level</b></td>                          

  • Re: Mail & attachments sent to PC's

    Use the "Send Windows Friendly Attachments" option when you're sending the email to PC clients.