Infopath form loading error - sharepoint

we have migrated a site from sharepoint 2010 to office365. I had a infopath form previously now the form in office365 is giving me a loading error.Can anyone help me thanks in advance

I wish there were more details about the errors, but try clearing cookies and see if it's related. Sometimes clearing cookies helps in similar situations on Office365

What is the error you are getting? I know our issue was in a SP List where we had a dropdown item that was still pointing to the old SP and a rule on form load to query this old SP List and wouldnt open. I had to create a Find and replace powershell command to overcome this. If this sounds the same as what you are finding let me know and I will respond with a detailed how to!

Thanks for response #Ray and #kwagenknight.I have take an old template from old site changed data connections to new site and republished the form again.Now it works.

Related

SharePoint OOTB Approval Workflow Issue

I'm getting a strange issue when setting up a SharePoint Approval workflow. This is in MOSS 2007 running on Win 2008.
If I try and create a new approval workflow(or any ootb workflow), I will get to the Add a workflow page (_layouts/AddWrkfl.aspx) and enter the initial paramaters. Once I click next to go to the Customize Workflow (_layouts/CstWrkflIP.aspx) I get the following error in the main section of the page:
There has been an error while loading the form. A required resource could not be downloaded. To try to resume the download, refresh the page.
This has me stumped. I find no error in the event log or SharePoint logs.
I saw a previous post point to a HTTPModule causing the error. The only extra HTTPModule we use is for DevExpress. I removed it, but still had the some issue.
If anyone has any ideas please let me know.
I've just noticed that the issue does not occur in Google Chrome, this lets me get to the Customize Workflow page with no issue. It's obviously some IE issue but still dont understand what. I've asked colleagues to try and they get the same issue in IE.
thanks
I've been able to get around the issue by going into IE - Tools -Internet Options- Advanced - Reset.
I would love to know what IE was not happy about though...

How to find missing web part?

Does anybody know how to find offending web part which causes this error ?
“A Web Part or Web Form Control on this Web Part Page cannot be displayed or imported because it is not registered on this site as safe.”
I have inherited an old SharePoint 2003 portal site which uses custom web parts.
I know what this error means. I also know that each web part must be installed and registred as safe in web.config. The problem is that I don't know which one is missing.
I get same error when I'm trying to open the page in FrontPage as well.
Use contents=1 in QueryString to disable/remove WebParts from page that causes errors.
stsadm.exe -o enumallwebs -includewebparts
http://sharepointreporter.wordpress.com/
Requires updating to Sp2 I believe, for this command to be available. Problematic web parts will appear as 'Missing' in the resultant list.
Go to Event Viewer of the machine and you shall be able to see Error entries. Out of tons of entries you have to find out the entries related to you and you shall be able to see the names of the webparts that the sharepoint site is trying to load but fails. If you shall read the complete description of the error entry in the Event Viewer, it will give you version and even PublicKey Token of the webpart as well.
I hope this helps!!!
Try reading this:
http://www.bluedoglimited.com/SharePointThoughts/ViewPost.aspx?ID=189
It should give you some clues to solving the problem. Essentially you have a control that is not marked as safe and it is failing. You can most likely config it to work, but the link above has other possible solutions.
in your url just append content=1. This will give you the all the webparts that are deployed. Now, you can keep deleting each of the webpart to find which one is causing issue ( ensure that you know to add the web parts back).
For example: if Url is http://localhost:9000/default.aspx, try with http://localhost:9000?contents=1
Alternatively, try to create a new webpart page,add web parts that are there on your actual page and check which one is causing issue. This will avoid changes to the actual page.
Hope this helps.
I've just suggested this same answer on MSDN:
This stsadm helped me in finding where the webpart was referenced in any way:
stsadm -o enumallwebs -includewebparts > C:\temp\somelog.txt
Then you can see the web part is listed under some <Web Id=... Url=...> XML node, i.e. you know the "culprit" web site.
At that point, some reasons I've found for those forgotten references:
the webpart is used in some sub-site of the culprit website, and the sub site is hidden from the quick list or top bar
the webpart has been deleted from the culprit website, but it still is in the "site collection recycle bin". You can reach that by going to the normal website recycle bin, then look for its link on the top bar description ("Use this page to restore items that..."). By the way, this site collection recycle bin has two views itself: be sure to check them both.
In both cases, I got some help by browsing the culprit website with SharePoint Manager. With that I could easily spot the existence of a forgotten subsite, as well as the existence of this "second level recycle bin".
HTH

SharePoint 2010 can't find or use ListData.svc

Can anyone lead me in the direction on how to access/enabled/use the ListData.svc in SharePoint 2010? When we try to access it via our web browser, we get a 404 error. Is there a service we need to enabled, or install a component, please help?
One way for this to happen is if a list doesn't actually work (in the browser it errors when you try to open it). Another symptom would be that Sharepoint designer doesn't show anything for lists and libraries.
I got this by following along a learning book. If there is a list that relies on a feature or something that is no longer installed this might happen.
One answer is to delete the offending list(s) using powershell;
$w = Get-SPWeb "http://localhost"<br />
$w.Lists.Delete([System.Guid]$w.Lists["MyListName"].ID)

WSS 2.0 web site all the list edit function doesn't work suddently

I got this prolbem, the edit doesn't work in all the lists of the sharepoint web sites, I can still access the "edit", and save it, but the change is not there.
New item can be created, all the others looks fine except the edit.
Any help will be greatly appreciated.
That's unusual... and unfortunately WSS 2.0 doesn't give much logging. Are there any errors being reported in the Application log of the Event Viewer on the server? It could also be permissions.
What type of list is it? If it's an issues list perhaps something has gone wrong in the list view that is hiding the most recent changes.

SharePoint OOTB Workflow Problem

I'm getting this error message when trying to add an approval workflow.
There has been an error while loading
the form. A required resource could
not be downloaded. To try to resume
the download, refresh the page.
Any ideas why?
(Googling didn't find any solutions, was wondering what this community had in mind)
Do you get to the "_layouts/AddWrkfl.aspx" page? If yes, do you get to "_layouts/WrkSetng.aspx"?
If you are not able to get to AddWrkfl.aspx, I would start by disabling any custom workflows (features) and try again. The idea here is when SharePoint loads up the page it collects a list of Workflow Templates deployed to display it on page.
Let me know if you need any further help.

Resources