"Document Not Saved" Microsoft Excel 2010 SP1

We have a remote office which has a 2mb WAN link, The users in the remote office have a variety of Office installs from 2003 to 2010 SP1.
When attempting to open an excel file over the WAN link (The file is on our main shared drive in Sydney) they can open and edit the document however when it comes to saving they receive "Document not saved" and the original document is gone and a .tmp file
remains where the original file was on the network drive/shared folder.
If they then hit save a second time it saves correctly and the document is in the correct .xls format.
The excel files do have some funky tables etc in them and are a few mb's in size, however we have the same issue with a new excel document with only one word written in it.
Does anyone know what would be causing this issue?
We have tried added NetworkResiliency and PivotTableNetworkResiliency as per http://support.microsoft.com/kb/291204.
We have tried removing certain hot fixes from Microsoft as mentioned in http://support.microsoft.com/kb/983458.
We added the share to be a trusted site.
There are no errors in Event Viewer. 
I have found another few threads on similar issues with no fix:
http://social.technet.microsoft.com/Forums/en-US/office2010/thread/f559b061-b98f-4b33-ab8a-d1a41d2e8cb8/
http://social.technet.microsoft.com/Forums/en-US/officeappcompat/thread/4af962a0-d883-4e82-8995-7eb766d6c720
We do have a RiverBed at the remote office and one at the site in Sydney which is for network optimization. On the RiverBed with have all CIFS ports added and QoS marking done so it should be optimized.
Any assistance with how to fix this annoying issue would be greatly appreciated.
Thanks

We're having the same exact issue in our office where we just installed a new Riverbed Steelhead as well... only happening in that office as well...User opens a document on a network share that the rest of the company works from day to day, they save 10
or 20 minutes later and BAM... "There has been a network or file permissions error. The network connection may be lost", then a non-hidden *.tmp file is then created in the same network directory as the actual file and the original file doesn't get
written to, you click [OK] on the error and then try to save again and it magically works...and you're left with a messy TMP file as well in the directory now. I doubt it's related to antivirus, definitely not firewall, reinstalling/repairing office and tweaking
settings doesn't help, I agree it has nothing to do with locking files or read-only files as they're plain old word docs and excel files...MAYBE it has to do with the Riverbed WANOP appliance but either way... don't you love how this thread just randomly died
with no solutions? :'(   Thanks Micro$oft ;)
{Edit} Oh! And one last thing...this MIGHT help steer someone in the right direction in the future... there could be a problem related to your network filer such as a NetApp appliance, EMC, Netgear etc where there is an SMB version mis-match or a bug of some
kind requiring you to apply a patch your storage device in order to fix this type of issue.

