<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>old projectified</title><link>http://blogs.technet.com/b/projectified/</link><description>where brian kennemer used to endlessly obsess about project server, so that you did not have to</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Reactivating www.projectified.com</title><link>http://blogs.technet.com/b/projectified/archive/2010/07/07/3342526.aspx</link><pubDate>Wed, 07 Jul 2010 16:09:02 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3342526</guid><dc:creator>Brian Kennemer, MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/projectified/rsscomments.aspx?WeblogPostID=3342526</wfw:commentRss><comments>http://blogs.technet.com/b/projectified/archive/2010/07/07/3342526.aspx#comments</comments><description>&lt;p&gt;Effective immediately I will be blogging again at &lt;a href="http://www.projectified.com"&gt;www.projectified.com&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3342526" width="1" height="1"&gt;</description></item><item><title>Dynamic Workflow Solution Starter = Project Nerd Candy</title><link>http://blogs.technet.com/b/projectified/archive/2010/06/30/3341381.aspx</link><pubDate>Wed, 30 Jun 2010 21:45:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3341381</guid><dc:creator>Brian Kennemer, MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/projectified/rsscomments.aspx?WeblogPostID=3341381</wfw:commentRss><comments>http://blogs.technet.com/b/projectified/archive/2010/06/30/3341381.aspx#comments</comments><description>&lt;p&gt;This thing is SO cool.&amp;#160; Using this tool you can create simple sign-off type linear workflows without having to write any code!&lt;/p&gt;  &lt;p&gt;Example scenario:&lt;/p&gt;  &lt;p&gt;I have a customer that wants to allow any users to enter new project proposals. Then they want to require that a member of a certain security group approves before it moves to the next stage. Then in that stage some more information gets added and then again members of a specific group need to approve before it moves to the next stage. &lt;/p&gt;  &lt;p&gt;This tool walks you through setting up this exact scenario without even having Visual Studio installed! Sure you need&amp;#160; Visual Studio and developer skills to do the complex stuff but this makes sure that you can do the nice clean linear ones by yourself.&lt;/p&gt;  &lt;p&gt;So here is how to install the tool and then use it to create a workflow for the scenario above. &lt;/p&gt;  &lt;h3&gt;Installation&lt;/h3&gt;  &lt;ol&gt;   &lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/P2010SolutionStarter/Release/ProjectReleases.aspx?ReleaseId=4456" target="_blank"&gt;Download the ‘deployment.zip’&lt;/a&gt; file and unzip it to the location of your choice &lt;/li&gt;    &lt;li&gt;Find the DynamicWorkflow folder. Within it open the Deployment folder &lt;/li&gt;    &lt;li&gt;Right click on the DeployPowerShell.cmd file and click Edit &lt;/li&gt;    &lt;li&gt;Change the site url parameter to the url for your Project Server 2010 instance. In my case &lt;a title="http://project.contoso.com/PWA/" href="http://project.contoso.com/PWA/"&gt;http://project.contoso.com/PWA/&lt;/a&gt;       &lt;br /&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-66-67-metablogapi/3348.image_5F00_3.png" width="561" height="178" /&gt; &lt;/li&gt;    &lt;li&gt;Close and Save &lt;/li&gt;    &lt;li&gt;Double click on the DeployPowerShell.cmd file &lt;/li&gt;    &lt;li&gt;Once it is complete your command prompt window should look like this:      &lt;br /&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-66-67-metablogapi/8130.image_5F00_6.png" width="527" height="202" /&gt;       &lt;br /&gt;If it does then you are finished with the installation.       &lt;br /&gt;&lt;/li&gt; &lt;/ol&gt;  &lt;h3&gt;Configuring a New Workflow&lt;/h3&gt;  &lt;p&gt;Now we can use this new tool to create our workflow. But first remember that you need to have created your stages and PDPs first. The tool will be asking you to place your stages in a specific order and then setup several properties for them that will control how the workflow will work. So, you need to set them up first.&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Create your Enterprise Project Type (EPT), Phases, Stages and Project Detail Pages to create the basic stage flow for your workflow. &lt;/li&gt;    &lt;li&gt;Navigate to this url: &lt;a href="http://server_name/pwa_name/_layouts/WrkSetng.aspx"&gt;http://server_name/pwa_name/_layouts/WrkSetng.aspx&lt;/a&gt; or in my case im using the demo virtual machine so I will be using this url: &lt;a title="http://project.contoso.com/PWA/_layouts/WrkSetng.aspx" href="http://project.contoso.com/PWA/_layouts/WrkSetng.aspx"&gt;http://project.contoso.com/PWA/_layouts/WrkSetng.aspx&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Click “Add a workflow”      &lt;br /&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-66-67-metablogapi/2744.image_5F00_9.png" width="619" height="471" /&gt; &lt;/li&gt;    &lt;li&gt;In the Workflow section select “DM Dynamic Workflow” &lt;/li&gt;    &lt;li&gt;In the Name section give your workflow a unique name. You will select this name in the Enterprise Project Type definition page when you associate it with a workflow &lt;/li&gt;    &lt;li&gt;In the Task List and History List select which SharePoint list to use for the approval task list and the history list. The defaults used by Project Server are “Project Server Workflow Tasks” and “Project Server Workflow History”. I, personally, would generally pick these so that all the workflow tasks from all the workflows show up in the same list. If your particular deployment calls for different EPT workflow tasks to show up in separate lists then you can specify them here. &lt;/li&gt;    &lt;li&gt;The Start Options section lets to specify how the workflow can be started. &lt;/li&gt;    &lt;li&gt;Click the Next button to start laying out the actual steps and how they are ‘workflowed’ together.      &lt;br /&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-66-67-metablogapi/7103.image_5F00_14.png" width="617" height="559" /&gt; &lt;/li&gt;    &lt;li&gt;From the Stage Selection drop down pick the first stage that should appear in your workflow. In my sample I have created a stage called Stage 1. &lt;/li&gt;    &lt;li&gt;Stage Status message lets you provide some text that will be displayed on the status web part. It can be instructions or some other text of your choice. &lt;/li&gt;    &lt;li&gt;Force Submit on Stage: if this is “Yes” then the user MUST hit Submit. If it is ‘No’ then once the required fields are filled in and the project is saved it is automatically submitted. For my needs I want ‘No’ so that the user that is entering the proposal does not have to any special actions other than hitting save. &lt;/li&gt;    &lt;li&gt;Approval Settings. Here is the cool part. Here you get to specify a group, number of groups or specific users that need to approve before the project can make it to the next stage. You can also specify three types of approval.      &lt;ol&gt;       &lt;li&gt;First Response          &lt;br /&gt;Here once the very first person approves, the project is moved to the next stage &lt;/li&gt;        &lt;li&gt;Majority          &lt;br /&gt;Here a majority of those specified need to approve. So if you specify a group that has 14 people in it then once 8 people have approved then the project is moved to the next stage &lt;/li&gt;        &lt;li&gt;Consensus          &lt;br /&gt;This one means that ALL of the specified users need to approve. So all 14 users would need to approve. &lt;/li&gt;     &lt;/ol&gt;   &lt;/li&gt;    &lt;li&gt;Filter Approves by Department      &lt;br /&gt;This is also cool because it means that if you specify a department in the stage and then specify a group like Executives that only executives that are in the same department as the project will be counted among the approvers. &lt;/li&gt;    &lt;li&gt;You can now hit the Add Stage button and repeat this process for all your stages. &lt;/li&gt;    &lt;li&gt;Once you have all your stages in place hit submit and the solution creates all the code for your selections. &lt;/li&gt;    &lt;li&gt;Now you need to go to your Enterprise Project Type and specify the workflow you just created as the Workflow for that EPT. &lt;/li&gt;    &lt;li&gt;You are done. You have an awesome approval workflow without having to be a developer. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;a href="http://code.msdn.microsoft.com/P2010SolutionStarter" target="_blank"&gt;The main page for the solution starters&lt;/a&gt; also has links for some great videos. Two that walk through the different elements of the solution starters in general. Then four others that do detailed code walkthroughs.&lt;/p&gt;  &lt;p&gt;Check this thing out. It could save you a HUGE amount of time and trouble if you need a simple workflow.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3341381" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/projectified/archive/tags/Project+Server+2010/">Project Server 2010</category><category domain="http://blogs.technet.com/b/projectified/archive/tags/Workflow/">Workflow</category><category domain="http://blogs.technet.com/b/projectified/archive/tags/Demand+Management/">Demand Management</category></item><item><title>Project Server 2010 Solution Starters are HERE!</title><link>http://blogs.technet.com/b/projectified/archive/2010/06/29/3341111.aspx</link><pubDate>Tue, 29 Jun 2010 18:22:02 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3341111</guid><dc:creator>Brian Kennemer, MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/projectified/rsscomments.aspx?WeblogPostID=3341111</wfw:commentRss><comments>http://blogs.technet.com/b/projectified/archive/2010/06/29/3341111.aspx#comments</comments><description>&lt;p&gt;The product team has put out some &lt;a href="http://code.msdn.microsoft.com/P2010SolutionStarter/" target="_blank"&gt;very cool solution starters for Project Server 2010&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;The solution starters include:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;A tool to import and export Demand Management (workflow) items (EPT, Phases, Stages, PDPs, custom fields, lookup tables). It moves all the items associated with a given EPT and packages it up as a single object for easy redeployment.&lt;/li&gt;    &lt;li&gt;A tool for doing bulk editing of project level custom fields&lt;/li&gt;    &lt;li&gt;A tool for creating a linear workflow without any actual coding&lt;/li&gt;    &lt;li&gt;Several tools for working with and visualizing EPT and workflow items&lt;/li&gt;    &lt;li&gt;A variety of webparts for inclusion in PDPs and project workspaces for viewing and editing such things as InfoPath forms, SharePoint lists, and project cost capture items.&lt;/li&gt;    &lt;li&gt;A tool that helps you build SSRS reports&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;There are also videos that go over the starters and do detailed code walkthroughs to get you started. &lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Remember, these are starters meant to get your own custom development efforts off and running quickly. They are NOT directly supported by Microsoft Tech Support.&lt;/font&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3341111" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/projectified/archive/tags/Project+Server+2010/">Project Server 2010</category><category domain="http://blogs.technet.com/b/projectified/archive/tags/Development/">Development</category></item><item><title>Interactive Command Finder for 2010 Ribbon</title><link>http://blogs.technet.com/b/projectified/archive/2010/06/24/3340280.aspx</link><pubDate>Thu, 24 Jun 2010 17:53:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3340280</guid><dc:creator>Brian Kennemer, MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/projectified/rsscomments.aspx?WeblogPostID=3340280</wfw:commentRss><comments>http://blogs.technet.com/b/projectified/archive/2010/06/24/3340280.aspx#comments</comments><description>&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:bcc56b9d-aaa2-43d0-8472-aa48d081ea8f" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Project+2010" rel="tag"&gt;Project 2010&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;I almost forgot to share this!&lt;/p&gt;  &lt;p&gt;Let me start by saying that I LOVE the Fluent UI (“Ribbon”). I was not so sure about it at first when started using Office 2007 but after a short time I was pretty happy. Now in 2010 you can add your own buttons it is even better.&lt;/p&gt;  &lt;p&gt;I have to admit that in Project I was SO used to the menus that it has been tough. But the Office user ed team came up with a VERY cool set of interactive guides. You open &lt;a href="http://office2010.microsoft.com/en-us/project-help/learn-where-menu-and-toolbar-commands-are-in-office-2010-HA101794130.aspx?CTT=5&amp;amp;origin=HA010388396" target="_blank"&gt;this page&lt;/a&gt;, select your Office application and point to a toolbar button or menu command and it visually shows you how to navigate to it in 2010.&lt;/p&gt;  &lt;p&gt;So how do you find the Organizer in 2010? Open the Project 2010 app from the page above and then &lt;strong&gt;HOVER &lt;/strong&gt;on Tools | Organizer. It pops up a small note saying how to get there. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-66-67-metablogapi/8168.image_5F00_5.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-66-67-metablogapi/0825.image_5F00_thumb_5F00_1.png" width="519" height="388" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;CLICK&lt;/strong&gt; on Tools | Organizer and it animates the clicks required to get there:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-66-67-metablogapi/6518.image_5F00_7.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-66-67-metablogapi/3858.image_5F00_thumb_5F00_2.png" width="590" height="334" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;You can hit this from the web or choose to install it on your local machine for quick offline help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3340280" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/projectified/archive/tags/Project+2010/">Project 2010</category></item><item><title>Risk Mitigation vs Risk Contingency</title><link>http://blogs.technet.com/b/projectified/archive/2010/06/24/3340233.aspx</link><pubDate>Thu, 24 Jun 2010 14:56:16 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3340233</guid><dc:creator>Brian Kennemer, MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/projectified/rsscomments.aspx?WeblogPostID=3340233</wfw:commentRss><comments>http://blogs.technet.com/b/projectified/archive/2010/06/24/3340233.aspx#comments</comments><description>&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:075b82f0-6fb5-47bf-a38c-de1f588e41bd" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Project+Server+2010" rel="tag"&gt;Project Server 2010&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Risk+Planning" rel="tag"&gt;Risk Planning&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;Glen Alleman has an &lt;a href="http://herdingcats.typepad.com/my_weblog/2010/06/risk-handling.html?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+typepad%2FHerdingCats+%28Herding+Cats%29" target="_blank"&gt;interesting post&lt;/a&gt; here on his thoughts about how risks are handled. He talks about Risk Retirement as the process of taking steps to stop a risk from happening. He references a &lt;a href="http://pmtips.net/cover-risks-angles/" target="_blank"&gt;post elsewhere&lt;/a&gt; from Brad Egeland that talks about Risk Mitigation as the process of lessening the impact of a Risk once it does actually happen.&lt;/p&gt;  &lt;p&gt;In Project Server (All Versions) we have risks and issues as part of the standard SharePoint workspace template that is used to create workspaces for each project. Our Risks list has fields to track probability, impact, (a derived “Exposure” score based on probability and impact), mitigation plan and contingency plans (and other fields as well). We keep these fairly general so as not to paint us into any specific corner with regard to process since we have to fit into many organizations. For us Probability is just that: the chance that we think the risk will actually occur. Impact is a 1-10 subjective measure of how bad it would be for the project if it did occur. Scales for impact are something like 1 equals “less than a $500 change order or 10 hour scope change” to 10 equals “close down the project” or “someone goes to jail for compliance issue”.&lt;/p&gt;  &lt;p&gt;When I work with customers that have not had a sustained risk management process before I suggest to them a bit of a hybrid of what Glen and Brad have said. I tend to think of Mitigation as a combination of avoidance (actions to take that will lower the probability) and what Brad calls mitigation (actions to take to lower the impact.) Contingency is then the plan of action that should be in place (generally only for high Exposure risks) in case the risk actually occurs. &lt;/p&gt;  &lt;p&gt;Project Server has a few features that aid in this planning. Of course the Risks list has the rich text fields for laying out the high level plans for both mitigation and contingency but we also provide the ability to link tasks from the full project schedule to the risk. This link can be marked to show that the “Task Mitigates the Risk” or “Task is in risk contingency plan” (as well as a few others that do not concern risks). In this way you can insert tasks into the schedule and show that they are part of the planning for a specific risk.&lt;/p&gt;  &lt;p&gt;The new “Inactive Task” feature in 2010 can also play a role for contingency plans. Using this feature you can insert sets of tasks into your schedule, assign resources, make estimates, and anything else you would do for any other tasks in your schedule and then mark that whole set of tasks as “Inactive”. This ‘greys them out’ in Microsoft Project but they are still there in the plan. It also removes them from the Tasks or Timesheet pages for the resources assigned to them. Then as risks actually occur you can mark the appropriate set of tasks as “Active” and your schedule now reflects the actions in your contingency plan for that task.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/b/project/archive/2010/06/10/introducing-inactive-tasks-in-project-2010.aspx" target="_blank"&gt;Here is the introductory post&lt;/a&gt; about Inactive tasks from Heather on the Project Team. In a later post i will show specifically how I use Inactive tasks in my risk planning.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3340233" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/projectified/archive/tags/Project+Management/">Project Management</category><category domain="http://blogs.technet.com/b/projectified/archive/tags/Project+Server+2010/">Project Server 2010</category><category domain="http://blogs.technet.com/b/projectified/archive/tags/Risk+Planning/">Risk Planning</category></item><item><title>Back to Basics: Groups and Categories</title><link>http://blogs.technet.com/b/projectified/archive/2010/06/17/3338947.aspx</link><pubDate>Thu, 17 Jun 2010 23:37:55 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3338947</guid><dc:creator>Brian Kennemer, MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/projectified/rsscomments.aspx?WeblogPostID=3338947</wfw:commentRss><comments>http://blogs.technet.com/b/projectified/archive/2010/06/17/3338947.aspx#comments</comments><description>&lt;p&gt;Project Server security is something that is very flexible once you get used to how it works but it can be a bit confusing when you first look at it.&lt;/p&gt;  &lt;p&gt;Here are the basics as I explain them to my customers:&lt;/p&gt;  &lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-66-67-metablogapi/2438.image_5F00_3.png" width="794" height="241" /&gt;&lt;/p&gt;  &lt;h3&gt;The Group&lt;/h3&gt;  &lt;p&gt;Groups contain sets of users and they define the system level permissions that those users have the rights to perform. These include: Logging in, performing certain admin functions, create a new project, create a new resource, etc.&lt;/p&gt;  &lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-66-67-metablogapi/1055.image_5F00_8.png" width="402" height="501" /&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h3&gt;The Category&lt;/h3&gt;  &lt;p&gt;Categories provide access to projects, resources and views. The projects and resources that the category provides access to can be specifically called out by name or they can by dynamically included based on a set of rules within the category itself. For example a category can provide access to all projects where the user is the project owner or a status manager on a task, or all the projects where the Project Owner is ‘below’ the user in the RBS structure. I refer to this set of projects and resources as the “Scope” of the category. &lt;/p&gt;  &lt;p&gt;Categories can be shared by many groups because of the dynamic way the scopes can be defined. The dynamic options for project and resource scope are dependant on the user and their relationship (via the RBS structure) to either the owner or team members on a project or to the resources themselves. I often, for simplicity, create a role based group and then a corresponding category. It sometimes means that there are technically more categories than is absolutely required but it does make the whole security model a bit easier to follow.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-66-67-metablogapi/3531.image_5F00_16.png" width="599" height="816" /&gt;&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h3&gt;The Group\Category Permissions&lt;/h3&gt;  &lt;p&gt;This is the part that people often overlook.&lt;/p&gt;  &lt;p&gt;A group and a category can be ‘linked’ or joined. When this happens there is a set of permissions that sit at that join. This set of permissions defines what the members of that group can DO with the projects and resources within the “Scope” of the category.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-66-67-metablogapi/3036.image_5F00_19.png" width="440" height="609" /&gt; &lt;/p&gt;  &lt;p&gt;If you open a Group and you see the list of Categories that are associated to group there is one of these grids for each category. If you select one of the Categores associated with the group the grid pertains to THAT pairing of group and category. If you select a different category the grid changes and is now pertaining only to THAT pairing. The same is true if you open a category and select the Groups that are associated with it. The grid pertains to the pairing. It can be edited in both places but it remains the same.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3338947" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/projectified/archive/tags/Project+Server+2007/">Project Server 2007</category><category domain="http://blogs.technet.com/b/projectified/archive/tags/Security/">Security</category><category domain="http://blogs.technet.com/b/projectified/archive/tags/Project+Server+2010/">Project Server 2010</category></item><item><title>GREAT ULS Log viewing tool</title><link>http://blogs.technet.com/b/projectified/archive/2010/06/04/great-uls-log-viewing-tool.aspx</link><pubDate>Fri, 04 Jun 2010 21:43:04 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3335920</guid><dc:creator>Brian Kennemer, MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/projectified/rsscomments.aspx?WeblogPostID=3335920</wfw:commentRss><comments>http://blogs.technet.com/b/projectified/archive/2010/06/04/great-uls-log-viewing-tool.aspx#comments</comments><description>&lt;p&gt;I posted this originally over on the COE blog but wanted to make sure it was visible to those that are not reading that one…&lt;/p&gt;  &lt;p&gt;Someone on the SharePoint team took some time and built a VERY cool application for viewing ULS Logs. It lets you filter by any of the ‘fields’ in the log and format certain lines based on filter criteria.&lt;/p&gt;  &lt;p&gt;Of course it lets you point the viewer at any ULS log file but it even lets you stream in the live ULS Log activity as it is happening and have it color code lines on criteria you determine.&lt;/p&gt;  &lt;p&gt;If you find yourself looking at ULS logs for any reason then you will want to download this application&lt;/p&gt;  &lt;p&gt;Get it here: &lt;a title="http://code.msdn.microsoft.com/ULSViewer" href="http://code.msdn.microsoft.com/ULSViewer"&gt;http://code.msdn.microsoft.com/ULSViewer&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3335920" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/projectified/archive/tags/Project+Server/">Project Server</category><category domain="http://blogs.technet.com/b/projectified/archive/tags/Administration/">Administration</category><category domain="http://blogs.technet.com/b/projectified/archive/tags/Troubleshooting/">Troubleshooting</category><category domain="http://blogs.technet.com/b/projectified/archive/tags/SharePoint/">SharePoint</category></item><item><title>I’m Back</title><link>http://blogs.technet.com/b/projectified/archive/2010/06/04/3335913.aspx</link><pubDate>Fri, 04 Jun 2010 21:11:10 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3335913</guid><dc:creator>Brian Kennemer, MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/projectified/rsscomments.aspx?WeblogPostID=3335913</wfw:commentRss><comments>http://blogs.technet.com/b/projectified/archive/2010/06/04/3335913.aspx#comments</comments><description>&lt;p&gt;OK, first off I will get the obligatory list of excuses for why I have been absent from blogging for so long: work out of the way up front and spare you the boring details: work, travel, family, more work, east coast work travel, more family and then more work. The last 6 months has been a blur to say the least.&lt;/p&gt;  &lt;p&gt;But on with the good stuff. During these past few months I have been doing a lot of work around SSRS reporting against Project Server 2007 and 2010 so I will have some things to say on that front as well as maybe some sample reports. I’m working on on 2 different 2010 deployments right now so I will also have some things to share about my experiences doing that as well as some coverage of how my customers are making use of some of the new features.&lt;/p&gt;  &lt;p&gt;So over the next few weeks I hope to get some posts up on the following subjects:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Lessons Learned around SSRS and Project Server&lt;/strong&gt;     &lt;br /&gt;including using a SharePoint document library as your report center instead of using SSRS Report Manager&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Expansion of Christophe’s work on Program Level Issue Reporting      &lt;br /&gt;&lt;/strong&gt;A while back &lt;a href="http://blogs.msdn.com/b/chrisfie/archive/2008/12/19/how-to-report-project-risks-at-a-program-level.aspx" target="_blank"&gt;Christophe wrote this post&lt;/a&gt; on the subject. I had a similar need for both issue and risk reporting across sets of projects. I will write something up on how I did it and share my SSRS Reports.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;SSRS report for showing the ‘health’ of Deliverables across projects      &lt;br /&gt;&lt;/strong&gt;A report that examines the relationship between the “source” task dates, the published deliverable date, and the “receiving” task dates and uses color coded formatting to provide visibility of if the deliverable is up-to-date and if the '”receiving” task is scheduled to start before the deliverable is scheduled to deliver.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Use of Inactive tasks feature for contingency planning scenarios      &lt;br /&gt;&lt;/strong&gt;Inserting a set of tasks that will only be used if a certain risk or other event occurs. We can have the whole set of tasks in place, with resource assigned and with links in place but have them marked as Inactive so that the schedule ‘collapses’ around them until they are needed.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Fiscal Period setup in the OLAP cube      &lt;br /&gt;&lt;/strong&gt;Nothing exactly new here but I want to cover it anyway for those that have not done it before&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Using Excel 2010 workbooks against Project Server 2010 OLAP cubes      &lt;br /&gt;&lt;/strong&gt;Again, not new but a good thing to cover for those that have not done it before.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Some posts about how my deployments are going      &lt;br /&gt;&lt;/strong&gt;I will share tidbit and things I find as I’m doing my deployments so that you can have some insight to how things are going in real-world deployments of 2010&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3335913" width="1" height="1"&gt;</description></item><item><title>MCS EPM Center of Excellence Team Blog</title><link>http://blogs.technet.com/b/projectified/archive/2010/01/14/3305822.aspx</link><pubDate>Thu, 14 Jan 2010 22:36:36 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3305822</guid><dc:creator>Brian Kennemer, MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/projectified/rsscomments.aspx?WeblogPostID=3305822</wfw:commentRss><comments>http://blogs.technet.com/b/projectified/archive/2010/01/14/3305822.aspx#comments</comments><description>&lt;p&gt;Inside Microsoft the EPM COE has always had a strong reputation but outside of Microsoft it was not as well known. This team, which I am very proud to be a member of, just started a team blog here: &lt;a title="http://blogs.msdn.com/wwepmcoe/" href="http://blogs.msdn.com/wwepmcoe/"&gt;http://blogs.msdn.com/wwepmcoe/&lt;/a&gt; where we will all be sharing our real world, field tested thoughts, opinions and guidance.&lt;/p&gt;  &lt;p&gt;This is a team that is humbling to be a part of because they are some of the smartest and best EPM consultants on the planet and have taken part in the most complex and largest EPM deployments. I have always felt lucky to have been on this team because it meant having access to what they know. Now they are going to share with everyone and we will all benefit from what they have found in the field.&lt;/p&gt;  &lt;p&gt;If you reading this blog you NEED to be reading that one as well. :-)&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3305822" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/projectified/archive/tags/Project+Server+2007/">Project Server 2007</category><category domain="http://blogs.technet.com/b/projectified/archive/tags/News/">News</category><category domain="http://blogs.technet.com/b/projectified/archive/tags/Deployment+Practices/">Deployment Practices</category><category domain="http://blogs.technet.com/b/projectified/archive/tags/Project+2010/">Project 2010</category><category domain="http://blogs.technet.com/b/projectified/archive/tags/Administration/">Administration</category></item><item><title>RE-Updating the Projectified RSS Feed-This time to the Right Feed! LOL</title><link>http://blogs.technet.com/b/projectified/archive/2010/01/01/3303349.aspx</link><pubDate>Fri, 01 Jan 2010 22:41:29 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3303349</guid><dc:creator>Brian Kennemer, MVP</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/projectified/rsscomments.aspx?WeblogPostID=3303349</wfw:commentRss><comments>http://blogs.technet.com/b/projectified/archive/2010/01/01/3303349.aspx#comments</comments><description>&lt;p&gt;I am moving my RSS feed off of Feedburner and back to the standard feed from blogs.technet.com.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Please update your readers to use this url: &lt;a href="http://blogs.technet.com/rss.xml"&gt;&lt;strike&gt;http://blogs.technet.com/rss.xml&lt;/strike&gt;&lt;/a&gt;&amp;#160; &lt;a href="http://blogs.technet.com/projectified/rss.xml"&gt;http://blogs.technet.com/projectified/rss.xml&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The Feedburner feed will stop working in few days.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Again, the right feed is: &lt;a href="http://blogs.technet.com/projectified/rss.xml"&gt;http://blogs.technet.com/projectified/rss.xml&lt;/a&gt; :-)&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Thanks&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3303349" width="1" height="1"&gt;</description></item></channel></rss>