Oct 10 2017
10:49 PM
- last edited on
Aug 06 2023
01:58 PM
by
TechCommunityAP
Oct 10 2017
10:49 PM
- last edited on
Aug 06 2023
01:58 PM
by
TechCommunityAP
We are facing a typical problem with one of the forms since last one week. We have opened a ticket as well, but no resolution even after 1 week. The only response I am getting from support is, "we are looking at it"!
Before you ask, please note that the form having problem (and other forms which are working), have been created directly on forms.office.com. They have NOT been created through OneDrive via Create New Excel Survey.
This peculiar problem manifests itself when viewing responses. The "Open in Excel" button shows a small cloud icon overlay on the Excel icon, which says that something is wrong somewhere:
Once we click on that button, a new window/tab opens up showing a loading indicator for "opening in OneDrive"! Notice how the new page is called "RedirectToExcelPage.aspx"!
After a few seconds, it throws up an error saying, "Cannot open Excel workbook
The Excel workbook cannot be found. Please check if the workbook is deleted"!
I am wondering why does it insist on opening the Excel file from OneDrive, when clearly the form is not created from OneDrive via "Excel Surveys". On other forms, it is just working fine.
This is how it looks on other forms (and how it should actually look like) without the cloud icon overlay:
And this is how it opens up Excel inline (and downloads and opens file-save dialog) on the same tab/page itself:
<Start Rant >
I don't get it how half-baked things are being spewed out by Microsoft in recent times? It becomes very embarassing when I encourage my users to start using O365 products and services instead of third-party products like SurveyMonkey which my users are comfortable with. When such issues happen, my users retort back blaming me, and go back to third-party services in hordes. This is not the first such embarassment I have had. Groups, Teams, Planner all have given me such headaches. Groups being the worst.
</End Rant >
Has anyone of you encountered this problem?
Is there any other way I can get the raw data? I tried using flow, but the trigger is only for new responses and that too it asks for a response-id for action. Totally confusing that is. Is there any PowerShell or API by which I can get the raw data out?
Oct 11 2017 10:33 PM
Hi @Abhimanyu Singh, i have reported your problem to the engineering team.
Oct 11 2017 11:30 PM - edited Oct 11 2017 11:46 PM
Hi, I'm the engineer of the feature.
As you said, you created the form from forms.office.com, you shouldn't have got a form that connects to an onedrive excel workbook. It's too weird, I need to dig in it to see what happend.
so Could you plese provide the link of your form page? That can help us to find the cause.
Thanks,
Qingwen
Oct 12 2017 02:51 AM
@Qingwen Zeng wrote:Hi, I'm the engineer of the feature.
As you said, you created the form from forms.office.com, you shouldn't have got a form that connects to an onedrive excel workbook. It's too weird, I need to dig in it to see what happend.
so Could you plese provide the link of your form page? That can help us to find the cause.
Thanks,
Qingwen
Thank you @Qingwen Zeng for responding. Please note the link to that form: https://forms.office.com/Pages/DesignPage.aspx?fragment=FormId%3DkgmvRZbbx02k80dN7-wYrfbYZsc6ejFEsm9...
Yes this is very weird. As I said, I already opened a support ticket, but until now they haven't been able to do anything. The ticket Id is SRX1400328584ID.
I told them that if they need more time, then at least give an extract of raw data from the unerdlying database, so that I can get on with business. But even this is not happening and I am getting a flak every passing day!
Oct 12 2017 04:21 AM - edited Oct 12 2017 04:24 AM
SolutionHi Abhimanyu,
From our service logs, I found that your form was truly created from Excel. I can see the excel file info
{
WorkbookId: "drives/b!QB_j3D3OCkaltV6FsXy_73P0zVPS60tCkV9ozfDI4M-PV311TEftQJ78NF5wGyIo/items/01N6DO3N...",
Origin: "Excel",
Title: "Book1"
}
So I guess you might forget the creation entry of the form. And then the excel file "Book1" might be considered as a useless file and be deleted.
You can reexport your data to a new excel file by the steps:
1. click the button "Open in Excel", it will open a page tab.
2. copy the url of the new page, it looks like: https://forms.office.com/Pages/RedirectToExcelPage.aspx?id=v4j5cvGGr0GRqy180ZNV4u&forceReExport=false
3. change the "false" to "true" in the end of the url, like:
https://forms.office.com/Pages/RedirectToExcelPage.aspx?id=v4j5cvGGr0GRqy180ZN4u&forceReExport=true
4. open the new url in browser then you will see all the data in a new excel file.
Hope it will help.
Thanks,
Qingwen
Oct 12 2017 06:02 AM
Thanks a lot @Qingwen Zeng for your efforts.
1. I talked to the user who created this form, and she is sure about the process she took to create it. In fact, when I gave the training I never talked about Excel Survey via OneDrive. I only showed them how to login to forms.office.com and create forms there. During the support ticket calls, I asked her to show me how did she create the form step-by-step. And this dummy form did not have problems, but the process was the same. So, it definitely is weird. (Two entry points to the same service is anyways confusing and redundant, but that is another story and rant for another day.)
2. I tried the method you suggested of turning the "forceReExport" querystring to "true". But this also does not work, and throws another error:
Oct 13 2017 10:36 PM
Thank you @Qingwen Zeng for all your support. Much appreciated. I could get the export done with your help. Marked it as closed.
Mar 21 2018 03:41 AM
Hi All
We are experiencing the same issue and updating the URL from "False" to "True" did not work for us. Was there something different that you did in order to get this to work?
Mar 21 2018 04:29 AM
Hi Tony,
Are you the form owner?
And could you share the form url to me?
Thanks,
Qingwen
Mar 21 2018 04:35 AM
Thanks for the quick response! Here is the link to the form https://forms.office.com/Pages/ResponsePage.aspx?id=Bivvv1bSjk-9A402h5hwY8jvYnBAiBZMkaODyhv0pJRUQUI5...
We don't have external sharing enabled at this time so if that poses a problem in your investigation, please let me know
Thanks!
Mar 23 2018 01:03 AM
Hi @Deleted, the URL only works for the actual form owner.
Could you check if the URL works for the owner.
Thanks,
Zhongzhong
Mar 23 2018 04:40 AM
Thanks @Zhongzhong_Li It does not work for the owner.
Mar 25 2018 09:22 PM
: Please the owner try the steps
1. click the button "Open in Excel", it will open a page tab.
2. copy the url of the new page, it looks like: https://forms.office.com/Pages/RedirectToExcelPage.aspx?id=v4j5cvGGr0GRqy180ZNV4u&forceReExport=false
3. change the "false" to "true" in the end of the url, like: https://forms.office.com/Pages/RedirectToExcelPage.aspx?id=v4j5cvGGr0GRqy180ZN4u&forceReExport=true
4. open the new url in browser then you will see all the data in a new excel file.
Mar 27 2018 05:09 AM
Hi Qingwen
The owner gets the following error after following the steps you outlined.
Apr 10 2018 06:43 AM
Apr 10 2018 06:43 AM
Qingwen,
Do you have any thoughts on the error I sent you?
Thanks,
Tony
Jul 28 2020 11:28 AM
@Qingwen ZengHi! I am having the exact same problem. My link is https://forms.office.com/Pages/ResponsePage.aspx?id=NXF4KzrKbEi9CvYBX785uPg9cfHcN6tItC8ux92Zgg5UMDVV...
what can I do?
Feb 16 2021 05:50 PM
I had the same problem. I tried Chrome and Edge and had the same results.
After downloading and (re)installing Internet Explorer and opening it there, the file actually opened in SharePoint.
Aug 10 2022 07:02 AM
Oct 12 2017 04:21 AM - edited Oct 12 2017 04:24 AM
SolutionHi Abhimanyu,
From our service logs, I found that your form was truly created from Excel. I can see the excel file info
{
WorkbookId: "drives/b!QB_j3D3OCkaltV6FsXy_73P0zVPS60tCkV9ozfDI4M-PV311TEftQJ78NF5wGyIo/items/01N6DO3N...",
Origin: "Excel",
Title: "Book1"
}
So I guess you might forget the creation entry of the form. And then the excel file "Book1" might be considered as a useless file and be deleted.
You can reexport your data to a new excel file by the steps:
1. click the button "Open in Excel", it will open a page tab.
2. copy the url of the new page, it looks like: https://forms.office.com/Pages/RedirectToExcelPage.aspx?id=v4j5cvGGr0GRqy180ZNV4u&forceReExport=false
3. change the "false" to "true" in the end of the url, like:
https://forms.office.com/Pages/RedirectToExcelPage.aspx?id=v4j5cvGGr0GRqy180ZN4u&forceReExport=true
4. open the new url in browser then you will see all the data in a new excel file.
Hope it will help.
Thanks,
Qingwen