Similar Messages

  • Document not saved in excel

    Hi
    I have been trying to save a already existing excel document (Microsoft 11) however now getting a message saying "Document Not Saved" I have already tried Saving as and in another location
    What could be the problem and/or solution
    Thank you in advance
    Sam

    http://answers.microsoft.com/en-us/mac/forum/macexcel?tab=QnA

  • Windows 7 (64bit) & Office 2010 (32bit) Excel 'Document not saved' over WAN to network drive

    Hi All
    We are currently in the process of upgrading all PC's on our WAN to windows 7 across multiple locations
    I know this has been asked numerous times but nothing is working for me.
    We are experiencing the dreaded 'Document not saved' error at only some locations (5 or 6 out of 200 for all users, these sites generally have slow network connections) when trying to save to a network share back at our HQ. it creates a .tmp file and leaves
    the original document intact but without the changes, changing the name of the document in save as doesn't work. saving locally and copying to the share works. We can save locally and to other onsite network shares. It constantly happens so the document can
    never be saved to that network share.
    Always worked on XP SP3 with Office 2010.
    the files in question are around 4mb. smaller excel files with no contenct do work.
    I have tried literally everything listed on all forums and nothing seems to resolve it...I've tried
    - the hotfix - doesn't apply to my enviroment and the offending KB aren't installed.
    - the network resiliency, pivot table network resiliency and Enable simply copy for UNC registry keys
    - disabling offline folders, windows search and indexing
    - disabling SMB2 on the client
    - turning off QOS on the IP4 settings.
    - trusted documents.
    event log gives
    Log Name:      OAlerts
    Source:        Microsoft Office 14 Alerts
    Date:          28/03/2014 18:47:23
    Event ID:      300
    Task Category: None
    Level:         Information
    Keywords:      Classic
    User:          N/A
    Description:
    Microsoft Excel
    Document not saved.
    P1: 100490
    P2: 14.0.7015.1000
    P3: xsmh
    P4: 0x80070040
    and numerous other things.
    My guess is me the issue points to Excel loosing connection to the network share when saving and then the .tmp becoming corrupt.
    Does any one have any ideas? Is there a way to sure the connection when saving? is there a way to force it to stay connected?
    any help highly appreciated.
    Thanks

    Hello, We've been having this same issue, and I think we have a work-around.
    If we change HKLM\System\CurrentControlSet\services\LanmanWorkstation\Parameters\RequireSecuritySignature from "0" to "1" we still get the error message but the tmp file is NOT created. If the user tries to save again, it is then successful.

  • Office 2010, Excel - Document not saved

    Hello.
    I've got a computer in my work that have randomly have "Document not saved" when trying to save excel files on the local network. In periods It happen everytime she' tryin to save, but It most happen like now and then.
    She had the same problem when having Office 2007. I'd hope It was a Office 2007 issue, but when upgraded to Office 2010 It happens often as before.
    I've have been tryin some hotfixes and some other tricks for Office 2007.
    Computer: HP Elitebook 6930p with Windows 7 enterprise x86, office 2010 Pro

    Hi,
    There is a KB article taking about the problem when saving Excel files to network location. Please check if it helps:
    You receive an error message when you save a file after the network connection is lost in Excel
    http://support.microsoft.com/kb/291204
    If the problem persists, you can also troubleshoot the issue by the suggestions here:
    How to troubleshoot errors when you save Excel files
    http://support.microsoft.com/kb/271513
    Hope it helps.
    Best Regards,
    Sally Tang

  • Excel COMException : 0x800A03EC Document not saved.

    Hello,
    I am using Interop.Excel in my WinForms application. The application is used to copy some sheets from one workbook to newly created one.
    The newly created workbook is saved when I don't copy shapes. But, when I copy shapes into newly created sheet, the workbook is not saved and COMException is raised with message "Document not saved".
    Scenario :
    I am working with three workbooks simultaneously. 
    MainWorkbook - this workbook contains data to be written into new workbook.
    ResourceWorkbook - this contains sheets that are copied into new workbook.
    OutputWorkbook - this is the result workbook.
    Step 1: Open MainWorkbook. Get data to write in OutputWorkbook.
    Step 2: Write data into OutputWorkbook.
    Step 3: Open ResourceWorkbook from resource file for copying the sheets.
    Step 4: Copy sheets from ResourceWorkbook into OutputWorkbook.
    Step 5: Save OutputWorkbook.
    In step 5, if there are no sheets with images copied in step 4, then the OutputWorkbook is saved. But, if there are sheets containing images, the OutputWorkbook is not saved.
    I am using VS2010 and MS Office 2010.

    Hi,
    According to the description, the issue seems that relative to the specific worksheet which containd shapes.
    I am trying to reproduce this issue in Excel 2010 using VBA, howerever it failed. Here is the test sample which set write the value to the Book2 and copy the worksheet contained shapes from Book1 to Book2:
    Sub CopySheet()
    Application.Workbooks("Book2.xlsx").Worksheets("Sheet1").Range("A1") = "Hello Word!"
    Worksheets("Sheet1").Copy Application.Workbooks("Book2.xlsx").Worksheets("Sheet1")
    Application.Workbooks("Book2.xlsx").Save
    End Sub
    Could you reproduce the issue with code above? If not, a sample worksheet and code snippet to help us reproduce this issue is much appericate.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Excel .xlsx "document not saved"

    I have migrated a workbook from Microsoft excel 2010 to my new iMac. I have made several updates. It is now giving the above message.
    I have looked at Help which says the .xlsx extn is fine. I have tried saving a copy but it still gives the same message.
    What do I do please?
    Thank you

    I guess I must be!! It came with the Microsoft Office  for iMac installed when I bought in around April 2013.

  • Error "document not saved" when want to save Word/Excel files on NAS server

    Hello everybody!
    I have a NAS server (QNAP storage).I want to have some folders with these permissions : 
    1.nobody can create or delete folders in first parent folders (blue folder and red folders )
    2.everybody can create/save folders,docs... in it. (Black folders)
    when I set permission like picture below,people can not save documents in Excel or Word format in folders ( I have this problem just for Word and Excel).they face with errors : document not saved / access denied,contact your administrator.
    special permission for blue folder (domain users) 
    (include inheritable permission) and (replace all child subfolders...) are unchecked.
    traverse / execute files
    List folders/ read data
    Read attribiutes
    Read extended attribiutes
    Read permission
    special permission for red folder :
    (include inheritable permission) and (replace all child subfolders...) are unchecked.
    traverse / execute files
    List folders/ read data
    Read attribiutes
    Read extended attribiutes
    create files / write data
    create folders / append data
    write attributes
    write extended attributes
    delete subfolders
    delete
    Read permission
    special permission for black folder :
    these folders inherit permissions from parents.
    (include inheritable permission is checked.
    (replace all child subfolders...) is unchecked.
    when I uncheck "delete" permission in red folders and save it,"modify" permission in main permission will uncheck,too.I dont know why?in this situation,people can save docs, but they can rename/delete folders,too ( I dont want they delete
    or rename parent folders).
    what I must do?
    regards,
    atiye moghaddam

    Hi.
    How are the rights configured to be inherited? Could you do a "icacls <folder>" on each level and post it back.
    Also worth considering is that this is a Linux Samba system, so it might not work as a regular windows system.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. Even if you are not the author of a thread you can always help others by voting as Helpful. This can
    be beneficial to other community members reading the thread.
    Oscar Virot

  • The goal is to synchronize an excel sheet using Microsoft Excel 2010 with Sharepoint 3.0

    The goal is to synchronize an excel sheet using Microsoft Excel 2010 with Sharepoint 3.0. We have already installed an add-in (Excel 2007 Add-in: Synchronizing Tables with SharePoint Lists) that was supposed
    to help the synchronization of excel to Sharepoint, but it did not work. We would like to synchronize information about a calendar from excel to Sharepoint 3.0, so every time a change is made in excel it automatically updates in Sharepoint.

    ootb, changes in excel don't sync with a SharePoint list, the other way around is possible.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Microsoft excel 2010 starter

    My computer came with Microsoft excel 2010 pre installed, all was working well till recently, I was able to reinstall, however I get a message that I have a licensing problem. I can't open any of my saved work on excel, or word. I did have a computer virus and had to restore my computer back to original state.

    Hi:
    I have zipped up and attached the Office 2010 Starter installation file under attachments below.
    I have used this to successfully reinstall Office 2010 Starter in the past.
    Since the program is free for use, there shouldn't be any issues with licensing as long as it is installed on a qualifying PC with W7.
    In order to use the file, be connected to the internet, download, unzip and double click to run the file.
    It will contact the Microsoft Office 2010 Starter download site and reinstall the program for you--both Word Starter and Excel Starter.
    Attachments:
    Office 2010 Starter Setup File.zip ‏981 KB

  • Save as failed to process. document not saved

    Save as failed to process. document not saved. This is the error message i get when trying export pdf document to word. I only just upgraded window to 8 pro from windows 7.
    Any suggestions?
    Thanks

    What version of Acrobat. That might be the problem.

  • Problem accessing informix ODBC 32 bit System DSN using Microsoft Query external data sources in Microsoft Excel 2010

    Hi all...
    I'm hoping if anybody could help me. I'm using Microsoft Excel 2010 + Windows 7 Professional 64 bit. I've installed the informix client sdk for odbc drivers to create odbc 32 bit connection. Before this, i had successfully installed in
    another Windows 7 Professional 64 bit PC the informix client drivers and configured the odbc connection for it. During that time, i can access the 32 bit ODBC using the microsoft query from the Microsoft Excel 2007. But now...in the new PC, even though i had
    successfully installed the informix client and manage to configure the 32 bit ODBC for it, my Microsoft Excel 2010 can't call/recognise the 32 bit ODBC connection as if the Microsoft Excel 2010  only called the 64 bit ODBC. Is it in Microsoft excel 2007
    it is possible to recognise the 32 bit ODBC but the Microsoft Excel 2010 can't? Is there any solution if my Microsoft Excel 2010 still want to use the 32 bit ODBC connection.

    Hi,
    Excel 2007 has only 32-bit since 64-bit applications for Office are available only for Office 2010. Thus, you can use
    32 bit ODBC between Microsoft Excel 2007 & Windows 7 Professional 64 bit. Now, you are using Microsoft Excel 2010 64 bit & Windows 7 Professional 64 bit, thus, you must install the 64 bit ODBC drive. If you still need to use 32
    bit odbc drive, please use 32 bit Excel 2010. Here is the detailed steps:
    http://datasummit.co.za/how-to-install-an-informix-odbc-driver-on-windows-7-for-ms-office-2010
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Document not saved

    When i use exel and add a comment to a cell "Document not saved" some times comes up. To get past this i have to delete the coment and re do it, it then some times saves. I dont know what I am doing wronge and what I am doing right because it does some times save.
    Thanks. Lewis

    Hi.
    Thanks for answering.
    Its version 14.0.0

  • CRM_ORDER_SAVE document not saved

    Hi All,
    I have created a custom report and have used CRM_ORDER_SAVE in my report program. But the problem is that when I execute this program in our production environment, I do not get the required results and the exception is raised as "document not saved". This works fine in the development environment and quality system. But fails in production and not commiting.
    Please suggest what can be the root cause of this problem and how shall i correct it.
    Here is the code ::
        CALL FUNCTION 'CRM_ORDER_SAVE'
          EXPORTING
            it_objects_to_save = guids
          EXCEPTIONS
            document_not_saved = 1
            OTHERS             = 2.
        IF sy-subrc <> 0.
        ELSE.
          COMMIT WORK AND WAIT.
    ENDIF.

    Hi,
    After calling the CRM_ORDER_SAVE, you need to call the following function module in the proper order to make the save successful and to initialize the order.
    1. BAPI_TRANSACTION_COMMIT
    2. CRM_ORDER_INITIALIZE
    If you need to look in the code base, then put a debug point in the function module CRM_ORDER_MAINTAIN and have a look at all the import parameters and order of the function modules.
    Hope this will help.
    Thanks,
    Samantak.

  • What's the best App for downloading, editing and saving Microsoft Excel spreadsheets please?

    What's the best App for downloading, editing and saving Microsoft Excel spreadsheets please?

    You can have a look at Quickoffice
    http://i1224.photobucket.com/albums/ee374/Diavonex/74fb0e85.jpg

  • Microsoft Excel 2010 has overlaying, duplicate screens

    My clients Microsoft Excel 2010 is showing two copies of the page on top of each other.  This shows a confusing image.  I scanned his hard drive and it is good.  He is operating on a Dell E5420 with 4GB of RAM.  I would attach a screenshot
    but MS won't let me until my account is verified. 

    Re:  seeing double
    Maybe there is a picture of the sheet on top of the actual sheet.
    Try clicking each of the "sheets" and pressing the delete key.
    Jim Cone
    Portland, Oregon USA
    free & commercial excel programs (n/a xl2013)
    https://jumpshare.com/b/O5FC6LaBQ6U3UPXjOmX2

Maybe you are looking for

  • My hard drive failed, and I have replaced it. Internet Recovery gets an error when trying to verify. What can I do?

    I replaced my hard drive due to my old one failing. When I use Internet Recovery, it gives me the option to reinstall Mavericks. Then an error occurs when it tries to verify, and asks me to try again. Are my options just to reinstall from a CD?

  • OIM R2: ApprovalTask Notification

    Hello. I have a custom SOA (11.1.1.6.0) approval workflow which is sending an email notification to the approver, to approve a user identity creation (submitted via self reg to be exact), which is good. However the part that still needs fixing is the

  • "Also Display Work Items of Adopted Substitutions" - where is this option??

    Hi, When i use adopt substitution (Passive substitution) i am able to see the workitems of the absent user in my inbox. At the same time the workitems belonging to me disappears from my inbox. I have to manually End my Substitution to work on my work

  • How to view (NOT download) photos on mac?

    I'd want to use my ipad to view photos that are on my mac, preferably in iphoto, but as jpegs if necessary. Please note that I do NOT want to copy photos to the ipad,  just view them using the ipad. And I do NOT want to use icloud. This should be str

  • Updating Phone Number for FaceTime and iMessage

    My husband and I both have iPhones, iPads, and I just got a new MacBook Pro. We also share an apple ID. But for some reason I can't seem to get Facetime or iMessage to use my phone number... only my husbands. How do I make the contact number MY numbe