"The file [name of file] may have been changed by another user since you last saved it." Issue affects both network and local files.

When a certain user saves a file in Excel 2010, she gets a message: "The file <name of file> may have been changed by another user since you last saved it."  She can choose to save as another file or overwrite with her changes. 
This just started happening a week or so ago.  She was concerned that someone else was accessing her files, but we did several tests that opened, made a change and saved in a matter of seconds, and she still gets the message.  It happens on
most files, but not all – both network and local.
We already tried the QFE_Saskatchewan registry fix.  I also checked the file server for Services for Macintosh.

You may be confused by the error in Excel saying “another user”. Actually Excel cannot tell who (the real human) is editing the file. Based on my research the No.1 possibility of the error is KB2626998.
2626998  Connection to a network document is lost in the 2007 Office system or in Office 2010 after the computer resumes from standby
http://support.microsoft.com/kb/2626998
For Excel 2010, follow these steps:
a.  Click Start , click Run , type regedit in the Open box, and then click OK .
b.  Locate and then select the following registry subkey: HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Excel\Options
c.  On the Edit menu, point to New , and then click Dword Value .
d.  Type NetworkAvailableTimeInSeconds , and then press Enter.
e.  Right-click NetworkAvailableTimeInSeconds , and then click Modify .
f.  In the Value data box, click Decimal , type a number value, and then click OK .
Note This registry subkey sets the time, in seconds, that Excel waits for the network to resume. For example, if you type 15 for the number value, Excel waits 15 seconds for the network to resume. You might have to do some tests in your own environment to
determine an appropriate value. You may have to try multiple numbers.
g.  Locate and then select the following registry subkey.
HKEY_CURRENT_USER\Software\Microsoft\office\14.0\common\Internet
h.  Repeat step 2C through step 2F again. Reuse the same value that you used previously.
i.  Exit Registry Editor.
Feel free to post back. Thanks.
Cheers,
Tony Chen
Forum Support
Come back and mark the replies as answers if they help and unmark them if they provide no help.
If you have any feedback on our support, please contact
[email protected]

