SharePoint, XBOX, .NET, Technology - What I am reading

    [Home] [Recent] [Site Map] [SharePoint] [XBOX] [Biztalk]

SharePoint

   

1:53 SharePoint Manager 2007 – Restore files >> Carsten Keutmann_s Blog

One of the new cool features of this version of SharePoint Manager 2007 (SPM2007) enables you to connect to another SharePoint configuration database. This means that you can restore files that is located on a backup of you SharePoint database without having to setup the whole SharePoint environment. You just restore the database to a non-production SQL Server and point the SPM2007 app to the SharePoint configuration database then find the file to restore and download it.


New features:
- Connect to SharePoint Configuration database.
- Versions of List items added.
- Download function of files in document libraries.
- RecycleBin nodes added.
- RecycleBin Restore function added.
- Refresh of data improved.


Download SharePoint Manager 2007


Connect to database


Download file from version 3.


Restore a list item in RecycleBin


To improve the SPM2007 application; I will appreciate if you will report back errors you may find and how to reproduce them.


carsten@keutmann.dk


Thank you!
 

0:25 SharePoint Manager 2007 new version >> Carsten Keutmann_s Blog

I have updated the SharePoint Manager 2007 application and added some new features.

See my first blog http://www.sharepointblogs.com/keutmann/archive/2006/11/01/15615.aspx

New stuff:
- Edit data directly in manager.
- Cancel data modifications.
- Refresh data when changed in browser.
- Restucture of treeview to match object model.
- Added properties collection.

Warning!
This program enables you to update the data in SharePoint object model directly.
Therefore be very careful when changing the data.

Download: SharePoint Manager 2007

Have fun :o)

1:16 SharePoint Manager 2007 >> Carsten Keutmann_s Blog

This is an application I have created to better understand the new SharePoint object model and at the same time ease some of the managing tasks of SharePoint. The first version is no more than an Object Model Explorer. Only managing the SharePoint FeatureDefinitions is enabled, but I plan to implement more functions in future versions. The application is not meant to be a windows form application version of the SharePoint 3.0 Central Administration, but to provide extra functionality that is only found in stsadm.exe or nowhere else.

Download: SharePoint Manager 2007

The only feature available at the moment is the SharePoint FeatureDefinition install and activate functions.

Special nodes like the SPList have more tabs to display data like item grid view and a browser.

Prerequisites:
Microsoft Server 2003
Microsoft  .NET Framework 2.0
Microsoft SharePoint Services 3.0

Install:
1. Download the ZIP file and unpack on a SharePoint 2007 Server.*
2. Run the SharePoint Manager 2007.exe program.

(*) This program has to run on a server where Microsoft SharePoint Services 3.0 or Microsoft Office SharePoint Server 2007 is installed.

Enjoy :o)

13:29 Microsoft Office Arabic home page >> Mohamed Zaki_s Blog [Sharepoint MVP]

Hay go check the arabic home page for office:
http://office.microsoft.com/ar-sa/default.aspx
 
 

13:27 BDC generator tool >> Mohamed Zaki_s Blog [Sharepoint MVP]

I stumbled today upon a nice tool mensioned on Kailash blog, the Tool called BDC Batman which help you generate your BDC definition file
 
"The BDC MetaMan allows you to create Application Definition files with ease, allowing you to unleash the power of the BDC with just a few clicks."
 
Download it here
Tool homepage and Quick How to is here 

8:28 Sharepoint Tutorials >> Mohamed Zaki_s Blog [Sharepoint MVP]

Robert Bogue refered us to a nice sharepoint tutorials on LearnVu

Thank you Robert for the post

8:09 Indexing PDF documents in WSS 3.0 >> Mohamed Zaki_s Blog [Sharepoint MVP]

if you have saved some PDF documents in WSS 3.0 document library;but ni pdf documents are returned in the search results then read the following KB article on Microsoft which describes how to install adope pdf ifilter, the steps as described in the article are:

 

1. Download and then install the Adobe PDF IFilter from the following Adobe Web site:
http://www.adobe.com/support/downloads/detail.jsp?ftpID=2611 (http://www.adobe.com/support/downloads/detail.jsp?ftpID=2611)
Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
2. Add the following registry entry, and then set the registry entry value to pdf:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Applications\<GUID>\Gather\Search\Extensions\ExtensionList\38
To do this, follow these steps:
a. Click Start, click Run, type regedit, and then click OK.
b. Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Applications\GUID\Gather\Search\Extensions\ExtensionList
c. On the Edit menu, point to New, and then click String Value.
d. Type 38, and then press ENTER.
e. Right-click the registry entry that you created, and then click Modify.
f. In the Value data box, type pdf, and then click OK.
3. Verify that the following two registry subkeys are present and that they contain the appropriate values.

Note These registry subkeys and the values that they contain are created when you installed the Adobe PDF IFilter on the server.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\.pdf
This registry subkey must contain the following registry entry:
Name: Default
Type: REG_MULTI_SZ
Data: {4C904448-74A9-11D0-AF6E-00C04FD8DC02}
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Setup\Filters\.pdf
This registry subkey must contain the following registry entries:
Name: Default
Type: REG_SZ
Data: (value not set)
Name: Extension
Type: REG_SZ
Data: pdf
Name: FileTypeBucket
Type: REG_DWORD
Data: 0x00000001 (1)
Name: MimeTypes
Type: REG_SZ
Data: application/pdf
4. Upload the PDF documents to the Windows SharePoint Services 3.0 Web site.
5. Stop and then start the Windows SharePoint Services Search service. To do this, follow these steps:
a. Click Start, click Run, type cmd, and then click OK.
b. Stop the Windows SharePoint Services Search service. To do this, type net stop spsearch at the command prompt, and then press ENTER.
c. Start the Windows SharePoint Services Search service. To do this, type net start spsearch at the command prompt, and then press ENTER.
d. Type exit to exit the command prompt.

