Help retrieving an older version of a file

I am trying recall an older version of an excel document as the current file is apparently corrupt, how do I go about accomplishing this?

 
Hi, 
When you are retrieving your files, there's an option that says show older versions that allows you to retrieve previous versions of the files.
Please see page 52 of the user manual 

Similar Messages

  • Previewing .iBooks file on iPad opens older versions of the file

    I'm in the process of developing a file in iBooks Author and to preview it, I email the .iBooks file to myself as well as my reviewers to preview it on our iPads. When I preview my .ibook file in iBooks, it open a previous version of the same file. How can I get it to open the latest version?
    I tried deleting all previous versions from iBooks, deleting my previous emails containing older versions of the file.
    Thanks!

    daytoday wrote:
    Wondering if you found a solution to your problem that might help me solve mine.
    I would try deleting all titles from iBooks, uninstalling it, and reinstalling it. Before syncing for the first time, make sure that only the correct version of the book is in iTunes. Also take any older versions and move them into a different location in the file system. Unless you use the consolidated library feature in iTunes, iTunes might possibly be confused and be pointing at an older version of the book. You could also search your iTunes library for stale copies of the book. If you find any, delete them. It sometimes happens that the iTunes library XML file gets out of sync with reality.
    This might help. If not, I'm out of ideas, sorry.
    Michi.

  • Retrieve and older version in BRF+

    The document "Business Rules Framework plus u2013 The Very Basics" says:
    Versioning enables users to track the changes done in the BRFplus objects. If the versioning button is switched on, each time an object is saved and activated, a new version instance for the object is generated automatically. With versioning, it is also possible to run older versions of an object at a given time point. A typical use case would be the change in a policy with the requirement that older data still needs to be processed in the earlier way and new data shall be processed according to the new policy
    Can we retrieve an older version and activate it automatically? I can't see any button in "Versions"  that can do that when there are more than one version: I only see "Compare", "Copy version", "Compare more", "Expand all", "Collapse all". I think about a button like "Retrieve" (Versions --> Versions management) in ABAP Workbench (SE38).
    Thanks.

    Hi Carsten,
    I create a customizing transport order with tcode SE09.
    I create an application in BRF+ with storage type "customizing" with the transport request created in the previous step.
    In the application, I set versioning mode to "Versioning is on for processing-relevant objects" and "set versioning on".
    From the application, I create a data object (element type text).
    I activate the data element and I change its element type to "number".
    Now, I have two versions of the data element. I select the first version and click on "copy version".
    A pop up says "Do you want to include child objects?". I click on "Yes".
    An error message is shown: "No Customizing transport request supplied".
    But I supplied a customizing transport request.
    Can you help me about this error message?
    Thanks.

  • Download older version of a file from SharePoint Document Library using CSOM and 404 error

    Hi,
    I am trying to download previous versions including Major and Minor versions of documents from SharePoint Online using CSOM. I get 404 error when I try to download the file. I found several posts on various discussion forums where people are getting same
    error but none of those have any solution/answer. Below is one of the threads and sample code I have tried that results in 404 error. If I use the link in browser directly, I am able to download the file. Also I am able to download the current version of file
    using CSOM without any problem, it is only the older versions that give me 404 in CSOM.
    http://qandasys.info/how-to-download-the-historical-file-version-content-using-csom/
    public int GetStreamFromFile(string docid, string lib, string fileurl, ClientContext clientContext, int iuserid, string Version, bool isCurrrent)
    if(!isCurrent)
    List LibraryName = clientContext.Web.Lists.GetByTitle(lib);
    clientContext.Load(LibraryName);
    clientContext.ExecuteQuery();
    CamlQuery camlQuery = new CamlQuery();
    camlQuery.ViewXml = "" + fileurl +
    Microsoft.SharePoint.Client.ListItemCollection collListItem = LibraryName.GetItems(camlQuery);
    clientContext.Load(collListItem, items => items.Include(item => item.Id, item => item["FileLeafRef"], item => item["LinkFilename"],
    item => item["FileRef"], item => item["File_x0020_Size"], item => item["DocIcon"], item => item.File.Versions));
    //clientContext.Load(collListItem);
    clientContext.ExecuteQuery();
    foreach (Microsoft.SharePoint.Client.ListItem oListItem in collListItem)
    //string fileurl1 = (string)oListItem["FileRef"];
    //string filename = (string)oListItem["LinkFilename"];
    foreach (FileVersion version in oListItem.File.Versions)
    if (Version == version.VersionLabel)
    //Added excutequery to get object one more time as per blog
    //http://social.technet.microsoft.com/Forums/de-DE/sharepointdevelopmentprevious/thread/88a05256-8694-4e40-863d-6c77512e079b
    clientContext.ExecuteQuery();
    FileInformation fileInformation = ClientOM.File.OpenBinaryDirect(clientContext,version.Url);
    bytesarr = ReadFully(fileInformation.Stream);
    Darwaish

    Hi,
    According to your description,
    I know you want to get older version of a file from SharePoint Document Library using Client Object Model.
    The following code snippet for your reference:
    public void GetVersions()
    ClientContext clientContext = new ClientContext(“http://SPSite”);
    Web site = clientContext.Web;
    clientContext.Load(site);
    clientContext.ExecuteQuery();
    File file = site.GetFileByServerRelativeUrl(“/Shared Documents/mydocument.doc”);
    clientContext.Load(file);
    clientContext.ExecuteQuery();
    ListItem currentItem = file.ListItemAllFields;
    clientContext.Load(currentItem);
    clientContext.ExecuteQuery();
    FileVersionCollection versions = file.Versions;
    clientContext.Load(versions);
    clientContext.ExecuteQuery();
    if (versions != null)
    foreach(FileVersion _version in versions)
    Console.WriteLine(“Version : {0}”,_version.VersionLabel);
    More information:
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.file.versions.aspx
    Best Regards,
    Dennis Guo

  • Is there a way of retrieving and older version of Ibooks? I have os 4.2 and it will only run in 5.0

    is there a way of retrieving an older version of Ibooks. I have OS 4.2 and the newer version requires 5.0

    Only if it's on a computer you have access to, or in a backup of it.
    (75102)

  • Retrieve "real" resource when setting an older version of a file as current

    Hello,
    I need to log access to versioned files, and I have the following problem:
    With a versioned resource, when the user duplicates an older version of a document as being the current version, the KM sends a "COPY" (ResourceEvent.COPY) Event informing this change. Apparently what the KM does is simply to copy the resource from its version repository to the current folder. The problem is that the resource associated with this event (delivered by IResourceEvent.getResource() )is the version of the resource that the KM saved in /<prefix>/.system/versions/<number>/<number>/<ID>.
    Therefore to log this event, I would need a way to get the "real" resource from the KM, to which this version belongs. Does anyone have any idea how to do that?
    Thank you very much!
    Giuliano R. Lima

    Hi,
    thanks for the quick reply. However this still doesn't quite solve my problem. What I really need is to get a hold of a IVersionHistoryResource object, so that I can call its getRootVersionRID() method.
    The IVersionResource offers a method called getVersionHistoryResource(), but it only delivers an IResource as result.
    Any ideas?
    Thanks!
    Giuliano

  • Retrieve an older version in object manager

    hi,
    i wont to now please how can i Retrieve
    a transport to old version (version before) in qa or prod.
    Regards

    Hi,
    In SE38, You can use the menu, Utilities ->Version Management to see all the versions. Each version will be having the transport request number and the author.
    You can even compare between the versions too, to know differences in the code.
    If you want to retrieve or activate or use some older version, simply come through the program change mode, select the version management from the menu and check mark that version and click on menu Versions ->Retrive and then finally activate.
    You can check the versions in any system.
    Hope this helps.
    Thanks,
    Srinivasa

  • Help Installing an older version of iTunes

    I recently installed iOS 7 on my iPhone 4s and -- because I was running iTunes 10.6 -- was required to install iTunes 11.1
    With iTunes 11.1, I can't access the iTunes Store.  Whenever I try, the progress bar gets almost to the end and then iTunes crashes. 
    So far, I've been unable to diagnose/fix the problem. It works in Windows Safe Mode, but not otherwise.  For the things I've tried, see https://discussions.apple.com/message/23143406#23143406
    I'd like to try an older version of iTunes, but there are two problems.  First, iTunes 10.6 wouldn't permit the upgrade to iOS 7, so I assume that iTunes 10.6 will be incompatible with my iPhone now, and AFAIK, there is no going back in the phone itself.  So ... which versions of iTunes work with iOS 7?
    Assuming that iTunes 11.0 will be compatible with iOS 7, there's still the problem that my iTunes library is now no longer compatible with iTunes 11.0 -- at least that's what it said after I uninstalled iTunes 11.1 and tried to install iTunes 11.0.
    To summarize:  3 Questions
    Will iTunes 10.6 work with my iOS 7 iPhone?
    Will iTunes 11.0 work with my iOS 7 iPhone?
    Assuming the answer to 1 or 2 is yes, what do I have to do to get my iTunes library to be compatible with these older versions of iTunes?  If absolutely necessary, I can use a backup from before all this began, but perhaps there's a simpler solution.
    Windows 7 Pro x64

    SOLVED: 
    Added
        ;C:\program files (x86)\common files\apple\apple application support\
    to the end of the system Path as explained here: https://discussions.apple.com/thread/5252101?start=0&tstart=0

  • Edge Animate CC saving older version of my file

    I've been working on a file in EA and I changed some of the imported images and saved the file . I made sure that the publish settings were correct. But when I try to Place the .oam file into a Muse CC project it always gives me the older version of the EA file before the changes.

    Hi Daniel
    The issue is because, the first time you publish as .oam, a new image is captured from stage as (default) poster.png and every time  this is used as poster image for the .oam. However, when you replace the image and if this poster.png is already present then the .oam is published with new image but older poster.png.
    The work around to overcome the problem is, delete poster.png from the 'images' directory of your animate source(from your OS), and then import and re-publish with new images. This time, the .oam poster image will automatically be updated.
    Do let me know If it solved the problem.
    Thanks
    Manigandan

  • HELP WITH AN OLDER VERSION CODE!!!!!

    I am trying to figure out how to convert a code from an older version into JDK1.3.1_01.
    Please HELP!
    Here is my code............
    mport java.awt.*;
    import java.applet.*;
    public class Race extends Applet {
    private Button myButton; //use a button to start the race.
    int race_square; //record the race square 70.
    int t_square; //record the tortoise's position.
    int h_square; //record the hare's position.
    int clock; //record clock ticks.
    public void init()
    myButton=new Button("Start Clock") ; //add button to the top of panel.
    add("North",myButton);
    reset_v();
    public void reset_v()
    race_square=70; // total squares is 70
    t_square=1; //start point =1
    h_square=1; //start point=1
    clock=0; //reset the clock to zero.
    public void race() {
    int i=0; //set some integer varibles.
    int t_random=0; //random number for tortoise.
    int h_random=0; //random number for hare.
    Graphics g=getGraphics(); //define graphics.
    Rectangle r = bounds(); //define painting boundary.
    g.drawString("BANG !!!!!",100,r.height/2-80);
    g.drawString("AND THEY'RE OFF !!!!!",100,r.height/2-70);
    g.drawString(Integer.toString(clock),r.width/2,50); //show the zero clock time.
    do{
    try { Thread.sleep(1000);} //clock ticks 1 second.
    catch (InterruptedException e){}
    clock++;
    g.setColor(Color.lightGray); //clear all the old drawings
    g.fillRect(0,0,r.width,r.height);
    g.setColor(Color.black);
    g.drawString(Integer.toString(clock),r.width/2,50); //show the clock time.
    t_random=getrandom(); // FOR TORTOISE
    if (t_random<=5) t_square+=3; // 50% fast plod: 3 squares to the right.
    else if (t_random>5 && t_random<=7)t_square-=6; // 20% slip: 6 squares to the left.
    else t_square+=1; // 30% slow plod: 1 square to the right.
    h_random=getrandom(); //FOR HARE
    if (h_random<=2) {} // 20% sleep: not move at all.
    else if (h_random>2 && h_random<=4)h_square+=9;// 20% big hop: 9 squares to the right.
    else if (h_random==5) h_square-=12; // 10% big slip: 12 squares to the left.
    else if (h_random>5 && h_random<=8)h_square+=1;// 30% slow hop: 1 square to the right.
    else h_square-=2; // 20% small slip: 2 aquares to the left.
    if(t_square<=0) t_square=1; //always start from 1.
    if(t_square>race_square)t_square=race_square;
    if(h_square<=0) h_square=1; //always start from 1.
    if(h_square>race_square)h_square=race_square;
    g.setColor(Color.red); //draw the tortoise's path: use red color.
    g.fillRect(5,r.height/2-5,5*t_square,5);
    g.drawString("T",5*t_square,r.height/2-7);
    g.setColor(Color.blue); //draw the hare path: use blue color.
    g.fillRect(5,r.height/2+1,5*h_square,5);
    g.drawString("H",5*h_square,r.height/2+17);
    g.setColor(Color.black); //draw the race squares.
    g.drawLine(5,r.height/2,5+5*race_square,r.height/2);
    for(i=5;i<=5+5*race_square;i+=5)
    g.drawLine(i,r.height/2-5,i,r.height/2+5);
    if (t_square==h_square &&t_square!=race_square) // tortoise bites the hare.
    g.drawString("OUCH!!!",5+5*h_square,r.height/2-16);
    }while ( t_square=race_square && h_square=race_square && t_square<=5+5*race_square;i+=5)
    g.drawLine(i,r.height/2-5,i,r.height/2+5);
    g.drawString("T",5,r.height/2-7); //mark tortoise
    g.drawString("H",5,r.height/2+17); //mark hare
    public int getrandom()
    return( 1+(int)(Math.random()*10)); // generating the random number 1 to 10.
    public boolean action(Event e, Object arg)
    if (e.target instanceof Button)
    reset_v(); //reset the initial variables.
    race(); //use the button the start the race.
    return true;

    You posted this yesterday, at
    http://forum.java.sun.com/thread.jsp?forum=54&thread=185330
    The code you've posted doesn't seem to include Ilikejava's suggested changes - which are, as far as I can tell, the major changes required to bring your applet in line with Java 1.3.
    It will be easier to help if you show what is wrong with your code, if it's generating a compiler error message or throwing an exception.
    Regards,
    -Troy

  • Want to open Kodak Photo CD files (.PCD) in Photoshop CS5.  In CS4 i copied file "Photo CD.8BI"  from an older version into the File Format folder.  This does not work with CS5.  Any fix?

    I have several old Kodak Photo CD with PCD image files.  I am now using Photoshop CS5.  Some years ago while using Photoshop CS4 I copied a file:  "Photo CD.8BI" from an older, CS2, version to the Plug-ins/File Format folder of CS4.  This does not appear to work with CS5.  Any fix?

    It can be made to work, but you have to run the 32 bit version of Photoshop CS5, and as I recall there's an additional DLL called pcdlib32.dll that's needed from the old installation.
    See also:  Open Kodak PhotoCD files in PS CS5 - is it possible? (Win XP)
    -Noel

  • Need help with an older version of iPod Touch.

    I recently received an older iPod Touch with version 4.2.1 on it.  When I tried to set it up for automatic downloads from my iTunes account, there is no listing under Settings for this OR to upgrade to a newer version.  Also, how do you tell what generation you have?

    That is correct. You have a 2G iPod that can only go to iOS 4.2.1. Fpr automatic downloads you need iOS 4.3 or later.
    I Googled MB528LL
    Yu can also se:
    Identifying iPod models

  • Help with an older version of photo shop elements

    Does anyone know how to install adobe photoshop elements version 1.0.1 into win 7 home edition when I try to install it asks for internet explorer 4.0 or greater to install photo shop elements.
    Any help or advice would be appreciated.
    Buzziness

    I would imagine that some of the free image editors available today would be more powerful than PSE v1.

  • I don't want 4.0 help me keep older version from crashing

    If I upgrade to 4.0 my roboform-program is going to charge me 29.00 to update. Which I am not going to do. I want to keep firefox 3.6 but it is crashing all the time. No particular site, just randomly.

    http://www.mozilla.com/en-US/firefox/all-older

  • Retrieving Older Versions of iMovie Project

    Can anyone offer some guidance on how I can retrieve an older version of an imovie project between imovie 9 and 10?
    I started a project in iMovie 9 a few weeks ago. I recently uppgraded to iMovie 10 before completing the project. I made some amendments yesterday, which involved deleting a series of clips and effects. However, coming back a few hours later I realised I wanted those clips back, but the amendments had 'autosaved' and I couldn't retrieve them.
    I have ried using Time Machine to retrieve the old version of the iMovie project, but for some reason the whole audio (music and vocal) are now combined in one audio track, which was never the case before. This means I cannot edit them separately which is a bit of a killer.
    It is my first time using Time Machine and I tried both copy and paste of the old '.rcproject' file onto my current desktop, and I also tried 'restore'. However, the old project file will only open in iMovie 9 (as opposed to 10) and neither method has brought the project back in it's original form.
    Any assistance on getting back old versions in tact would be greatly appreciated.

    Thanks for your reply Matt. Following your post, I tried that and the majority of the movie was intact, including the music audio and any clip audio.
    However, any audio clips which have been 'detached' from the video clips are now silent - this is even though I can see the waveforms, volume is up, ducking is off any other clips etc. However, strangely (to me at least) the detached audio clips do play as normal when I open them up in clip trimmer, just not in normal playback. Any idea on how I can get these detached clips playing back normally again?
    Also, this is now a bit irrelevant to the initial issue, as I realised that the changes I made must have been just after I converted to IMovie 10. Therefore I now need to get a slighlty more recent iMovie 10 version of the same project. I tried to retrieve a project version from 2 days ago (well after I'd upgraded to IMovie 10) using Time Machine, but it only opens in iMovie 9 and seem to still be an old version, and not the the one I'm after.

Maybe you are looking for

  • Messages sending to iPhone as SMS instead of iMessage

    I have an iPhone 6 Plus running iOS 8.3 and a MacBook Pro 17" running OS X Yosemite (10.10.2). My wife has an iPhone 6 and a MacBook running an older version of OS X. Occasionally when I try to send her an iMessage using the OS X Messages app, it tri

  • CASH JOURNAL SALES ORDER ERROR----URGENT

    The system is not allowing to post a receipt from a customer against a particular Sales Order. Error: Enter the item number. The particular field does not exist on the screen. What to do.

  • Networking performance question

    Hi guys, in the company I work for we've got J2EE distributed systems running on application servers, in a scenario (a lot simplified) like the following: Box1: App1...Appn Box2: App1...Appn where often Box1.App1 depends on Box2.App1 for some busines

  • Can't download zip or dmg files automatically?

    Whenever I click on a link for a zip or dmg download, the address comes up in the address bar but the download doesn't start automatically, as it does on my wife's Macbook. In every instance of this I have to use a seperate download manager which is

  • 848P Neo-V Bios on chip IDE Configuration

    Can someone advise me on the proper setting for the 848P Neo-V IDE configuration when using only IDE devices. I am not using any SATA devices. Should I be using the Legacy Mode or the Native Mode for the On-Chip ATA Operate Mode ? I am aware when usi