Similar Messages

  • SP2013: List does not exist / The page you selected contains a list that does not exist. It may have been deleted by another user

    There are dozens of entries regarding "
    List does not exist / The page you selected
    contains a list that does not exist. It may have been deleted by another user" and none of them are really SP 2013 so i thought I would create this entry. 
    I am getting the error above after creating a simple list with 4 columns.  the list is created during a new site definition activation but when I click on my list, I get the error above.  the list works if I deactivate the feature and re-activate
    it.  but has the error whenever the new site definition is created.  
    Has anybody encountered this issue on SP 2013?

    Hi,
    For your issue, there are plenty of possible reasons offered when we search this issue online.
    Here are similar issue posts, check whether they are helpful:
    http://sharepoint.stackexchange.com/questions/98239/list-does-not-exist-error-when-opening-the-views
    http://sharepoint2u.com/?p=56https://shareyourpoint.wordpress.com/2012/04/12/list-does-not-exist-the-page-you-selected-contains-a-list-that-does-not-exist-it-may-have-been-deleted-by-another-user-sharepoint-2010-error/
    http://spnovice.blogspot.com/2012/10/list-does-not-exist-or-does-it.html
    Best Regards,
    Lisa Chen
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Lisa Chen
    TechNet Community Support

  • List does not exist . The page you selected contains a list that does not exists. It may have been deleted by another user

    Hi everybody!
    I have a sharepoint 2013 farm with 5 sever. I upgraded a site from sharepoint 
    2007 to sharepoint 2013. I had some problems to install and configure workflow manager and register it. but by now I found problems and I can create a workflow and run it successfully. My big problem is when I try to get a lookup field in my flow. the
    flow suspended and I got the following error:
    “List does not exist . The page you selected contains a list that does not exists. It may have been deleted by another user.”
    Any solution???
    Thanks in advance!

    Hi,
    Please make sure the source list of the lookup column and the list which consumes the content from the lookup column exists on the site collection.
    In addition, to correct this problem the following steps should be applied:
    Delete the affected Workflow association
    Go to "Central Administration" - "Application Management"
    Select the affected web application and choose "General Settings" - "Resource Throttling"
    Increase the value configured as "List View Lookup Threshold"
    Perform an iisreset to ensure that all in memory instances of the web application settings are gone
    Add the Workflow association back to the list
    More information is here:
    http://social.technet.microsoft.com/Forums/en-US/3aeeba20-07dd-4e46-941b-a3db1bb3577e/sharepoint-2013-designer-workflow-the-page-you-selected-contains-a-list-that-does-not-exist?forum=sharepointcustomization
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Item does not exist. It may have been deleted by another user

    Hi,
    I am getting a strange issue with the error "Item does not exist. It may have been deleted by another user " with the below code which was under "RunWithElevatedPrivileges" in a application page.
    public void test(int requestId)
    SPList list= web.Lists["test"];
    SPListItem lstItem = list.GetItemById(Convert.ToInt32(requestId)); //Error
    But when I test the above code in a console application, it is working fine & I am sure the id exist in the list.
    Can any one help me on this issue!
    Thanks In Advance,
    Kumar.

    Ok.
    Go to the sharepoint list and check the item with id is exist or not?
    Retrieve the data using another column instead of id column.
    Just for testing.
    Check the below way also
    SPQuery query = new SPQuery();
    query.Query = "<Where><Eq><FieldRef Name=\"ID\"></FieldRef><Value Type=\"Integer\">" + id.ToString(CultureInfo.InvariantCulture) + "</Value></Eq></Where>";

  • Error System "Item does not exist. It may have been deleted by another user"

    Error System "Item does not exist. It may have been deleted by another user" in sharepoint 2010
    This is problem show when User new item in List . User open new item page about 3 pages and User save each one page when page save complete , User will save another page.
    Sometime User can not save item , it show that error
    This List not have workflow and code
    Please let me know what is the issue ?

    Hi,
    Greetings. THis is a known issue and see the links for resolution
    http://support.microsoft.com/kb/972225
    http://social.technet.microsoft.com/Forums/office/en-US/638e4aa0-527c-4b20-a899-a0cf181983ec/no-item-exists-at-it-may-have-been-deleted-or-renamed-by-another-user?forum=sharepointadminlegacy
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • I downloaded Mac OS X Lion and when I go to install, it says file cannot be verified, may have been corrupted during download.  How do I determine if it is corrupt and how do I get a clean copy of Lion, since I have already paid for it?

    I downloaded Mac OS X Lion and when I go to install, it says file cannot be verified, may have been corrupted during download.  How do I determine if it is corrupt and how do I get a clean copy of Lion, since I have already paid for it?

    Download again, move the existing file out of the applications folder first.

  • VI Analyzer "Some VIs and/or tests have been added to or removed from your file system since you last saved this configuration file."

    When I run VI analyzer and open our standard config file, the message "Some VIs and/or tests have been added to or removed from your file system since you last saved this configuration file." appears. Upon clicking OK, selecting something to analyze, and moving on to the VI  Analyzer - Select Tests dialog, the Tests selection control is completely empty and the Analyze button is greyed out.
    I'm runing LabVIEW 2013 on Windows 7, VI analyzer did work before, and I have tried both repairing and uninstalling LabVIEW (then reinstalling) already. If I do not select a config file or try to reset all test configurations, the Tests control remains empty.
    Is there any way to reinstate the tests, or fix just the VI Analyzer toolkit?
    The only thing that I remember changing since I last ran the analyzer is that I installed DIAdem.
    Solved!
    Go to Solution.

     The suggested search (from LV2013) brought me to the 2014 toolkit,
    That is unfortunate.  
    Perhaps the Tools network needs a tweak
    But, I had assumed you had your SSP up to date and LabVIEW 2014 installed.  The download would have worked then
    Jeff

  • I have sent invites to my photo stream but invitees are getting the message that the photo stream may have been changed or deleted - it hasn't. What do I do?

    I have sent invites to my photo stream but invitees are getting the message that the photo stream may have been changed or deleted - it hasn't. What do I do?

    Have you tried here:
    iCloud: Troubleshooting iCloud Photo Sharing and Shared Photo Streams

  • Row cannot be located for updating. Some values may have been changed...

    Hello,
    I have a legacy application written in VB6 and using Oracle OLEDB Provider (version 9 and updated to the last ones from oracle site)
    I've a problem during insert of a record using recordset method (AddNew).
    The returned message is "Row cannot be located for updating. Some values may have been changed since it was last read. "
    I know that problem is caused by a Before Insert trigger that I CANNOT change.
    Trigger does not change any primary key values !!!. It put only some default values on other not rilevant columns.
    I tried to use the recordset Property option "Update Criteria" = adCriteriaKey without success !
    I had same problem with SQL Server but i solved putting into the trigger SET NOCOUNT ON.
    I think problem is related to the fact that ADO tries to calculate number of affected rows and for doing that it use a where clause built on the changed columns but using values it had on the client.
    Other important info:
    Cursor = adUseClient (and i cannot adUseServer)
    Provider= MSDAORA (version 9.2...)
    Oracle server = 9.1
    Trigger causing problem = BEFORE INSERT (for each row)
    Thanks in advance
    Luigi

    Hello,
    I have a legacy application written in VB6 and using Oracle OLEDB Provider (version 9 and updated to the last ones from oracle site)
    I've a problem during insert of a record using recordset method (AddNew).
    The returned message is "Row cannot be located for updating. Some values may have been changed since it was last read. "
    I know that problem is caused by a Before Insert trigger that I CANNOT change.
    Trigger does not change any primary key values !!!. It put only some default values on other not rilevant columns.
    I tried to use the recordset Property option "Update Criteria" = adCriteriaKey without success !
    I had same problem with SQL Server but i solved putting into the trigger SET NOCOUNT ON.
    I think problem is related to the fact that ADO tries to calculate number of affected rows and for doing that it use a where clause built on the changed columns but using values it had on the client.
    Other important info:
    Cursor = adUseClient (and i cannot adUseServer)
    Provider= MSDAORA (version 9.2...)
    Oracle server = 9.1
    Trigger causing problem = BEFORE INSERT (for each row)
    Thanks in advance
    Luigi

  • Problem with internet. When i open System preferences, Network, message drops down: 'your network settings have been changed by another application'. I click OK, but it drops a message again and again, preventing me to do anything about the setting.

    Problem with internet. When i open System preferences, Network, message drops down: 'your network settings have been changed by another application'. I click OK, but it dropps the message again and again, preventing me to do anything about the setting.

    A Fix for "Your network preferences have been changed by another application" Error 
    In the Library/Preferences/SystemConfiguration/ folder delete the following:
    com.apple.airport.preferences.plist
    NetworkInterfaces.plist
    preferences.plist
    com.apple.nat.plist
    You will have to re-configure all your network settings since deleting.
    (10.4.10)
    Use Software Update to update your OS to last version of Tiger.  Install all the other updates that goes along w/it.

  • Any possibility of getting records have been updated by another user

    is there any possibility of getting the error
    --records have been updated by another user.please requery to see the changes.
    i am getting this error when no other user connected to same data base and only one session is opened.
    i am getting this error under below case.
    there are 3 fields in a multiple record block.
    field 1 will have the total amount.in field 2 i user can enter the percentage.and field 3 will be populated
    as field 1 * field 2 /100. if user changes field 3 it back update the field 2 as field3 * 100/field 1.
    there is a POST in when-new-record-instance.
    the above error comes when i navigate to second record
    and try to come bk and change the values in 1st record.
    if any one faced this problem or have any idea of it
    please let me know.

    thank u all
    the round option solved my problem. But still i am not clear with why it is giving when i am in the same session. Is there any link where i can get more info. on this perticular issue.steve i am not fully convinced with what u have said. can u give more details on this.
    once again i thank u all.

  • HT1338 I have been an avid Pandora user since I purchased my mac. now all of a sudden I cannot get It to work. I know it is a mac issue because I am listening to it on my pc right next to my mac . Help

    I have been an avid Pandora user since I purchased my nac today I downloaded some up dates in Iphoto and now I cannot get pandora to work. I know it must be the mac because I can still get it to load on my pc.. Help

    Have the pics allways been used off the external drive?
    Open Console in Utilities & see if there are any clues or repeating messages when this happens.
    Is Spotlight indexing that drive, or is it used by Time Machine?

  • Here's a fix for "This item cannot be updated because it has been changed by another user or process"

    https://gallery.technet.microsoft.com/System-Center-Service-fca7af29
    A few months ago on the Technet Gallery, I submitted this custom control to be used on SCSM console forms. The purpose of the control is to eliminate the "This item cannot be updated because it has been changed by another user or process" error
    message that we all have seen at least once (a day :) ).
    The details are in the gallery description (along with installation instructions for existing forms and your own custom forms).
    Here's a "short" description (nothing I ever post here is short :) ): This is a custom control that can be applied to an SCSM form like the Service Request form or Windows Computer form or your own custom form built with the authoring tool or Visual
    Studio. When you click "OK" or "Apply" on the form, this control scans the form and Service Manager's database for any changes to the object you have open. If a property that _you_ have changed on the form was _also_ changed in the CMDB
    (by a workflow or another user), this control will present a dialog box letting you know what happened. It will also let you choose which value to keep (yours, theirs, or the original value).
    Just as importantly (and important in a greater percentage of cases), if a workflow changes a "background" property (like FirstAssignedDate) while you have the form open and you click OK, the control will detect the change and allow the form submission
    to go through while keeping your changes and the FirstAssignedDate change that the workflow made. You won't get an error message or even a warning. And most importantly, you won't lose your changes.
    That's where the "optimistic" part of the control's name comes from. It applies optimistic concurrency control to SCSM forms, while also providing an anti-collision interface for you to use so you no longer lose any of your changes.
    Furthermore, this control will work on related items that are opened in memory; for example, the activities on a Service Request. So if you change an activity's title while the workflow engine sets it in progress, you won't get an error. The activity will
    be in progress and will get your new title when you click OK or Apply.
    Lastly, (and I admit this part is getting into the deep inner workings of console forms) if your form loads a sub projection at run time (to the root object) this control will detect the load and treat that sub projection as if it were apart of the original
    form all along.
    I've gotten a little feedback about this control, but I'd like to get more since it's a work in progress. So, I'm announcing it here on the forums. Please give it a try and let me know if you have any questions. I'll be happy to answer them here. Thanks,
    folks!
    Oh, and to answer the most common question right away: It's free. There is no paid version or anything like that. This is something I built for the SCSM community.

    Great job! 
    Will definitely try it out. 
    Best regards,
    Marcus

  • TRYING TO SET UP I PAD TO HP AIR PRINTER HAD PROBLEMS WITH ,TALKTALK ROUTER, ASKED AT PC WORLD ADVISED TO BY AIRPORT EXPRESS BUT STILL NO LUCK WILL NOT COMPLETE SET UP. THOUGHT THIS WOULD REPLACE THE ROUTER, I THINK I MAY HAVE BEEN WRONGLY ADVISED

    Having problems with air printer to i pad, problem seems to lie with talktalk router, hp solutions managed to get i mac to air printer working but not i pad, adivsed to buy another router as talktalk is not compatiable with bonjour. Went to PC world apple department advised to by airport express. tried setting it up using but will not finalise. i was led to believe this would replace the talktalk router? i feel i have been sold the wrong thing. Any suggestions

    This happened to me when I was setting up the wireless router for a friend.  The issue is with the Westall modem.  You need to go in and setup the "bridge" option on the westell modem.  The link below gives directions or you can call bellsouth dsl support (this is how I learned about it).
    http://help.bellsouth.net/bellsouth/asp/contentview.asp?isbrowse=true&sprt_cid=3f993409%2Ddff7%2D422...
    Good luck
    Solution:
    Method 1 - Hard Reset
    Restore the modem to default settings by pressing the Reset button on the back of the modem and holding it for 3 seconds. (Bridged mode is the default setting for the Westell).
    After the modem regains sync, it is in Bridged mode. Do not attempt to surf into the modem as surfing into the modem will enable the Easy Login page and convert the modem from bridged mode to a PPP mode.
    Method 2 – Bridged Mode
    Access the Westell interface using http://192.168.1.254 or http://launchmodem.
    Click on the Broadband DSL Line button. 
    Click on the Protocols button 
    Select the radio button to the left of Option 2 (Bridge)
    Click the save button. Once the modem has restarted it is in bridge mode. 
    ALL STEPS COMPLETE

  • I just up dated my I Mac. The file folders for G mail have been changed to Z to A. How do I get them re arranged back to a to Z?

    I just up graded my system and my G mail file folders are now organized from Z to A how do I get them back to A to Z ?

    It's the headers marked above as From, Subject, and Date Received.

