he My Site Cleanup Job is also enabled and set to run every hour as set by default.
Once an account is deleted or deactivated within Active Directory, this correctly flags a profile for deletion
If the user had a My Site, the manager will receive a notification that it will be deleted in 14 days.
However the My Site...
Showing posts with label SharePoint Error. Show all posts
Showing posts with label SharePoint Error. Show all posts
Friday, May 20, 2016
Please refer this below link
https://blogs.technet.microsoft.com/scottstewart/2014/09/15/disableloopbackcheck-when-routing-through-a-load-balancer-powershell-sample-include...
Thursday, March 17, 2016
17
Mar
stsadm -o execadmsvcjobs on the server running Central Admin
Install-SPSolution has only the -Force,
Check for Sharepoint 2013 Timer service
Add-SPSolution –LiteralPath "d:solution.wsp"
install solution and we executed the following command:
Install-SPSolution -Identity "solution.wsp"...
Monday, February 8, 2016
08
Feb
In this article ,When user trying to add content type return s error,"null reference exception"
SPContentType test = web.AvailableContentTypes["Employee Details"];
newList.ContentTypesEnabled = true;
newList.Update();
newList.ContentTypes.Add(test...
Wednesday, January 20, 2016
Question:
I have a site where the publishing feature was turned on. There are no file under Pages All web pages are under Site Pages. I have files under documents and the image folders. If I deactivate the publishing feature will anything break.
Solution:
down vote
If you enable the SharePoint Server Publishing...
20
Jan
down votefavorite
In a SharePoint 2013 Site Collection and in its Subsites the SharePoint Publishing Features are enabled:
SharePoint Server Publishing Infrastructure Feature (Site Collection Level)
SharePoint Server Publishing Feature (Site Level)
If deactivating the SharePoint Publishing...
Tuesday, January 19, 2016
19
Jan
Please add attribute this
disable-output-escaping="yes"
<xsl:value-of select="@Designation" />
Try like this:
<xsl:value-of select="@Designation" disable-output-escaping="yes" /&g...
Sunday, January 10, 2016
OWSTIMER getting below error
Run Uninstall-SPSolution
then Remove-SPSolution
perform the IIS and SPTimer reset
Then run Add-SPSolution
and finally Install-SPSolutio...
Monday, January 4, 2016
04
Jan
Use PowerShell to enable the 'ParserEnabled' property for the web site
$web = Get-SPWeb <url of web>
$web.ParserEnabled = $true
$web.Update()
#listtemplate missi...
Friday, December 18, 2015
when trying to check-in a document in a document library
SharePoint Designer to navigate to the site / Document library. Select all files that need checking in and select Check-in from the Edit men...
Thursday, December 10, 2015
10
Dec
Following things must happen after above policy was set and before your documents are moved to recycle Bin:
Information management policy completed successfully
Expiration Policy completed successfully.
Both jobs are by default scheduled to run on a "Weekly" basis.
To Quickly test whether it is working (or any change...
Wednesday, December 9, 2015
09
Dec
Add the below lines in the MasterPage in SharePoint
<!--SPM:<SharePoint:AjaxDelta id="DeltaPlaceHolderLeftNavBar" BlockElement="true" runat="server">-->
<!--SPM:<asp:ContentPlaceHolder id="PlaceHolderLeftNavBar" runat="server">-->
<!--SPM:</asp:ContentPlaceHolder>-->
<!--SPM:</SharePoint:AjaxDelta>-->
<!--SPM:<SharePoint:AjaxDelta...
Tuesday, December 1, 2015
01
Dec
Resolution Summary :-
è Increased the “MaxCharactersInPropertyStoreIndex”
PS C:\Users\spinstall> $ssa = Get-SPEnterpriseSearchServiceApplication
PS C:\Users\spinstall> $mp = Get-SPEnterpriseSearchMetadataManagedProperty -SearchApplication $ssa -Identity "PublishingPageContentOWSHTML"
PS...
Monday, November 2, 2015
This view cannot be displayed because it exceeds the list view threshold (50000 items) enforced by the administrator.
To view items, try selecting another view or creating a new view. If you do not have sufficient permissions to create views for this list, ask your administrator to modify the view so that it conforms...
Wednesday, October 28, 2015
28
Oct
We have facing this issue unable to display webpart.
When we have create more than 120 columns in our list Its shows error in our page
Default setting is 1 second. The PowerShell code below changes it to 2 seconds which should be sufficient for your farm. So,we will choosing 4 seconds timeout.
...
Tuesday, October 27, 2015
27
Oct
Open site in SharePoint Designer
Go to option attribute save as template =false make it as tr...