blog.easyciel.net author="Patrick Rabian" about="c#, sharepoint, biztalk, team system resources" more="news, samples, tips for .NET world's developers !"

Sharepoint 2007 : disable automatic cleanup of workflow history

Thursday, 26 June 2008 20:16 by prabian

To keep a detailed history of the approval processes, It could be necessary to keep the workflow history after 60 days (predefined cleanup in MOSS 2007).

See the following article : http://technet.microsoft.com/en-us/library/cc298800.aspx

The main point of attention is the fact that "workflow history" is a Sharepoint List and could it decrease MOSS's site performance if the list exceeds 2000 items.

 

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:   ,
Categories:   SharePoint
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Error on MOSS workflow using Active Directory Groups (domain groups)

Thursday, 26 June 2008 20:14 by prabian

Lightweight Directory Access Protocol Clients that use the DirectorySearcher class to query the Active Directory directory service may receive an incomplete result set.
It could be identified by the following error :

 System.DirectoryServices.DirectoryServicesCOMException (0x800700EA): More data is available.
 
This problem appears on MOSS 2007 while a workflow is processed and a domain group was used to define the approvers.
 
To correct the problem, go to the web.config of the target webapp (the path could be something like : C:\Inetpub\wwwroot\wss\VirtualDirectories\webappname) and apply the following changes :
 
  •  Add this first green block above the red tag
[…]
 
<section name="system.directoryservices" type="System.DirectoryServices.SearchWaitHandler, System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
 </configSections>
 <SharePoint>
 
[…]
 
 
  •  Add this second green block between the red tag
[…]
 
 </SharePoint>
 <system.directoryservices>
    <DirectorySearcher waitForPagedSearchData="true" />
 </system.directoryservices>
 <system.web>
 
[…]
 
More details at Microsoft support : http://support.microsoft.com/kb/833789
Problem is described for .NET 1.1 but this post is dedicated for .NET 2.0

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Compte rendu des Microsoft TechDays 2007

Saturday, 24 February 2007 01:08 by prabian

A l’issu de cet évenement, je me suis efforcé de rédiger mes notes et j’imagine qu’elles pourront toujours intéresser d’autres personnes qui, peut-être, n’ont pas pu assister à toutes les sessions, voire à aucune !!!
Microsoft va certainement publier les PPT et des webcasts. En attendant, je pense qu’une vue plus synthétique, ou simplement, un autre regard, peut toujours être intéressant.

Voici le menu :

1      Informations générales

2      Office system 2007

3      SharePoint Designer 2007

4      Développement SharePoint 2007

5      Administration MOSS 2007

6      La sécurité dans SharePoint 2007

7      Excel Services

8      Industrialisation de la gestion de formulaires

9      WPF pour les données

10     Visual Studio Orcas pour le web

11     Interopérabilité .NET / J2EE

12     Team system : présentation

13     Biztalk 2006 R2

Il me reste quelques "?" que je n’ai pas pris le temps de compléter, n’hésitez pas à m’informer sur ces points ou à me signaler des erreurs.

 ACCEDER AU COMPTE RENDU

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Free ressources from Microsoft for learning sharepoint 2007

Saturday, 21 October 2006 08:51 by prabian

eBook : 7 Development Projects with the 2007 Microsoft Office System and Windows SharePoint Services 2007.pdf

eLearning : https://www.microsoftelearning.com/catalog/itproDev.aspx#officeSystem2007

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   SharePoint | Office | Learning | doc
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Dernières nouvelles post devdays 2006 !

Saturday, 22 April 2006 22:21 by prabian

Puisque cela concerne les DevDays 2006 from France, je la fait en français !

Bon, voila avec une semaine de retard (je taquine), on a enfin accès aux ressources des devdays.
Une connexion passport est nécessaire pour accéder au élements suivants :

- Accueil et introduction
- Test et qualité des applications avec Visual Studio Team System
- Architecture orientée service avec Windows Communication Foundation
- Intégrer un workflow dans vos applications avec Windows Workflow Foundation
- Office "12" pour les développeurs
- Vers les applications web de nouvelle génération (Atlas/AJAX)
- Vers une nouvelle interface utilisateur avec Windows Presentation Foundation
- "Wrap up : Visual Studio 2005, votre outil d’aujourd’hui qui vous aide à préparer demain"
- Bonus…
- Questions - réponses

