Unanswered Questions
19
votes
0answers
2k views
Contacts Web Database site in SharePoint Server
I created a site of type Contacts Web Database under a team site collection inorder to maintain some contacts. As soon as I created the Contacts Web Database site on the homepage under Address Book ...
17
votes
0answers
663 views
SharePoint Hybrid Search Setup - Issues with Kerberos 3-Tier Farm
I'm having issues setting up the first leg of a Hybrid environment between my SP2013 Production On-Premise Farm with my SharePoint Online. It's a 3-Tier system with Kerberos authentication enabled, ...
15
votes
1answer
941 views
Memory leak in Microsoft.Sharepoint.Taxonomy.TaxonomyItemEventReceivers?
I've been trying to locate some memory leaks we've noticed in our ULS (EventID: nask, An SPRequest object was not disposed ... etc).
On my dev environment, and at least 2 other cleaner installs, the ...
12
votes
1answer
543 views
Page Layout html page field filter outside of web part zone
I have a page layout with some web parts outside of a webpart zone so that they are added to already created pages which use the page layout.
I want to add a page field filter to the page as well ...
12
votes
0answers
2k views
SharePoint 2013 Active Directory FBA Change Password solutions
I have a SharePoint 2013 set up using mix mode authentication. Windows authentication for internal users, and Forms Based Authentication using an LDAP provider against Active Directory for external ...
11
votes
0answers
223 views
ProjectPolicy.SavePolicy() : server side giving error : The collection cannot be modified
trying to modify ProjectPolicy Properties server side giving me error ,
List<ProjectPolicy> availPolicies = ProjectPolicy.GetProjectPolicies(web);
ProjectPolicy policy = availPolicies....
11
votes
0answers
337 views
Hierarchical Refiner User Profile Property
We have a requirement to be able to have a refiner in People search that refines in an hierarchical way.
Let's say we have
A custom User Profile Property called "Organisation"
bound to a TermSet "...
10
votes
1answer
297 views
SharePoint Online List limitations
Is it just me or is it really strange that SSRS 2012 still does not support Claims based authentication or OData connections? Anybody know of plans? Reasons for such a hole in the strategy?
Part of a ...
9
votes
5answers
3k views
Display SharePoint Online in an iframe on different domain
We would like to display pages from SharePoint Online in an iframe of a Page hosted somewhere else, e.g. in an Azure Web App:
<iframe src="https://site.sharepoint.com/"></iframe>
When ...
8
votes
0answers
275 views
SharePoint 2013 Site Definition Toolbar Type Standard not showing
I have a problem with the toolbar type "standard" in SharePoint 2013.
If I insert a XsltListViewWebPart with , there is no "New Element" button.
And no "View Choice" and something like that.
I've ...
8
votes
1answer
1k views
The UPDATE permission was denied on the object 'AllListsAux', database 'spContent', schema 'dbo'
Insufficient SQL database permissions for user 'Name: NT
AUTHORITY\IUSR SID: S-1-5-17 ImpersonationLevel: Impersonation' in
database 'spContent' on SQL Server instance '###'
The UPDATE ...
8
votes
0answers
384 views
Advanced Search web part giving error
I am trying to add an "Advanced Search" web-part to my web-part page. Currently the web part is raising an error object reference is not set to instance of object.
Full stack trace recovered from ...
8
votes
1answer
2k views
Toolbar to show the context of a ListViewWebPart
I'm using ListViewWebPart to display contents of SPFolder (subfolder inside a list) to display its contents.
Below is the code to implement this:
protected override void CreateChildControls()
{
...
8
votes
3answers
6k views
Filters on a large list exceeding throttle limit
On a SharePoint 2010 Server installation, I have a list with more than 5000 items. I created an indexed column and a view based on this column which is returning 100 items only, so far less than the ...
8
votes
3answers
561 views
XSLT Global parameter LCID is empty
According to this MSDN documentation about XSLT global parameters, in main.xsl there is a parameter named LCID whose value should be
the value of System.Threading.Thread.CurrentThread....