Sign in
Microsoft Office Sharepoint
All my posts are provided "AS IS" with no warranties, and confer no rights.
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
"There is no"
.net tracing
Administration
aggregation
Alerts
crawl
crawling
Customization
database maintenance
Do Not
How To
Indexing
Install
large-file-chunk
logging
People
save as template
Search
setlogginglevel
Sharepoint Designer
stsadm
tasks
uls
Uninstall
Workflows
Archive
Archives
May 2013
(1)
April 2013
(1)
March 2013
(1)
October 2012
(2)
August 2012
(3)
July 2012
(1)
June 2012
(1)
February 2012
(1)
January 2012
(1)
November 2011
(1)
May 2011
(1)
August 2010
(1)
May 2010
(3)
January 2010
(1)
August 2009
(4)
June 2009
(1)
May 2009
(1)
April 2009
(2)
March 2009
(1)
February 2009
(3)
January 2009
(2)
December 2008
(3)
November 2008
(2)
October 2008
(2)
August 2008
(2)
TechNet Blogs
>
Microsoft Office Sharepoint
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft Office Sharepoint
Task aggregation in SharePoint 2013. How does it work. Scenarios and supportability.
Posted
14 days ago
by
Victor Butuza [MSFT]
0
Comments
One of the important features in SharePoint is the ability to have an overview of the tasks assigned to a person. With SharePoint 2013, the source of the aggregation has diversified including now Project Server Tasks, SharePoint Tasks and Exchange Tasks...
Microsoft Office Sharepoint
The user does not exist or is not unique
Posted
1 month ago
by
Victor Butuza [MSFT]
0
Comments
I have seen this not only once so I thought it's worth a couple of lines to (potentially) save some trouble-shooting :) . among the properties that can be set to restrict peoplepicker behavior we have serviceaccountdirectorypaths http://technet.microsoft...
Microsoft Office Sharepoint
Microsoft.SharePoint.SPEndpointAddressNotFoundException: There are no addresses available for this application
Posted
2 months ago
by
Victor Butuza [MSFT]
0
Comments
Ran into this message and I thought it would be nice to share the resolution. Consider the following callstack from ULS: Exception=Microsoft.SharePoint.SPEndpointAddressNotFoundException: There are no addresses available for this application. at...
Microsoft Office Sharepoint
Media Player Web Part in SharePoint minimum size ( or, there is more than one way to skin the media player web part )
Posted
6 months ago
by
Victor Butuza [MSFT]
0
Comments
Let’s say you want to use the Media Player web part to enhance your web site by playing an audio file. Of course, you do not want the component to take too much visual space , and if at all possible, you would like to only display the control buttons...
Microsoft Office Sharepoint
Modified By Column does not get updated
Posted
7 months ago
by
Victor Butuza [MSFT]
1
Comments
Have you ever seen the following behavior ? You create a new document library and start uploading content.Then the users start modifying the documents, however, the Modified by field does not update to reflect the Name of the user that modified the...
Microsoft Office Sharepoint
Page not found 404 on Default.aspx
Posted
8 months ago
by
Victor Butuza [MSFT]
3
Comments
Why do you receive a 404 when trying to visit Default.aspx on your SharePoint Site ( among other multiple reasons) ? Answer ( among other potential answers ) :) The site might reside at the root of a Wildcard inclusion managed path. EX: Webapplication...
Microsoft Office Sharepoint
SQL-Network Performance problems when orphan solutions are still present in the database
Posted
8 months ago
by
Victor Butuza [MSFT]
1
Comments
Consider the following scenario: You have deployed a number of solutions on your Sharepoint Site. During the time, you deactivate the solutions, delete them, add new ones, and so on. For unknown reasons, some of the solutions still remain in the database...
Microsoft Office Sharepoint
404 error on a Sharepoint Site : COMException (0x80004005) : The operation cannot be completed successfully
Posted
9 months ago
by
Victor Butuza [MSFT]
1
Comments
Here's one behavior that you might see. Since the error is not that enlightening and the logs do not tell you what happens, I thought it's usefull to document it. You have configured your farm and attempt to browse to the site you created. Instead...
Microsoft Office Sharepoint
Document ID enabled but no document ID is generated
Posted
9 months ago
by
Victor Butuza [MSFT]
0
Comments
Here is an interesting behavior that I came across in the last weeks. You attempt to enable the Document ID feature at site collection level. The enablement works fine but you do not receive any errors, however no document ID field is generated...
Microsoft Office Sharepoint
My Colleague Tag , or “there is no timer job…”
Posted
11 months ago
by
Victor Butuza [MSFT]
0
Comments
The question that generated this post was: “What timer job needs to run in order for the Colleagues tag to become in effect and to be displayed as such in the search results page ?” While this might seem trivial to some, there is a valid point behind...
Microsoft Office Sharepoint
There is no Farm
Posted
over 1 year ago
by
Victor Butuza [MSFT]
2
Comments
One interesting topic was suggested a couple of days ago by a colleague of mine. As SharePoint Developer , one needs to have all the things near.That means , on the development workstation, we need the tools, the assemblies, the server...
Microsoft Office Sharepoint
What is the maximum value one can set for the Large-file-chunk-size ?
Posted
over 1 year ago
by
Victor Butuza [MSFT]
0
Comments
Ran into this a couple of days ago and I thought I'd share the knowledge , just in case you are seeing this behavior: According to http://technet.microsoft.com/en-us/library/cc262061(office.12).aspx , the value that can be set for this value is between...
Microsoft Office Sharepoint
Sharepoint 2010 UserProfile
Posted
over 2 years ago
by
Victor Butuza [MSFT]
0
Comments
If you ever run into the following behavior : Create the Mysite under a managed path , say http://myserver:90/sites/Mysites Define the above address as a mysitehost. When uploading the pictures , the thumbnail is displayed as an red X Going...
Microsoft Office Sharepoint
Warm-up script
Posted
over 2 years ago
by
Victor Butuza [MSFT]
2
Comments
So , you are in need of a warm-up , and do not want to invest in writing and deploying a timer job as per http://msdn.microsoft.com/en-us/library/cc406686(office.12).aspx , or simply you want to keep things to a minimum … Hmmm. Here’s a PowerShell...
Microsoft Office Sharepoint
People search results returns sps3:// instead of http://
Posted
over 3 years ago
by
Victor Butuza [MSFT]
0
Comments
Talking about odd behaviors or things that one can configure and have unexpected results in SharePoint, here’s one: You search for People Names. All looks fine, the names are returned, all looks ok, BUT when you click on the URL that should take you to...
Microsoft Office Sharepoint
Crawl / Indexing logging categories
Posted
over 3 years ago
by
Victor Butuza [MSFT]
0
Comments
Found yourself in the position of wanting to find out what is going on on the server when you are crawling ? How about cranking up the logging level ? Nice but if you do it for all , you will rapidly get big log files that will not be so easy to analyze...
Microsoft Office Sharepoint
Error in the sitedata webservice
Posted
over 3 years ago
by
Victor Butuza [MSFT]
0
Comments
Here's a troubleshooting tip for you all having problems figuring out the hidden meaning of the message : "Error in the sitedata webservice" Say you are crawling a site and you receive the above error .What can you do to investigate what does that...
Microsoft Office Sharepoint
Timer jobs missing ( too many CPUs)
Posted
over 3 years ago
by
Victor Butuza [MSFT]
0
Comments
Ran into a funny behavior these days, checking the timer job status on a Sharepoint server ( totally new, new box, new OS , new Sharepoint) I fount the page blank. I have never encountered this before so I was puzzled, stunned, blocked and intrigued...
Microsoft Office Sharepoint
Crawl taking indefinitely to complete
Posted
over 3 years ago
by
Victor Butuza [MSFT]
9
Comments
Came across this a couple of times and, unfortunately there is no easy way out of it. Here is the behavior description: Crawling your site, full or incremental will not finish, even after a long time. If you try to access the SQL server’s tempdb...
Microsoft Office Sharepoint
Crawl schedules do not work
Posted
over 4 years ago
by
Victor Butuza [MSFT]
2
Comments
One issue you might have encountered after experiencing some Search problems.Although everything looks ok, the crawl schedules are not respected and the crawler fails to index the content at the specified times. No errors are logged and if you start...
Microsoft Office Sharepoint
Profiles don’t get imported from AD
Posted
over 4 years ago
by
Victor Butuza [MSFT]
0
Comments
I ran into this while attempting to import the profiles and playing with my managed properties in the SSP. Here’s what I did and noticed: Having defined my BDC as a People Details Repository the initial purpose of the test was to completely...
Microsoft Office Sharepoint
This Site scope does not return any results
Posted
over 4 years ago
by
Victor Butuza [MSFT]
0
Comments
Noticed something weird the other days: I was fiddling around managed properties in my search settings and thought of deleting some of them to remove them from being indexed and from the search results. Among other managed properties deleted, I also deleted...
Microsoft Office Sharepoint
"The language is not supported on the server. "
Posted
over 4 years ago
by
Victor Butuza [MSFT]
0
Comments
If you, like me had the chance of re-installing SharePoint (with all the language packs that you might have used before), it is likely that you have encountered this message. You will most likely see this message when running the configuration wizard...
Microsoft Office Sharepoint
Search crawl issues after installing .NET 3.5 SP1
Posted
over 4 years ago
by
Victor Butuza [MSFT]
0
Comments
A number of issues with crawling content in SharePoint was observed since installing .NET 3.5 SP1. The behavior, usually is the inability to crawl the content and various permission-related messages in your crawl log. Among these the most frequent...
Microsoft Office Sharepoint
Federate to Sharepoint inside the same domain across farms
Posted
over 4 years ago
by
Victor Butuza [MSFT]
0
Comments
Among many features and improvements to the search engine, things brought by the Infrastructure Update, perhaps the most awaited one, search federation, was finally deployed. With search federation the search results are no longer restricted to the site...
Page 1 of 2 (42 items)
1
2