<?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>projectified : Deployment Practices</title><link>http://blogs.technet.com/projectified/archive/tags/Deployment+Practices/default.aspx</link><description>Tags: Deployment Practices</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>New Project Server Admin Blog</title><link>http://blogs.technet.com/projectified/archive/2009/11/23/3295858.aspx</link><pubDate>Mon, 23 Nov 2009 17:35:52 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3295858</guid><dc:creator>brianken</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/projectified/comments/3295858.aspx</comments><wfw:commentRss>http://blogs.technet.com/projectified/commentrss.aspx?PostID=3295858</wfw:commentRss><wfw:comment>http://blogs.technet.com/projectified/rsscomments.aspx?PostID=3295858</wfw:comment><description>&lt;p&gt;The product team for Project and Project Server have started a new blog to segment their content about the administration of Project Server environments. It can be &lt;a href="http://blogs.technet.com/projectadministration/" target="_blank"&gt;found here&lt;/a&gt; and will be a must read if you are involved in the deployment or administration of Project Server.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3295858" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/projectified/archive/tags/Project+Server/default.aspx">Project Server</category><category domain="http://blogs.technet.com/projectified/archive/tags/Deployment+Practices/default.aspx">Deployment Practices</category><category domain="http://blogs.technet.com/projectified/archive/tags/Administration/default.aspx">Administration</category></item><item><title>PMBlvd Blog Guest Post</title><link>http://blogs.technet.com/projectified/archive/2009/07/15/3265086.aspx</link><pubDate>Thu, 16 Jul 2009 04:43:43 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3265086</guid><dc:creator>brianken</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/projectified/comments/3265086.aspx</comments><wfw:commentRss>http://blogs.technet.com/projectified/commentrss.aspx?PostID=3265086</wfw:commentRss><wfw:comment>http://blogs.technet.com/projectified/rsscomments.aspx?PostID=3265086</wfw:comment><description>&lt;p&gt;I &lt;a href="http://projectmanagementonline.blogspot.com/2009/07/project-management-methodologies-and.html" target="_blank"&gt;guest posted over on the PMBlvd blog “PM Bistro”&lt;/a&gt; about keeping processes and PM tools simple. Check it out.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3265086" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/projectified/archive/tags/Deployment+Practices/default.aspx">Deployment Practices</category><category domain="http://blogs.technet.com/projectified/archive/tags/Project+Management/default.aspx">Project Management</category></item><item><title>Server-Side Calculation of Custom Field Formulas</title><link>http://blogs.technet.com/projectified/archive/2008/12/18/3171127.aspx</link><pubDate>Fri, 19 Dec 2008 07:21:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3171127</guid><dc:creator>brianken</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/projectified/comments/3171127.aspx</comments><wfw:commentRss>http://blogs.technet.com/projectified/commentrss.aspx?PostID=3171127</wfw:commentRss><wfw:comment>http://blogs.technet.com/projectified/rsscomments.aspx?PostID=3171127</wfw:comment><description>&lt;p&gt;So I have a PSI application that pulls data from Oracle Financials and correlates it to specific projects in Project Server. using a key field it brings over 6 fields and writes it to 6 Project level Enterprise Number fields. It updates the fields and then calls QueueUpdateProject which should trigger a recalculation of custom field formulas. I also have several custom fields that use the original 6 fields in their formulas. &lt;/p&gt;  &lt;p&gt;My problem is that the fields with formulas were not getting updated. If I opened the project into Project Professional then they calculated just fine.&lt;/p&gt;  &lt;p&gt;It turns out that there is a problem with the calculation ‘engine’ in Project Server that causes it to stop recalculating these formulas if any one of them returns an error. In my case the error was caused by this formula: [Capital Actuals]/[Capital Plan] because for some of the projects the Capital Plan field was 0.&lt;/p&gt;  &lt;p&gt;The solution is to make sure your formulas cannot return such an error. In my case it was changing the formula to this:    &lt;br /&gt;IIF([Capital Plan]&amp;gt;0, [Capital Actuals]/[Capital Plan], 0)&lt;/p&gt;  &lt;p&gt;Similar issues can possibly be caused by a formula like [Field A]+[Field B] if either A or B have been deleted.&lt;/p&gt;  &lt;p&gt;So if any of you are having issues where your field formulas are not refreshing properly go and check all your formulas and see if any of them are returning errors.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Merry Christmas\Happy Holidays\Have a Happy Next Two Weeks :-)&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3171127" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/projectified/archive/tags/Project+Server+2007/default.aspx">Project Server 2007</category><category domain="http://blogs.technet.com/projectified/archive/tags/Deployment+Practices/default.aspx">Deployment Practices</category></item><item><title>New Disaster Recovery Info on TechNet</title><link>http://blogs.technet.com/projectified/archive/2008/07/23/3093078.aspx</link><pubDate>Thu, 24 Jul 2008 00:31:57 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3093078</guid><dc:creator>brianken</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/projectified/comments/3093078.aspx</comments><wfw:commentRss>http://blogs.technet.com/projectified/commentrss.aspx?PostID=3093078</wfw:commentRss><wfw:comment>http://blogs.technet.com/projectified/rsscomments.aspx?PostID=3093078</wfw:comment><description>&lt;p&gt;If you deploy or manage a deployment of Project Server 2007 you should read &lt;a href="http://technet.microsoft.com/en-us/library/cc197563(TechNet.10).aspx" target="_blank"&gt;this new content&lt;/a&gt;:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc197563(TechNet.10).aspx" target="_blank"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="366" alt="image" src="http://blogs.technet.com/blogfiles/projectified/WindowsLiveWriter/NewDisasterRecoveryInfoonTechNet_F686/image_3.png" width="603" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3093078" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/projectified/archive/tags/Project+Server+2007/default.aspx">Project Server 2007</category><category domain="http://blogs.technet.com/projectified/archive/tags/Deployment+Practices/default.aspx">Deployment Practices</category></item><item><title>Deployment Practices: Configuration &gt;&lt; Process</title><link>http://blogs.technet.com/projectified/archive/2008/07/17/3090341.aspx</link><pubDate>Fri, 18 Jul 2008 01:46:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3090341</guid><dc:creator>brianken</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/projectified/comments/3090341.aspx</comments><wfw:commentRss>http://blogs.technet.com/projectified/commentrss.aspx?PostID=3090341</wfw:commentRss><wfw:comment>http://blogs.technet.com/projectified/rsscomments.aspx?PostID=3090341</wfw:comment><description>&lt;p&gt;It is easy for users new to a system like Project Server to see the configuration of fields, views, reports and security as the whole picture of doing a deployment of Project Server. It is also easy to see why there might be this confusion. On the surface it makes sense. You look at the processes in an organization and then you look at security, reports, views, and fields, etc and then configure the tool to match. Easy, right? Not so much. &lt;/p&gt;  &lt;p&gt;Doing a deployment of project management software &lt;em&gt;&lt;u&gt;well&lt;/u&gt;&lt;/em&gt; is not that simple. You need to examine how the tool will be used, how projects get managed, how tasks get estimated by PMs and how resources are assigned. If several PMs define their tasks very tightly (short durations with high resource units) while others define theirs more loosely (longer durations with low resource units) it has an impact on how the data can be analyzed across projects. With the tighter scheduling there can be higher risk of slip but with the looser scheduling the data provides less certainty about where you can put new tasks or projects into the system. I’m not passing judgement on either method there are pros and cons to both. My point here is that this is an example of how the way the tool will be used needs to be taken into account when helping the customer understand how other areas of the tool can be used to make decisions about things like resource allocations or the adding of new projects to the mix. A good configuration is about more than just a few fields and setting up AD sync. It is about having the tool match how the organization works.&lt;/p&gt;  &lt;p&gt;This brings up the even bigger part: what if how they do it now is not how they want to be doing it (or even harder, how they want to be doing it but not how they SHOULD be doing it?) Now comes the rough job of helping them understand where changes can be made and how those changes can be broken down into small, more easily digestible changes and road-mapped. More later…&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3090341" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/projectified/archive/tags/Project+Server+2007/default.aspx">Project Server 2007</category><category domain="http://blogs.technet.com/projectified/archive/tags/Deployment+Practices/default.aspx">Deployment Practices</category><category domain="http://blogs.technet.com/projectified/archive/tags/PM+Process/default.aspx">PM Process</category></item></channel></rss>