14:47 MOSS 2007 White Papers >> Mohamed Zaki_s Blog [Sharepoint MVP]

Stumbled across this nice post on Combined Knowledge, it have some wonderful white papers:

* How to configure Email Enabled Lists in Moss2007 RTM using Exchange 2003
* Code Access Security in SharePoint 2007 for Administrators
* Demo - Inplace Upgrade of SPS 2003 Medium Farm to 2007 RTM

15:49 Finally, MOSS 2007 RTM Available on MSDN subscriber downloads >> Mohamed Zaki_s Blog [Sharepoint MVP]

Finally it"s there, up on MSDN subscriber downloads site the MOSS 2007 RTM version is available :),
also you can find the Forms server Project Server and Groove server there.

14:33 MOSS 2007 Forms Authentication >> Mohamed Zaki_s Blog [Sharepoint MVP]

Stumbled across this post from Nick Swan who illustrates how to enable forms authentication on MOSS 2007
 
Thank you Nick
 

7:33 CAML Builder 2.1.0.0 >> Mohamed Zaki_s Blog [Sharepoint MVP]

Patrick Tisseghim highlighted today new update (2.1.0.0) to the great CAML Builder tool.
 
You can download it from here
 
Thank you Patrick

7:30 Developing Sharepoint workflows in VS >> Mohamed Zaki_s Blog [Sharepoint MVP]

Eilene Hao started posting a new series on /folder/sharepoint.htm team blog focusing on how to write sharepoint custom workflows in VS, the series will cover the following topics
 
  • The Workflow Objects and Crash Course on Mechanics
  • Planning Your Workflow
  • Steps for Developing Workflows:
    • Modeling Your Workflow in VS
    • Designing and Binding Forms
    • Coding Your workflow
    • Deploying and Debugging Your Workflow
  • Summary and Final Thoughts

It"s very interesting articles, start by the first post here

20:08 Via Patrick: Hellow World web part using vs2005 wss extensions >> Mohamed Zaki_s Blog [Sharepoint MVP]

Patrick has posted a very nice article walking through creating a simple "hello world" web part.
find the post here

17:26 Visual Studio 2005 Ext. for WSS3 >> Mohamed Zaki_s Blog [Sharepoint MVP]

Microsoft released the visual studio extensions for WSS 3.0
 
you can download it from here
 
 

12:02 "Using Blogs and Wikis in Business" white paper >> Mohamed Zaki_s Blog [Sharepoint MVP]

if you ever wondered if using Wikis or Blogs withing your organization would be useful, this Microsoft white paper is answering this questions and highlights the possible uses and advantages for Microsoft /folder/sharepoint.htm Blogs and Wikis
 
Read it here

10:58 Sharepoint Feature: Listing all Features installed in Server Farm >> Mohamed Zaki_s Blog [Sharepoint MVP]

[Patrick Tisseghim] has developed a sharepoint feature that lists all the installed features in MOSS 2007 server.
nice tool Patrick
 
You can download it from here
 

It brings you to a page with a simple listing of all of the individual features available in the server farm per scope where it can be activated.


7:42 Microsoft forefront Security for sharepoint >> Mohamed Zaki_s Blog [Sharepoint MVP]

Via Microsoft
Forefront Security for SharePoint is optimized to provide advanced protection for Microsoft Office SharePoint Server 2007 and Windows® SharePoint Services 3.0. Microsoft SharePoint Products and Technologies facilitate easy collaboration across an organization, connecting people, processes and systems within and beyond organizational boundaries. Forefront Security for SharePoint uses the combined power of multiple antivirus engines from leading security providers to protect against viruses, unwanted files and inappropriate content.

“As business customers use collaboration software to connect internal users, customers and partners in an increasing variety of ways, they want to maintain the highest level of protection for critical business information,” said Margaret Arakawa, senior director of Security and Access Product Marketing at Microsoft. “Forefront Security for SharePoint facilitates these new collaboration scenarios by providing a layer of advanced protection against the rapidly evolving threat landscape.”

Microsoft Forefront Security for SharePoint delivers the following:

Protection against the latest threats. Forefront Security for SharePoint simultaneously utilizes up to five antivirus engines from leading security vendors to provide customers with increased protection against malware threats, inappropriate content and dangerous files types. This latest release includes the new Microsoft Antivirus engine.

Integration to help optimize server performance.: Integration with Microsoft Office SharePoint Server 2007 and Windows SharePoint Services 3.0, as well as scanning innovations and performance controls, help ensure optimal collaboration server performance.

Simplified management control.: Forefront Security for SharePoint provides centralized management control to help ensure organizations can simply and cost-effectively deploy, manage and maintain the security of their collaboration servers.

Download it from here

8:41 MOSS 2007 TR >> Mohamed Zaki_s Blog [Sharepoint MVP]

Hey, coming back to work after a long vacation, what a feeling :) so eager to wrap up what i missed all these days, well here we go, i found some posts regarding the Office 2007 technical refresh release and how to upgrade documents.
 
these are the links for the TR from the sharepoint team"s blog, and this is a like to a upgrading guide (with snapshots)
 
SHAREPOINT SERVER x86 EN-US : http://www.microsoft.com/downloads/details.aspx?FamilyID=0b6bd175-e700-44b8-ab47-e4459250d16d&DisplayLang=en

SHAREPOINT SERVER x64 EN-US : http://www.microsoft.com/downloads/details.aspx?FamilyID=8d002d01-b9a8-4a44-b1c5-f90225f8003e&DisplayLang=en

WSS 3.0 x86 EN-US : http://www.microsoft.com/downloads/details.aspx?FamilyID=e1e51280-71f0-4d60-b2b9-3c49df916bc2&DisplayLang=en

WSS 3.0 x64 EN-US : http://www.microsoft.com/downloads/details.aspx?FamilyID=b2df1f84-17ba-4a8b-8a0a-ad2bda947979&DisplayLang=en

