Recently I got an issue
in my SharePoint 2013 production environment. One of the user display name not
showing properly. Instead of his name, it is showing one of the employee who
left the organization. By checking the user details in AD we got the details. AD
team updated two emails for one user. One is his own email and other email is
one of the employee who left the company....


Friday, June 26, 2015
Wednesday, June 24, 2015
Copy-SPSite: Rename/Recreate SharePoint site collection
1:18 AM
Posted by Suresh Pydi
Most of my clients had a requirement to rename SharePoint
site collection in all SharePoint versions including SharePoint 200, 2010 and
2013. To do that we have to take the existing site collection backup, Delete
the site collection and Restore it new site collection. If anything happens in
this process, we are gone. Nothing left.
But in SharePoint 2013 we got new command,...
Saturday, June 20, 2015
SharePoint 2013 error – Site stuck up in Read-only mode after interrupted backup
8:28 PM
Posted by Suresh Pydi

While working with SharePoint 2013 restore and backup I got
interesting error in one of my host named site collection (I hope this is
generic issue, not specific to host named site collection) saying as shown the image below.
When I try to fix this issue from SharePoint...
Friday, May 8, 2015
Prevent users to create the my sites in SharePoint
1:16 AM
Posted by Suresh Pydi

In one of my SharePoint environment, we had issue with my
sites. When users click on about us, it automatically creates my site for all
the user. All these my sites are created as a site collections in the web
application.
We have 2000 people accessing the site and every...
Monday, April 27, 2015
SharePoint – Back to basics – SPLongOperation for lengthy operations
12:13 AM
Posted by Suresh Pydi
We have many hidden features in SharePoint in look and feel in Out
of Box as well as custom. SPLongOperation One of the hidden feature in custom
coding side. This feature exists from SharePoint but many of the users may not be
aware of this. SPLongOpearation allows us to inform end users on processing
screen while operating lengthy operations like moving documents from one site
other,...
Sunday, April 26, 2015
SharePoint error – A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible.
5:03 PM
Posted by Suresh Pydi

While working on one of the existing SharePoint server, I tried
to open the SharePoint central admin site. I got an error saying that “A
network-related or instance-specific error occurred while establishing a
connection to SQL Server. The server was not found or was not accessible.”...
Tuesday, April 21, 2015
SharePoint 2016…? Yes..!! it is on the way
1:04 AM
Posted by Suresh Pydi
Most of us are updated from SharePoint 2010 to 2013
recently. But here is another announcement from Microsoft regarding another new
update in SharePoint – SharePoint 2016. As per SharePoint office blogs, SharePoint
2016 will be available from 2nd Quarter of 2016. Beta version might be 4th
quarter of 2015.
Looks like rein this version Microsoft people most concerned
on the...
Sunday, April 5, 2015
LepideMigrator for Documents – Migration tool for SharePoint, Office 365
11:47 PM
Posted by Suresh Pydi

Recently I got a chance to explore some of the third party
tool to migrate the content form SharePoint, Office 365 sites. LepideMigrator for
Documents, one of the best tool to migrate the content from SharePoint. I
have seen multiple features to migrate the content from SharePoint,...
Friday, April 3, 2015
SharePoint 2013 - Update master page styles in SharePoint hosted apps without coding
1:18 PM
Posted by Suresh Pydi

One of my project I got a requirement to remove top suite
links in a SharePoint hosted master page. But app was not developed by us. It
is third party app. We don’t have code for the app. We just got app file and
configured it in app site collection.
But one of management asked...
Wednesday, March 25, 2015
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 8000401a.
3:52 PM
Posted by Suresh Pydi

While working with excel in one of my SharePoint site with
excel, I got an error as “Retrieving the COM class factory for component with
CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error:
8000401a” as shown the image below
This...
Saturday, March 21, 2015
Exception from hresult 0x800a03ec excel - Error ‘Microsoft Office Excel cannot access the file’ while accessing Microsoft Office 11.0 Object Library
12:32 AM
Posted by Suresh Pydi
We got this error with SharePoint 2007 farm custom coding.
Code downloads all the list items to excel template. Generally we can see this
error with rows updating in excel. But we haven’t changed anything from DEV to
PROD. We have investigated the error in SharePoint logs and Event logs.
We are seeing the error as there are several possible
reasons:
·
The...
Saturday, March 14, 2015
Get all the site collection with content DB details using powershell commands
11:24 PM
Posted by Suresh Pydi
As discussed earlier power shell commands are pretty powerful than SharePoint object model code. Some time we can't run SharePoint object model code in production environment like gathering site/server/DB details.
We can get sites and content DB details using following power shell commands
$rootSite=New-Object Microsoft.SharePoint.SPSite("Web app URL")
$spWebApp = $rootSite.WebApplication
foreach($site...
Wednesday, March 11, 2015
Create explicit managed path for host named site collection using PowerShell commands
7:30 PM
Posted by Suresh Pydi
In SharePoint 2013, host-named site collections (HNSC) are
all the rage. Host-named site collections give you the ability to provide
completely different URLs for a site collection regardless of the web
application URL hosting it. For example, you might have a web application
URL named http://sharepoint.mycompany.com and under it you
have a collaboration site...
SharePoint 2010 site accessing error - The server is busy now. Try again later
12:26 AM
Posted by Suresh Pydi

While accessing ee.ihess.com (SharePoint 2010) site, I got
the error saying that “The server is
busy now. Try again later” as shown the image below.
We can get this error when on the
processes/services taking up the bulk of your server resources you can take
different actions...
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
944199