Create Variation Hierarchies with Machine Translation Enabled
Prerequisites Before we start creating variations in SP 2013 and test machine translations, below mentioned two Managed services must be present: • Machine Translation Service • User...
View ArticleHow to pass XSL variable in to a Javascript function?
I found a good post which helps to play around with xslt in data viewer webparts : How to pass XSL variable in to a Javascript function? Pass XSL variable to JavaScript function
View ArticleWatson bucket parameters
Anybody help to understand , what this means in ULS logs ? ——> 05/29/2013 08:22:02.49 w3wp.exe (0x1D38) 0x0DD4 SharePoint Server Unified Logging Service c91s Monitorable Watson bucket parameters:...
View ArticleInclude specific folder content in BlobCache SharePoint
It is quite possible that you instruct blob cache framework to include only specific SP document Libraries . ( I have mentioned it as document libraries , as you must be aware it does not work well...
View ArticleAuthorization/Authentication
Authentication is determining the identity of a principal trying to log in via IIS . When a principal tries to authenticate to a system, credentials are provided to verify the principal’s identity....
View ArticleOffset Today in SPQuery Example
There is a virtual situation : You have no archival / expiration policies setup for your list and on and off you want to delete everything older than 30 days . What you will do ? This sample power...
View ArticleQuery : Not able to open central Admin
On every page in central admin I getting below mentioned error : System.InvalidOperationException: Post cache substitution is not compatible with modules in the IIS integrated pipeline that modify the...
View Articlemy website does not work well with newly released version of IE
This is a very common scenario where you face n number of issues with newer version of browsers temporary solution, tweak in your web.config like : <?xml version="1.0" encoding="utf-8"?>...
View ArticleSharePoint 2013 – Authentication, authorization, and security
User sign-in Classic-mode authentication is deprecated and manged only by powershell , now claims is the default one. PowerShellcmdlet called Convert-SPWebApplication can be used to migrate accounts...
View ArticleSystem.UnauthorizedAccessException to BlobCache Folder
This is a common scenario that we use blobcache in multiple application hosted under same server, but they are running under different app pool /app pool accounts. This can even make your server slow...
View ArticleGetting multiple hits to files after enabling BLOB cache
SharePoint Blob Cache is capable of responding to partial content requests. For large file size client application like media player can decide to send partial requests to server(you ca see requests...
View Articlewhen blob cache must be invalidated by framework ?
As a general rule any kind of change in file content or permissions should force the cache to be rebuilt. When a change is observed , file is removed from indexes. Operation Effect on BLOB Cache...
View Articlecache user accounts
For FBA web application using claims, we should specifically use FBA user like 0#.f|abc|username for SuperReader and SuperUser accounts. Choose two such accounts , preferably new one. Visit user policy...
View ArticleBest practices for Blob cache
Blob cache is to reduce traffic in b/w sql server and front ends. So a copy of frequently accessed files is kept on each WFE. Enabling blob cache also passes information in http headers to client...
View ArticleSearch – One or more property databases have fragmented indices.
Heavily fragmented indexes can degrade query and crawl performance. Cause : Fragmentation exists when indexes have pages in which the logical ordering, based on the key value, does not match the...
View ArticleSharePoint 2013 features overview
Feature Short description Reference Office 365 Enterprise E3 SharePoint Online Enterprise External Users Developer features Access Services Build web databases and publish them to a SharePoint site....
View ArticleQuestion : what is merge.cxx ?
In our uls logs , we are getting message : Process : mssearch.exe (_x-_-_) Thread ID : -x_-_- Area : SharePoint Server Search Category : IDXPIPlugin Event ID : _-_- Level : High Message : [ad0-c-0 Po]...
View ArticleQuestion : what is arpirowupdater.hxx ?
In our uls logs , we are getting message : Process : mssearch.exe (_x-_-_) Thread ID : _x-_-_ Area : SharePoint Server Search Category : Exceptions Event ID : _-_- Level : High Message :...
View ArticleMSDTC encountered an error (HR=0x80000171) while attempting to establish a...
The Microsoft Distributed Transaction Coordinator service (MSDTC) tracks all parts of the transactions process, even over multiple resource managers on multiple computers. This helps ensure that the...
View ArticleThe service did not respond to the start or control request in a timely...
IIS version 7.5.7600.16385 After a server restart , when we do IISReset , we get the error : The service did not respond to the start or control request in a timely fashion. (2147943453, 8007041d)...
View Article