Link to home
Start Free TrialLog in
Avatar of Kimberley Anderson
Kimberley Anderson

asked on

Unable to open Excel Document on SharePoint getting error "Microsoft Excel is waiting for another application to compelte an OLE action"

There is an excel document uploaded/stored on SharePoint.  When trying to access the document (or any previous version of the document) the action is unsuccessful.  Any user whom attempts get the following 3 messages:
1. Microsoft Excel is waiting for another application to complete an OLE action
2. Sorry we couldn't open... (path of file to document)
3. Microsoft Excel could not open (path of file to document).  There are several possible reasons: The file name or path does not exist; The file is being used by another program; The workbook you are trying to save has the same name as a currently open workbook
Avatar of Mohit Nair
Mohit Nair
Flag of India image

Looks like machine specific problem. Read this KB and follow Method1 : Ignore DDE. It should help.
For the three messages you mention, the list of Excel errors on Sharepoint state the following reasons for case 3. Error Code:  FileOpenSecuritySettings
Message:  The file you selected could not be found. Check the spelling of the file name and verify that the location is correct. The file you selected cannot be opened at this time due to security settings for Excel Services.
Explanation:  A call to the OpenWorkbook method failed because of the administrator's security settings. This could happen for various reasons. For example, the file is too big; that is, its size exceeded the limit set by the administrator.

All error messages explained here:  https://technet.microsoft.com/en-us/library/cc748833(v=office.12).aspx

Now, for (1) there are several cases where this can happen.
All is explained in this MS article
https://support.microsoft.com/en-us/kb/3001579

However, given that sharepoint items in your workspaces may sometimes indicate a problem, such as an edit conflict or synchronization error, you may sometimes see synchronization error indicators appended to lists in a SharePoint workspace, or on SharePoint workspaces listed in the Launchbar. These errors are typically related to user authentication.
All types of errors are explained here
https://support.office.com/en-us/article/Resolving-conflicts-and-errors-in-SharePoint-Workspace-70928D16-1CFF-4931-B693-F5E346A7BF99

However, ensure that you have
1) Checked in the item properly
2) Have provided users with appropriate access
3) the problem does not relate to the file itself or its sharepoint folder
Try to:
1. To check if the issue is related to the excel file itself. Backup the two files and upload the copies and see how it works.
2. To exclude the folder issue, upload the excel files in problem to other folder which does not occur this issue and check the result.
Check the file to make sure there are no references to locations that do not exist or can't be reached. The messages you are receiving often indicate this problem.

Hope that helps...
ASKER CERTIFIED SOLUTION
Avatar of Kimberley Anderson
Kimberley Anderson

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Glad you got it fixed, kind of anyway :-)
Avatar of Kimberley Anderson
Kimberley Anderson

ASKER

Could not identify issue.  Too many variables to reduce down to issue.  The suggestions did help build my knowledge though=)