Category Archives: SharePoint issues

SharePoint search: Full Crawl goes for long time without crawling a single item

I created one search service application and started crawling file share and expecting to be complete in few minutes as there were not much items inside the shared folder. But it was taking lot of time without even crawling single … Continue reading

Posted in SharePoint issues | Tagged | Leave a comment

SPQuery returns all the items

There is a silly mistakes which we generally do in CAML query. I have written a simple query to fetch some items based on title: <where><Eq><FieldRef Name=’Title’ /><Value Type=’Text’>Prasanta</Value></Eq></Where> it returns all the items from the List.   Later I … Continue reading

Posted in SharePoint issues | Tagged , | Leave a comment

SharePoint 2010 workflow error:The form cannot be displayed in the browser because the use of session cookies has been disabled in the current browser settings. In order to load the form, session cookies must be allowed.

I was working on a SharePoint 2010 designer workflow where we do have task form(InfoPath form). It was working fine and all of sudden we faced below issue when we click on the task to approve/reject. “The form cannot be … Continue reading

Posted in SharePoint 2013 Workflow, SharePoint issues | Tagged , , | Leave a comment

Multiple Task emails are sent from SharePoint 2013 Designer workflow

We are using SharePoint 2013 designer workflow. Created Task for Approver group as part of the workflow. It was sending same email multiple times as part of Task notification. We were trying a lot to findout the solution. Finally went to the Approvers … Continue reading

Posted in SharePoint 2013 Workflow, SharePoint issues | Tagged , | Leave a comment