SharePoint

All SharePoint Server 2007 and WSS 3.0 Topics including development, configuration, and scalability.

BlueThread Announces StoragePoint for SharePoint 2010

LAS VEGAS, Oct. 19 /PRNewswire/ -- (at the Microsoft(®) SharePoint(®) Conference); BlueThread Technologies(®), Inc. (BlueThread) announced StoragePoint(®) for SharePoint 2010. Attendees at the conference can preview a demonstration of the 2010 version at the BlueThread booth.  StoragePoint enables organizations to realize at least a 95% reduction in the size of their SharePoint content databases by relocating content BLOBs (Binary Large Objects) out of the SQL database onto virtually any Cloud-based or on-premise storage platform. It improves SharePoint manageability, scalability, performance and security without any sacrifice to functionality or user experience. "We wanted to provide our clients with unprecedented SharePoint 2010 BLOB storage flexibility," says Rob D'Oria, BlueThread's CTO and co-Founder. "With StoragePoint...

BlueThread Wins Innovative SharePoint Partner Award at SPC09

Jeff Teper announced SharePoint Conference 09 award winners during his keynote address.  BlueThread Technologies, Inc. was awarded the Innovative SharePoint ISV Award for StoragePoint.  You can find more information about BlueThread Technologies and StoragePoint at http://www.storagepoint.com and http://www.bluethreadinc.com .

Fixing "Unable to connect publishing custom string handler for output caching"

How to fix the annoying error "Fixing "Unable to connect publishing custom string handler for output caching".

Enabling Zip Files in SharePoint Multiple Document Upload

This pertains to Windows Vista and Windows 7 only.  If you are running Windows XP then stop reading. If you are running Vista or Windows 7 and you are attempting use the “Upload Multiple Documents” feature of MOSS 2007 or WSS 3.0 to upload zip files you have probably noticed that zip files do not show in the upload explorer window.  The “Upload Multiple Documents” feature is an ActiveX control that installs with Office 2003/2007 so if you aren’t running either Office versions then the option won’t show up in SharePoint.  The problem with zip files and the ActiveX control...

401.1 Error When Accessing SharePoint From Server

I ran into this issue several times in the past in setting up SharePoint environments (for both internal development use and customers) so I figured it was time to write a blog post about it.  If you are running SharePoint Server 2007 or WSS 3.0 on  Windows Server 2003 SP1 or later you will run into authentication issues if you are trying to access a SharePoint site using host headers from the server itself (i.e. host file has portal.mydomain.com pointed to 127.0.0.1).  This issue manifests itself as the result of a loop back security check that Microsoft built in to Windows...

SPQuery Doesn't Search Sub Folders

If you are using the SharePoint object model to query a SharePoint list you will find out that SPQuery doesn't retrun items in the subfolders. In  order to execute a search query against a list and return results regardless of subfolder location you need to add "Scope='RecursiveAll'" attribute to the SPQuery object's ViewAttributes property.  Since the ViewAttributes property is a string you need to make sure that this attribute doesn't already exist.  If it exists you must remove it and then add it back to the ViewAttributes property.      SPListItemCollection foreach (SPListItem item in itemCollection){      //do something }SPQuery query = new SPQuery(); query.ViewAttributes += " Scope='RecursiveAll'"; itemCollection = list.GetItems(query); ...

When Not To Crawl Content

It is generally accepted that searching for content in MOSS or WSS 3.0 requires the content to first be crawled by the SharePoint Search Service.  However in traditional Enterprise Content Management (ECM) scenarios this typically doesn't make a lot of sense.  If evaluate how most organizations manage content for the purposes of managing that content, you will quickly see why crawling content doesn't make a whole lot of sense.  A typical ECM related business process involves the capture (data stream or scanning of content), categorization, processing, and archival of content.  In many cases significant time, money, and effort is expended in these...

«July»
SunMonTueWedThuFriSat
27282930123
45678910
11121314151617
18192021222324
25262728293031
1234567