Automating Cleanup I was visiting a customer last week that had recently deployed SharePoint within their enterprise. The good news was that it had caught on like wild fire within in a relatively short period of time. Users had created almost five thousand sites and the number was increasing. The main focus of our conversation was around how they could manage these. They certainly didn’t want to delete those sites that in use, but were afraid of large amounts of static data. In order to implement this there are two important things to remember Enabling Site Collection Making sure that the virtual server is set up to allow the checking for sites activity.
Notification Customization Example of the Standard Deadweb.xml <?xml version="1.0" encoding="utf-8" ?> <!-- _lcid="1033" _version="11.0.5510" _dal="1" --> <!-- _LocalBinding --> <Email> <Confirmation> <ConfirmationSubject> Confirm SharePoint Web site in use </ConfirmationSubject> <ConfirmationBody> <![CDATA[Please follow the link below to your SharePoint Web site to confirm that it is still in use. <br><a href="|0">|0</a><br><br> If the site is not being used, please go to <a href="|1">|1</a>, and select "Delete This Site" to remove the Web site. <br><br> You will receive reminders of this until you confirm the site is in use, or delete it.]]> </ConfirmationBody> </Confirmation> <AutoDeleteWarning> <AutoDeleteSubject> ACTION REQUIRED: Your SharePoint site collection is about to expire </AutoDeleteSubject> <AutoDeleteBody> <![CDATA[To extend the expiration date for this site collection, click the link below:<br><a href="|0">|0</a><br><br> Otherwise this site collection, including all of its subsites, might be deleted.<br><br> If this site collection is no longer needed, you can delete it by going to <a href="|1">|1</a>, and selecting "Delete this site".<br><br> Please note - When a SharePoint Web site collection is deleted, all Web sites, content and information which were part of the site collection are completely erased. The site can only be restored if a backup exists.]]> </AutoDeleteBody> </AutoDeleteWarning> </Email> This file is located in the localProgram FilesCommon FilesMicrosoft SharedWeb Server Extensions60TEMPLATE directory. This is a Collaborative Application Markup Language (CAML) based file. This is an XML based language used in Windows SharePoint Services to define sites and lists. CAML is used extensively throughout WSS in both code as parameters and the SOAP messaging. Essentially CAML is used for two types of rendering. The first is to define the type of data rendering and to construct HTML.
11:20:26 PM |
comment [] trackback [] |
Code Camp Count Down! After several revisions and a few minor tweaks we have what I believe is the final agenda for the code camp posted. We have tons of great content and presentations for developers of all levels and interests. For those that have registered we are looking forward to seeing you next weekend.
6:30:18 PM |
comment [] trackback [] |
BizTalk 2004 Architecture As requested I have posted the slides from last weeks Live Meeting BizTalk 2004 Architecture BizTalk® Server 2004’s massively scalable architecture is designed to meet the needs of the largest enterprise application demands. In this web cast we’ll first cover BizTalk’s internal Pub/Sub architecture in detail and then we’ll expose the flexible host based BizTalk application deployment model. These slides can be downloaded from here 9:32:31 AM |
comment [] trackback [] |