<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>SharePoint Magazine &#187; Products</title>
	<atom:link href="http://sharepointmagazine.net/category/products/feed" rel="self" type="application/rss+xml" />
	<link>http://sharepointmagazine.net</link>
	<description>SharePoint Magazine is an online Magazine dedicated to the world of SharePoint</description>
	<lastBuildDate>Fri, 12 Mar 2010 12:38:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Review: Workflows with Nintex Workflow 2007</title>
		<link>http://sharepointmagazine.net/products/review-workflows-with-nintex-workflow-2007</link>
		<comments>http://sharepointmagazine.net/products/review-workflows-with-nintex-workflow-2007#comments</comments>
		<pubDate>Wed, 03 Jun 2009 03:46:18 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[Furuknap]]></category>
		<category><![CDATA[journal]]></category>
		<category><![CDATA[nintex]]></category>
		<category><![CDATA[product]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[usp]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://sharepointmagazine.net/?p=3437</guid>
		<description><![CDATA[For the last couple of months, I have been working with Nintex Workflow 2007 while researching a new issue of the Understanding SharePoint Journal. That research lead to the recently released special issue of USP Journal, titled Using Nintex Workflow 2007. You can get that issue for free now, and I’ll tell you how at the end of this article.]]></description>
			<content:encoded><![CDATA[<p>For the last couple of months, I have been working with Nintex Workflow 2007 while researching a new issue of the Understanding SharePoint Journal. That research lead to the recently released special issue of USP Journal, titled Using Nintex Workflow 2007. You can get that issue for free now, and I’ll tell you how at the end of this article.</p>
<p>In this article, I’m am going to introduce you to some of the features of Nintex Workflow 2007 (NW), and show you why I think this is a really cool product. I&#8217;ll also tell you about some of the annoyances I found.</p>
<p><strong>Full Disclosure:</strong> Now, I’m trying to be as unbiased as I can and give you my honest opinion, but you should know that I was paid by Nintex for creating the USP Journal issue. No, they didn&#8217;t get any editorial control, but I was still paid. As such, feel free to hold a salt shaker ready and take what I say with an appropriate grain of salt.</p>
<h1>Nintex Workflow in a Nutshell</h1>
<p>Basically, Nintex is an easy to use workflow add-on to SharePoint. If you have worked with workflow in SharePoint before, chances are you have either worked with SharePoint Designer or Visual Studio. Both of these options are well suited for their intended use, but there is a big gap between SPD and VS that NW fills really well.</p>
<p>On one side, SharePoint Designer offers an incredibly easy and free way of adding simple workflows to a SharePoint site. Using a bit of creativity you can even create fairly complex solutions, using only the built-in actions and features. However, SharePoint Designer lacks scalability and flexibility, and re-use is at best very cumbersome.</p>
<p>On the other side is Visual Studio, which is like having your own thermo nuclear device. It’s incredibly powerful and you can more or less control at least parts of the world, but you had better know exactly what you are doing, or you risk your solution blowing up in your face. Where Visual Studio offers immense power, its learning curve is so steep, it can scare the most die-hard mountaineer.</p>
<p>Nintex Workflow bridges the gap between these two solutions, by giving end users some of the power of a Visual Studio solution while maintaining the ease of use and gentle learning curve of SharePoint Designer. In addition, NW includes some truly unique features, such as the ability to combine sequential and state-machine workflows and user interaction with tasks through email in a feature that deserves mention for its name alone: LazyApproval.</p>
<h1>Authoring Workflows in Nintex</h1>
<p>What initially sparked my interest for NW was the interface for designing workflows. The interface resembles the workflow designer in Visual Studio in that you get a visual overview of the ‘flow’ part of your workflow. Branching, loops, and state machines are presented in what I think is a really intuitive interface that makes it easy for end users to understand what is going on.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" src="http://sharepointmagazine.net/wp-content/uploads/2009/06/figure54.png" border="0" alt="Figure 54" width="576" height="551" /></p>
<p>What makes this workflow designer especially friendly to end users is that it resides inside SharePoint itself. Using scripting and more fancy scripting than I’d dare to undertake, you are actually designing your entire workflow right inside SharePoint with no client software to install or learn at all. You simply drag-and-drop actions from the action menu onto the designer surface and configure each action using dialog boxes.</p>
<p>True, the interface of the Visual Studio workflow designer offers more options and allows for a greater degree of flexibility, but Visual Studio is still an all-or-nothing package; if you want the added flexibility, you also need to deal with the added complexity. That complexity is probably far more than any end users are prepared to handle.</p>
<h1>Templates and Snippets</h1>
<p>Another nice feature is the ability to easily create templates of existing workflows. You can create the generic templates for common tasks such as approval or customer follow-up and then re-use the templates when creating new workflows. This saves a lot of time if you are creating similar workflows or have common tasks used by several units in an organization.</p>
<p>Another option for workflow re-use is snippets. A snippet is basically a set of workflow actions stored as a single action. You create these snippets in the workflow designer, and they become part of your available actions for use in any workflow. For example, you might create a snippet to notify an item or document owner about changes to that item or document. Whenever you want to include that functionality in your workflow, you simply drag the entire snippet onto the workflow designer, and you get that functionality added without having to re-create all the individual actions.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" src="http://sharepointmagazine.net/wp-content/uploads/2009/06/figure38.png" border="0" alt="Figure 38" width="216" height="247" /></p>
<h1>Go with the Flow</h1>
<p>If there is one thing I really miss, especially in SharePoint Designer workflows, it is better debugging and tracking of what is going on. A common approach is to add a lot of history logging to track what the workflow is doing. In Visual Studio, you can attach the debugger and step through the entire workflow, which is really nice and gives developers extreme control.</p>
<p>While NW lacks the stepping option, it does offer a very nice workflow information page far superior to the default workflow status page of SharePoint. On that workflow information page, you get a visual representation of your workflow, including which actions and branches are currently executing.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" src="http://sharepointmagazine.net/wp-content/uploads/2009/06/figure56.png" border="0" alt="Figure 56" width="824" height="633" /></p>
<p>This workflow information page can also give you a detailed view where you can get a whole boatload of more information about the workflow execution, including how long each action takes, the outcome of conditions, who approves or disapproves which actions, and a range of other information.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" src="http://sharepointmagazine.net/wp-content/uploads/2009/06/figure58.png" border="0" alt="Figure 58" width="824" height="617" /></p>
<p>The workflow information provided by NW goes a long way towards providing the debugging information you need to figure out workflow bottlenecks, logical errors, and other problems you may encounter.</p>
<h1>State of the Machine</h1>
<p>The final thing I want to point out as truly unique in NW is the support for state machines. You may wonder what is so special about supporting state machines, after all, most workflow products support state machines in some fashion.</p>
<p>What is really nice in NW, though, is that a state machine is simply an action, just like any other multi-branch action. This means you can combine state machines with sequential workflows inside the same workflow. For example, you may have a long running customer follow-up process, in which one part of the workflow consists of contract negotiations. That contract negotiation may move back and forth between different states, but is still only part of a longer workflow in which the ultimate goal is to make the customer happy.</p>
<p>In NW, you can simply add a state machine action and configure that action as you would if you had developed a stand-alone state machine workflow. Then, after that part of the workflow completes, you can continue in a sequential workflow, or even transition into a new state machine inside the same workflow.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" src="http://sharepointmagazine.net/wp-content/uploads/2009/06/figure79.png" border="0" alt="Figure 79" width="905" height="525" /></p>
<h1>OK, So What’s the Catch?</h1>
<p>Alright, I’ve said enough about the cool things, so it makes sense to point out some of the weaknesses as well. Note that most of these issues are annoyances at worst.</p>
<p>First, the interface for controlling configuration scopes leave a lot to be desired. Basically, you can configure settings for sites and site collections, and the scopes control inheritance and all that, but the way that Nintex has solved the interface is not good. You need to pay attention to small pieces of texts on the page to know whether you are configuring for a site or for the entire site collection.</p>
<p>Second, NW supports setting up holidays to avoid workflow activities while no one is available to respond to tasks or interact with the workflow. However, the way the holidays are configured could have been done so much better. You can only add one day at a time, so if you are closing the office for two weeks during summer you need to add each day of those weeks individually. Really sad for schools with months of vacation at a time.</p>
<p>Third, the workflow designer can become cluttered when you are creating complex workflows, especially when using multiple branches. The branches keep expanding horizontally and will eventually fill any screen size if you have enough branches. And frankly, ‘enough’ branches is too low a number for example in state machines with many states. The same applies to the workflow information; to get an overview, you need to do a lot of scrolling. A “zoom out” function would be useful.</p>
<p>None of these issues are deal-breakers, though. It feels to me like they have gone 95% of the way towards making a perfect workflow solution, but with a product like this, the last 5% can be annoying.</p>
<p>And still, their 95% are still light-years ahead of anything else I have seen in this niche.</p>
<h1>Want to Learn More?</h1>
<p>The state machine image above is an example from the USP Journal I mentioned in the beginning of this article. In that issue, you’ll learn how to develop workflows in Nintex Workflow. The image shows part of a “get well card” that you’ll develop during the exercises in the issue. I’ll show you how to install and configure NW, familiarize you with the Workflow Designer, teach you at least some of the actions available, as well as explain the logic of how various tasks are done, such as the above example of inline state machines.</p>
<p>You can get the 128-page issue from the <a href="http://www.understandingsharepoint.com/url/30104" target="_blank">issue download page</a>, and as I said, it’s free, as in beer.</p>
<p>.b</p>
]]></content:encoded>
			<wfw:commentRss>http://sharepointmagazine.net/products/review-workflows-with-nintex-workflow-2007/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Visual Fusion Brings Location Intelligence to SharePoint</title>
		<link>http://sharepointmagazine.net/products/visual-fusion-brings-location-intelligence-to-sharepoint</link>
		<comments>http://sharepointmagazine.net/products/visual-fusion-brings-location-intelligence-to-sharepoint#comments</comments>
		<pubDate>Tue, 04 Nov 2008 14:40:03 +0000</pubDate>
		<dc:creator>idv</dc:creator>
				<category><![CDATA[Microsoft Partners]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Composite Application]]></category>
		<category><![CDATA[Geospatial]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[IDV Solutions]]></category>
		<category><![CDATA[Location Intelligence]]></category>
		<category><![CDATA[Mashup]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Rich Internet Application]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[Virtual Earth]]></category>
		<category><![CDATA[Visual Fusion]]></category>

		<guid isPermaLink="false">http://sharepointmagazine.net/?p=1552</guid>
		<description><![CDATA[Visual Fusion provides a platform for managing many types of geospatial content and for creating applications that display enterprise data and Web feeds on a Virtual Earth map.  Visual Fusion brings location intelligence to SharePoint, creating a platform to build highly visual composite applications. ]]></description>
			<content:encoded><![CDATA[<p><strong>Visual Fusion</strong></p>
<p>Visual Fusion, from IDV Solutions, a Microsoft Gold ISV Partner, provides a platform for managing many types of geospatial content and for creating applications that display enterprise data and Web feeds on a Virtual Earth map.  Visual Fusion brings location intelligence to SharePoint, creating a platform to build highly visual composite applications.</p>
<p>It solves the problem of uniting data from incompatible sources and systems, and it allows users without DBA or GIS expertise to quickly build mash-ups, while providing the tools for IT professionals to build robust applications.</p>
<p>Organizations in fields as diverse as border security and natural gas production currently use Visual Fusion to visualize their data in meaningful ways, so that users can make better informed decisions in less time.</p>
<p style="center;"><a href="http://sharepointmagazine.net/wp-content/uploads/2008/10/01.jpg"><img class="size-full wp-image-1553 aligncenter" src="http://sharepointmagazine.net/wp-content/uploads/2008/10/01.jpg" alt="" width="491" height="330" /></a></p>
<p><strong>Visual Fusion and SharePoint </strong></p>
<p>Visual Fusion exploits SharePoint infrastructure for site building, user authentication, search, and content management.  On top of these, IDV has layered custom Web parts and the ability to geo-enable SharePoint content.</p>
<p><strong>Visual Fusion Experience (VFX)</strong>, the client component of Visual Fusion Suite, is a browser-based rich Internet application (RIA), implemented on a SharePoint site using Web parts. A JavaScript API allows developers to customize and extend this interface.</p>
<p><strong>Visual Fusion Server (VFS)</strong> is implemented as a set of SharePoint Features and packaged as a SharePoint Solution. It includes data connectors, a styling engine, and tools for data filtering.</p>
<p>Together, VFS and VFX allow enterprises to:</p>
<ul>
<li>Manage and integrate content</li>
<li>Build applications</li>
<li>Deliver a feature-rich user experience.</li>
</ul>
<p><strong>Managing geospatial content </strong></p>
<p>Geospatial data can come in many formats (.shp, GeoRSS, KML and more), from multiple sources (Web feeds, GIS departments, enterprise databases and workgroup spreadsheets). Many enterprises lack a convenient way to share these among work areas or to combine them with other data.</p>
<p>Using SharePoint to manage this diverse content makes it available throughout the enterprise. Visual Fusion Server supplies SharePoint templates for creating custom lists and libraries. These templates include Visual Fusion&#8217;s geocoding function; for items with a valid address but no latitude and longitude, VFS automatically retrieves the coordinates from Web services. Through MOSS Excel services, Visual Fusion extends this content management and geocoding functionality to data in Excel spreadsheets.</p>
<p style="center;" align="center"><a href="http://sharepointmagazine.net/wp-content/uploads/2008/10/02.jpg"><img class="size-full wp-image-1555 aligncenter" src="http://sharepointmagazine.net/wp-content/uploads/2008/10/02.jpg" alt="" width="430" height="101" /></a></p>
<p align="center"><em>VFS automatically retrieves coordinates from Web services.</em></p>
<p>Custom libraries built from the Visual Fusion templates house GeoRSS, KML and .shp files; custom lists house links to GeoRSS, KML or WMS Web feeds. Users can apply the VFS templates and geocoding retroactively to existing SharePoint lists and libraries.</p>
<p align="center"><a href="http://sharepointmagazine.net/wp-content/uploads/2008/10/03.jpg"><img class="aligncenter size-full wp-image-1556" src="http://sharepointmagazine.net/wp-content/uploads/2008/10/03.jpg" alt="" width="409" height="100" /></a></p>
<p align="center"><em>VFS libraries house GeoRSS, KML and Shapefiles.</em></p>
<p>VFS can also connect to data sources outside SharePoint. Connectors are available to access data through the Business Data Catalog, and to connect to SQL Server, Oracle, ArcSDE and MapPoint databases. Developers can also write their own connectors using the Visual Fusion SDK.</p>
<p><strong>Building applications</strong></p>
<p>Visual Fusion applications are built in SharePoint sites, using custom Web parts. One of these, the Composer, is a drag-and-drop interface for adding data layers to an application and styling them. The Composer discovers and lists all the available data layers, in SharePoint and outside it. A user can drag these layers into a hierarchy, creating groups that expand and collapse, and selecting colors, icons, line styles and other visual attributes.</p>
<p>The user can also enter a URL directly into the Composer to create a layer for a GeoRSS or WMS feed. Using the Composer, the layer hierarchy for a new application can be composed from existing data sources in as little as 20 minutes.</p>
<p align="center"><a href="http://sharepointmagazine.net/wp-content/uploads/2008/10/04.jpg"><img class="aligncenter size-full wp-image-1557" src="http://sharepointmagazine.net/wp-content/uploads/2008/10/04.jpg" alt="" width="440" height="280" /></a></p>
<p align="center"><em>The Composer lets users build applications by dragging layers into a hierarchy.</em></p>
<p>Site administrators and similar users can customize applications further by editing configuration files. Options that they can configure include filters, data transformations, and style rules.</p>
<p>If an enterprise has needs beyond the out-of-the box VFS features, developers can use the SDK to write custom data connectors, request handlers, filters, style rules, and geocoders.</p>
<p align="center"><img class="aligncenter size-full wp-image-1558" src="http://sharepointmagazine.net/wp-content/uploads/2008/10/05.jpg" alt="" width="479" height="384" /></p>
<p align="center"><em>This application, created with the Visual Fusion SDK, generates contour lines on the fly<br />
from a set of points where the elevation was measured.</em></p>
<p><strong>The RIA interface</strong></p>
<p>The end user interface, Visual Fusion Experience, is a rich internet application composed of two Web parts, a map viewer and a layer control.</p>
<p align="center"><strong><a href="http://sharepointmagazine.net/wp-content/uploads/2008/10/06.jpg"><img class="aligncenter size-full wp-image-1559" src="http://sharepointmagazine.net/wp-content/uploads/2008/10/06.jpg" alt="" width="500" height="321" /></a> </strong></p>
<p align="center"><em>Visual Fusion Experience is a rich internet application composed of Web parts.</em></p>
<p><em><strong>Map Viewer</strong></em></p>
<p>The map viewer provides users with a set of tools that include:</p>
<ul>
<li>pan and zoom</li>
<li>location search</li>
<li>time zone viewer</li>
<li>distance measure</li>
<li>latitude and longitude display for the cursor position</li>
<li>inset map for overviews and close-ups</li>
<li>timeline viewer</li>
<li>spatial query tool</li>
<li>drawing tools</li>
</ul>
<p>The timeline tool filters databases and Web feeds based on time and date. It&#8217;s an interactive filter that lets users step through days, months or other time periods, watching the data on the map change over time.</p>
<p style="center;"><a href="http://sharepointmagazine.net/wp-content/uploads/2008/10/07.jpg"><img class="aligncenter size-full wp-image-1560" src="http://sharepointmagazine.net/wp-content/uploads/2008/10/07.jpg" alt="" width="479" height="242" /></a></p>
<p align="center"><em></em><em></em></p>
<p align="center"><em>The interactive timeline filters data based on date and time.</em></p>
<p>The spatial query tool lets end users draw an area on the map, and send all the data points within that area to a form or other Web part. Using the drawing tools, end users can annotate the map with points, lines, and polygons, include metadata for each item, and then save this annotation in SharePoint.</p>
<p>The map viewer is configured through the SharePoint user interface, and any of these tools can be disabled at any time through the Web part configuration.</p>
<p><em><strong>Layer Control</strong></em></p>
<p>End users turn map layers off and on using the layer control. Like the map viewer, this Web part includes a set of tools that are configurable through the SharePoint UI:</p>
<ul>
<li>The Enterprise Search tool uses a custom search scope, and displays search results as data points on the map.</li>
<li>A configurable set of buttons lets the end user enter URLs directly into the layer control to display GeoRSS, KML or WMS feeds along with the existing data layers.</li>
</ul>
<p>The layer control also incorporates a details panel, which can be configured to display more information about any data point, line, or polygon that a user selects on the map. The content and formatting of this details panel can be stored in a calculated column in SharePoint.</p>
<p align="center"><a href="http://sharepointmagazine.net/wp-content/uploads/2008/10/08.jpg"><img class="aligncenter size-full wp-image-1554" src="http://sharepointmagazine.net/wp-content/uploads/2008/10/08.jpg" alt="" width="415" height="316" /></a></p>
<p align="center"><em>The Details Panel can be configured to display more information about items on the map.</em></p>
<p><strong>Extending the interface</strong></p>
<p>Developers can extend this user interface further. Through the JavaScript API, the map viewer and layer control can be configured to communicate with third-party Web parts. For example, a developer can configure the interface so that clicking on a map item causes data or charts associated with the item to display in a third Web part. Or an application can be set up so that, when the end user selects a map region with the spatial query tool, the map viewer launches a request and sends the query results to a data grid or form Web part.</p>
<p><strong>Leveraging SharePoint Capabilities </strong></p>
<p>The underlying SharePoint infrastructure makes it possible to create new Visual Fusion applications quickly. It also makes it easy to create multiple applications that leverage the same data sources. SharePoint features that Visual Fusion uses include:</p>
<ul>
<li>Excel Services, for creating map layers from spreadsheets</li>
<li>Search, including enterprise search scopes</li>
<li>BDC, for connecting to data sources</li>
<li>Role-based authentication for security down to the list item level</li>
<li>List and library templates for content management</li>
<li>Web parts for a flexible user interface</li>
</ul>
<p>For more information about Visual Fusion, go to <a href="http://www.idvsolutions.com/">www.idvsolutions.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sharepointmagazine.net/products/visual-fusion-brings-location-intelligence-to-sharepoint/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Extending SharePoint Search</title>
		<link>http://sharepointmagazine.net/products/extending-sharepoint-search</link>
		<comments>http://sharepointmagazine.net/products/extending-sharepoint-search#comments</comments>
		<pubDate>Thu, 18 Sep 2008 05:56:30 +0000</pubDate>
		<dc:creator>Jess Bratcher</dc:creator>
				<category><![CDATA[Customisation]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[ISYS]]></category>
		<category><![CDATA[methodology]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[third-party solutions]]></category>

		<guid isPermaLink="false">http://sharepointmagazine.net/?p=1216</guid>
		<description><![CDATA[There are more than 20,000 SharePoint licensees in North America. The number of SharePoint users is in the one million range. SharePoint is one of Microsoft&#8217;s success stories, cementing the company&#8217;s grip on the crucial enterprise content management. Exact data are not available, but one thing is clear-SharePoint is a widely used content management and [...]]]></description>
			<content:encoded><![CDATA[<p>There are more than 20,000 SharePoint licensees in North America. The number of SharePoint users is in the one million range. SharePoint is one of Microsoft&#8217;s success stories, cementing the company&#8217;s grip on the crucial enterprise content management. Exact data are not available, but one thing is clear-SharePoint is a widely used content management and collaboration system.</p>
<p>Microsoft is doing a good job of providing SharePoint developers and partners with timely information about the system. A good example is the Microsoft SharePoint Team Blog. In the last few months, a number of useful new information sources have been added. A good example are the &#8220;Advanced SharePoint Videos and Whitepapers&#8221; located <a href="http://blogs.msdn.com/sharepoint/archive/2008/02/18/advanced-sharepoint-videos-and-whitepapers.aspx">here</a> or via MSDN search.</p>
<p>SharePoint ships with a workable search system, which I&#8217;ll refer to as ESS, for Enterprise Search System. It makes excellent use of the metadata for each document processed by the system. In addition, Microsoft has reduced the time and complexity of customizing result pages, handling content on Microsoft Exchange servers, and accessing most standard file types.</p>
<p>In our tests of SharePoint, ESS does a good job and offers some bells and whistles not available in other enterprise search systems. For example, you can identify the individual whose content suggests an author is knowledgeable about a specific topic. Managing crawls or standard index cycles boils down to pointing and clicking. SharePoint is security aware, and administrators don&#8217;t have to fiddle with configuration files for most customization jobs.</p>
<p>The one barrier that SharePoint licensees encounter is the system&#8217;s &#8220;glass ceiling&#8221; when indexing upwards of 30 million documents. Microsoft purchased Fast Search &amp; Transfer in January 2008 in order to provide a solution for SharePoint licensees who want to index and update 30 million or more documents without experiencing system slowdowns. Microsoft has released a Fast Search Web part to make integration of the FAST Enterprise Search Platform or ESP easier. The SharePoint FAST ESP Web part is <a href="http://www.codeplex.com/espwebparts and the documentation is at http://www.codeplex.com/espwebparts/Wiki/View.aspx?title=ESP%20Web%20Parts%20Documentation&amp;referringTitle=Home">here</a>.</p>
<p>But licensing Fast ESP can easily soar above $250,000, excluding customizing and integrating service fees. Add to this cost hardware, and you have a major investment to make in order to deliver acceptable search-and-retrieval functionality for large, disparate document collections.</p>
<p>What can a SharePoint licensee do to handle larger document collections, reduce index update latency, and deliver point-and-click search functions quickly and for less money?</p>
<p>If you have a document collection that is nosing toward 50 million documents, maybe even higher, you need a search system now. The good news is that there are numerous solutions available. These range from open source options such as <a href="http://lucene.apache.org">Lucene</a> and <a href="http://www.lemurconsulting.com">FLAX</a> to the industrial-strength Autonomy IDOL (intelligent data operating layer), which can cost $300,000 or more before support and maintenance fees are tacked on.</p>
<p><strong>Reasons to Switch from Microsoft&#8217;s ESS</strong></p>
<p>Third-party systems can reduce the time required to index new and changed documents. As you approach the 50 million document limit, you may find that SharePoint indexing times increase. But if you are struggling with slow indexing, you will want to consider that larger documents take more computing resources. When the volume of documents to be indexed rises and the average file size goes up, you may be experiencing a performance bottleneck.</p>
<p>You may want certain features available for your users. Among the most-requested functions are deduplication of result sets, parametric searching/browsing, entity extraction and on-the-fly classification, and options for merging different types of content in the SharePoint environment. Web pages located in the cloud and third-party content are two types of content that can absorb scarce resources.</p>
<p>One of the major reasons for shifting from the ESS to a third-party system is a need to provide certain features to different types of users. For example, a SharePoint user needing information for customer support tasks wants a &#8220;view&#8221; of certain information. Third-party systems can provide administrative tools that make this type of collection-centric search a point-and-click checklist in the search administration system.</p>
<p>Change for its own sake is not a sure-fire recipe for success. A solid user experience or business reason is. The good news is that there are more than 300 vendors with enterprise search systems that to a greater or lesser degree support SharePoint. The bad news is that you have to select a system.</p>
<p><strong>Switching Methodology</strong></p>
<p>Each IT professional with Microsoft certification knows how to set up, configure, and maintain SharePoint and other &#8220;core&#8221; Microsoft server systems. Let&#8217;s look at a methodology for replacing SharePoint with ISYS Search Software&#8217;s ISYS:web.  ISYS is one of a half-dozen vendors offering so-called &#8220;SharePoint Search&#8221; capabilities.<br />
Here&#8217;s a run down of a procedure that minimizes pitfalls.</p>
<p>1.	Set up a development server with SharePoint running. You don&#8217;t need to activate the search services. This can be on a computer running Windows Server 2003 or 2008. Microsoft recommends at a minimum a server with dual CPUs, each running at least 3 GHz, and 2 GB of memory. Also necessary for installation are Internet Information Services (IIS, along with its WWW, SMTP, and Common Files components), version 3.0 or greater of the .NET Framework, and ASP.NET 2.0. A more detailed look at these requirements can be found <a href="http://technet.microsoft.com/en-us/library/cc262485.aspx">here</a>.</p>
<p>2.	Create a single machine with several folders containing documents and content representative of what you will be indexing.</p>
<p>3.	Install ISYS:web 8 on the machine running SharePoint</p>
<p>4.	Work through the configuration screens, noting the information required to add additional content repositories to index. An intuitive ISYS Utilities program will let you configure SharePoint indexes.</p>
<p>5.	Launch the ISYS indexing component. Note the time indexing begins and ends. You will need these data in order to determine the index build time when you bring the system up for production.</p>
<p>6.	Run test queries on the indexed content. If the results are not what you expect, make a return visit to the ISYS set up screens, verify your choices, delete the index, and reindex the content collection. Be sure to check that entities are appearing in the ISYS display.</p>
<p>7.	Open the ISYS results template so you can familiarize yourself with the style sheet and the behind-display controls.</p>
<p>8.	Once you are satisfied that the basics are working, verify that ISYS is using security flags from Active Directory.</p>
<p style="center;"><a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/clip_image0021.bmp"><img class="aligncenter size-full wp-image-1220" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/clip_image0021.bmp" alt="" width="500" height="410" /></a></p>
<p>Once you are satisfied, you can install ISYS on the production server and begin the processing of generating the master index. Additional image files for the ISYS installation are available <a href="http://www.isys-search.com/support/techtips/sharepoint.html?source=IU2007APR">here</a>. These include screen shots illustrating how to set up the ISYS index.</p>
<p><strong>Some Gotchas to Avoid</strong></p>
<p>Most third-party search systems from Microsoft Certified Gold partners mesh smoothly with SharePoint. However, there are some challenges you will want to think about.</p>
<p>First, when documents change, the search system must recognize that change, copy or crawl the document, and make the changed document available to the indexing subsystem. The new index entries must be added to the main index. Some search systems use a separate index for new and changed entries, thus a single query is passed against two or more indexes. When a slow down in indexing occurs, you will need to check the resources available. Network latency can bog down the system. Inadequate random access memory and insufficient disc storage can choke the system with disc accesses.</p>
<p>Second, keep in mind that new documents must be indexed and changed documents have to be reindexed. In both processes, the main index must be updated. Setting the index update at too aggressive a level can slow down query processing. If you have adjusted the time and depth of your crawls, you may want to expand the hardware available to the system. Clustering can speed up search systems, but you will need to allocate additional time to configure and optimize the systems.</p>
<p>Third, additional text processing features such as deduplication, entity extraction, clustering, and generating suggestions or See Also hints for users suck computing resources. Under load, these indexing functions can slow down even well-resourced search systems. Implement only the text processing functions you need. Fancy extras can contribute to sluggish performance. Users will lose patience with a slow response to a query.</p>
<p>Finally, trim the graphical bells and whistles. The most recent version of SharePoint supports Microsoft&#8217;s rich media tools such as Silverlight. In an organization, users want answers. Some of the consumer-oriented features make a search system visually appealing, but when used to excess, eye candy can get in the way of a user&#8217;s getting the information required quickly.</p>
<p>To sum up, SharePoint ships with a usable search-and-retrieval system. When you want to break through the current document barrier or add features quickly, you will want to consider a third-party solution. Regardless of the system you select, set up a development server and run shake downs to make user the system will deliver the results the users need.</p>
<p>Jess Bratcher, for <a href="http://arnoldit.com/wordpress">Beyond Search</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sharepointmagazine.net/products/extending-sharepoint-search/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SharePoint Magazine chats to Mike Fitzmaurice about Nintex Reporting</title>
		<link>http://sharepointmagazine.net/people/sharepoint-magazine-chats-to-mike-fitzmaurice-about-nintex-reporting</link>
		<comments>http://sharepointmagazine.net/people/sharepoint-magazine-chats-to-mike-fitzmaurice-about-nintex-reporting#comments</comments>
		<pubDate>Wed, 17 Sep 2008 08:57:18 +0000</pubDate>
		<dc:creator>Arno Nel</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[fitzmaurice]]></category>
		<category><![CDATA[mike]]></category>
		<category><![CDATA[nintex]]></category>
		<category><![CDATA[reporting]]></category>
		<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://sharepointmagazine.net/?p=1185</guid>
		<description><![CDATA[SharePoint Magazine author Arno Nel had a chat with Mike Fitzmaurice about Nintex Reporting.]]></description>
			<content:encoded><![CDATA[<p><img title="Comment" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/comment_481.png" alt="Comment" width="48" height="48" />As you are well known to the SharePoint Community, why not start by giving us a brief bio and letting us know how you ended up at Nintex?</p>
<blockquote><p><img class="alignnone" title="User" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/user_481.png" alt="" width="48" height="48" />I&#8217;ve been a part of every release of SharePoint technology since the start.  Way back in the SPS 2001 (&#8220;Tahoe&#8221;) days, I was with Microsoft Consulting Services helping with field customers in the Tahoe early adopter program, and was part of the team that created architectural guidance for an optimal intranet deployment of SharePoint Portal Server 2001 and SharePoint Team Services 1.0.</p>
<p>I joined the SharePoint Product Management team officially in 2002, and became responsible for technical evangelism to developers and IT Pros.  Over the five years that followed, I focused in on developer evangelism, interoperability issues, technical education, and a lot more.  My final year at Microsoft was spend acting as a technical resource on Microsoft and competing technology to their enterprise sales teams.</p>
<p>I actually met the Nintex guys back in early 2002; the co-founders were still primarily in the services business, and they were attending a conference at which I was providing training.  We became friends and colleagues and kept in touch.  When Nintex decided to set up an American office earlier this year, they approached me and offered me more fun, more focus, and more money, and I&#8217;d still get to remain a part of the SharePoint community.</p></blockquote>
<p><img title="Comment" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/comment_481.png" alt="Comment" width="48" height="48" />What is your role now?</p>
<blockquote><p><img class="alignnone" title="User" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/user_481.png" alt="" width="48" height="48" />I&#8217;m the Vice President of Product Technology, which essentially means I have a hand in everything from evangelism to marketing to sales to business planning to guiding short-term and long-term development and support tactics and strategies.</p></blockquote>
<p><img title="Comment" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/comment_481.png" alt="Comment" width="48" height="48" />Tell us a bit about Nintex.</p>
<blockquote><p><img class="alignnone" title="User" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/user_481.png" alt="" width="48" height="48" />When I first met them, they were extremely clever and passionate SharePoint people, but there are several of those.  Here&#8217;s the part that really impressed me&#8230;</p>
<p>While WSS 2.0 and SPS 2003 were great as a whole, we got a lot of grief (deservedly so) for not having a recycle bin and for not creating a new approval routing system for the then-new SQL Server store.  I had, on several public occasions, told audiences how to use the eventing mechanism and a hidden document library to take care of the undelete problem, and that the eventing mechanism left room for clever workflow vendors to write something of their own.  Weirdly enough, Nintex went out and built SmartLibrary, a product that did exactly those things (and a few others).  Either they listened to me or we were simply in sync &#8212; either of those is a good thing.</p>
<p>Since then, they&#8217;ve set themselves up to build solutions FOR SharePoint technology and build them ON SharePoint technology.  They&#8217;ve got short release cycles so they can adapt to new customer needs quickly, and they&#8217;re fully prepared to have to adapt/innovate/capitalize on changes that take place when Microsoft releases new versions.</p>
<p>Case in point:  WSS 3.0 and MOSS 2007 provide a recycle bin and an audit trail, so Nintex decided to throw their resources into taking SmartLibrary&#8217;s simple approval up several notches to create Nintex Workflow 2007.  It&#8217;s built on the same declarative workflow platform used by SharePoint Designer, but they provide a visual design environment and expose a great deal more of the feature set offered by the Windows Workflow Foundation.  Plus the upgrade path is nice.  They&#8217;ve thought this through.</p></blockquote>
<p><img title="Comment" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/comment_481.png" alt="Comment" width="48" height="48" />So what is Nintex Reporting?  Start with a single-sentence description, if you don&#8217;t mind.</p>
<blockquote><p><img class="alignnone" title="User" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/user_481.png" alt="" width="48" height="48" />Nintex Reporting gives you insight into the structure, content, usage, and performance of your SharePoint assets.</p>
<p>If I can now elaborate with more than a sentence, I&#8217;ll add that you can use it for adoption planning, usage monitoring, capacity planning, and a lot more.</p>
<p>There are over 75 reports in the box that cover user activity, list creation and usage, document popularity with breakdowns by file type and content type, site size, site collection size, content database saturation, and a lot more.  Reports are executed on a schedule and archived.  You can drill down to the individual details with one click.</p></blockquote>
<p><img title="Comment" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/comment_481.png" alt="Comment" width="48" height="48" />Who would use it?</p>
<blockquote><p><img class="alignnone" title="User" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/user_481.png" alt="" width="48" height="48" />If you&#8217;re in charge of any corner of your SharePoint deployment, there&#8217;s something in it for you.  It&#8217;s certainly optimized for IT pros operating SharePoint farms, but it&#8217;s actually quite useful to an individual site manager.  The entire UI is built out of Web Parts and delivered by default as a custom site definition, but you can place key Web Parts that point to reports, scope them to a single site or collection, and embed them in any site.  Would you like to see how much activity is taking place in different discussion lists?  Who&#8217;s downloading which documents?  How often they get updates vs. read?  You can have that.</p></blockquote>
<p><img title="Comment" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/comment_481.png" alt="Comment" width="48" height="48" />How is it different from the out-of-the-box capabilities present in SharePoint Server?</p>
<blockquote><p><img class="alignnone" title="User" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/user_481.png" alt="" width="48" height="48" />I&#8217;ll give you four good ones:</p>
<p>1) First off, it tells you a lot more than you&#8217;ll get in the box with MOSS or WSS.</p>
<p>2) Second, it&#8217;s very easy to use.  You get interactive, Silverlight-based reports with drill-down, pop-over data visualization, and a lot more.  You get role-based, easily customized dashboards that pull together sets of reports to suit specific user&#8217;s needs.</p>
<p>3) Third, the architecture is really, really nice.  It takes a data warehouse-based approach.  To keep the impact on your production environment low, we collect data out of your production servers and push facts into the warehouse. We execute reports against the warehouse on a schedule and cache the results.  To boost response time, our UI reports from those cached results, and we only directly query the warehouse fact data when you need to do a drill-down.  As a result, you get fast, fast access to, well, everything.</p>
<p>4) It&#8217;s extensible &#8212; very extensible.  You can create your own data collectors, your own reports, your own dashboards, etc.  You can even create SQL Server Analysis Services cubes against our warehouse and go nuts with your own queries using Excel Services, etc.  Our SDK covers all of this.</p>
<p>That warehouse is what I regard as our secret sauce.  We&#8217;ve released a product that provides SharePoint insight for everyone, but it&#8217;s just the first of many ways we can leverage that investment.  Stay tuned!</p></blockquote>
<p><img title="Comment" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/comment_481.png" alt="Comment" width="48" height="48" />Would you mind sharing a few screenshots?</p>
<blockquote><p><img class="alignnone" title="User" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/user_481.png" alt="" width="48" height="48" />Sure:</p>
<p>The collection of role-based dashboards available out of the box.<br />
<a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/1.png" border="0"><br />
<img title="Nintext Reporting 1" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/1.png" alt="Nintex Reporting 1" width="700"/></a></p>
<p>The role-based dashboard for a SharePoint implementation manager, consisting of KPI statistics, a set of graphical reports, and a set of subscription options.  Embedded reports include unique users, popular sites, site activity, and document growth.<br />
<a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/2.png" border="0"><br />
<img title="Nintext Reporting 2" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/2.png" alt="Nintex Reporting 2"  width="700"/></a></p>
<p>The role-based dashboard for an IT manager, consisting of KPI statistics, a set of graphical reports, and a set of subscription options.  Embedded reports include file type distribution, document storage growth, content database growth, and team site sizes.<br />
<a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/3.png" border="0"><br />
<img title="Nintext Reporting 3" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/3.png" alt="Nintex Reporting 3"  width="700"/></a></p>
<p>The role-based dashboard for a records manager, consisting of KPI statistics, a set of graphical reports, and a set of subscription options.  Embedded reports include document type distribution, document growth, active authors, and document publication status.<br />
<a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/4.png" border="0"><br />
<img title="Nintext Reporting 4" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/4.png" alt="Nintex Reporting 4"  width="700"/></a></p>
<p>The role-based dashboard for a system administrator, consisting of KPI statistics, a set of graphical reports, and a set of subscription options.  Embedded reports include the most active users, document storage volume, and site creation statistics.<br />
<a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/5.png" border="0"><br />
<img title="Nintext Reporting 5" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/5.png" alt="Nintex Reporting 5"  width="700"/></a></p>
<p>Report on total user activity, showing both graphical and tabular data, as well as subscription and configuration options.<br />
<a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/6.png" border="0"><br />
<img title="Nintext Reporting 6" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/6.png" alt="Nintex Reporting 6"  width="700"/></a></p>
<p>Report on monthly growth of documents, showing both graphical and tabular data, as well as subscription and configuration options.<br />
<a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/7.png" border="0"><br />
<img title="Nintext Reporting 7" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/7.png" alt="Nintex Reporting 7"  width="700"/></a></p>
<p>Report on list creators, showing both graphical and tabular data, as well as subscription and configuration options.<br />
<a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/8.png" border="0"><br />
<img title="Nintext Reporting 8" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/8.png" alt="Nintex Reporting 8"  width="700"/></a></p>
<p>Report on the most active users of SharePoint Search, showing both graphical and tabular data, as well as subscription and configuration options.<br />
<a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/9.png" border="0"><br />
<img title="Nintext Reporting 9" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/9.png" alt="Nintex Reporting 9"  width="700"/></a></p>
<p>Report on document content size per team site, showing both graphical and tabular data, as well as subscription and configuration options.<br />
<a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/10.png" border="0"><br />
<img title="Nintext Reporting 10" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/10.png" alt="Nintex Reporting 10"  width="700"/></a></p>
<p>Report on farm-wide distribution of documents by file type, showing both graphical and tabular data, as well as subscription and configuration options.<br />
<a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/11.png" border="0"><br />
<img title="Nintext Reporting 11" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/11.png" alt="Nintex Reporting 11" width="700" /></a></p>
<p>Report on which users are creating the most content, showing both graphical and tabular data, as well as subscription and configuration options.<br />
<a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/12.png" border="0"><br />
<img title="Nintext Reporting 12" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/12.png" alt="Nintex Reporting 12"  width="700"/></a></p>
<p>Report on monthly contributors to SharePoint sites across a farm, showing both graphical and tabular data, as well as subscription and configuration options.<br />
<a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/13.png" border="0"><br />
<img title="Nintext Reporting 13" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/13.png" alt="Nintex Reporting 13" width="700" /></a></p>
<p>Report on the most active users of a SharePoint farm, showing both graphical and tabular data, as well as subscription and configuration options.<br />
<a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/14.png" border="0"><br />
<img title="Nintext Reporting 14" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/14.png" alt="Nintex Reporting 14" width="700" /></a></p>
<p>Configuration screen for subscribing to snapshots of a report at predetermined times.<br />
<a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/15.png" border="0"><br />
<img title="Nintext Reporting 15" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/15.png" alt="Nintex Reporting 15" width="700" /></a>
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://sharepointmagazine.net/people/sharepoint-magazine-chats-to-mike-fitzmaurice-about-nintex-reporting/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Accelerate Your SharePoint Administration with Idera’s Point admin toolset</title>
		<link>http://sharepointmagazine.net/products/accelerate-your-sharepoint-administration-with-idera%e2%80%99s-point-admin-toolset</link>
		<comments>http://sharepointmagazine.net/products/accelerate-your-sharepoint-administration-with-idera%e2%80%99s-point-admin-toolset#comments</comments>
		<pubDate>Thu, 04 Sep 2008 11:29:56 +0000</pubDate>
		<dc:creator>Carrielward</dc:creator>
				<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://sharepointmagazine.net/?p=733</guid>
		<description><![CDATA[Idera recently announced the Point admin toolset – a suite of 10 essential tools that make managing your SharePoint farms, sites and servers a breeze. ]]></description>
			<content:encoded><![CDATA[<p><!--StartFragment--></p>
<p class="MsoNormal"><a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/idera_logo_windowstag.jpg"><img class="alignnone size-full wp-image-775" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/idera_logo_windowstag.jpg" alt="" width="165" height="48" /></a></p>
<p class="MsoNormal">
<p class="MsoNormal"><span>By Julia Hall, Director of SharePoint Products at Idera</span></p>
<p class="MsoNormal"><span>=====================================================================================</span></p>
<p class="MsoNormal"><span>Idera provides management and administration tools for Microsoft Windows Servers. The most recent addition to its product portfolio is the Point admin toolset – a suite of 10 essential tools that make managing your SharePoint farms, sites and servers a breeze. Integrated into a single console, the tools<span> </span>automate a wide range of admin tasks including site monitoring,<span> </span>server monitoring, backup and recovery<span> </span>and<span> </span>security management.</span></p>
<p class="MsoNormal"><span>Designed to reduce SharePoint admin work from days or hours, to mere minutes, the toolset is easy to use and can empower even the least experienced SharePoint admins to perform key admin tasks—all<span> </span>without in-depth knowledge of SharePoint internals.</span></p>
<p class="MsoNormal"><strong><span>A Quick Tour of Idera’s Point admin toolset</span></strong></p>
<p class="MsoNormal"><span>Delivered on a console called the Launchpad, the tools are grouped for easy identification and navigation into categories:<span> </span>Performance and Availability Management, Site and Server Management and Security.<span> </span>A quick tour of the tools follows.</span></p>
<p class="MsoNormal"><span style="underline;"><a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/launchpad1.png"><img class="alignnone size-full wp-image-738" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/launchpad1.png" alt="" width="500" height="292" /></a></span></p>
<p class="MsoNormal">
<p class="MsoNormal"><strong><span>Performance and Availability Management Tools</span></strong></p>
<p class="MsoNormal">SharePoint has quickly become the most adopted enterprise content management solution; hosting companywide applications and data that are critical to daily operations. Monitoring its performance and storage usage and ensuring that data is properly backed up are essential to ensuring a healthy SharePoint environment.</p>
<p class="MsoNormal"><strong><em>Site Monitor Tool</em></strong></p>
<p class="MsoNormal">Site Monitor continually monitors the performance of any SharePoint URL to identify performance bottlenecks and trends. You can see when sites are performing poorly, when sites are down and view performance over time.<span> </span></p>
<p class="MsoNormal"><span style="underline;"><a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/site-monitor1.png"><img class="alignnone size-full wp-image-737" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/site-monitor1.png" alt="" width="476" height="437" /></a></span></p>
<p class="MsoNormal"><strong><em>Space Trends Tool</em></strong></p>
<p class="MsoNormal">Storing documents in SharePoint is easy and convenient. However, this also means storage can grow out of control fast – really fast! Space Trends helps you track the growth of your sites and document libraries so you can analyze growth trends, perform capacity planning and ensure that you never run out of storage.</p>
<p class="MsoNormal"><a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/space-trends.png"><img class="alignnone size-full wp-image-736" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/space-trends.png" alt="" width="482" height="444" /></a></p>
<p class="MsoNormal"><strong><em>Backup Scheduler Tool</em></strong></p>
<p class="MsoNormal">SharePoint stores data, much of it critical data that you can’t afford to lose! It’s essential that you make sure data is backed up consistently and regularly. With the Backup Scheduler Tool, you can rest assured that your data is safe in the event of accidental deletion, corruption or hardware failure. You can schedule full backups as often as you like and provide notification of success or failure via e-mail and the Windows event log.</p>
<p class="MsoNormal"><a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/backup-scheduler.png"><img class="alignnone size-full wp-image-739" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/backup-scheduler.png" alt="" width="468" height="371" /></a></p>
<p class="MsoNormal"><strong><span>Site Management Tools</span></strong></p>
<p class="MsoNormal">Like all sophisticated systems, SharePoint does need some care and feeding every day. Admin tasks that appear simple enough to finish in a few minutes often morph into time-consuming jobs.<span> </span>The Site Management Tools in the Point admin toolset enable you to complete in minutes tasks such as daily site administration, recovering a document and managing alerts.</p>
<p class="MsoNormal"><strong><em>Quick Admin Tool</em></strong></p>
<p class="MsoNormal">SharePoint has many <span>things to administer </span>and many places to administer them. Understanding and remembering them all is the challenge. What is the easiest path to find out how you can change quotas? How can I rename a site? How can I find all permissions settings for sites and users?<span> </span>Those are questions that you may often ask yourself but taking the time to search for the right admin command in the right place is the problem.<span> </span>The Quick Admin tool solves this issue by putting all of the commands at your fingertips. It has all of the admin links nicely organized into a single interface for all sites and site collections, the Central Administration and the SharePoint Service Provider (SSP).</p>
<p class="MsoNormal"><a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/quick-admin.png"><img class="alignnone size-full wp-image-740" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/quick-admin.png" alt="" width="468" height="362" /></a></p>
<p class="MsoNormal">
<p class="MsoNormal"><strong><em>Site Backup Tool</em></strong></p>
<p class="MsoNormal">How hard could it be to recover a lost document in SharePoint? For those who have tried, you know the answer: it’s not as easy as you’d like. In fact, it can sometimes take days.<span> </span>What if you could<span> </span>recover a document in minutes? Perhaps even let your site owners and site collection admins back up their own sites? All this is simple with the Site Backup tool. With just a few clicks of the mouse, your users can back up and restore documents – relieving you of the burden!</p>
<p class="MsoNormal"><a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/site-backup.png"><img class="alignnone size-full wp-image-741" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/site-backup.png" alt="" width="468" height="431" /></a></p>
<p class="MsoNormal"><strong><em>Alert Manager Tool</em></strong></p>
<p class="MsoNormal">Alerts help SharePoint users keep up with events that are important to them, such as document uploads, updates or deletes.<span> </span>While this is a very powerful feature, it also<span> </span>poses an administrative challenge because as the number of alerts grow so do their need to<span> </span>be managed. With Alert Manager, you can view, edit and delete all alerts across for all users.</p>
<p class="MsoNormal"><a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/alert-manager.png"><img class="alignnone size-full wp-image-742" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/alert-manager.png" alt="" width="475" height="388" /></a></p>
<p class="MsoNormal"><strong><span><em>Server Management Tools</em></span></strong></p>
<p class="MsoNormal">Making sure the servers that support SharePoint, like Microsoft SQL Server, are well maintained is essential to ensuring a healthy SharePoint environment. If these servers aren’t maintained correctly, performance will degrade and system outages are, if not a certainty, a strong possibility.</p>
<p class="MsoNormal"><strong><em>Database Accelerator Tool</em></strong></p>
<p class="MsoNormal">Many things can affect SharePoint performance. Often overlooked is the database engine, SQL Server, as SharePoint stores almost everything there &#8211;from built-in pages and configuration settings to<span> </span>document, as this information is subject to a lot of retrieval, movement and update.<span> </span>SQL Server’s indexes can become fragmented and performance can degrade. The Database Accelerator tool supplies a comprehensive<span> </span>view of the fragmentation level of all SharePoint databases indexes and the power<span> </span>to defragment without requiring the expertise of a database administrator!</p>
<p class="MsoNormal"><a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/database-accelerator.png"><img class="alignnone size-full wp-image-743" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/database-accelerator.png" alt="" width="468" height="279" /></a></p>
<p class="MsoNormal"><em><strong>Database Space Analyzer Tool</strong></em></p>
<p class="MsoNormal">Managing database space utilization in SQL Server is often challenging for SharePoint users. Often, they can’t understand why SQL Server is running out of space when the stored SharePoint data is nowhere close to reaching the size allocated in SQL server. Only after much investigation do they discover that SQL Server‘s log files are the culprits, often taking up 10 times more space than the data files. The Database Analyzer tool enables you to analyze and understand database space utilization and detailed file settings across all of your SharePoint databases. Then, you can plan and allocate the right amount of storage to make sure there are no surprises.</p>
<p class="MsoNormal"><a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/space-analyzer.png"><img class="alignnone size-full wp-image-744" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/space-analyzer.png" alt="" width="469" height="279" /></a></p>
<p class="MsoNormal"><em><strong>Site Collection Configuration Tool</strong></em></p>
<p class="MsoNormal">Understanding how your site collections are configured can mean the difference between allowing deleted documents to be moved to the recycle bin or be deleted forever, or accidentally disabling auditing for an important site. The Site Collection Configuration tool gathers information from site collections and provides a comparison of all settings, highlighting the differences. Configurations can also be saved for future comparison allowing you to identify unwanted changes!</p>
<p class="MsoNormal"><a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/site-collection.png"><img class="alignnone size-full wp-image-745" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/site-collection.png" alt="" width="468" height="417" /></a></p>
<p class="MsoNormal"><strong><span>Security Tools</span></strong></p>
<p class="MsoNormal">While SharePoint has made information sharing more efficient and much easier, allowing users access to information has also created a greater responsibility for SharePoint administrators. They need to ensure the right information is available to the right users and only the right users. Understanding how permissions are applied to SharePoint objects and users is essential to ensuring a secure SharePoint environment.</p>
<p class="MsoNormal"><strong><em>Who Can Do What Tool</em></strong></p>
<p class="MsoNormal">How many times do you get requests from SharePoint users asking why they don’t have access to this site or document or how did this user get access to this site? SharePoint offers different layers of security and it is very challenging to understand how group membership, roles, policies and permission levels affect user access.<span> </span>The Who Can Do What tool provides a powerful but simple solution that displays all objects a user has access to, <span>and</span><span> </span>what grants the user access. Now, security and access control questions can be answered in minutes not hours.</p>
<p class="MsoNormal"><a href="http://sharepointmagazine.net/wp-content/uploads/2008/09/who-can.png"><img class="alignnone size-full wp-image-747" src="http://sharepointmagazine.net/wp-content/uploads/2008/09/who-can.png" alt="" width="464" height="276" /></a></p>
<p class="MsoNormal">For more information<span> about Idera’s Point admin toolset</span>, please go to <a href="http://www.idera.com">www.idera.com</a>.</p>
<p class="MsoNormal"><span>Julia Hall is the Director of SharePoint Products for Idera. Julia has more than<span> </span>15 years of experience building management<span> </span>solutions for Microsoft Windows, Microsft SQL Server and Microsoft SharePoint. Julia has a computer science degree, a B.S. in Economic Science and an MBA from Rice University.</span></p>
<p class="MsoNormal">
<div>
<div>
<div class="msocomtxt">
<p class="MsoCommentText">
</div>
</div>
</div>
<p><!--EndFragment--></p>
<p><!--EndFragment--></p>
]]></content:encoded>
			<wfw:commentRss>http://sharepointmagazine.net/products/accelerate-your-sharepoint-administration-with-idera%e2%80%99s-point-admin-toolset/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NewsGator Social Sites</title>
		<link>http://sharepointmagazine.net/products/newsgator-social-sites</link>
		<comments>http://sharepointmagazine.net/products/newsgator-social-sites#comments</comments>
		<pubDate>Wed, 16 Jul 2008 15:31:51 +0000</pubDate>
		<dc:creator>Arno Nel</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Companies]]></category>
		<category><![CDATA[enterprise 2.0]]></category>
		<category><![CDATA[newsgator]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://sharepointmagazine.net/?p=79</guid>
		<description><![CDATA[NewsGator Social Sites helps businesses deliver “Facebook for the Enterprise” by adding social computing and social networking capabilities to Microsoft SharePoint.  Check out some of NewsGator’s most social features in this Social Sites product review.  And see what customers, press, and analysts have to say about Social Sites.]]></description>
			<content:encoded><![CDATA[<p><a title="NewsGator" href="http://www.newsgator.com" target="_blank"><img class="alignnone size-full wp-image-98" title="NewsGator Logo" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/image0011.jpg" alt="NewsGator" width="212" height="45" /></a></p>
<p><a href="http://sharepointmagazine.net/wp-content/uploads/2008/07/comment_warning_48.png"><img class="alignnone size-full wp-image-97" title="comment_warning_48" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/comment_warning_48.png" alt="Comment Warning" width="48" height="48" /></a>This Article was authored by Laura Farrelly:</p>
<blockquote><p>&#8220;Laura Farrelly is currently the Director of Marketing for NewsGator Technologies, Inc.  Laura has nearly 10 years of executive level marketing and product management experience at business-to-business software companies. Laura has a B.S. in Engineering from Michigan Technological University, a M.S. in Engineering from the University of Michigan, and an MBA from the Kellogg School of Management at Northwestern University.&#8221;</p></blockquote>
<p>NewsGator Social Sites provides behind-the-firewall social computing and RSS capabilities that enable businesses to deliver &#8220;Facebook for the Enterprise&#8221;.  Social Sites integrates seamlessly with Microsoft SharePoint to provide employees with:</p>
<ul>
<li>Social Home/Start Pages &#8211; provides users with colleague activity feeds, enables network building, and surfaces relevant content.</li>
<li>Social Profile Pages &#8211; enables expert/colleague location and validation, provides social network graphs, and displays activity streams.</li>
<li>Communities &#8211; allows for easy discovery and creation of ad hoc groups, supports social bookmarking and content sharing, and offers rich discussion and document collaboration capabilities.</li>
<li>Content Discovery &#8211; provides advanced RSS capabilities (feeds, subscriptions, and management), surfaces hot topics and content, and eases content discovery with tagging and tag clouds.</li>
</ul>
<p>NewsGator Social Sites integrates seamlessly with SharePoint to provide enterprises with secure social computing capabilities that have been designed specifically for business purposes.  The following is a review of some of Social Sites most social features.</p>
<ul>
<li>1) <strong>Social Network Graphs</strong> &#8211; these graphs provide a visual depiction of a person&#8217;s closest colleagues along with recommendations for new colleagues. The nice part about this feature is that Social Sites compiles this information automatically based on the actions people are taking within SharePoint. With this feature, people can quickly locate experts or find other people in the organization that are working on similar projects.<br />
<a href="http://sharepointmagazine.net/wp-content/uploads/2008/07/newsgator-1.jpg"><img class="alignnone size-full wp-image-87" title="newsgator-1" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/newsgator-1.jpg" alt="Social Network Graphs " width="383" height="293" /></a></li>
<li>2) <strong>Communities</strong> &#8211; Social Sites enables people to create groups on the fly in order to collaborate around a special interest or project. Non-technical users can create groups with a few simple clicks. Groups can share documents and content and engage in discussions. Communities facilitate collaboration and help businesses improve productivity and innovation.<a href="http://sharepointmagazine.net/wp-content/uploads/2008/07/newsgator-2.jpg"><img class="alignnone size-full wp-image-88" title="newsgator-2" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/newsgator-2.jpg" alt="Newsgator Communities" width="371" height="282" /></a></li>
<li>3) <strong>Profile Pages</strong> &#8211; these pages feature overviews of a person including the content they create in SharePoint, their favorite RSS subscriptions, the tags they use most frequently, their current status, areas of expertise, etc. Profiles make it easy for people to find subject matter experts to assist with problem solving or work projects.<br />
<a href="http://sharepointmagazine.net/wp-content/uploads/2008/07/newsgator-3.jpg"><img class="alignnone size-full wp-image-89" title="newsgator-3" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/newsgator-3.jpg" alt="Profile Pages" width="358" height="323" /></a></li>
<li>4) <strong>Start Pages </strong>- Start pages provide a person with a personalized portal experience. Users can track their colleague&#8217;s portal activity including blog posts, document additions, discussion threads, etc. Relevant content is automatically surfaced for the user based on their portal activities. Users can track colleagues&#8217; current status and even update their own status. Personalized tag clouds can be added to the start page such that the user has quick access to their most important content. Users can set up a personalized RSS reader with their favorite feeds. And the system even suggests new colleagues to a user based on people&#8217;s activity in the portal.<a href="http://sharepointmagazine.net/wp-content/uploads/2008/07/newsgator-4.jpg"><img class="alignnone size-full wp-image-90" title="newsgator-4" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/newsgator-4.jpg" alt="Start Pages" width="393" height="371" /></a></li>
<li>5) <strong>Community Discovery</strong> &#8211; Social Sites makes it easy to discover relevant groups and communities within SharePoint. Social Sites recommends communities based on colleagues who are already members, as well as similar tags, read content, subscriptions and activities. Social Sites also provides for easy discovery of groups via tags, search, and lists of recently created communities.<a href="http://sharepointmagazine.net/wp-content/uploads/2008/07/newsgator-5.jpg"><img class="alignnone size-full wp-image-91" title="newsgator-5" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/newsgator-5.jpg" alt="Community Discovery" width="393" height="254" /></a></li>
<li>6) <strong>Social Bookmarks </strong>- This feature allows users to tag any URL or web content and automatically save it to a community, their profile, or other SharePoint locations.<a href="http://sharepointmagazine.net/wp-content/uploads/2008/07/newsgator-6.jpg"><img class="alignnone size-full wp-image-92" title="newsgator-6" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/newsgator-6.jpg" alt="Social Bookmarks" width="437" height="285" /></a></li>
</ul>
<p><a href="http://sharepointmagazine.net/wp-content/uploads/2008/07/comment_48.png"><img class="alignnone size-full wp-image-99" title="Comments" src="http://sharepointmagazine.net/wp-content/uploads/2008/07/comment_48.png" alt="Comments" width="48" height="48" /></a>&#8220;Newsgator has a terrific front end to SharePoint. Check it out if you&#8217;re considering SharePoint for SN/Collab.&#8221; Susan Scrupski, IT Insider, Twitter Update, June 11, 2008.</p>
<ul class="unIndentedList">
<li>&#8220;You perhaps are familiar with Newsgator as an RSS aggregator. Earlier this year we wrote about its social platform built on top of Microsoft SharePoint. Newsgator was showing its newest release of the software and we remain impressed with the approach. Many vendors are trying to deliver ‘Facebook for the Enterprise.&#8217; Newsgator is one of the best.&#8221; Jonathan Yarmis, Fanning the Flames of Enterprise 2.0, June 13, 2008.</li>
<li><a href="http://publications.mediapost.com/index.cfm?fuseaction=Articles.san&amp;s=84335&amp;Nid=43669&amp;p=935822">Universal McCann Launches Intranet 2.0, Adopts Social Networking Platform</a>, Joe Mandese, Media Post, Jun 10, 2008.</li>
<li><a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9094798&amp;pageNumber=2">Microsoft, Other Firms Take Aim at Enterprise 2.0 Market with New Tools</a>, By Heather Havenstein, ComputerWorld, June 9, 2008.</li>
</ul>
<p><strong><span style="text-decoration: underline;">Company Details:</span></strong></p>
<p><strong>Company Name</strong>: NewsGator<br />
<strong>Company URL</strong>: <a href="http://www.newsgator.com/">www.NewsGator.com</a><br />
<strong>Product URL</strong>: <a href="http://www.newsgator.com/Business/SocialSites">www.newsgator.com/Business/SocialSites</a><br />
<strong>Product Video</strong>: <a href="http://www.newsgator.com/Business/SocialSites/Video/SocialSites_Viddler.aspx">http://www.newsgator.com/Business/SocialSites/Video/SocialSites_Viddler.aspx</a><br />
<strong>Pricing</strong>: Pricing and licensing for Social Sites is based on a one-time, per-user license fee that scales based on number of users.  Yearly support is charged as a percentage of the license fee.</p>
]]></content:encoded>
			<wfw:commentRss>http://sharepointmagazine.net/products/newsgator-social-sites/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
