After applying a cumulative update on one of my SharePoint
server, tried to run configuration file using psconfig.exe -cmd upgrade -inplace b2b -wait -force command, i got
an error saying that "Exception: Microsoft.SharePoint.Administration.SPUpdatedConcurrencyException:
An upgrade conflict has occurred and you must re-try this action"
We can fix this exception by setting...


Friday, January 31, 2014
Wednesday, January 29, 2014
SharePoint search error “SharePoint item being crawled returned error when attempting to download the item”
6:32 PM
Posted by Suresh Pydi

While working with SharePoint, I got an error in search
service when I try to index a page having search results using for roll the
content in site collection. My search service application and content source
are working fine. After checking this error in logs and digging in to...
Tuesday, January 28, 2014
Content Enrichment web service callout in SharePoint
12:50 PM
Posted by Suresh Pydi
In SharePoint 2013 search, as a developer we can add custom steps to process the content to modify the managed properties before indexing. We can do this by implementing custom web service in SharePoint to enrich the managed properties of the items that processed.
To configure the content enrichment functionality by using Power Shell commands. By Using Get-SPEnterpriseSearchContentEnrichmentConfiguration...
Monday, January 27, 2014
Hit counter for SharePoint site
3:36 PM
Posted by Suresh Pydi

Generally few of blog sites I have checked the hit counter
to count the number of hits for that site. For my blog also we can see the hit
counter on the right bottom showing like the image below.
So Is there any feature or anything is available in
SharePoint. Yes we have...
Sunday, January 26, 2014
Code Access Security in SharePoint web parts
11:49 PM
Posted by Suresh Pydi
Installing SharePoint web part dll files in GAC can cause
some security implications. By default all the web parts will be installed in
the GAC with full trusts. We can install web parts in web application dedicated
bin folder. Web parts in bin folder will run in partial trust and will have
only limited access to the bin folder.
If web part needs additional permission levels,...
Tuesday, January 21, 2014
Configure object cache settings in SharePoint
6:00 PM
Posted by Suresh Pydi

Object cache settings can be configured in Site Collection
level from SharePoint user interface. We can configure the maximum cache size
in we application level on the front-end web server by placing restrictions on
maximum amount of memory to all site collection cache. We can...
Thursday, January 16, 2014
Configure SharePoint 2013 document center Connection
12:15 PM
Posted by Suresh Pydi

We can use connection path to send documents to a document
center or record center in SharePoint 2013. This connection will specify the
web application that documents will sent from and document center or record
center that to be sent to.
As a farm admin we can create the connections...
Wednesday, January 15, 2014
Create SharePoint 2013 custom search engine in Chrome
3:33 PM
Posted by Suresh Pydi

We can add search center for SharePoint site in google
chrome as regular google search for SharePoint site. Here we are just creating
a custom search engine by passing SharePoint search site Url as shown below.
Navigate to google chrome and right click on the address
bar, Select...
Thursday, January 9, 2014
Creating content sources in SharePoint using PowerShell commands
1:02 PM
Posted by Suresh Pydi
We can create the content sources based on the content types
as per the requirements. Content types for content sources might be SharePoint
site or web or Files that associated with in SharePoint environment.
To create a content source based on a web content type we
can use the following script,
$contentSourceName = “Name
of the content source to be configured”;
$siteUrl...
Monday, January 6, 2014
Create custom profile property in SharePoint user profile programmatically
2:40 PM
Posted by Suresh Pydi
While working on user profile service I got the requirement
to create custom property through coding for one of my client. I have found the
solution to create custom property from Ahmedmandany blog. To create the property, we have to get the current service context by passing the site object. From the service
context object create new UserProfileConfigManager object....
Thursday, January 2, 2014
Print to PDF option for SharePoint 2013 documents
6:42 PM
Posted by Suresh Pydi

From SharePoint 2013 by adding OWA we can get many add-ons.
Few of them are Document previewing documents on hover and print PDF etc.
Document preview allows users to view the documents and read entire document.
Print PDF will allow users to print the document as in PDF.
We...
Subscribe to:
Posts (Atom)
Follow us in facebook
About Me
- Suresh Pydi
- Having good experience in SharePoint 2007/2010 and .net applications. Currently, working on SharePoint 2013 and training people on SharePoint. Microsoft certified technology specialist, Microsoft Certified Professional developer in SharePoint 2010.
Add me in linked-in
Blog Views
Blog Archive
-
▼
2014
(73)
-
▼
January
(11)
- "Microsoft.SharePoint.Administration.SPUpdatedConc...
- SharePoint search error “SharePoint item being cra...
- Content Enrichment web service callout in SharePoint
- Hit counter for SharePoint site
- Code Access Security in SharePoint web parts
- Configure object cache settings in SharePoint
- Configure SharePoint 2013 document center Connection
- Create SharePoint 2013 custom search engine in Chrome
- Creating content sources in SharePoint using Power...
- Create custom profile property in SharePoint user ...
- Print to PDF option for SharePoint 2013 documents
-
▼
January
(11)