Maybe you are looking for

  • Getting around memory limits ?

    Unfortunately my mobile doesn't seem to be able to load all the data for my program at one time... I've split it into seperate classes to no avail....I was wondering if there was a way to load and unload classes one at a time to ease the load ? or so

  • SQL%BULK_ROWCOUNT collection type

    Hello, My goal is to create a procedure that takes as IN parameter SQL%BULK_ROWCOUNT and count number of rows that was inserted. PROCEDURE count_rows(rows_in IN ???) AS      l_counter NUMBER := 0; BEGIN      FOR indx IN rows_in.FIRST..rows_in.LAST LO

  • [GP] Cannot view Output parameters with the wizard

    Hi all, I'm using NW200S SP15 and I want to create a callable object as an iView. When IU starts the wizard everything is ok until step 3. At this point the Output parameters section vanishes from the roadmap of the application. Strange ?! Thanks for

  • Special Join Between 2 tables

    Hello, I have 2 tables t1 and t2 SQL> select p, a, b from t1; P A B A 2 3 B 2 3 B 3 1 C 3 1 SQL> select a, b from t2; A B 2 3 3 1 I want to find all the t1.p columns that t1.a, t1.b columns exist all in t2. The result of this query in the above examp

  • Opening a Makerspace - is there a business liscence? Should I use teams?

    I am opening a Makerspace in Houston TX. I have people interested in taking classes from my staff on how to use Adobe products, especially Illustrator and Photoshop. I need to have 6 computers access these programs at the same time. From what I've un