FORMS SERVER:  x86 EN-US : http://www.microsoft.com/downloads/details.aspx?FamilyID=587a3ae9-d416-4815-b5b1-a039f54a2c78&DisplayLang=en

FORMS SERVER:  x64 EN-US : http://www.microsoft.com/downloads/details.aspx?FamilyID=ede4be82-a000-44e9-909c-a9a9604d3e74&DisplayLang=en

PROJECT SERVER x86 EN-US : http://www.microsoft.com/downloads/details.aspx?FamilyID=1b741a82-063c-4c63-8507-1b8e520adb2e&DisplayLang=en

PROJECT SERVER x64 EN-US : http://www.microsoft.com/downloads/details.aspx?FamilyID=1fe64a37-0923-494d-8d3c-7b786e8ecb88&DisplayLang=en

 

16:04 Office 2007 videos on MSDN >> Mohamed Zaki_s Blog [Sharepoint MVP]

Stumbled upon this post from Mart Muller which contains a list of Office 2007 videos you can just relax and watch
 
  • Creating and Customizing Site Pages with SharePoint Designer 2007 - Understand the difference between page templates and page instances and then learn how to customize your pages.
  • Creating and Testing Features with Windows SharePoint Services 3.0 - Step through the process of using Visual Studio to create a custom feature and an associated assembly DLL.
  • Creating and Using Event Handlers in Windows SharePoint Services V3 - Create a list item receiver class to handle both synchronous events as well as asynchronous events.
  • Creating Custom Workflows with the SharePoint Designer 2007 - Build a custom workflow using the wizard provided by SharePoint Designer 2007.
  • Customizing the Ribbon with Visual Studio Tools for Office "v3" June CTP - Create an add-in for PowerPoint 2007 to customize and modify the ribbon.
  • Extending the Office 2007 User Interface with a Custom Task Pane - Create a shared add-in with Visual Studio 2005 that extends the new user interface with a custom task pane.
  • Generating Office Documents using the New XML Open File Formats - Generate, read and modify documents without going through the object model of the hosting Office application.
  • 11:55 Sharepoint 2007 administration documentation >> Mohamed Zaki_s Blog [Sharepoint MVP]

    A useful set of administration and deployment & planning documentations for sharepoint 2007 on Office online beta
     
    Guide Download Browse
    Product evaluation for Office SharePoint Server Evaluation for Office SharePoint Server 2007 Product Evaluation for Office SharePoint Server 2007
    Upgrade and migration for Office SharePoint Server Upgrade and Migration Guide for Office SharePoint Server Upgrading to Office SharePoint Server 2007
    Planning for Office SharePoint Server (for application administrators) Planning Guide for Office SharePoint Server Part 1 (for application administrators) Planning for Office SharePoint Server 2007
    Planning for Office SharePoint Server (for IT professionals) Planning Guide for Office SharePoint Server Part 2 (for IT professionals)  
    Planning security for Office SharePoint Server Planning Security for Office SharePoint Server  
    Deployment for Office SharePoint Server Deployment Guide for Office SharePoint Server Deployment for Office SharePoint Server 2007

    19:04 Microsoft Blinq Prototype >> Mohamed Zaki_s Blog [Sharepoint MVP]

    Overview

    Blinq is a tool for generating ASP.NET websites for displaying, creating, and manipulating data based on database schema. Just point Blinq at a SQL database and it will create a website with pages that display sorted and paged data, allow you to update or delete records, create new records, and follow relationships between tables in your database. You don"t need to write SQL queries to use Blinq; LINQ will generate optimized queries for you that request just the data you want to show. Blinq uses the May LINQ Community Tech Preview to access data. The code Blinq creates is simple and easy to customize to fit your needs. Everything in the website Blinq creates is meant as a starting point for a website that meets your needs perfectly, so have fun customizing the pages, experimenting with the code, and making it yours!

     

    more info here

    12:33 MOSS BDC MetaData Manager >> Mohamed Zaki_s Blog [Sharepoint MVP]

    "The Business Data Catalog allows structured data from line-of-business applications to be integrated into SharePoint in multiple ways through Web Parts, lists, people profiles, and search. Centrally managed connections to back-end systems can be defined once and then reused by end users to access back-end data without writing any code—easily making business data part of portal content. The Business Data Catalog also provides the ability for SharePoint Enterprise Search to integrate back-end business data into the search experience, without having to write any protocol handlers, iFilters, or custom code."
     
    If you loved the Business Data Catalog feature in /folder/sharepoint.htm 2007, but don"t want to write the metadata needed to register the data sourde in sharepoint then check this post on Todd Baginski , it provides a tool which generate the metadata automatically with a nice interface.
     
    Download it from here
     
     
     

    12:28 Ohloh Open Source Directory >> Mohamed Zaki_s Blog [Sharepoint MVP]

    If you are interested in open source projects like me :) then check this site; Ohloh is a site launched by some Microsoft employees to evaluate the open source projects.
    the following is quoted from the site
     
    "We"re mapping the open source world by collecting objective information on open source software. Search our site for the most current software metrics and project information on open source software projects. "

    19:50 Photo Album: Abu Dhabi/Dubai >> Mohamed Zaki_s Blog [Sharepoint MVP]

    Abu Dhabi/Dubai


    Abu Dhabi

    Abu Dhabi

    Out office in Dubai

    At our office in Media City, Dubai

    My wife"s uncle and me

    Giza Pyramids

    7:53 Photo Album: Munich, Germany >> Mohamed Zaki_s Blog [Sharepoint MVP]

    Munich, Germany


    Untitled Photo

    Microsoft, Munich

    Untitled Photo

    Untitled Photo

    Snow, it"s so nice

    Untitled Photo

    Untitled Photo

    Untitled Photo

    Untitled Photo

    Untitled Photo
    More Photos...

    9:00 Photo Album: My Blog Photos >> Mohamed Zaki_s Blog [Sharepoint MVP]

    My Blog Photos


    image_00023

    Graduation Cermoney

    LIA-Founders

    LINKdotNET Annual Meeting 2005

    Untitled Photo

    Untitled Photo

    MVP

    22:03 Photo Album: Saudi Arabia >> Mohamed Zaki_s Blog [Sharepoint MVP]

    Saudi Arabia


    Prophet"s Mosque

    A7od

    IMAGE_00174

    IMAGE_00182

    IMAGE_00183

    IMAGE_00186

    3"ar 7era2

    9:59 Photo Album: Ramadan 2005 >> Mohamed Zaki_s Blog [Sharepoint MVP]

    Ramadan 2005


    2005_1021Image0097

    2005_1021Image0108

    2005_1021Image0167

    2005_1021Image0066

    2005_1021Image0061

    2005_1021Image0075

    2005_1021Image0087

    2005_1021Image0171

    12:54 Book List >> Mohamed Zaki_s Blog [Sharepoint MVP]

    • Todd Bleeker: Developer"s Guide to the Windows /folder/sharepoint.htm Services V3 Platform
    • Steve Smith, Brett Lonsdale: Microsoft Office /folder/sharepoint.htm Server 2007 Administrator"s Companion (Pro Resource Kit)
    • Kevin Hoffman, Robert Foster: Microsoft /folder/sharepoint.htm 2007 Development Unleashed
    • : Microsoft /folder/sharepoint.htm Products and Technologies Resource Kit
    • : Microsoft SharePoint: Building Office 2003 Solutions
    • Jim Buyens: Microsoft® Windows® SharePoint® Services Inside Out
    • Jason Nadrowski, Stacy Draper : SharePoint 2003 Advanced Concepts : Site Definitions, Custom Templates, and Global Customizations

    8:38 Blog list: Sharepoint bloggers >> Mohamed Zaki_s Blog [Sharepoint MVP]

    /folder/sharepoint.htm bloggers

    • Arno Nel
    • Jan Tielens
    • Mike Walsh
    • Paul Schaeflein
    • Serge van den Oever
    • Tangible Thoughts
    • Stramits
    • dwinter
    • Greg Hughes
    • The Boiler Room
    • Nick Porter
    • Mike Fitzmaurice
    • Mark Kruger
    • Wayne Hall
    • Patrick Tisseghem
    • Mark Harrison
    • Luis Du Solier G

    8:37 Blog list: Egyptian bloggers >> Mohamed Zaki_s Blog [Sharepoint MVP]

    Egyptian bloggers

    • Mohamed Zahra
    • Khaled Hinidak
    • Hussien Zahran
    • Karim Mohamed

    13:50 2 new GotDotNet SharePoint user samples >> Mart Muller_s Sharepoint Weblog

    Since last week, there are 2 new SharePoint user samples available on GotDotNet:

    8:51 SharePoint list "print" option >> Mart Muller_s Sharepoint Weblog

    Ishai posted a very nice article about a print list option in SharePoint. Besides the fact that it is a useful option, I demonstrates the extensibility of the SharePoint UI using features very well.

    "The solution will be deployed as a wss feature, which allows us an easy way to add a menu item to the sharepoint menus. The feature will define that the item we want to add will be added to the actions menu of all lists, in a site collection. You can ofcourse change it so that it behaves differently and connects only to lists of a certain type if you so wish, or maybe move the menu item to a different place. I recommend reviewing the msdn article on the possible configurations."

    Sometime soon I will post some articles about the feature framework as well, with some interesting examples.

    7:41 European SharePoint Conference Schedule >> Mart Muller_s Sharepoint Weblog

    The program for the European SharePoint Conference in Berlin later this year is published on the conference website. Seems like there are some interesting session and the conference is definately worth visiting. Check out:

    9:29 MOSS 2007 in 13 new languages! >> Mart Muller_s Sharepoint Weblog

    As I posted before, I finally found the Dutch MOSS version last week. The SharePoint product team blog announces now 13 new languages for download:

    Servers + SharePoint + SharePoint Server 2007 (617MB)

    The English 180 day trial of Office SharePoint Server 2007 from download center is available here.

    Office Forms Server 2007 (in Server)

    No trial is available.  Download SharePoint Server Enterprise Trial here to evaluate Forms functionality.

    Office SharePoint Designer (in Applications)

    The 180 day English trial of Office SharePoint Designer 2007 is available from download center here.

    7:02 MOSS 2007 - Search Evaluation Guide >> Mart Muller_s Sharepoint Weblog

    Via Mark, a worth reading document to know everything about MOSS Search.

    "This evaluation guide is designed to present a solid understanding of the search capabilities in Microsoft Office SharePoint Server 2007. It provides an overview of Enterprise Search solutions from Microsoft, gives a hands-on tour of the product, and concludes with useful information for administrators and developers. IT professionals should use this guide to perform a thorough and effective evaluation of Enterprise Search functionality in Office SharePoint Server 2007."

    Download here

    10:45 SharePoint Developers Wanted! >> Mart Muller_s Sharepoint Weblog

    Currently, we (Tam Tam) are looking for new people that want to join our team. We"re looking for SharePoint developers, or developers that want to dive into SharePoint (2007) technology.

    So, if you are interested or want to have additional information, please drop me a line, add me to your live messenger list, or linkedin account (both: martATmartmullerDOTnl).

    8:36 SharePoint Test Data Load Tool >> Mart Muller_s Sharepoint Weblog

    Via the SharePoint Team blog:

    "The Tool WSSDW.exe is on Codeplex and is a community supported tool, not an officially Microsoft released product.  It can be downloaded here. Please don"t contact product support with any issues you may experience using the tool.  This is the tool referred to on TechNet as the tool that was used to for load testing by the SharePoint Performance test team at Microsoft.

    From Codeplex workspace:

    "The SharePoint test data population tool (WSSDW.exe) is a capacity planning and performance testing tool that populates data for testing SharePoint deployments. The SharePoint test data population tool is available as a command-line executable program that extracts information about how to populate the server from an XML configuration file, and calls Microsoft .NET assembly: WSSDWLib.dll. "

    ...

    For additional SharePoint performance and capacity planning information, see Plan for performance and capacity.
    For additional Excel Services performance and capacity planning information, see
    Determine resource requirements to support Excel Services."

     

    Read the complete article here

    13:08 Tagged! >> Mart Muller_s Sharepoint Weblog

    Finally, the moment I"ve been waiting for a long time ;) I"ve been tagged by Joost Bekel in the tagging-thing-game in blog-o-sphere, initiated by Jef Pulver. As many others have done before me, five things people probably don"t know about me:

    So, the five people I tag are:

    9:03 MOSS 2007 Dutch Version >> Mart Muller_s Sharepoint Weblog

    I"ve been looking and asking for it a while, but then I ran into it last week: the Dutch version of MOSS 2007. Also available in German, English, French, Italian, spanisch and Swedisch. It is available for a little while already, but somehow I have missed it. Some of our customers will be very happy.

    Download here

    10:24 Upgrade Toolkit for WSS Sites and Templates Guide >> Mart Muller_s Sharepoint Weblog

    Guidance and tools to enable IT Pros to upgrade custom Windows SharePoint Services 2.0 sites and templates to function in Windows SharePoint Services 3.0 environments.

    The Toolkit serves three main purposes:


    The 60 page guide covers the following topics:
    Also included in this toolkit are:


    To view this solution online at TechNet, click here.

     

    Download here

    8:08 Happy 2007! >> Mart Muller_s Sharepoint Weblog

    First of all, happy new year! 2006 has been an exciting year, expecially for office/sharepoint people. A lot of beta stuff and new things to dive into. 2007 will probably be even better, looking at all the Office 2007 opportunities to come!

    Anyway, a good start with a tip from Eli, talking about authenticating when opening documents in an extranet, and expecially, how to avoid it.

    "The solution is found in Internet Security and Acceleration Server (ISA) 2006. If you"re making SharePoint available externally you should already be running ISA. The trick is configuring the Listener of that external connector to allow persistent cookies. Go to Listener Properties, Forms, Advanced. Name your cookie and select "Only on Private Computers" for the second field.

    It"s also good to configure ISA to use Forms-based NTLM authentication, which even has extensions to supoprt third-party authentication providers like RSA. That way you can use most any browser to hit your external SharePoint site, not just IE and Firefox. "

    Read the complete article

    8:18 Using SPWebConfigModification >> Mart Muller_s Sharepoint Weblog

    Today I ran into a blog post from Tony Bierman, talking about one of the new surprises of WSS3: SPWebConfigModification object. This object is an interface for changeing the web.config file(s) on all SharePoint servers in the server farm. So, in case you have missed it:

    "At some point in your career as a SharePoint developer you may find it necessary to push out a change to a SharePoint web application"s web.config file for all servers in the farm.  In the simplest of scenarios, it may be realistic to make the change to web.config manually, but if you are creating a packaged application for redistribution or there are many servers in the SharePoint farm, a better approach might be to make the web.config modifications programmatically.  The WSS v3 API contains the SPWebConfigModification object which allows you to do just that."

     

    using System;
    using System.Globalization;
    using Microsoft.SharePoint.Administration;

    public class Program
    {
    static void Main(string[] args)
    {
    AddAjaxHandlerToWebConfig("Default Web Site");
    }

    /// <summary>
    /// Adds the Ajax HttpHandler to a web application"s web.config for all servers in the farm
    /// </summary>
    /// <param name="webAppName">Name of web application</param>
    private static void AddAjaxHandlerToWebConfig(string webAppName)
    {
    string assmDetails =
    string.Format(CultureInfo.InvariantCulture,
    "Microsoft.Web.Handlers.ScriptResourceHandler, Microsoft.Web.Extensions,
    Version={0}, Culture=neutral, PublicKeyToken={1}",
    new object[] { "1.0.61025.0", "31bf3856ad364e35" });

    SPWebConfigModification modification =
    new SPWebConfigModification("add[@name="AjaxHttpHandler"]", "configuration/system.web/httpHandlers");
    modification.Owner = "Ajax";
    modification.Sequence = 0;
    modification.Type = SPWebConfigModification.SPWebConfigModificationType.EnsureChildNode;
    modification.Value =
    string.Format(CultureInfo.InvariantCulture,
    "<add verb=\"{0}\" path=\"{1}\" type=\"{2}\" validate=\"{3}\"/>",
    new object[] { "GET", "ScriptResource.axd", assmDetails, "false" });

    SPWebApplication webApp = SPWebService.ContentService.WebApplications[webAppName];

    if (webApp != null)
    {
    webApp.WebConfigModifications.Add(modification);
    SPFarm.Local.Services.GetValue<SPWebService>().ApplyWebConfigModifications();
    }
    }
    }

    Read the complete article

    8:16 GotDotNet User Sample: MOSS Query Tool >> Mart Muller_s Sharepoint Weblog

    This is the next version of the SharePoint Query Tool, designed for MOSS (SharePoint 2007). It has a similar feature set to the SharePoint Query Tool - it allows you to use a point and click interface to gather information such as search scopes and properties, type in search terms, and click a button to create both the search SQL syntax as well as the Xml document that is needed to run a query against MOSS. You can see results in plain text, structured Xml and now a dataset view. It supports FREETEXT and CONTAINS as well as wildcard searching. A very valuable tool for those trying to write custom SharePoint queries.

    Download here

    8:12 Bringing Web 2.0 to the Enterprise with the 2007 Office System >> Mart Muller_s Sharepoint Weblog

    Via Jopx

    This white paper explores how the 2007 Microsoft Office system allows enterprises to adopt Web 2.0 ideas and technologies to create high-value, user-driven applications for the Internet and intranet.

    Download here

    8:44 WSS 3.0 Management Pack for MOM 2005 >> Mart Muller_s Sharepoint Weblog

    The Microsoft Windows SharePoint Services 3.0 Management Pack monitors events placed in the application event log. This Management Pack highlights events that might indicate possible service outages or configuration problems, so you can quickly take corrective or preventive actions. This Management Pack also provides the knowledge and expertise you need to leverage Microsoft Operations Manger (MOM) 2005 and get an immediate return on your investment.


    Feature Summary:
    • Monitors whether the application pool account has insufficient permission to add or read users from the Active Directory
    • Monitors for issues arising from improper configuration of the authentication provider
    • Monitors backup failures and recycle bin quotas
    • Monitors for connectivity problems with computers running SQL server
    • Monitors for issues arising from the deployment and topology of Windows SharePoint Services 3.0
    • Monitors events related to the health of the tracing infrastructure
    • Monitors connectivity with the SMTP server
    • Monitors whether the application pool account has problems writing to disk or a registry key
    • Monitors connectivity with Windows Rights Management Services servers
    • Monitors performance counters
    • Monitors events that are critical to the sound operation of the search service
    • Monitors Windows service availability
    • Monitors events associated with the Timer service
    • Monitors events associated with failures to load event handlers and safe control assembly paths

    Download here

    7:44 Office PerformancePoint Server 2007 CTP December available >> Mart Muller_s Sharepoint Weblog

    Slated for general availability in mid-2007, Office PerformancePoint Server 2007 is a highly integrated performance management application, driven by the SQL Server platform and familiar Microsoft Office front end, allowing corporations to monitor, analyze, plan and make critical business decisions based on reliable data from all aspects of the company. Partners, customers and end-users are encouraged to visit the Web site to download the application to begin building plans in a real-world environment and testing the overall power of the product for themselves.

    Read the complete article here

    8:47 The Return of SmartPart >> Mart Muller_s Sharepoint Weblog

    Via Jan:

    Finally the latest version of the SmartPart is here: the Return of the SmartPart, also know as SmartPart v3, also know as SmartPart for SharePoint 2007. For those of you who are new to the SmartPart: the SmartPart is an open source web part that can host any ASP.NET Web User Control. What is the advantage of creating web parts by making use of the SmartPart? Well if you are familiar with the "traditional" web part development technique you probably know that you have to write lots of code, there is no designer support in Visual Studio. The SmartPart allows you to create a Web User Control (ASCX) in Visual Studio by making use of the designer, and deploy it to a SharePoint site. This release of the SmartPart is targetted for SharePoint 2007, both Windows SharePoint Services v3 (WSSv3) and Microsoft Office SharePoint Server 2007 (MOSS). Since the initial release almost 40.000 SharePoint developers have downloaded the SmartPart, get your copy today (for free of course) from the GotDotNet Workspace (in the releases section)! For those of you who have attended my session about web part development on TechEd: Developers in Barcelona, this is the version that I showed over there.

    For more information about the deployment of the Return of the Smartpart, check out this post which also has a link to a small screencast. Keep an eye on my blog or www.smartpart.info for more information, examples and screencast about creating web parts the smart way!

    Full article

    15:11 SharePoint Tips Utility Pack >> Mart Muller_s Sharepoint Weblog

    Angus Logan refers to Ishai"s blog where the SharePoint Tips ustility Pack is available for download. Some interesting applications for easy development, like quickly change list settings, push webparts and recursively delete sites.

    Use at your own risk..

    Download here

    9:26 WSUploadService - Web Service for uploading documents into SharePoint >> Mart Muller_s Sharepoint Weblog

    Great work from S.S. Ahmed. WSUploadService is a web service for uploading documents in SharePoint 2007 environments.

    "WS UploadService is a web service written for Microsoft Office SharePoint Server 2007 and Windows SharePoint Services 3.0 and is meant for uploading documents into SharePoint. I have just uploaded the zip file to GotDotNet.com so it will take some time before the zip file appears in the list of downloads. For the time being, you can download the zip file from the following location:"

    http://www.walisystems.com/ws1_dlc.asp (Download Size: 361 KB)

    See Ahmeds post for full details and code examples.

    9:17 Visio Models, Scenarios and Flowcharts for MOSS 2007 >> Mart Muller_s Sharepoint Weblog

    Arno posted a nice list of poster-sized docments in Visio:

    Models

    Scenarios

    Flowcharts

    15:30 WSS 3.0 Language Pack issues >> Mart Muller_s Sharepoint Weblog

    There are some more language packs available for WSS 3.0, including the Dutch one. You can download them here. But beware, if you want to install them on a MOSS server, there will be problems when creating sites using language packs.

    One of the problems is that now all enterprise feature translations are made in the language packs, which means they will not be traslated or shown the proper way.

    One of the other problems is when you create a new list item, some JS files are missing (i.e. the spelling check).

     

    So, let"s wait for the MOSS language packs. More info can be found here.

    Related Articles:

    9:38 Compliance Features in the 2007 Microsoft Office System >> Mart Muller_s Sharepoint Weblog

    This white paper showcases compliance-related features and extensibility opportunities with the 2007 Microsoft® Office system, and demonstrates how the Office system can help you meet the demands of regulatory compliance. By focusing on a few core products, including Microsoft Office SharePoint® Server, Office client-side applications, and Microsoft Exchange Server 2007, this paper introduces built-in features of the Office system that address compliance requirements. The paper also focuses on the opportunities for developers to use expanded tools support to build customized solutions that facilitate regulatory compliance without bogging down business processes.

    Download here

    9:29 MOSS 2007 RTM (non-eval) up on MSDN for MSDN Subscribers >> Mart Muller_s Sharepoint Weblog

    Via Andrew:

    Finally! MOSS 2007 RTM bits, the non-eval ones, are now up on MSDN Subscribers Download for those of you who don"t want to use the eval bits. You"ll also find Forms Server 2007, Groove Server 2007, Project Server 2007, and XBOX 360 Server 2007 (just kidding).

    In case you didn"t notice, all the Office 2007 RTM clients (including SharePoint Designer 2007) are also on MSDN Subscribers Download.

    If you"re looking for additional downloads including WSS v3 RTM, MOSS 2007 x86 120-day evaluation, check the RTW post on the SharePoint Team Blog: Announcing the RTW of WSS and Office SharePoint Server 2007 Standard and Enterprise Evaluation!

    Finally, if you are looking for updated RTM SDK"s, the MOSS and WSS v3 ones are up and live on MSDN (the downloadable CHM"s will be available soon):

    » WSS v3 SDK (RTM)
    » MOSS 2007 SDK (RTM)

    7:00 Coming Soon: New Application Templates for WSS 3.0 >> Mart Muller_s Sharepoint Weblog

    "Application Templates are out-of-box custom scenarios for the Windows SharePoint Services platform, tailored to address the needs and requirements of specific business processes or sets of tasks in organizations of any size.

    Microsoft will release a new set of 40 application templates for Windows SharePoint Services 3.0. Some of the previous scenarios, such as Help Desk, Project Site, Knowledge Base and the Employee/HR templates will be improved to incorporate and highlight new capabilities in Windows SharePoint Services 3.0. New scenarios will also be added to address specific customer needs and business requirements.

    While Application Templates can be used to solve particular business needs, they can also provide a starting point for partners and developers looking to build deeper Windows SharePoint Services solutions. The new templates will make use of Windows SharePoint Services 3.0 capabilities and be compatible with Office SharePoint Designer 2007 to help make customization easier."

     

    See the full article here

    8:11 O3Spaces: alternative for SharePoint? >> Mart Muller_s Sharepoint Weblog

    For extending OpenOffice and offer an alternative for SharePoint (its everywhere on the site),  O3Spaces is an integrated solution for Collaboration, Document Management and Document Retention within teams and small businesses. Although everyone tells it is taking over SharePoint, I don"t think it will go that fast. :)

    Anyway, good thing to dive into.

    http://o3spaces.org/

    12:00 2007 Office System Document: Developer Posters >> Mart Muller_s Sharepoint Weblog

    Download these posters to learn more about the new features and enhancement to the 2007 Microsoft Office System.

    This download contains the following files:

    Go here to download!

    11:50 SharePoint Server CAL Suites >> Mart Muller_s Sharepoint Weblog

    The following picture can help to decide which licence you should have to get the functionality you need.

    10:47 2007 Office System Add-In: Icons Gallery >> Mart Muller_s Sharepoint Weblog

    Download this macro-enabled Excel worksheet to see a gallery of built-in icons available for solution development.

    When opened, this Excel worksheet adds a group to the developer tab with icon galleries of built-in icons available for reuse in your solutions.

    Use these icons in your Ribbon solutions by specifying the imageMso value for your controls. For example, <button id="myButton" label="My save" imageMso="FileSave" /> creates a button with the Save icon.

    Download here

    11:46 WSS 3.0 RTM for download! >> Mart Muller_s Sharepoint Weblog

    Finally, it is here! the RTM version of WSS 3.0 is available for download at the Microsoft site. According to other sources, MOSS 2007 will be available on MSDN subscriptions later today.

    Windows SharePoint Services is a versatile technology that organizations and business units of all sizes can use to increase the efficiency of business processes and improve team productivity. With tools for collaboration that help people stay connected across organizational and geographic boundaries, Windows SharePoint Services gives people access to information they need.
    Built on Microsoft Windows Server 2003, Windows SharePoint Services also provides a foundation platform for building Web-based business applications that can flex and scale easily to meet the changing and growing needs of your business. Robust administrative controls for managing storage and Web infrastructure give IT departments a cost-effective way to implement and manage a high-performance collaboration environment. With a familiar, Web-based interface and close integration with everyday tools including the 2007 Microsoft Office system, Windows SharePoint Server is easy to use and can be deployed rapidly..


    Important:
    If you intend to install Windows SharePoint Services 3.0 on a server that is running Windows Small Business Server 2003, see "Installing Windows SharePoint Services 3.0 on a Server Running Windows Small Business Server 2003" at the
    Microsoft Web site. It contains important installation steps and procedures that you must perform to ensure a successful deployment.


    Caution:
    If you do not follow the instructions in "Installing Windows SharePoint Services 3.0 on a Server Running Windows Small Business Server 2003," your configuration of Windows Small Business Server 2003 and Windows SharePoint Services 3.0 might not work or might not be supported.

    Download here

    10:40 All About Office Upgrades >> Mart Muller_s Sharepoint Weblog

    With the RTM of Office 2007, a lot of people want to upgrade their SharePoint environment from Beta 2 (TR) or from a previous SharePoint version (WSS 2.0 / SPS 2003) to the new version. On the SharePoint team blog, you can find very useful information about this topic:

    "Version to Version Supported Upgrade Paths

    With RTM recently being announced and code availability around the corner.  I"m posting a series of upgrade articles to assist in planning your upgrades to the RTM (Release to Manufacturer) versions of Windows SharePoint Services 3.0 and Office SharePoint Server 2007.  To better understand the different editions and SKUs of the various SharePoint Products and Technologies please refer to the recently published features comparison, edition comparison, and differences.

    Supported Version to Version Upgrade Paths:

    More specific info here

    and:

    "Build to Build Upgrade Path to RTM

    We appreciate those of you who have participated in our beta and TAP (Technology Adoption Programs.)  If you aren"t planning to do a fresh/clean install of WSS 3.0 RTM or Office SharePoint Server 2007 and are planning to upgrade from an earlier beta, please read this carefully.  Note, support is not available until after you have properly upgraded your environment to the RTM version of the software.  Look on this blog for steps on how to upgrade to RTM from Beta 2 Tech Refresh in the next few days.  If you are still running beta 2 please refer to the steps posted here.    

    Supported Build to Build Upgrade Paths:

    More info on that here

    Some of my colleagues have been upgrading the Office 2007 client and ran into serious problems as well. An article from Patrick Schmid helped them a lot with fixing the problems:

    "Steps:

    1. Uninstall all existing Office 2007 suites and/or standalone apps via the Control Panel, if possible. Refer to http://support.microsoft.com/kb/927222/en-us to see which products belong to the beta.
    2. Go to Start/Run and type “installer” (w/o quotes). This will bring up the Windows Installer directory.
      Change to “Details” view if you are not in that view
      If you don’t have “Subject” as a header, then right click on the headers in the directory, click more, then choose “Subject” so you can see the Subject information for each item in that directory.
      Sort by Subject and observe any items that contain Microsoft Office 2007.
      For each Office 2007 msi listed:
      • Click on Start->Run
      • In the Open box type “msiexec.exe /x”
      • Drag the msi into the the Open box
      • Click in the Open box and press End to move to the far right
      • Press the space bar and enter the text “NOREMOVESPAWN=1″
      • Press Enter to begin the removal and then wait until it finishes before proceeding to the next one
    3. Right-click on My Computer and choose Manage
      Expand “Services and Applications and then select Services
      In the right pane, stop the Office Source Engine service if it is running
    4. Delete the following registry keys if present:
      HKEY_CURRENT_USER\Software\Microsoft\Office\12.0
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\12.0
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Delivery\SourceEngine\Downloads\*0FF1CE}-*
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*0FF1CE*
      HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ose
      HKEY_CLASSES_ROOT\Installer\Features\*F01FEC
      HKEY_CLASSES_ROOT\Installer\Products\*F01FEC
      HKEY_CLASSES_ROOT\Installer\UpgradeCodes\*F01FEC
      HKEY_CLASSES_ROOT\Installer\Win32Assemblies\*Office12*
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes\*F01FEC
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\*F01FEC
    5. Find and delete all keys under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall with a valuename of UninstallString that contains a value with *\Office Setup Controller\setup.exe*
    6. Delete the following folders (if present):
      %CommonProgramFiles%\Microsoft Shared\OFFICE12
      %CommonProgramFiles%\Microsoft Shared\Source Engine
      %ProgramFiles%\Microsoft Office\Office12 (this is the default location but can be changed during the installation)
      On all drives remove all folders below the MSOCache\All Users folders containing the string *0FF1CE}-*
    7. Clear the content of your temporary files directory (go to Start/Run and type %temp%)
    8. Reboot
    9. Temporarily disable antivirus software and related services"

    Anyway, good luck!

    1:40 New year, new RSS link and a few other things >> Microsoft SharePoint Products and Technologies Team Blog

       A belated “Happy New Year” to our readers! And a belated “Happy 1st Anniversary” for our team blog! It’s truly amazing how far this blog has come since Kurt DelBene’s initial post on Jan. 9, 2006. In terms of monthly traffic, this blog now ranks 8th among all MSDN blogs as measured by page views and averages over 55,000 unique Web-based visitors (i.e. people who view the blog with a browser). The team blog has indeed become a “beacon” within the SharePoint community, and people are coming to it not only to connect with the BG but also each other by way of blog comments as exemplified by the following blog entries:

    ·         Introduction to SharePoint Wokflow (74 comments)

    ·         Announcing the RTW of WSS and Office SharePoint Server 2007 Standard and Enterprise Evaluation! (62 comments)

     

       I hope that you’ll agree with me that once a blog entry gets beyond 15 or so comments, the conversation becomes difficult to follow. Yes, we’ve long had newsgroups as a channel for these types of conversations, but their lack of scoped/filtered search, moderation, HTML support, and tagging has limited their usefulness. Hence, following the lead of other product groups such as SQL Server and Exchange Server, I’m pleased to announce the SharePoint Products and Technologies forums on MSDN, which are mirrored on TechNet. As I mentioned in one of my “Welcome” messages, these forums are being positioned and managed (with MVP and product group participation) as the de facto channel for community Q&A and discussion going forward. The newsgroups will continue to exist for the benefit of those who simply cannot give up the 2-way offline synchronization functionality, which is the only significant shortcoming of forums.

     

       After running on Telligent’s Community Server (great product and excellent people, by the way) for the past year, it’s time for the SharePoint Team Blog to be relocated to the permanent home that it’s destined for now that SharePoint Server 2007 has been released for about 2 months. The URL and RSS link for this blog will change as part of the move. The new URL will be announced when our MOSS-based community portal goes live within the next month or so, but for those of you who subscribe via RSS, you should use our new RSS link at http://feeds.feedburner.com/sharepointteamblog, which will shield you from the upcoming changes. The FeedBurner feed service also provides us with detailed statistics that will help us make better informed decisions about how and where to improve the blog’s content.

     

       Lastly, I’ve added some script from MyBlogLog and Snap to make the blog’s Web-based viewing experience more useful as depicted in the following screenshot.

     

       Again, Happy New Year! And thank you for reading our team blog and being part of the SharePoint community.

     

     

       <Lawrence />

    19:05 SharePoint Products and Technologies and DST: Daylight Savings Time Update >> Microsoft SharePoint Products and Technologies Team Blog

    With the upcoming changes to DST in the US, those of you who have SPS 2003 or WSS 2.0 deployed should read this.  "Preparing for daylight saving time changes in 2007" includes a list of Microsoft products and describes the change.   WSS 3.0 has no change and hence SharePoint Server 2007 has no change.

     Since SPS 2003 is based on WSS v2 platform then it gets DST from WSS so WSS v2 and SPS 2003 customers would need to install the update, http://support.microsoft.com/kb/924881.  The update has other fixes in it, but the DST update is the updated timezone.xml file and is included in the update.