Sign in
Random Thoughts on SharePoint, BI, and .NET
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET
Search
SharePoint
SQL Server Analysis Services
SQL Server Reporting Services
Archive
Archives
May 2010
(1)
May 2009
(1)
January 2009
(1)
December 2008
(1)
November 2008
(1)
September 2008
(2)
June 2008
(3)
May 2008
(1)
November 2007
(11)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Random Thoughts on SharePoint, BI, and .NET
Installing Office 2010 and SharePoint 2007 on the same box will ruin your day
Posted
over 3 years ago
by
shawnfel
1
Comments
if you are seeing this error "SPUpgradeException: One or more types failed to load" exception when running configuration wizard" it's most likely because you installed office 2010 on your SharePoint 2007 box. I wasn't able to create web apps or deploy...
Random Thoughts on SharePoint, BI, and .NET
Access Denied due to .NET Framework 3.5 SP1
Posted
over 4 years ago
by
shawnfel
1
Comments
I was doing an install recently and a client happened to have installed the .NET Framework 3.5 SP1 on the servers i was working. The first environment i installed was a two server environment (1 SharePoint, 1 SQL) and everything was working fine...
Random Thoughts on SharePoint, BI, and .NET
Restore error: "There are no more files" + COM error 0x80070012
Posted
over 4 years ago
by
shawnfel
7
Comments
I was recently doing an stsadm –o restore to restore a backup and was able to successfully move my production site collection backup to test. When i went to the site it mostly worked with the exception of one subsite. One subsite was returning...
Random Thoughts on SharePoint, BI, and .NET
Error encountered during install of December 2008 Cumulative updates
Posted
over 5 years ago
by
shawnfel
3
Comments
UPDATE: This has been resolved by the product team with an updated build. Problem: I installed the December updates as mentioned here SharePoint Team Blog Post and thought everything would just be as smooth as silk but that expectation was a little...
Random Thoughts on SharePoint, BI, and .NET
Access Denied during Backup
Posted
over 5 years ago
by
shawnfel
1
Comments
Was recently working with a client working on backup and came across this error Shared Search Index Completed 11/19/2008 2:04 PM Object Shared Search Index failed in event OnPrepareBackup. For more information, see the error log located in the backup...
Random Thoughts on SharePoint, BI, and .NET
Access Denied with Windows Server 2008 and MOSS when Crawling
Posted
over 5 years ago
by
shawnfel
18
Comments
So i created a new vm using Windows Server 2008, SharePoint Server 2007 + SP1 + Infrastructure updates. I'm also using a least priveleged account setup with least priveleged accounts running the individual MOSS Services and app pools. When I started a...
Random Thoughts on SharePoint, BI, and .NET
Another Internet Facing MOSS Site Goes Live: XcelEnergy.com
Posted
over 5 years ago
by
shawnfel
1
Comments
Another live MOSS site is out there. http://www.XcelEnergy.com .
Random Thoughts on SharePoint, BI, and .NET
Interesting Kerberos Error Related to SQL Server from MOSS
Posted
over 5 years ago
by
shawnfel
0
Comments
So we setup Kerberos on SharePoint using one of the many guides out there. Everything worked great but SQL Server was returning KDC_ERR_S_PRINCIPAL_UNKOWN which is typical. So we registered an SPN for SQL Server using "Setspn -A MSSQLSvc...
Random Thoughts on SharePoint, BI, and .NET
Programmatically retrieve a list of the file extensions from the SSP Search Service
Posted
over 5 years ago
by
shawnfel
1
Comments
I recently had to expose the file extensions that we allow search to index outside of SharePoint. Unfortunately SharePoint does not expose this out of the box. So i had to write a web service to be deployed in MOSS that would expose the file extension...
Random Thoughts on SharePoint, BI, and .NET
Automating Report Deployment in Reporting Services in SharePoint Integration Mode Revisited
Posted
over 5 years ago
by
shawnfel
6
Comments
I had made a previous post with a small code sample on how to upload report deployment. Now I'm improving that post with a new sample that will automate the report deployment based on an xml file. I will utilize a file called ReportsDefinition.xml to...
Random Thoughts on SharePoint, BI, and .NET
Legal Discovery, Symantec Enterprise Vault, and Microsoft SharePoint Server Integration
Posted
over 5 years ago
by
shawnfel
6
Comments
Hoping this might be a good topic for some people because i guarantee there are very few people who have been through integrating these products. I have been working on integrating the two products at a client for the past 5 months so hopefully...
Random Thoughts on SharePoint, BI, and .NET
Writing to the SharePoint Trace Log in your code
Posted
over 6 years ago
by
shawnfel
1
Comments
Updated: You should not register the trace provider on every request. Use a singleton to check for registration. Found a great example on how to write to the SharePoint trace log on msdn. http://msdn2.microsoft.com/en-us/library/aa979522.aspx . This...
Random Thoughts on SharePoint, BI, and .NET
SharePoint, DOCTYPE, and Master Pages
Posted
over 6 years ago
by
shawnfel
3
Comments
SharePoint by default does not support taking IE out of quirks mode. This is discussed in a great blog entry by Heather Solomon . Not enforcing a dtd through the DOCTYPE element in the default.master (for example DOCTYPE HTML PUBLIC "-//W3C//DTD HTML...
Random Thoughts on SharePoint, BI, and .NET
Quick Guide on how to install Reporting Services on its own server/cluster in SharePoint Integration Mode without using Kerberos
Posted
over 6 years ago
by
shawnfel
4
Comments
Install SQL Server 2005 - Reporting Services Only Install SQL Server Service Pack 2 Install Sharepoint (as WFE)- SKU (Enterprise Edition, Standard,etc..) has to match the other SKUs in the farm Run the Sharepoint Server Configuration (do not...
Random Thoughts on SharePoint, BI, and .NET
Reporting Services Support for Forms Authentication in SharePoint Integration Mode
Posted
over 6 years ago
by
shawnfel
0
Comments
Better late than never - http://support.microsoft.com/kb/939942
Random Thoughts on SharePoint, BI, and .NET
Transparent Images in Reporting Services
Posted
over 6 years ago
by
shawnfel
3
Comments
If you've been trying to put a transparent image into reporting services and have not been able to make the background transparent i share your pain. Luckily i found a solution. 1. Place a rectangle where you would place the image 2. Place the image...
Random Thoughts on SharePoint, BI, and .NET
Automating Analysis Services Deployments from the Command Line
Posted
over 6 years ago
by
shawnfel
0
Comments
The following blog has a great step by step on how to install Analysis Services Cubes from the Command Line
Random Thoughts on SharePoint, BI, and .NET
Automating Report Deployment with Reporting Services in SharePoint Integration Mode
Posted
over 6 years ago
by
shawnfel
11
Comments
Automating Report Deployment in Reporting Services can be challenging. SharePoint offers many modes of deployment of files. Unfortunately the out of the box deployment for SharePoint does not allow for automatic hook up of data sources. So you can deploy...
Random Thoughts on SharePoint, BI, and .NET
How to connect Filter Web Parts
Posted
over 6 years ago
by
shawnfel
1
Comments
There an excellent post on this blog ( http://blogs.msdn.com/edhild/archive/2007/04/17/how-to-connect-web-parts-during-site-provisioning.aspx ) about how to connect Web Parts in sharepoint. With a little change you can connect filters using the same technique...
Random Thoughts on SharePoint, BI, and .NET
Search Issues: No-index Attribute
Posted
over 6 years ago
by
shawnfel
1
Comments
I ran into a pretty unique situation with crawl rules and search. Here's what happened... I configured crawl rules to ensure that the crawler does not crawl the internet. I started by adding an inclusion of *://*.somecompany.com/* to include...
Random Thoughts on SharePoint, BI, and .NET
Configuring SSO
Posted
over 6 years ago
by
shawnfel
0
Comments
Had some install issues turning on SSO, here's what i found... The install instructions on Technet are mostly correct with the caveat that inorder to create the database you have to login as the SSO account to the first server where the service is...
Random Thoughts on SharePoint, BI, and .NET
SharePoint Install Issues
Posted
over 6 years ago
by
shawnfel
2
Comments
Here's what i encountered in the latest install, hope this benefits the community Error Encountered: Description: The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be found. The local computer may not have the necessary registry...
Page 1 of 1 (22 items)