Pour ma part, j’ai particulièrement apprécié les sujets suivants :

  • Windows Communication Foundation
  • Windows Workflow Foundation
  • et Atlas…

…surtout parce que cela va m’être bien utile. Au delà de ça, merci encore aux intervenants pour ces journées particulièrement utiles et efficaces.  
Donc rendez-vous sur : http://www.microsoft.com/france/msdn/devdays2006/default.mspx    

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Windows Sharepoint Services and PDF format : full text search and display icon

Monday, 13 February 2006 23:27 by prabian

To add full text search feature on PDF document, install the IFILTER from Adobe on the WSS server. You can download it from : Adobe Site

Next, you must do the following to display PDF icon : (use right-click and “save as” to download this icon!)

- Copy pdf16.gif to : C:\Program Files\Common files\Microsoft Shared\web server extensions\60\TEMPLATE\IMAGES (or C:\Program Files\Fichiers communs\Microsoft Shared\web server extensions\60\TEMPLATE\IMAGES for french WS2K3)

- Open the following file :
C:\Program Files\Common files\Microsoft Shared\web server extensions\60\TEMPLATE\XML\DOCICON.XML

And add : <Mapping Key=”pdf” Value=”pdf16.gif”/>

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   SharePoint
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Site collection search for “Son of SmartPart”

Monday, 13 February 2006 23:15 by prabian

I built a cross site search user control for new Sharepoint Son of smartpart.
It was easy to develop a user control with Visual Studio 2005 and implement SonOfSmartPart.ICellProviderUserControl for the “search” webpart and SonOfSmartPart.ICellProviderUserControl for the “display results” webpart.

I also used Web Deployment Projects to produce a merged assembly with version and strong name.

- User control name : Site collection search
- Description : ASP.NET 2 user controls to search across a WSS site collection.
Works with 2 webparts : 1 to type search and 1 to display results. The 2 WP must be connected.
- Requirements : Framework .NET 2.0, Windows Sharepoint Services SP2 and Microsoft.Sharepoint.dll, SonOfSmartPart
- Compile it from : Visual Studio 2005 (maybe you could try with the express version)

You can download the complete SiteCollectionSearch_for_SonOfSmartPart.zip VS 2005 project.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   SharePoint
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Sharepoint Webpart resources : connections and smartpart

Friday, 10 February 2006 16:21 by prabian

Webpart Connections from MSDN library

Really interesting article : building connectable webparts

Smart Part 1.0 interesting features for ICellProviderUserControl and ICellConsumerUserControl  : http://weblogs.asp.net/jan/archive/2004/11/23/268644.aspx

SmartPart connectable demo from author : http://weblogs.asp.net/jan/archive/2005/12/01/432020.aspx

Behind the smartpart, something like that : http://www.codeproject.com/aspnet/LoadingUSerControl.asp

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   SharePoint
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

[LINK] Setting up Windows SharePoint Services as a Collaborative File Store

Wednesday, 8 February 2006 09:58 by prabian

WSS can be used as a file storage solution but is limited !
Read this : http://www.microsoft.com/technet/prodtechnol/sppt/wss/fsdoclib.mspx

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   SharePoint
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Identify Sharepoint installed version

Tuesday, 31 January 2006 11:54 by prabian

For WSS : go to ‘Administration site’ and list ‘Virtual servers’. The WSS version number is displayed for extended site.

For SPS : go to ‘Add and Remove programs’, select ‘Sharepoint Portal Server 2003′ and click on the ‘Support link’ on the left.

Windows SharePoint Services
or SharePoint Portal Server 2003 versions
WSS SPS2003
Original version 6.0.2.5530? 11.0.5704.0
Service Pack 1 6.0.2.6361 11.0.6715.0
Pack 1 Security Update post-service Windows
SharePoint Services
6.0.2.6411 N/D
Service Pack 2 6.0.2.6568 11.0.8126.0

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   SharePoint
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed