Brijesh's profileBrijesh's spacePhotosBlogLists Tools Help

Blog


    September 18

    Error when you assign workflow to a SharePoint group and its work around

    I want to create a simple out of the box “Approval Workflow” and assign it to a SharePoint group. Let’s create approval workflow for “Project Document Library”,

    Click “Workflow settings” under “Permissions and Management” menu of document library settings,

    Select “Approval” for the workflow template,

    I am assigning this workflow to “Workflow Approvers” SharePoint group. As we can see, “Assign a single task to each group entered(Do not expand groups)” checkbox is not selected by default. We will keep this default setting and see what happens,

    Click “OK” and add this workflow. Once you add a new document to “Project Document Library” instead of starting workflow it will show you following error,

    Also, it will show “Error Occurred” status for Approval Workflow as shown below,

    So here is how you can fix this issue. You need to select “Assign a single task to each group entered(Do not expand groups)” checkbox when you assign it to a SharePoint group otherwise it will not start the workflow and result in error.

    This will start the approval workflow and update its status accordingly. We can see “In Progress” status and “Approved” status, once the document is approved as shown below,

    September 16

    How to check out or check in multiple documents?

    I uploaded multiple documents to “Shared Documents” library, which resulted in all the documents “Checked Out”.

    Note: All the documents will be checked out when you upload them. This happens only when you have “Require documents to be checked out before they can be edited” is turned on in document library settings as shown below,

    Now, I would like to “Check In” all the documents of “Shared Documents” library at the same time – All at once.

    Go to Site Actions > Site Settings or Site Actions > Site Settings > Modify All Site Settings,

    Click “Content and structure” under “Site Administration” category,

    Click Actions > Check In

    Enter appropriate Check In comments,

    This will check in all the documents as shown below,

    September 11

    Display concatenated columns in Calendar view and customize pages for adding or editing list items

    In this post, I am going to talk about two things:

    - How to display more than one columns in SharePoint Calendar view

    - How to customize ASPX pages/forms used for adding, editing or displaying list items using SharePoint Designer

    So let’s start with how to display concatenated columns in Calendar view. Here is the simple Calendar Month view,

    First requirement is, I want to add an additional column for organizer of the event and display title and time instead of just title in Calendar month view. I am going to add “Organizer” column to Calendar by creating a new column and selecting “People or Group” in column type so that I can select organizer of an event from AD users. Also it is set to display name of a person in organizer column.

    As shown below, I can select organizer from AD users now,

    My second requirement is to display more than one column in Calendar month view. I want to display “Title” and “Time” instead of just “Title”. So create a new column for the Calendar and select “Calculated (calculation based on other columns)” for column type. Next step is to define formula for this column. I have used following formula,

    =Title&" | "&TEXT ([Start Time],"HH:MM AM/PM") &"-"&TEXT ([End Time],"HH:MM AM/PM")

    Which will convert start time and end time to “Hours: Minutes AM/PM” string and then append it to “Title” of the event.

    Finally I need to change column to display in month view of Calendar to “TitleAndTime” as shown below,

    That’s it! You are done. Now you can see “Title” and “Time” in month view of Calendar.

    Now, let’s see how we can customize ASPX pages (forms) to add, edit or display list items. I will walk you through the steps for customizing “NewForm.aspx” for adding a new event to a Calendar. To start with let’s open that SharePoint site in SharePoint Designer 2007. Once the SharePoint site is opened in SharePoint Designer, Go to the “Lists” and expand “Calendar”, Right click on “NewForm.aspx” and select “New From Existing Page” as shown below,

    I would recommend you to save this page with different name at the same location - “Lists > Calendar”. So that “NewForm.aspx” page will remain intact and you will have an option to switch it back to original page in case you mess up this form while customizing it. So I am going to store it as “NewForm2.aspx”

    Now we can start customizing “NewForm.aspx” page. The requirement is to keep only Title, Location, Start Time, End Time and Organizer columns and delete the rest. Here are the steps,

    Select “PlaceHolderMain (Custom)” and click “Default to Master’s Content”,

    Select “Yes” on the confirmation window,

    “NewForm2.aspx” will look like this after following above steps,

    With “PlaceHolderMain (Custom)” selected, Select “Insert” menu on the top and select “SharePoint Controls > Custom List Form…” as shown below,

    Select “Calendar” in list and “Event” in content type. Also, select “New item form (used to add new items to the list)” in type of form to create,

    “NewForm2.aspx” form will look like this after following above steps,

    Now, we want to select all unwanted columns from this page – “NewForm2.aspx”. Select rows for Description, All Day Event, Recurrence and Workspace fields; Right click it and select Delete > Delete Rows to delete all these rows,

    Here is how “NewForm2.aspx” looks like after customizing it as per above requirements,

    Finally we want to set this page – “NewForm2.aspx” as default form when somebody adds a new event item to the Calendar. In order to do that, Right click on “Calendar” and select “Properties”,

    Select “Supporting Files” tab and change new item form to “NewForm2.aspx” page with the help of “Browse” button,

    Save all your changes and you are done!

    Go to the Calendar of a SharePoint site and click “New” button to add a new event. You will have “NewForm2.aspx” page opened for adding new items,

    Similarly you can customize pages/forms used for editing or displaying list items.

    August 20

    Unable to open SharePoint e-mail alerts in MS Outlook 2007

    As shown below, SharePoint alert will not open in MS Outlook 2007 if you have MS Exchange Server 2003 in your organization and it is not upgraded to service pack 2 with the hot fix for this issue.

    Note: You will not be able to open or view SharePoint alert directly but you can click “Reply button and see the alert message in reply window.

    SharePoint alerts will not open in MS Outlook 2007 however you will be able to open them in Outlook Web Access – OWA,

    Following screen captures show work around for this issue however it is not recommended by Exchange experts. Please contact Exchange Server administrator in your organization before you apply this work around for your MS Outlook 2007.

    1. Click Start > Settings > Control Panel > Mail

    2. On the Mail Setup - Outlook window, click “Data Files”

    3. On the Account Settings window, select “Data Files” tab, highlight your email account if you see more than one email accounts and then click “Settings”

    4. On the Microsoft Exchange window, select “Advanced” tab and uncheck "Use Cached Exchange Mode" checkbox.

    5. Click “Apply” and “OK”.

    6. If it prompts for "You must restart Outlook for these changes to take effect“, click “OK” and restart MS Outlook 2007.

    You should be able to open and view SharePoint email alerts in MS Outlook 2007 after following above steps,

    Caveats:

    After you turn off "Cached Exchange Mode", you will notice a slow down as you will be accessing your mail directly on the Exchange server rather than a locally cached copy.

    In many companies there are upwards of several hundred mega bytes of e-mail on Exchange Server. You'll waste hours and tons of bandwidth for re-syncing your mailbox. If you are a laptop or remote user DO NOT USE THIS WORK AROUND; if you are using hosted Exchange service DO NOT DO THIS.

    Recommendation:

    Install MS Exchange Server 2003 Service Pack 2 and then apply hot fix for this issue (KB 930807) or Click “Reply” and you will see the message in the contents of the reply window. That's a lot easier and less disruptive than turning off "Cached Exchange Mode" for MS Outlook 2007.

    Microsoft KB article and hot fix information:

    http://support.microsoft.com/kb/930807

    Thanks to Kathy Hughes for posting this information in her blog.

    August 19

    What happens when you enable “Publishing” feature of your top level team site?

    You may want to enable “Publishing” feature for customizing SharePoint sites, creating and publishing your own custom master pages, having “All Sites” search scope available at site collection level etc.

    Let’s take a look how Site Actions > Site Settings menu looks like without enabling “Office SharePoint Server Publishing Infrastructure” for your top level team site. Here is the screen capture,

    Note that you will see “Top link bar” for managing navigation links for your site,

    I have created another two sub sites under this top level site – Test Site Collection (sites/TestSC) and you can see three tabs on the top. “Home” tab for top level site, “Site1” tab for sub site – sites/TestSC/Site1 and “Site2” tab for another sub site – sites/TestSC/Site2 as shown below. It will add these tabs on top automatically as you create them.

    Now, let’s enable “Publishing” feature – “Office SharePoint Server Publishing Infrastructure” for Test Site Collection,

    You will also need to enable it from Site Actions > Site Settings > Site Features – “Office SharePoint Server Publishing”.

    After enabling “Publishing” feature for Test Site Collection, here is how Site Actions > Site Settings menu looks like,

    Note that “Top link bar” link is no more available and it has been replaced with “Navigation” link. Also note that “Home” tab has been replaced with the actual name of the top level site – “Test Site Collection”,

    Next few screen captures are very important to avoid issues when you turn on and turn off publishing feature for your team site.

    If you go to Site Actions > Site Settings > Navigation and delete tabs for sub sites and then you turn off publishing feature for your team site from “Site features” and “Site collection features” then it will create tabs for all the sub sites on the top but it will NOT restore “Home” tab. Let’s try to produce this error. So I am going to delete tabs for all the sub sites under the top level site – “Test Site Collection”,

    So I have only one tab on the top, which is “Test Site Collection” – for top level site itself and I would expect to have this tab as “Home” when I turn of publishing feature for this site,

    Here is what happens, when I turn off publishing feature for Test Site Collection. “Home” tab is missing and a tab will be created for each sub site under this top level site,

    You can definitely add “Home” tab by going to “Top link bar” but it will NOT be highlighted even though you are on top level site – “Test Site Collection”,

    As shown below, “Site1” tab is highlighted even though I am browsing top level site – “Test Site Collection”, which is pretty misleading.

    Following step is to connect top level site to the portal. This is to show a link to a portal site on the top. Note that the “SharePoint Global Portal > Test Site Collection” link is added on the top. (Note: This has nothing to do with the issues occur when you turn on and turn off publishing features).

    If you turn on the publishing feature for your team site again then it will be alright with showing “Test Site Collection”, “Site1” and “Site2” tabs on the top but for some reasons, when you turn off publishing feature it will not result in “Home”, “Site1” and “Site2” tabs on the top, the way it was before, when we created the top level site for the first time (you can take a look from previous screen captures).

    Conclusion: If you want to enable publishing feature for your top level team site and you also want to remove tabs for sub sites from the top, remove them before activating publishing feature. If you will remove tabs for sub sites after activating publishing feature and then turn off publishing feature, it will not restore “Home” tab for the top level site.

    August 15

    “The page cannot be found” error, when you click “Reply” in Subject view of Discussion Board in SharePoint 2007.

    Here is the scenario:

    Subject view of Discussion Board in SharePoint 2007 does not have “Reply” column available in default view settings. Here is the example of a new Discussion Board created for one of the SharePoint sites,

    Let’s add “Reply” column by going to Discussion Board settings.

    This will make “Reply” column visible with “Reply” button for each topic in Discussion Board.

    Now, when you click on “Reply” button to reply to any of the topics, you will receive an "HTTP 400" error message – “The page cannot be found” error.

    The only way to reply to a topic is by clicking on a topic under the “Subject” column and then hit the “Reply” button.

    Yes, somebody can reply to a topic this way.

    Here is the KB Article from Microsoft to show you the work around on how to reply a topic in Discussion Board,

    KB Title: Error message when you click Reply in a Windows SharePoint Services 3.0 discussion board in Subject view: "The page cannot be found"

    http://support.microsoft.com/kb/936859

    Looks like, this issue has been addressed in WSS 3.0 Service Pack 1. Here is the Microsoft KB Article,

    Note: Unfortunately we haven't installed Service Pack 1 in our SharePoint (MOSS 2007) environment yet to confirm this.

    KB Title: Issues that are fixed in Windows SharePoint Services 3.0 by Windows SharePoint Services 3.0 Service Pack 1

    http://support.microsoft.com/kb/942388

    When you reply to a discussion in the Subject view of a discussion board, you receive an "HTTP 400" error message

    Consider the following scenario. The Subject view of a discussion board contains the Reply column. You click Reply in the Subject view. In this scenario, you receive an "HTTP 400" error message – “The page cannot be found”.

    August 07

    How to create dedicated content database for a site collection:

    Steps to create a new site collection in a new content database:

    Let’s assume that I want to create a new dedicated content database for a new site collection. This site collection will have huge contents and it may require database of size 60-80 GB. Also we do not want any of the content databases to grow more than 100 GB (Microsoft recommended content database size). So we decided to create a new dedicated content database for this site collection. Any new site collection after this must be created in a content database with a least number of sites in it, provided it is not crossing the limit of maximum allowed sites in that content database. 

    As usual, I have taken few screen captures for better understanding of this scenario.

    We have total 8 content databases for our MOSS 2007 deployment. I have created a new content database with the name “New_Content_DB”.

    I want to create a new site collection in this new content database – “New_Content_DB” and then lock it. So that any new site collection after this will be created in a content database (any one from SPS01 to SPS08) with least number of sites in it. Let’s create a new site collection,

    New site collection – “sites/newsc” was created in “New_Content_DB” as expected. Now, I would like to lock it so this content database will be used only for this site collection – “sites/newsc”.

    I ran following query to confirm that the site collection – “sites/newsc” was created in “New_Content_DB” database.

    Now, let’s lock it. I have set “Site Level Warning” to 0 and “Maximum Number of Sites” to 1 for this. Here is the screen capture,

    Any new site collection after this must be created in content database with least number of sites in it. In our case it is SPS07. So let’s create a second site collection and it must be created in SPS07 instead of New_Content_DB. Here is the screen capture,

    As shown below, the second site collection – “sites/newsc2” was created in SPS07 database.

    One more time, SQL query to confirm that second site collection – “sites/newsc2” was created in SPS07 database.

    Any new site collection after this point will be created in SPS07 and then SPS08 and so on…Here is the screen capture after creating couple of other site collections – “sites/newsc3”, “sites/newsc4” etc.

    As per Microsoft recommendation SharePoint content database should not grow more than 100 GB in size. So you may want to move site collections with maximum contents or fastest growth from one content database to another (the smallest content database in your SharePoint farm or a new content database). Here are the few support links which can help you achieving this.

    For SharePoint 2007:

    First Release of the Microsoft SharePoint Administration Toolkit:
    http://blogs.msdn.com/sharepoint/archive/2008/04/30/announcing-the-first-release-of-the-microsoft-sharepoint-administration-toolkit.aspx

    Mergecontentdbs: Stsadm operation:
    http://technet.microsoft.com/en-us/library/cc288557.aspx

    One of the best posts for moving site collections to another content database:
    http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?List=56f96349-3bb6-4087-94f4-7f95ff4ca81f&ID=53

    For SharePoint 2003:

    MS IT Database Split for WSS2.0 and SPS2003:
    http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=governance&ReleaseId=5351

    August 01

    Audience Targeting Vs. Security

    Audience Targeting:

    MOSS 2007 has a feature that allows you to enable audience targeting (although this is not available in WSS 3.0). Turning on this feature means any items in a list or library can be set to appear only for a particular audience. An audience can be defined as a SharePoint group, distribution list, security group, or a global audience. The advantage of this feature lies in showing a group of users only relevant information, as opposed to overwhelming them with less relevant information. For example, a company may have a list of all new employees, perhaps including some trivia and background information. Audience targeting permits administrators to show a list of only those employees that joined a particular business unit, and only the primary identification information. The disadvantage of audience targeting is that users are not prevented from seeing the entire list, by selecting a different view or URL hacking, unless item-level security is applied.

    Item-Level Security:

    This feature enables users to set specific security on each item in a list or library. This means that, as items are added to the library, the user can indicate who can view the item. When setting the security for a single item, SharePoint allows the user to give access to an individual or group within AD and/or SharePoint. Item-level security is useful when uploading specific documents that only certain users should be able to see and completely prevent others from accessing them. For example, an internal portal for a company could display employee benefits only to that specific employee. Item-level security could allow only those users to see those documents without making the same documents available to the entire company.

    The disadvantage of item-level security is the headache it poses for administrators in cases where it is unclear who the intended viewer is. For users of the older SharePoint Portal Server 2003, item-level security is not ideal given that users could see all items in a list, and only discover upon clicking whether they were authorized to view the item. SharePoint 2007 has now updated this feature with security trimming: Users see only the items listed that they are authorized to view, and all other items are filtered, or "trimmed" out.

    Reference:
    http://www.developer.com/tech/article.php/3722456

    July 31

    AD Groups and SharePoint Groups

    Choosing between AD Groups and SharePoint Groups. What is the best approach for assigning permission levels in SharePoint?

    Here are some guidelines:

    A general rule of thumb is the less security principals you have, the more scalable your security design will be.  In other words, it is easier to assign permission levels to 1 group than 100 users.

    Avoid assigning permission levels directly to user accounts—use either an Active Directory (AD) group or a SharePoint group to contain the users.  If there is a one-to-one mapping between an AD group and a SharePoint permission level, you could assign permissions to the AD Group rather than creating a SharePoint group, but if you always use a SharePoint group, you have a clean way to add more users/groups later if you need to.

    Use SharePoint groups over AD security groups.   You can delegate control of SharePoint groups to site administrators.  If you use AD groups, there could be a bottleneck getting users added/removed from them since only a select few in the organization have permissions.  Another issue with AD groups is you cannot view the members in SharePoint, making it difficult to determine who has access to what.

    Difference between SharePoint Groups and AD Groups:

    Domain Groups

    •       Normally created and maintained by the IT department
    •       Can be used across different SharePoint sites and site collections
    •       Organizations may already have good AD group structures that map well to your SharePoint implementation
    •       Groups can be nested - e.g. you can add another AD Group as a member to an existing AD group
    •       No features for users to submit a request to join a group

    SharePoint Groups

    •       The creation of groups can be done by business users
    •       When a group is being created, you can define who "owns" the group
    •       Can allow users to submit a request to join a group
    •       Can determine who has permissions to see the users within groups
    •       Groups are created within a particular Site Collection - cannot be used in other site collections
    •       You cannot add a SharePoint Group as a member of another SharePoint group (no nesting)
    •       SharePoint Groups cannot be used in other systems (e.g. network Shares)
    •       The SharePoint Groups are separate from Active Directory - so you can go wild with the SharePoint Groups without upsetting your AD administrator

    References:
    http://www.sharepointblogs.com/johnwpowell/default.aspx
    http://guru-web.blogspot.com/2007/10/difference-between-sharepoint-and-ad.html

    July 30

    Increase size for incoming e-mails in SharePoint

    Recently we had an issue for receiving emails with larger file attachments in SharePoint. Here is how we fixed this issue.

    Note: We have maximum email size set to 10 MB in MS Exchange. So MS Exchange will not allow any emails bigger than 10 MB. Also default setting for maximum email size in SMTP Virtual server is 2 MB.

    Steps to modify SMTP Virtual Server properties and increase incoming email size limit to accept bigger emails in SharePoint.

    1. Open IIS on SharePoint Server where SMTP Virtual Server is hosted.

    2. Right click on Default SMTP Virtual Server and select properties.

    3. Click on "Messages" tab of Default SMTP Virtual Server Properties.

    4. Change "Limit message size to(KB)": 10240

    5. Change "Limit session size to(KB)": 51200

    6. Click "Apply" and then "OK" button at the bottom.

    - We can NOT increase this limit more than 10 MB (10240 KB) because this is the maximum email size allowed in MS Exchange.

    - You will not be able to receive emails bigger than 10 MB even by setting this limit to 20 MB or more. (Provided you have maximum email size set to 10 MB in MS Exchange Server of your company).

    SQL queries for analyzing SharePoint farms

    =====================================================
    Query to get total number of items in each list of SharePoint farm:
    =====================================================

    Use SP_DB01

    select

    case when webs.fullurl = ''

    then 'Portal Site'

    else webs.fullurl

    end as [Site Relative Url], webs.Title As [Site Title],

    case tp_servertemplate

    when 104 then 'Announcement'

    when 105 then 'Contacts'

    When 108 then 'Discussion Boards'

    when 101 then 'Docuemnt Library'

    when 106 then 'Events'

    when 100 then 'Generic List'

    when 1100 then 'Issue List'

    when 103 then 'Links List'

    when 109 then 'Image Library'

    when 115 then 'InfoPath Form Library'

    when 102 then 'Survey'

    when 107 then 'Task List'

    else 'Other' end as Type, tp_title 'Title', tp_description As Description, tp_itemcount As [Total Item]

    from lists inner join webs ON lists.tp_webid = webs.Id

    Where tp_servertemplate IN (104,105,108,101, 106,100,1100,103,109,115,102,107,120)

    order by tp_itemcount desc

    Note: Repeat above query for each SharePoint content database.

    ==========================
    Query to find all site collections:
    ==========================

    Use SP_DB01

    Select SiteId, FullUrl, Title, Author, TimeCreated
    From Webs
    Where ParentWebId IS NULL

    Note: Repeat above query for each SharePoint content database.

    =======================================================================================
    Query to get Site Collection Statistics - Created, Owner, Contents size, Bandwidth usage, Last Modified etc.
    =======================================================================================

    Use SP_DB01

    select distinct a.fullurl as [SiteUrl], a.TimeCreated as Created,

    b.tp_login as [SiteAdmin],

    sum(cast(c.size as decimal))/1024/1024 as [recyclebin],

    cast(d.bwused as decimal)/1024/1024 as [BandwidthUsed],

    cast(d.diskused as decimal)/1024/1024 as [SiteSize],

    cast(d.diskquota as decimal)/1024/1024 as [SiteMaxQuota],

    d.id as [SiteID],(select db_name(dbid) from master..sysprocesses where spid=@@SPID) as [Content_DB],

    (select @@servername) as [ServerName],

    d.lastcontentchange as [LastContentChange],

    (select datediff(day,d.lastcontentchange,current_timestamp)) as [DaysSinceLastChange]

    from webs as a inner join  

                sites as d on a.siteid=d.id inner join

           userinfo as b on a.siteid=b.tp_siteid left join

             recyclebin as c on a.siteid=c.siteid where b.tp_siteadmin = '1' and a.parentwebid is null   

    group by a.fullurl, b.tp_login, d.diskused, d.id, d.bwused, d.diskquota, d.lastcontentchange, a.TimeCreated

    Order by a.fullurl

    Note: Repeat above query for each SharePoint content database.

    References:
    http://blogs.technet.com/corybu

    http://www.codeplex.com/MSITSRF
    http://www.codeproject.com/KB/dotnet/QueriesToAnalyzeSPUsage.aspx


    June 18

    How to add SharePoint search to Internet Explorer 7.0?

    • Click drop down menu on the right hand side of “Glass” icon and select “Find More Providers…” in IE 7.0

    clip_image002

    • Under “Create Your Own” enter URL and Name. Please make sure you search for TEST (k=TEST) in URL. For example,

    URL:
    http://sharepoint.domain.com/sites/TestSC/SearchCenter/Results.aspx?k=TEST&s=All%20Sites

    Note: Above URL is for searching in "All Sites" (in entire SharePoint Server Farm).

    Also note that I have specified "SharePoint Search" as the name of the search provider.

    clip_image004

    clip_image006

    • Click “View” link, if you want to look at the XML file, click “Install” button otherwise, which will add this custom search provider to IE 7.0

    clip_image008

    • Once the Search Provider will be added, you will see it listed in Search Engine List.

    clip_image010

    • Search for something, let’s say “sharepoint” and select “SharePoint Search” – the custom search provider, which we have added in previous steps. It will ask you for credentials to connect to the SharePoint site. Enter your credentials and it will return search results.

    clip_image012

    clip_image002[4]

    June 12

    How to configure Records Center in Microsoft Office SharePoint Server 2007

    In this post, I will walk you through the steps for configuring Records Center site in MOSS 2007. Luckily, Records Center Site template is available with both Standard and Enterprise Edition of Microsoft Office SharePoint Server 2007.

    Let’s start with understanding the purpose of setting up Records Center site. Why do we need central repository for our contents? Well, you can store almost all kind of contents in SharePoint but if you will not manage it properly, SharePoint contents will grow tremendously and eventually it will go out of control. The only way to prevent SharePoint servers from deteriorating in the future with an overload of content is to start archiving unwanted information. This is done by linking live or active SharePoint sites to a Record Center.

    I am going to create a new site collection for Records Center in my existing SharePoint server farm however it is possible to create a Records Center in a separate farm and link it to SharePoint sites in this farm. In fact, that would be a better approach as you will be moving unwanted SharePoint contents to the content databases of another farm which will help you in keeping your live or active SharePoint farm content databases as small as possible.

    Here are the steps:

    1. Create Records Center site.

    2. Create library for storing archive contents from SharePoint live sites.

    3. Create and apply Information Management Policy for the retention period.

    4. Define Record Routing rule for the content type.

    5. Configure Record Center from SharePoint Central Administration site.

    6. Start archiving unwanted SharePoint contents.

    · Create a new site collection for Records Center.

    · I have named it “Records Center Site”.

    · Here is the Records Center site out of the box. In this example, we will configure Record Center site to archive project documents from live or active SharePoint site - “Test Site Collection”. Create a new document library for unwanted project records (documents).

    · I have named it “Project Documents Repository”. Please note that I have selected “None” in Document Template as my project document could be a word, excel or any other document.

    · Define policy for the retention period. Click “Site collection policies” link under Site Collection Administration.

    · Create a new policy. Click “Create” link on the top right corner.

    · I have named it “Project Document Policy”. I have selected all auditing options to keep the track of any changes in these documents. I have selected 5 years retention period for these documents after they are last modified. They will be deleted after 5 years.

    Note: Records (documents) older than 5 years will be deleted and sent to “Recycle Bin”. Records Center administrator will then decide to delete them permanently. If there is a need, administrator can restore documents from recycle bin.

    · Site collection policy is successfully created.

    · Apply policy “Project Documents Repository” document library. Click “Information management policy settings” link under Permissions and Management.

    · Select “Use a site collection policy” option and apply “Project Document Policy” , which we created in previous steps.

    · Set same Meta data for this document library - “Project Documents Repository”. This is because when you archive contents from live SharePoint site, it will be stored here and that’s why it is good to have same Meta data as document library of live SharePoint site. Click “Add from existing site columns” link under Columns.

    · Add all those columns (properties), which you have for your live document library contents.

    · I have also modified “All Documents” under Views to show these Meta data in default view.

    · Here is how “Project Documents Repository” looks like after following above steps.

    · Create “Record Routing” to archive project documents in “Project Documents Repository”. Click New => New Item under Record Routing.

    · I have used “Project Content Type” for creating project documents in my live site – Test Site Collection. Record Routing title will be the content type which you want to archive from live SharePoint site. So in title I have “Project Content Type”. Location will be the name of the document library where you want to route these records. In our case it is “Project Documents Repository”.

    · Everything is set in our Records Center and here is how it looks like after following above steps.

    Note: If you have not specified Records Routing properly, it will route all the documents to “Unclassified Records” document library using default “Unclassified Records” routing when you archive them from SharePoint live sites.

    · Now, configure Record Center from SharePoint Central Administration site. Go to Application Management and click “Records center” link under External Service Connections.

    · Provide the URL of the Records Center site appended with /_vti_bin/officialfile.asmx as shown in example. I have used display name as “Records Center”. So when somebody will right click on document to be archived, he/she will see “Send To => Records Center” in the menu.

    URL: http://sharepoint.domain.com/sites/RC/_vti_bin/officialfile.asmx

    Display Name: Records Center

    · That’s it. You have successfully configured Records Center. Now, let’s test it. As shown below, I am going to archive one of the documents from “Project Document Library” of my live site – “Test Site Collection”. Right click on the document to be archived, select “Send To => Records Center”.

    · If you have followed all above steps properly, you will see “Operation Completed Successfully” message.

    · Document will still remain in the document library of your live site. You may delete it as it has been stored in Records Center already and it is not needed any more.

    · Let’s go back to Records Center site to check, if the document is successfully archived and yes, it is. It will create folder with the time stamp to store those archive documents.

    · In side the folder, you can see the document and the Meta data (properties) of that document. Properties are stored in the form of an XML file.

    There is lot more you can do with Records Center other than just moving archive contents however idea behind this post is just to give an overall idea of how Records Center site works.

    · Following screen captures explain how to copy accidentally archived document (if you have deleted it from everywhere – document library, recycle bin etc. in your live site) back to its original location. This has nothing to do with Records Center but I have added this just to give you an idea of copying document from one location to the other. Right click on document to be copied and click “Send To => Other Location”

    · Provide the destination URL.

    Destination document library or folder:

    http://sharepoint.domain.com/sites/TestSC/ProDL

    Also you can change the document name if you wish.

    · Click “OK” button at the bottom.

    · Document successfully copied to “Project Document Library” for Test Site Collection.


    Link to a Document content type, Add link to a document to announcement items and Meta data for folder contents

    In this post, I am going to talk about few interesting things. Let’s start with “Link to a Document” content type. I will also talk about best practices in SharePoint 2007 while I will go through these topics.

    1. Create a new document library. I am going to create document library for project documents.

    1. As shown below, I have named this document library as “ProDL” and entered “Project Document Library” as description.

    Note: It is a good idea to abbreviate your list or library name when you create them. This will help in keeping SharePoint URLs as short as possible. You can change the name of the document library to whatever you want later on by going to document library settings. Please keep going to learn how?

    1. Go to the document library settings of document library – “ProDL”, which you created in previous step. Click on “Title, description and navigation” link under General Settings

    1. You can change name here to whatever you want. I have changed it to full name – “Project Document Library” and that is what it will display as name for this document library in SharePoint but the URL for this document library will still use the abbreviated name – “ProDL”, which we entered at the time of creating it.

    1. As shown below, name appears as “Project Document Library” in SharePoint site.

    1. Click “Advanced settings” link under General Settings

    1. Select “Yes” for “Allow management of content types?” as shown below.

    1. After you finish step 7, you will be able to see “Add from existing site content types” link under Content Types. Click this link - “Add from existing site content types”

    1. Select “Link to a Document” content type and add it.

    1. After step 9, you should be able to see “Link to a Document” in “New” menu of your document library.

    1. Click “Link to a Document” under “New” menu.

    1. Enter “Document Name” and “Document URL” for the existing document at other location (in another document library).

    1. Here is how “Project Document Library” looks like after adding one document and one “Link to a Document” content.

    Note: Always use “Link to a Document” content type instead of adding the same document to another document library or the document library of another site.

    How to add link to the document to Announcements list?

    1. Go to Announcement Settings => List Settings as shown below.

    1. Click “Add from existing site columns” link under Columns.

    1. Select “Web Page” column and add it. Please make sure you have selected “Add to all content types” and “Add to default view” as shown below.

    1. That’s it. You are done. Now you can add link to a document when you add announcement items to Announcement list.

    1. Here is how Announcement list looks like after adding announcement items with link to a document.

    Finally let’s talk about Meta data for folder content type. Never use folders, always use views. It is NOT recommended to use folders in document library or any other list but there are certain situations where you may want to add folders and then Meta data for those folders.

    How can you add Meta data to folders?

    1. Go to Site Actions => Site Settings => Modify All Site Settings

    1. Click “Site content types” link under Galleries.

    1. Click “Create” link on top left corner.

    1. We are going to create folder content type for defining Meta data for folder contents. Please select the settings as shown below. You can add this new content type to “Custom Content Types” by choosing it under “Existing group” or you can create a new group.


    1. Go to the document library where you want to define Meta data for folder contents. Click Settings => Document Library Settings.

    1. Click “Advanced settings” under General Settings

    1. Select “Yes” for “Allow management of content types?” as shown below.

    1. After step 7, you will be able to see Content Types in document library settings. Click “Add from existing site content types” link under Content Types.

    1. Select “Folder Content” content type, which we have created in previous steps and add it.

    1. As shown below, “Folder Content” is now added to your document library. Click “Folder Content” link under Content Types.

    1. Add appropriate columns for your folder contents. I will add couple of columns by clicking “Add from existing site or list columns” link under Columns.

    1. I have added “Category” and “Release Date” columns as shown below.

    1. Now, it will allow me add Meta data whenever I create a new folder in this document library. Following screen shots show how to add Meta data to existing folders in your document library.

    1. Right click on folder and select “Edit Properties”.

    1. Select “Folder Content” (which is what we have created in previous steps), if you have more than one content type listed in drop down menu.

    1. Enter Meta data as shown below.

    1. Here is how document library looks like after adding Meta data for folders.

    June 07

    When to use a Site Collection over a Sub-Site

    When should you use site collections over sub-sites in your design?

    Site collections really bring a considerable amount of flexibility and scalability to your design and I would recommend that you start from the perspective of multiple site collections and then see if you can find logical and compelling reasons to move away from them.

    Here are some general guidelines that you should consider before you create a site collection or a sub site.

    Consider the core purpose of the site structure you are contemplating. Consider it in relation to the other site structures your portal may house. It is generally not advisable to intermingle disparate sites in the same site collection. For instance you probably would not want your Internet presence site and your collaboration portal to all be part on the same site collection. There are simply too many moving parts that are completely unrelated to one another to make this feasible. While this is a simple example you could consider something such as separating out department sites or even project sites. I do this a lot simply because HR may need a different approach to security than Finance.

    If distributed control is something that you want then multiple site collections would be the best way to go. Site collections really are the first layer where we can truly separate out security and administration. Although we can break security inheritance at the site level these still fall under a single umbrella or controlling entity, the site collection and its administrator. I see this a lot when it comes to those core department sites that any organization has. Many times Human Resources, Finance, IT, and Operations will be separated out into their own site collections to provide an additional layer of content control.

    Boundaries are a consideration as well. Some of the key components that make up a SharePoint site are scoped to the site collection level. While there are ways around these boundaries they should be accounted for in your design. The following is a list details some of these components.
     
    • Site Columns and Content Types
    • Site Quotas
    • SharePoint Security Groups
    • Recycle Bin
    • Site and List Templates and Master Pages
    • Search Scope and Keywords
    • Out-of-box Back up and Restore capabilities
    • Separate Content Databases
    If you have groups that cannot share resources they really need to be broken out into separate site collections. Governance can come into play here from the stand point that if the two groups should not have the ability to view or control one another's content then they should be separate or a single, and separate, entity should administer the site collection.

    Finally one of the biggest drivers for a separate site collection is security. The ability to place an entirely separate security structure around each site collection can be critical. Site collections can also be broken out into separate content databases which can offer an additional layer of security at the database.

    My general feel on this is to begin my design with multiple site collections in mind and then see if I can find a valid reason to deviate from that design. Sometimes the reason is there but more often than not I find that site collections simply bring too much to the table.

    Site Settings at Top Level Site or Site Collection:

    http://sharepoint.domain.com/sites/IT


    Site Settings at Sub Site:

    http://sharepoint.domain.com/sites/IT/WindowsTeamSite
    Or
    http://sharepoint.domain.com/sites/IT/UnixTeamSite

    Note: I have copied this post from Joe Shepherd's blog. Thank you very much Joe for such a great post!

    Other caveats of using MS Office 2003 with Microsoft SharePoint 2007 products

    I have already discussed caveats of using MS Office 2003 with Microsoft Office SharePoint 2007 products in my last post. Before I talk about the other caveats, I would strongly recommend you to go through following white paper,
     
     
    Issues:
     
    1. Unable to check out document from SharePoint document library for editing it in MS Office 2003.
    Error - "Edit Document' requires a Windows SharePoint Services-compatible application and Microsoft Internet Explorer 6.0 or greater."
     
    2. Internet Explorer crashes (stops responding) when you try to open an Office document in a SharePoint document library.
     
    Here is how you fix these issues,
     
    There is no need to remove any Office 2007 applications from your computer.
     
    Step 1: Repair Office 2003:
    1. Go to Start => Control Panel
    2. Double Click on "Add/Remove Programs"
    3. After this list populates, locate and click "Microsoft Office 2003 Professional Edition"  or any other version of Microsoft Office 2003.
    4. Click on the "Change" button
    5. On the window that appears, click on the button "Reinstall or Repair" and select "Next"
    6. Click on the radio button "Detect and Repair errors in my Office installation" then click "Install"
    7. A message will appear once the repair is complete.
     
    Step 2: Click this link to a hotfix file from Microsoft and select "Run" to install this hotfix:
    http://download.microsoft.com/download/f/5/1/f511cec6-d8c5-444e-bd76-5161b2a16c9f/office-kb938888-fullfile-x86-glb.exe
     
    Information about this hotfix can be found here:
    http://support.microsoft.com/default.aspx/kb/938888
     
    Additionally, you may refer to following KB article if above steps do not resolve your issue,
     
    Note: Above issues may occur with MS Office 2007 applications (Word, Excel, PowerPoint etc.) too. You need not to uninstall any MS Office 2007 applications in order to resolve them.
     
    We do not have MS Office 2007 available yet so all above issues were reported while using MS Office 2003 with Microsoft Office SharePoint Server 2007.
    June 06

    Content types in Microsoft Office SharePoint Server 2007 and MS Office 2003

    Let’s talk about custom content type in Microsoft Office SharePoint Server 2007 and how it works with MS office 2003. To help visualizing this, I have taken screen captures for every little step.

    1. Create a custom content type for your test site. I am going to use “SCTest” top level site (site collection) for the demo. Go to Site Actions => Site Settings and click on “Site Content Types” link under Galleries category.

    2. Click “Create” link on the top left corner of Site Content Type Gallery.

    3. Create a new site content type as shown below. I have chosen Document content type for simplicity. You can add this content type to “Custom Content Types” by selecting it for Group category but I have created a new group called “Test Group” to add this new content type. Please note that I have named new custom content type as “Project Release Documents”

    4. You will see following screen on adding a new custom content type. Click “Add from existing site columns” link under “Columns” category.

    5. Add appropriate columns for this new content type. I have chosen few as shown below.

    6. This is how a new custom content type looks like after adding few existing site columns.

    7. I am creating a new document library for “Test Site Collection” (SCTest) to use this custom content type.

    8. As usual, I have used shortest possible name for my document library to keep URL for this document library as short as possible. You can always change the “Name” field later on by going to Title, description and navigation under General Settings of document library settings.

    9. Go to Settings => Document Library Settings.

    10. This is an additional step. I have modified the document library name from TCTL (to keep URL short) to Test Content Type Library as by going to Title, description and navigation under General Settings

    11. Click “Advanced Settings” link under General Settings category.

    12. Select “Yes” for “Allow management of content types?” and click “OK”.

    13. Select “Add from existing site content types” link under Content Types.

    14. Select a new custom content type – “Project Release Documents” which you have created in previous steps as shown below.

    15. This is an additional step – I am changing order for content types and making “Project Release Documents” as default content type. Select “Change new button order and default content type” link under Content Types.

    16. Change the order and select number “1” for “Project Release Document” content type to make it default content type for this document library.

    17. So finally content types and columns for your document library will look something like this. Please adjust your column order by clicking on default view – “All Documents”.

    18. Now, something very interesting…how content types work with MS Office 2003. Well, keep reading…

    As you can see from the screen capture, “Project Release Documents” is the default content type for your document library. Click New menu and select “Project Release Documents” to add a new document (content) to your document library.

    19. You will see following message on your screen, if you have MS Office 2003 installed on your machine. Click “OK”

    20. It will allow you to use MS Office 2003 (Word 2003) to create a new document. As you have already noticed MS Office 2003 will not allow you add/edit metadata in Word application itself. Add some text to this document and click “Save” icon.

    21. Now, you can add those metadata properties for your document however I have noticed that couple of document properties is still missing…I don’t know why. I need to check it out later but anyways it will allow you to add metadata properties for your document using MS Office 2003 and that is what is more important.

    22. To add those missing metadata properties, I am going to right click on document in my document library and select “Edit Properties” link.

    23. Adding those missing metadata properties, which I could not see in MS Office 2003 for some reasons.

    24. Finally here is the document in document library which was created using custom content type and MS Office 2003.


    Now, here is the scenario for those unlucky people who can not work with content types using MS Office 2003.

    Note: This site belongs to different SharePoint test environment than the previous one.

    1. I have created ProjDocs document library and it has “Test Content Type” as default content type.

    2. Attempt to create a new document in ProjDocs document library. Same message will pop up, which is shown is previous screen capture before opening MS Office 2003 (Word 2003) for creating a new document.

    3. Unfortunately when you try to save this document, it will give you following error message. When you (keep) clicking on either “Yes” or “No” button, it will finally add this new document to ProjDocs but all metadata properties will be missing and you can not add metadata properties even by editing properties in SharePoint.

    4. Document “Test2” was added.

    5. Trying to edit metadata properties by right clicking “Test2” document in ProjDocs document library and selecting “Edit Properties” link.

    6. Unfortunately it does NOT allow adding those missing metadata properties.

    7. Here is the work around. If you want to create a new document, simply upload a new document and it will allow you to add those metadata properties but if you want to edit metadata properties of existing document unfortunately you have to download that document to your local computer first and then upload it back to edit/update its metadata properties. Here is the screen capture for uploading a new document to ProjDocs document library.

    8. Enter metadata properties for this document and you are done!

    9. Here is how ProjDocs document library looks like after uploading those two documents.

    Note: Error: 'length' is null or not an object is environment specific. It happened in our environment after we installed one of the hot fixes (http://support.microsoft.com/kb/935958) for resolving the other issue.

    Here is the hot fix for those who are unable to work with content types using MS Office 2003.

    http://support.microsoft.com/default.aspx?scid=kb;EN-US;950292

    This hot fix also resolves issues to work with multiple content types using MS Office 2003.

    Note: I have taken screen captures from two separate SharePoint environments.

    Step 1-24 are from the enviornment, that does NOT have http://support.microsoft.com/kb/935958 hot fix applied and we can work with content types using MS Office 2003 without any issues.

    Step 1-9 are from the environment, that has http://support.microsoft.com/kb/935958 hot fix applied and for some reasons we are unable to work with content types using MS Office 2003 after applying that hot fix. We have to apply http://support.microsoft.com/default.aspx?scid=kb;EN-US;950292 hot fix to resolve errors explained in these steps but we will have MS Office 2007 available very soon so we have NOT applied it yet.

    June 05

    How to make "All Sites" scope available to a top level site created using "Team Site" template?

    One of my friends had an issue in making “All Sites” scope available to a top level site (site collection) created using “Team Site” template. So I thought of writing this blog. This post assumes that you have Microsoft Office SharePoint Server 2007 implemented in your environment.

    First of all, why “All Sites” scope is not available, when you create a top level site or site collection using “Team Site” template? Because team site template is designed for WSS site and WSS does not have enterprise search feature available by default. In other words you can search only within that site itself and cross site search will not be available. Cross site search or Enterprise search feature is available only for Portal Site templates. If you will create top level site using templates under “Publishing” category, you will have “All Sites” scope available.

    So here is how you can make “All Sites” scope available to a top level site, which is created using “Team Site” template. For simplicity, I have taken screen capture for everything right from creating a new site collection (top level site) using “Team Site” template to making “All Sites” scope available to it.

    1. Create a new site collection using “Team Site” template. We have created a new site collection called “SCTest”.

    2. Only “This Site: Test Site Collection” (Name of the site collection) scope is available by default and we would like to have “All Sites” scope available at this top level site.

    3. After you create top level site, create a new “Search Center” site for this top level site.

    Note: If you have 50 site collections and all those site collections are created using “Team Site” template then I would suggest you to create 50 “Search Center” sites – one for each and with the same name (for naming conventions), if you want “All Sites” scope available to all those top level sites.

    4. Here is “Search Center” site created for SCTest site collection.

    5. Now, you need to change search settings for SCTest site collection. So go to Site Actions=> Site Settings and click “Search Settings” link under Site Collection Administration.

     6. Choose “Use custom scopes. Display richer results using the following Search Center:” and provide URL to “Search Center” site. In our case it is “/sites/SCTest/SearchCenter/”

    7. Now, you can see “All Sites” scope is available to SCTest top level site.

     8. Additionally you may need to activate “Office SharePoint Server Publishing Infrastructure” by going to “Site Actions=>Site Settings” and clicking “Site Collection Features” link under Site Collection Administration category.

    9. You may also need to activate “Office SharePoint Server Publishing” feature by going to “Site Actions=>Site Settings” and clicking “Site Features” link under Site Administration category.


     
    That’s it! You are all set. You can start using “All Sites” scope for cross site search capabilities.
    May 23

    Unable to activate Office SharePoint Server Publishing Infrastructure from site collection features

     
    Issue: Unable to activate "Office SharePoint Server Publishing Infrastructure" from site collection features.

    We had "Office SharePoint Server Publishing Infrastructure" activated since beginning but for some reasons it was deactivated and when I tried to activate it, I received "Access denied" error.

    Note:
    We have followed Microsoft Guidelines for setting up administrative and service accounts.

    Solution:

    1. Open IIS Admin.
    2. Locate the Web Site for your MOSS web application.
    3. Go to the properties and select "Home Directory" tab.
    4. Make a note of Application Pool used for this web site.
    5. Expand Application Pools in IIS.
    6. Go to the properties of Application Pool, which you have noted in step 4 and select "Identity" tab.
    7. Make a note of the account used under "Configurable".
    8. Change the Application Pool identity to SharePoint Service Account - This is the same account, which you have used for installation of MOSS 2007.
    9. IISRESET
    10. Activate "Office SharePoint Server Publishing Infrastructure" from site collection features.
    11. Change the Applciation Pool identity back to the original (same account which you have noted in step 7).
    12. IISRESET.
    May 22

    Permission issues in SharePoint 2007

     
    Issue: Unable to access Spell Checker in Rich Text Editor of Content Editor web part.

    Your sub site has custom permissions (NOT inherited from parent site) and you have "Full Control" access to your sub site but you are unable to use Spell Checker in Rich Text Editor of Content Editor web part.

    Solution: Create a custom permission level and name it "Reader Plus" (or any other appropriate name) by copying "Reader" permissions and adding "Browse Directories" permission at top level site. Allow "Reader Plus" access to the account at top level site, which has this issue.

    Issue: Unable to access "Information management policy settings" from Document Library settings or List settings.

    You have "Read" permissions at top level site and "Full Control" permissions to your sub site but you are unable to access "Information management policy settings" from Document Library settings or List settings.

    Solution: Same As Above

    Note: These permission issues seem to be addressed in Service Pack 1 for SharePoint 2007 however I haven't got a chance to install Service Pack 1 in our SharePoint environment yet.