Sharepoint 2007 : disable automatic cleanup of workflow history

27. June 2008
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.  

SharePoint

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

27. June 2008
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... [More]

.NET Projects, Office, SharePoint , ,

Compte rendu des Microsoft TechDays 2007

24. February 2007
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é... [More]

.NET Projects, Architecture, Asp.net, Biztalk, css, Developer Tools, Javascript, News, Office, Security, SharePoint, Windows , , , , , , , , , , ,

Free ressources from Microsoft for learning sharepoint 2007

21. October 2006
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

SharePoint, Office, Learning, doc , , ,

Dernières nouvelles post devdays 2006 !

23. April 2006
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... [More]

News, SharePoint, Architecture, XML, Web Services, .NET Projects, Developer Tools, Office , , , , , , ,

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

14. February 2006
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) ... [More]

SharePoint

Site collection search for “Son of SmartPart”

14. February 2006
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 ... [More]

SharePoint

Sharepoint Webpart resources : connections and smartpart

11. February 2006
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

SharePoint

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

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

SharePoint

Identify Sharepoint installed version

31. January 2006
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 P... [More]

SharePoint