<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mundo EPM</title>
	<atom:link href="http://mundoepm.com.br/feed/" rel="self" type="application/rss+xml" />
	<link>http://mundoepm.com.br</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 13:27:34 +0000</lastBuildDate>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mundoepm.com.br' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/95d0eedcb84eeeb16c2d379fc13c94e5?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Mundo EPM</title>
		<link>http://mundoepm.com.br</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mundoepm.com.br/osd.xml" title="Mundo EPM" />
	<atom:link rel='hub' href='http://mundoepm.com.br/?pushpress=hub'/>
		<item>
		<title>Project Server 2010&#8211;Depois de migrar, as PDP n&#227;o funcionam!</title>
		<link>http://mundoepm.com.br/2012/02/05/project-server-2010depois-de-migrar-as-pdp-no-funcionam/</link>
		<comments>http://mundoepm.com.br/2012/02/05/project-server-2010depois-de-migrar-as-pdp-no-funcionam/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 03:27:07 +0000</pubDate>
		<dc:creator>Andre Xavier, MVP</dc:creator>
				<category><![CDATA[Andre Xavier]]></category>
		<category><![CDATA[Migração]]></category>
		<category><![CDATA[Project Server 2010]]></category>

		<guid isPermaLink="false">https://mundoepm.wordpress.com/?p=1629</guid>
		<description><![CDATA[Estava numa migração do Project Server 2007 para o Project Server 2010 e deparei com o seguinte cenário: Ao entrar no detalhe do projeto as PDP’s não apareciam e ao tentar editar uma PDP, gerava um erro na página. Após uma busca encontrei um post do sempre competente Brian Smith. (Ele é O cara!) A [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mundoepm.com.br&amp;blog=14838696&amp;post=1629&amp;subd=mundoepm&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Estava numa migração do Project Server 2007 para o Project Server 2010 e deparei com o seguinte cenário:</p>
<p>Ao entrar no detalhe do projeto as PDP’s não apareciam e ao tentar editar uma PDP, gerava um erro na página.</p>
<p>Após uma busca encontrei <a href="http://blogs.msdn.com/b/brismith/archive/2010/05/07/project-server-2010-my-first-fix-with-powershell-a-pwa-site-that-thought-it-was-also-a-workspace.aspx" target="_blank">um post</a> do sempre competente Brian Smith. (Ele é <strong>O</strong> cara!)</p>
<p>A solução é muito, mas muito simples!</p>
<p>Abra o PowerShell do SharePoint e execute os seguintes comandos:</p>
<p>$Web = get-SPWeb http://&lt;servername&gt;/&lt;PWAInstance&gt;</p>
<p>$Web.AllProperties | Format-Table</p>
<p>Veja se no campo PWAURL esta com um valor diferente de vazio, se estiver, execute o comando abaixo:</p>
<p>$Web = get-SPWeb http://&lt;servername&gt;/&lt;PWAInstance&gt;</p>
<p>$Web.AllProperties[“PWAURL”]=””</p>
<p>$Web.Update()</p>
<p>As PDP’s agora vão funcionar 100%!</p>
<p>Abraços,</p>
<p>André Xavier</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mundoepm.wordpress.com/1629/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mundoepm.wordpress.com/1629/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mundoepm.wordpress.com/1629/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mundoepm.wordpress.com/1629/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mundoepm.wordpress.com/1629/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mundoepm.wordpress.com/1629/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mundoepm.wordpress.com/1629/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mundoepm.wordpress.com/1629/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mundoepm.wordpress.com/1629/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mundoepm.wordpress.com/1629/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mundoepm.wordpress.com/1629/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mundoepm.wordpress.com/1629/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mundoepm.wordpress.com/1629/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mundoepm.wordpress.com/1629/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mundoepm.com.br&amp;blog=14838696&amp;post=1629&amp;subd=mundoepm&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mundoepm.com.br/2012/02/05/project-server-2010depois-de-migrar-as-pdp-no-funcionam/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68279ee7727d291926cac73a2e1e9d3f?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">areivax</media:title>
		</media:content>
	</item>
		<item>
		<title>Videos: Office 365 + Project</title>
		<link>http://mundoepm.com.br/2012/01/30/videos-office-365-project/</link>
		<comments>http://mundoepm.com.br/2012/01/30/videos-office-365-project/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 11:56:26 +0000</pubDate>
		<dc:creator>Andre Xavier, MVP</dc:creator>
				<category><![CDATA[Andre Xavier]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[Project 2010]]></category>

		<guid isPermaLink="false">https://mundoepm.wordpress.com/?p=1624</guid>
		<description><![CDATA[Pessoal, A equipe de Project disponibilizou alguns vídeos sobre colaboração entre o Project e Office 365. Para download do White-paper e o vídeo completo: http://www.microsoft.com/download/en/details.aspx?displaylang=en&#38;id=28750 Abaixo segue o vídeo dividido por temas: Título Duração URL Leveraging Office 365 for Project Collaboration Success 20 mins [link] Project Site Creation 5 mins [link] Outlook Integration 6 mins [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mundoepm.com.br&amp;blog=14838696&amp;post=1624&amp;subd=mundoepm&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Pessoal,</p>
<p>A equipe de Project disponibilizou alguns vídeos sobre colaboração entre o Project e Office 365.</p>
<p><a href="http://mundoepm.files.wordpress.com/2012/01/image1.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://mundoepm.files.wordpress.com/2012/01/image_thumb1.png?w=222&#038;h=74" width="222" height="74" /></a></p>
<p>Para download do White-paper e o vídeo completo: <a title="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=28750" href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=28750">http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=28750</a></p>
<p>Abaixo segue o vídeo dividido por temas:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="644">
<p><b>Título</b></p>
</td>
<td valign="top" width="110">
<p><b>Duração</b></p>
</td>
<td valign="top" width="86">
<p><b>URL</b></p>
</td>
</tr>
<tr>
<td valign="top" width="644">
<p>Leveraging Office 365 for Project Collaboration Success</p>
</td>
<td valign="top" width="110">
<p>20 mins</p>
</td>
<td valign="top" width="86">
<p><a href="http://youtu.be/JjwGMyJ4UN8">[link]</a></p>
</td>
</tr>
<tr>
<td valign="top" width="644">
<p>Project Site Creation</p>
</td>
<td valign="top" width="110">
<p>5 mins</p>
</td>
<td valign="top" width="86">
<p><a href="http://youtu.be/5TxbZrliMjs">[link]</a></p>
</td>
</tr>
<tr>
<td valign="top" width="644">
<p>Outlook Integration</p>
</td>
<td valign="top" width="110">
<p>6 mins</p>
</td>
<td valign="top" width="86">
<p><a href="http://youtu.be/J10yW_LQvOo">[link]</a></p>
</td>
</tr>
<tr>
<td valign="top" width="644">
<p>Document Co-Authoring</p>
</td>
<td valign="top" width="110">
<p>6 mins</p>
</td>
<td valign="top" width="86">
<p><a href="http://youtu.be/x4zeYAFrkaY">[link]</a></p>
</td>
</tr>
<tr>
<td valign="top" width="644">
<p>Synchronize MS Project with SharePoint Online</p>
</td>
<td valign="top" width="110">
<p>9 mins</p>
</td>
<td valign="top" width="86">
<p><a href="http://youtu.be/ywGKKnJF2aI">[link]</a></p>
</td>
</tr>
<tr>
<td valign="top" width="644">
<p>Synchronize Excel with SharePoint Online</p>
</td>
<td valign="top" width="110">
<p>4 mins</p>
</td>
<td valign="top" width="86">
<p><a href="http://youtu.be/hvGZotB2SZs">[link]</a></p>
</td>
</tr>
<tr>
<td valign="top" width="644">
<p>Mobile Collaboration with Windows Phone</p>
</td>
<td valign="top" width="110">
<p>5 mins</p>
</td>
<td valign="top" width="86">
<p><a href="http://youtu.be/k6yz_Hs69e4">[link]</a></p>
</td>
</tr>
<tr>
<td valign="top" width="644">
<p>Creating a Project Dashboard</p>
</td>
<td valign="top" width="110">
<p>5 mins</p>
</td>
<td valign="top" width="86">
<p><a href="http://youtu.be/2GxDSNz6Zt4">[link]</a></p>
</td>
</tr>
<tr>
<td valign="top" width="644">
<p>Automating Business Processes</p>
</td>
<td valign="top" width="110">
<p>7 mins</p>
</td>
<td valign="top" width="86">
<p><a href="http://youtu.be/kwrDx-XHBUg">[link]</a></p>
</td>
</tr>
<tr>
<td valign="top" width="644">
<p>Streamline Meeting Management</p>
</td>
<td valign="top" width="110">
<p>4 mins</p>
</td>
<td valign="top" width="86">
<p><a href="http://youtu.be/O8M1_bNagZ8">[link]</a></p>
</td>
</tr>
<tr>
<td valign="top" width="644">
<p>Maximizing Office 365 on a Mac</p>
</td>
<td valign="top" width="110">
<p>6 mins</p>
</td>
<td valign="top" width="86">
<p><a href="http://youtu.be/lOQO9IFLvmc">[link]</a></p>
</td>
</tr>
</tbody>
</table>
<h3></h3>
<p>Abraços,</p>
<p>André Xavier</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mundoepm.wordpress.com/1624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mundoepm.wordpress.com/1624/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mundoepm.wordpress.com/1624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mundoepm.wordpress.com/1624/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mundoepm.wordpress.com/1624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mundoepm.wordpress.com/1624/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mundoepm.wordpress.com/1624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mundoepm.wordpress.com/1624/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mundoepm.wordpress.com/1624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mundoepm.wordpress.com/1624/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mundoepm.wordpress.com/1624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mundoepm.wordpress.com/1624/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mundoepm.wordpress.com/1624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mundoepm.wordpress.com/1624/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mundoepm.com.br&amp;blog=14838696&amp;post=1624&amp;subd=mundoepm&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mundoepm.com.br/2012/01/30/videos-office-365-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68279ee7727d291926cac73a2e1e9d3f?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">areivax</media:title>
		</media:content>

		<media:content url="http://mundoepm.files.wordpress.com/2012/01/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Ajude o Microsoft Project a falar portugu&#234;s direito&#8230;</title>
		<link>http://mundoepm.com.br/2012/01/29/ajude-o-microsoft-project-a-falar-portugus-direito/</link>
		<comments>http://mundoepm.com.br/2012/01/29/ajude-o-microsoft-project-a-falar-portugus-direito/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 00:35:32 +0000</pubDate>
		<dc:creator>Andre Xavier, MVP</dc:creator>
				<category><![CDATA[Andre Xavier]]></category>
		<category><![CDATA[Project]]></category>

		<guid isPermaLink="false">https://mundoepm.wordpress.com/?p=1620</guid>
		<description><![CDATA[Eu e o Eduardo Freire, também MVP de Project, vamos fazer um Live Meeting quarta-feira, dia 1o de Fevereiro as 20hrs. (Horário de Brasília) Estou disponibilizando alguns termos que eu mesmo levantei: [Excel de traduções] Este arquivo estará disponível para todos inserirem novos termos ou até mesmo termos já incluídos, mas com traduções diferentes. Quarta [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mundoepm.com.br&amp;blog=14838696&amp;post=1620&amp;subd=mundoepm&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Eu e o Eduardo Freire, também MVP de Project, vamos fazer um Live Meeting quarta-feira, dia 1o de Fevereiro as 20hrs. (Horário de Brasília)</p>
<p>Estou disponibilizando alguns termos que eu mesmo levantei: <a title="https://t.co/L7okDmh4" href="https://t.co/L7okDmh4" target="_blank">[Excel de traduções]</a></p>
<p>Este arquivo estará disponível para todos inserirem novos termos ou até mesmo termos já incluídos, mas com traduções diferentes.</p>
<p>Quarta iremos então discutir termo a termo.</p>
<p>Link para o Live Meeting: <a title="https://www103.livemeeting.com/cc/bhs11/join?id=4CMZ32&amp;role=attend" href="https://www.livemeeting.com/cc/bhs11/join?id=Andre.Xavier_bhs.com&amp;role=attend&amp;pw=f%5B%29MP%21%3DG7" target="_blank">[link]</a></p>
<p>Espero todos quarta!</p>
<p>Abraços,</p>
<p>André Xavier</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mundoepm.wordpress.com/1620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mundoepm.wordpress.com/1620/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mundoepm.wordpress.com/1620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mundoepm.wordpress.com/1620/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mundoepm.wordpress.com/1620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mundoepm.wordpress.com/1620/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mundoepm.wordpress.com/1620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mundoepm.wordpress.com/1620/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mundoepm.wordpress.com/1620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mundoepm.wordpress.com/1620/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mundoepm.wordpress.com/1620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mundoepm.wordpress.com/1620/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mundoepm.wordpress.com/1620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mundoepm.wordpress.com/1620/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mundoepm.com.br&amp;blog=14838696&amp;post=1620&amp;subd=mundoepm&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mundoepm.com.br/2012/01/29/ajude-o-microsoft-project-a-falar-portugus-direito/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68279ee7727d291926cac73a2e1e9d3f?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">areivax</media:title>
		</media:content>
	</item>
		<item>
		<title>Project Conference 2012 &#8211; Sess&#245;es anunciadas</title>
		<link>http://mundoepm.com.br/2012/01/13/project-conference-2012-sesses-anunciadas/</link>
		<comments>http://mundoepm.com.br/2012/01/13/project-conference-2012-sesses-anunciadas/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 14:25:30 +0000</pubDate>
		<dc:creator>Andre Xavier, MVP</dc:creator>
				<category><![CDATA[Andre Xavier]]></category>
		<category><![CDATA[Project Conference]]></category>

		<guid isPermaLink="false">https://mundoepm.wordpress.com/?p=1615</guid>
		<description><![CDATA[Pessoal, Como já havia falado, já fiz minha inscrição para a Microsoft Project Conference 2012. Ontem recebi um email confirmando que as sessões já foram divulgadas no site. São mais de 90 sessões: http://www.msprojectconference.com/pages/sessions.aspx São vários temas, entre eles (o número em parênteses é a quantidade de sessões sobre o tema): Application Lifecycle Management (ALM) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mundoepm.com.br&amp;blog=14838696&amp;post=1615&amp;subd=mundoepm&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://mundoepm.files.wordpress.com/2012/01/image.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://mundoepm.files.wordpress.com/2012/01/image_thumb.png?w=495&#038;h=219" width="495" height="219" /></a></p>
<p>Pessoal,</p>
<p>Como já havia falado, já fiz minha inscrição para a Microsoft Project Conference 2012. </p>
<p>Ontem recebi um email confirmando que as sessões já foram divulgadas no site. São mais de 90 sessões:</p>
<p><a href="http://www.msprojectconference.com/pages/sessions.aspx">http://www.msprojectconference.com/pages/sessions.aspx</a></p>
<p>São vários temas, entre eles (o número em parênteses é a quantidade de sessões sobre o tema):</p>
<ul>
<li><a href="http://www.msprojectconference.com/pages/">Application Lifecycle Management (ALM) (3)</a> </li>
<li><a href="http://www.msprojectconference.com/pages/">Business Intelligence (11)</a> </li>
<li><a href="http://www.msprojectconference.com/pages/">Collaboration/Communication (2)</a> </li>
<li><a href="http://www.msprojectconference.com/pages/">Demand Management (5)</a> </li>
<li><a href="http://www.msprojectconference.com/pages/">Financial Management (7)</a> </li>
<li><a href="http://www.msprojectconference.com/pages/">Hosting (3)</a> </li>
<li><a href="http://www.msprojectconference.com/pages/">Innovation Process Management (IPM) (2)</a> </li>
<li><a href="http://www.msprojectconference.com/pages/">Line of Business Integration (LOBI) (9)</a> </li>
<li><a href="http://www.msprojectconference.com/pages/">Portfolio Analysis (1)</a> </li>
<li><a href="http://www.msprojectconference.com/pages/">PPM (4)</a></li>
<li><a href="http://www.msprojectconference.com/pages/">Product Lifecycle Management (PLM) (2)</a> </li>
<li><a href="http://www.msprojectconference.com/pages/">Project Management (5)</a> </li>
<li><a href="http://www.msprojectconference.com/pages/">Project Portfolio Management (PPM) (21)</a> </li>
<li><a href="http://www.msprojectconference.com/pages/">Resource Management (12)</a></li>
<li><a href="http://www.msprojectconference.com/pages/">Scheduling (18)</a> </li>
<li><a href="http://www.msprojectconference.com/pages/">Time and Task Management (5)</a></li>
</ul>
<p>Não deixem de fazer sua incrição!</p>
<p>Abraços,</p>
<p>André Xavier</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mundoepm.wordpress.com/1615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mundoepm.wordpress.com/1615/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mundoepm.wordpress.com/1615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mundoepm.wordpress.com/1615/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mundoepm.wordpress.com/1615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mundoepm.wordpress.com/1615/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mundoepm.wordpress.com/1615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mundoepm.wordpress.com/1615/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mundoepm.wordpress.com/1615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mundoepm.wordpress.com/1615/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mundoepm.wordpress.com/1615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mundoepm.wordpress.com/1615/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mundoepm.wordpress.com/1615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mundoepm.wordpress.com/1615/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mundoepm.com.br&amp;blog=14838696&amp;post=1615&amp;subd=mundoepm&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mundoepm.com.br/2012/01/13/project-conference-2012-sesses-anunciadas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68279ee7727d291926cac73a2e1e9d3f?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">areivax</media:title>
		</media:content>

		<media:content url="http://mundoepm.files.wordpress.com/2012/01/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Erro ao sincronizar com o AD?</title>
		<link>http://mundoepm.com.br/2012/01/06/erro-ao-sincronizar-com-o-ad/</link>
		<comments>http://mundoepm.com.br/2012/01/06/erro-ao-sincronizar-com-o-ad/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 22:09:09 +0000</pubDate>
		<dc:creator>Andre Xavier, MVP</dc:creator>
				<category><![CDATA[Andre Xavier]]></category>
		<category><![CDATA[Project Server 2010]]></category>

		<guid isPermaLink="false">https://mundoepm.wordpress.com/?p=1610</guid>
		<description><![CDATA[Hoje fui dar uma olhada num servidor e descobri que a sincronização do AD estava aparecendo como Falha Parcial. No Event Viewer achei este erro: &#160; Identificação da Correlação: cbb95a00-a618-4be9-b721-af7bdc17d057 Nome do SSP: Project Server Service Application ErroPS: NoError (0) A resource could not be updated during Project Server Active Directory Synchronization. Error: AdminNTAccountNotFound. Resource [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mundoepm.com.br&amp;blog=14838696&amp;post=1610&amp;subd=mundoepm&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hoje fui dar uma olhada num servidor e descobri que a sincronização do AD estava aparecendo como Falha Parcial. No Event Viewer achei este erro:</p>
<p>&#160;</p>
<p>Identificação da Correlação: cbb95a00-a618-4be9-b721-af7bdc17d057   <br />Nome do SSP: Project Server Service Application    <br />ErroPS: NoError (0)    <br />A resource could not be updated during Project Server Active Directory Synchronization. Error: AdminNTAccountNotFound. Resource GUID: 677d3439-a656-4e83-8891-4952a5750ab1. Resource Name XXXXX</p>
<p>&#160;</p>
<p>Após algumas buscas descobri que não basta colocar o recurso como inativo no AD, deve-se (DEVE-SE) retirá-lo dos grupos que fazem a sincronização com o AD.</p>
<p>Feito isso, corrigido!</p>
<p>Abraços,</p>
<p>André Xavier</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mundoepm.wordpress.com/1610/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mundoepm.wordpress.com/1610/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mundoepm.wordpress.com/1610/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mundoepm.wordpress.com/1610/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mundoepm.wordpress.com/1610/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mundoepm.wordpress.com/1610/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mundoepm.wordpress.com/1610/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mundoepm.wordpress.com/1610/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mundoepm.wordpress.com/1610/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mundoepm.wordpress.com/1610/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mundoepm.wordpress.com/1610/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mundoepm.wordpress.com/1610/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mundoepm.wordpress.com/1610/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mundoepm.wordpress.com/1610/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mundoepm.com.br&amp;blog=14838696&amp;post=1610&amp;subd=mundoepm&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mundoepm.com.br/2012/01/06/erro-ao-sincronizar-com-o-ad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68279ee7727d291926cac73a2e1e9d3f?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">areivax</media:title>
		</media:content>
	</item>
		<item>
		<title>Webcast sobre o Cumulative Update de Dezembro de 2011</title>
		<link>http://mundoepm.com.br/2012/01/03/webcast-sobre-o-cumulative-update-de-dezembro-de-2011/</link>
		<comments>http://mundoepm.com.br/2012/01/03/webcast-sobre-o-cumulative-update-de-dezembro-de-2011/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 12:35:42 +0000</pubDate>
		<dc:creator>Andre Xavier, MVP</dc:creator>
				<category><![CDATA[Andre Xavier]]></category>
		<category><![CDATA[Webcast]]></category>

		<guid isPermaLink="false">https://mundoepm.wordpress.com/?p=1599</guid>
		<description><![CDATA[TechNet Webcast: Information about Microsoft Project and Project Server December 2011 Software Update (Level 200) Data: 10 de Janeiro Horario: 14:00 (Horário de Brasília) ou 8:00 (GMT-8) Duração: 1h e 15min Primeiramente será apresentado um resumo das atualizações do recém-lançado cumulative update de Dezembro do Microsoft Project e Project Server e depois será aberto para [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mundoepm.com.br&amp;blog=14838696&amp;post=1599&amp;subd=mundoepm&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032493964&amp;culture=en-us">TechNet Webcast: Information about Microsoft Project and Project Server December 2011 Software Update (Level 200)</a></p>
<p>Data: 10 de Janeiro</p>
<p>Horario: 14:00 (Horário de Brasília) ou 8:00 (GMT-8)</p>
<p>Duração: 1h e 15min</p>
<p>Primeiramente será apresentado um resumo das atualizações do recém-lançado cumulative update de Dezembro do Microsoft Project e Project Server e depois será aberto para duvidas e questões.</p>
<p>Apresentadores: </p>
<ul>
<li>Adrian Jenkins, Escalation Engineer </li>
<li>Brian Smith, Senior Support Escalation Engineer </li>
</ul>
<p>Abraços,</p>
<p>André Xavier</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mundoepm.wordpress.com/1599/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mundoepm.wordpress.com/1599/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mundoepm.wordpress.com/1599/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mundoepm.wordpress.com/1599/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mundoepm.wordpress.com/1599/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mundoepm.wordpress.com/1599/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mundoepm.wordpress.com/1599/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mundoepm.wordpress.com/1599/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mundoepm.wordpress.com/1599/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mundoepm.wordpress.com/1599/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mundoepm.wordpress.com/1599/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mundoepm.wordpress.com/1599/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mundoepm.wordpress.com/1599/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mundoepm.wordpress.com/1599/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mundoepm.com.br&amp;blog=14838696&amp;post=1599&amp;subd=mundoepm&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mundoepm.com.br/2012/01/03/webcast-sobre-o-cumulative-update-de-dezembro-de-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68279ee7727d291926cac73a2e1e9d3f?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">areivax</media:title>
		</media:content>
	</item>
		<item>
		<title>Mais um MVP de Project!</title>
		<link>http://mundoepm.com.br/2012/01/01/mais-um-mvp-de-project/</link>
		<comments>http://mundoepm.com.br/2012/01/01/mais-um-mvp-de-project/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 17:21:17 +0000</pubDate>
		<dc:creator>Andre Xavier, MVP</dc:creator>
				<category><![CDATA[Andre Xavier]]></category>
		<category><![CDATA[MVP]]></category>

		<guid isPermaLink="false">https://mundoepm.wordpress.com/?p=1594</guid>
		<description><![CDATA[Olhem o email que chegou hoje pra mim: &#160; &#160; “Dear Andre Xavier, Congratulations! We are pleased to present you with the 2012 Microsoft® MVP Award! This award is given to exceptional technical community leaders who actively share their high quality, real world expertise with others. We appreciate your outstanding contributions in Project technical communities [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mundoepm.com.br&amp;blog=14838696&amp;post=1594&amp;subd=mundoepm&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Olhem o email que chegou hoje pra mim:</p>
<p>&#160;</p>
<p><a href="http://mundoepm.files.wordpress.com/2012/01/mvp_horizontal_fullcolor.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="MVP_Horizontal_FullColor" border="0" alt="MVP_Horizontal_FullColor" src="http://mundoepm.files.wordpress.com/2012/01/mvp_horizontal_fullcolor_thumb.jpg?w=244&#038;h=101" width="244" height="101" /></a></p>
<p>&#160;</p>
<p>“Dear Andre Xavier,    <br />Congratulations! We are pleased to present you with the 2012 Microsoft® MVP Award! This award is given to exceptional technical community leaders who actively share their high quality, real world expertise with others. We appreciate your outstanding contributions in Project technical communities during the past year.”</p>
<p>&#160;</p>
<p>Não preciso dizer mais nada né? Meu ano de 2012 começou de forma sensacional!</p>
<p>Antes de agradecer, vou explicar melhor o que é o MVP:</p>
<p>Microsoft MVP = Microsoft Most Value Professional</p>
<p>MVP, ao contrário do que alguns pensam, não é uma certificação, não se obtem o título de MVP fazendo provas. Os MVPs são escolhidos em meio a comunidades de usuários, são aqueles que mais se destacam tanto pelo grande conhecimento técnico como por serem atenciosos e solícitos, contribuindo para a comunidade técnica sem esperar nada em troca.</p>
<p>&#160;</p>
<p>Agora que expliquei o que é, tenho que agradecer a algumas pessoas:</p>
<p>A minha família: Pai, Mãe e Irmãos, eles são meu porto seguro, amor incondicional.</p>
<p>A Rafaela minha namorada pelo companherismo e amor.</p>
<p>Aos amigos: Allan Rocha (mais pra irmão que amigo), Sérgio Molina, Ana Carolina, Eduardo Freire, Christophe Fiessinger, Jan Kalis, Doug McCutcheon, Brian Smith. Cada um deles ajudou na caminhada. Não é atoa que eu e o Allan escrevemos o blog, somos apaixonados pelo produto.</p>
<p>Aos sócios Gilberto Fialho e Edgard Fiuza, por estar sempre aprendendo com eles… </p>
<p>E aos funcionários da antiga Sotis e da atual BHS. </p>
<p>&#160;</p>
<p>Agora é continuar contribuindo e ajudando a comunidade de Project a crescer e evoluir cada vez mais.</p>
<p>&#160;</p>
<p>Obrigado a todos!</p>
<p>Atenciosamente,</p>
<p>André Xavier</p>
<p>Microsoft MVP de Project</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mundoepm.wordpress.com/1594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mundoepm.wordpress.com/1594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mundoepm.wordpress.com/1594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mundoepm.wordpress.com/1594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mundoepm.wordpress.com/1594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mundoepm.wordpress.com/1594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mundoepm.wordpress.com/1594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mundoepm.wordpress.com/1594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mundoepm.wordpress.com/1594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mundoepm.wordpress.com/1594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mundoepm.wordpress.com/1594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mundoepm.wordpress.com/1594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mundoepm.wordpress.com/1594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mundoepm.wordpress.com/1594/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mundoepm.com.br&amp;blog=14838696&amp;post=1594&amp;subd=mundoepm&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mundoepm.com.br/2012/01/01/mais-um-mvp-de-project/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68279ee7727d291926cac73a2e1e9d3f?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">areivax</media:title>
		</media:content>

		<media:content url="http://mundoepm.files.wordpress.com/2012/01/mvp_horizontal_fullcolor_thumb.jpg" medium="image">
			<media:title type="html">MVP_Horizontal_FullColor</media:title>
		</media:content>
	</item>
		<item>
		<title>Contruindo a Pir&#226;mide de Qu&#233;ops</title>
		<link>http://mundoepm.com.br/2011/12/19/contruindo-a-pirmide-de-quops/</link>
		<comments>http://mundoepm.com.br/2011/12/19/contruindo-a-pirmide-de-quops/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 14:25:45 +0000</pubDate>
		<dc:creator>Andre Xavier, MVP</dc:creator>
				<category><![CDATA[Andre Xavier]]></category>
		<category><![CDATA[Project 2010]]></category>

		<guid isPermaLink="false">https://mundoepm.wordpress.com/?p=1589</guid>
		<description><![CDATA[Achei esta imagem de propaganda do Microsoft Project 2010 bem interessante e resolvi compartilhar: Tradução: Contruindo a Pirâmide de Quéops Com o Microsoft Project 2010 você pode planejar e organizar projetos enormes. Uma pirâmide? Uma esfinge? Sem problemas! Obtenha o software que os antigos egípcios teriam ciúmes. &#160; Abraços, André Xavier<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mundoepm.com.br&amp;blog=14838696&amp;post=1589&amp;subd=mundoepm&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Achei esta imagem de propaganda do Microsoft Project 2010 bem interessante e resolvi compartilhar:</p>
<p><a href="http://mundoepm.files.wordpress.com/2011/12/cheops-pyramid.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Cheops Pyramid" border="0" alt="Cheops Pyramid" src="http://mundoepm.files.wordpress.com/2011/12/cheops-pyramid_thumb.jpg?w=474&#038;h=542" width="474" height="542" /></a></p>
<p><strong>Tradução:</strong></p>
<p><em>Contruindo a Pirâmide de Quéops      </p>
<p>Com o Microsoft Project 2010 você pode planejar e organizar projetos enormes. Uma pirâmide? Uma esfinge? Sem problemas! Obtenha o software que os antigos egípcios teriam ciúmes.</em></p>
<p>&#160;</p>
<p>Abraços,</p>
<p>André Xavier</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mundoepm.wordpress.com/1589/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mundoepm.wordpress.com/1589/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mundoepm.wordpress.com/1589/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mundoepm.wordpress.com/1589/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mundoepm.wordpress.com/1589/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mundoepm.wordpress.com/1589/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mundoepm.wordpress.com/1589/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mundoepm.wordpress.com/1589/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mundoepm.wordpress.com/1589/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mundoepm.wordpress.com/1589/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mundoepm.wordpress.com/1589/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mundoepm.wordpress.com/1589/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mundoepm.wordpress.com/1589/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mundoepm.wordpress.com/1589/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mundoepm.com.br&amp;blog=14838696&amp;post=1589&amp;subd=mundoepm&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mundoepm.com.br/2011/12/19/contruindo-a-pirmide-de-quops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68279ee7727d291926cac73a2e1e9d3f?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">areivax</media:title>
		</media:content>

		<media:content url="http://mundoepm.files.wordpress.com/2011/12/cheops-pyramid_thumb.jpg" medium="image">
			<media:title type="html">Cheops Pyramid</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft Project Server 2010: Guia do Gerente de Project para o Project Web App</title>
		<link>http://mundoepm.com.br/2011/12/17/microsoft-project-server-2010-guia-do-gerente-de-project-para-o-project-web-app/</link>
		<comments>http://mundoepm.com.br/2011/12/17/microsoft-project-server-2010-guia-do-gerente-de-project-para-o-project-web-app/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 02:02:07 +0000</pubDate>
		<dc:creator>Allan Rocha, MVP</dc:creator>
				<category><![CDATA[Allan Rocha]]></category>
		<category><![CDATA[Allan Rocha; Project Manager; PWA]]></category>

		<guid isPermaLink="false">https://mundoepm.wordpress.com/?p=1585</guid>
		<description><![CDATA[Sinceramente… acho que nao precisam mais do meu trabalho!!!! Leitura obrigatoria… Alias, nao chega a ser “leitura Obrigatoria”…. Mas tem que dar uma olhada!!!! &#160; &#62; http://technet.microsoft.com/en-us/library/hh703264.aspx&#160; &#160; O documento esta extremamente detalhado!!! Ta lindo… &#160; &#160; Eu sei que todos procuram por “Gestao de Recursos” (Managing Resources) Vai encontrar coisas bem legais nesse documento… [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mundoepm.com.br&amp;blog=14838696&amp;post=1585&amp;subd=mundoepm&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sinceramente… acho que nao precisam mais do meu trabalho!!!!</p>
<p>Leitura obrigatoria… </p>
<p>Alias, nao chega a ser “leitura Obrigatoria”…. </p>
<blockquote><p>Mas tem que dar uma olhada!!!!</p>
</blockquote>
<p>&#160;</p>
<p>&gt; <a title="http://technet.microsoft.com/en-us/library/hh703264.aspx" href="http://technet.microsoft.com/en-us/library/hh703264.aspx">http://technet.microsoft.com/en-us/library/hh703264.aspx</a>&#160;</p>
<p>&#160;</p>
<p>O documento esta extremamente detalhado!!! Ta lindo…</p>
<p>&#160;</p>
<p><a href="http://mundoepm.files.wordpress.com/2011/12/image3.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://mundoepm.files.wordpress.com/2011/12/image_thumb3.png?w=516&#038;h=159" width="516" height="159" /></a></p>
<p>&#160;</p>
<p>Eu sei que todos procuram por “<strong>Gestao de Recursos</strong>” (Managing Resources)</p>
<p>Vai encontrar coisas bem legais nesse documento… <img style="border-style:none;" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://mundoepm.files.wordpress.com/2011/12/wlemoticon-smile1.png?w=500" /></p>
<p><a href="http://mundoepm.files.wordpress.com/2011/12/image4.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://mundoepm.files.wordpress.com/2011/12/image_thumb4.png?w=447&#038;h=335" width="447" height="335" /></a></p>
<p>&#160;</p>
<p>muitas e muitas coisas… vou atualizar o post ate 2a-feira…</p>
<p>abraco, pois tenho de continuar vendo stand-up em DINAMARQUES!!! hehehe</p>
<p><img style="border-style:none;" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://mundoepm.files.wordpress.com/2011/12/wlemoticon-smile1.png?w=500" /></p>
<p>&#160;</p>
<p><a href="http://mundoepm.files.wordpress.com/2011/12/stand.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="stand" border="0" alt="stand" src="http://mundoepm.files.wordpress.com/2011/12/stand_thumb.jpg?w=315&#038;h=283" width="315" height="283" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mundoepm.wordpress.com/1585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mundoepm.wordpress.com/1585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mundoepm.wordpress.com/1585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mundoepm.wordpress.com/1585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mundoepm.wordpress.com/1585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mundoepm.wordpress.com/1585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mundoepm.wordpress.com/1585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mundoepm.wordpress.com/1585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mundoepm.wordpress.com/1585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mundoepm.wordpress.com/1585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mundoepm.wordpress.com/1585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mundoepm.wordpress.com/1585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mundoepm.wordpress.com/1585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mundoepm.wordpress.com/1585/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mundoepm.com.br&amp;blog=14838696&amp;post=1585&amp;subd=mundoepm&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mundoepm.com.br/2011/12/17/microsoft-project-server-2010-guia-do-gerente-de-project-para-o-project-web-app/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f826fe01132243b0318773a73f85276?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">allanrocha</media:title>
		</media:content>

		<media:content url="http://mundoepm.files.wordpress.com/2011/12/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://mundoepm.files.wordpress.com/2011/12/wlemoticon-smile1.png" medium="image">
			<media:title type="html">Smile</media:title>
		</media:content>

		<media:content url="http://mundoepm.files.wordpress.com/2011/12/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://mundoepm.files.wordpress.com/2011/12/wlemoticon-smile1.png" medium="image">
			<media:title type="html">Smile</media:title>
		</media:content>

		<media:content url="http://mundoepm.files.wordpress.com/2011/12/stand_thumb.jpg" medium="image">
			<media:title type="html">stand</media:title>
		</media:content>
	</item>
		<item>
		<title>Atualiza&#231;&#245;es cumulativas de Dezembro de 2011</title>
		<link>http://mundoepm.com.br/2011/12/14/atualizaes-cumulativas-de-dezembro-de-2011/</link>
		<comments>http://mundoepm.com.br/2011/12/14/atualizaes-cumulativas-de-dezembro-de-2011/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 14:28:49 +0000</pubDate>
		<dc:creator>Andre Xavier, MVP</dc:creator>
				<category><![CDATA[Andre Xavier]]></category>
		<category><![CDATA[Cumulative Update]]></category>

		<guid isPermaLink="false">https://mundoepm.wordpress.com/?p=1575</guid>
		<description><![CDATA[Project Server 2010 Inclui uma série de correções, mas a Microsoft recomenda que você teste em um ambiente de homologação baseado em seu ambiente de produção antes de efetivamente colocar em produção. O artigo abaixo fornece informações sobre como instalar o CU do Project Server. Updates para Project Server 2010 http://technet.microsoft.com/en-us/projectserver/gg176680.aspx Como o Project Server [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mundoepm.com.br&amp;blog=14838696&amp;post=1575&amp;subd=mundoepm&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h4>Project Server 2010</h4>
<p>Inclui uma série de correções, mas a Microsoft recomenda que você teste em um ambiente de homologação baseado em seu ambiente de produção antes de efetivamente colocar em produção.</p>
<p>O artigo abaixo fornece informações sobre como instalar o CU do Project Server.</p>
<p><strong>Updates para </strong><strong>Project Server 2010</strong></p>
<p><a href="http://technet.microsoft.com/en-us/projectserver/gg176680.aspx">http://technet.microsoft.com/en-us/projectserver/gg176680.aspx</a></p>
<p>Como o Project Server 2010 é baseado no SharePoint Server, recomendamos que você instale os pacotes do Server primeiro, pois há um grande número de pacotes individuais a serem instalados no SharePoint Server. Existem dois pacotes de CU que contém todas as correções para o <strong>Windows SharePoint Foundation Server</strong>, <strong>SharePoint Server</strong> e <strong>Project Server</strong>. Ambos pacotes dos servers devem ser instalados para garantir que as tecnologias subjacentes que o Project Server depende esteja atualizada.</p>
<p>Para quem está acostumado aos CUs para o Project Server 2007, você deve observar que <strong>os pacotes do <strong>SharePoint Server</strong> não contém os patches do Project Server</strong>. Você precisa ter certeza de que instalou os pacotes para o SharePoint Server + Project Server. Como no Project Server 2007, os pacotes do servidor são maiores, mas eles vão simplificar seu projeto para implantação de patches do servidor.</p>
<p>Você pode ler sobre as correções incluídas no cumulative update, nos seguintes artigos:</p>
<p><strong>Pacotes Consolidados</strong>:</p>
<ul>
<li><strong>SharePoint Server 2010 e Project Server 2010: </strong><em>Descrição do CU para (Pacotes para MOSS + Project Server): </em>13 de dezembro de 2011
<ul>
<li><a href="http://support.microsoft.com/kb/2597015">http://support.microsoft.com/kb/2597015</a> </li>
</ul>
</li>
</ul>
<p><strong>Pacotes Individuais:</strong></p>
<ul>
<li><strong>Project Server 2010: </strong>Descrição do CU Hotfix (Pjsrvapp-x-none.msp; Pjsrvwfe-x-none.msp): 13 de dezembro de 2011
<ul>
<li><a href="http://support.microsoft.com/kb/2596997">http://support.microsoft.com/kb/2596997</a> </li>
</ul>
</li>
<li><strong>Project 2010: </strong>Descrição do CU Hotfix (project-x-none.msp): 13 de dezembro de 2011
<ul>
<li><a href="http://support.microsoft.com/kb/2597006">http://support.microsoft.com/kb/2597006</a> </li>
</ul>
</li>
</ul>
<p><strong>IMPORTANTE:</strong> Os pacotes consolidados tem vários updates, por isso é recomendado a instalação para que nenhuma dependencia do Project Server fique desatualizada.</p>
<p><strong>Instalação Cliente:</strong></p>
<p>A instalação do patch no cliente é simples. As instruções para instalar o patch são:</p>
<p><strong>OBS:</strong> A Microsoft recomenda que você teste no seu ambiente de homologação antes de instalar em produção.</p>
<ol>
<li>Baixe o hotfix </li>
<li>Extraia o pacote, executando o arquivo exe. </li>
<li>Execute o “.exe” extraído para aplicar o patch no seu cliente: <strong>Project Professional ou Standard 2010</strong>. </li>
</ol>
<h4>Project Server 2007</h4>
<p>Inclui uma série de correções, mas a Microsoft recomenda que você teste em um ambiente de homologação baseado em seu ambiente de produção antes de efetivamente colocar em produção.</p>
<p>O artigo abaixo fornece informações sobre como instalar o CU do Project Server.</p>
<p><strong>Como Implantar os CUs(Cumulatives Updates) (Project Server 2007)</strong></p>
<p><a href="http://technet.microsoft.com/en-us/library/dd239177.aspx">http://technet.microsoft.com/en-us/library/dd239177.aspx</a></p>
<p>Service Pack 2 para ambos os servidores e clientes são necessários para esta atualização cumulativa. Os artigos a seguir fornecem informações sobre como baixar e instalar o SP2 se você não tiver feito isso.</p>
<p><strong>Nota:</strong> O SP2 como pré-requisito é válido a partir de agosto de 2010 para os CUs do Project e Project Server 2007.</p>
<p>Os CUs para os Servers 2007 foram lançados em duas versões diferentes. <strong>A primeira versão é em pacotes individuais específicas para um determinado produto</strong>, como o WSS e o Project Server. Estes pacotes são menores, mas eles não incluem os pacotes de idioma ou patches de outros produtos, então os patches para esses outros produtos devem ser baixados e instalados separadamente.</p>
<p><strong>A segunda versão são pacotes para os servidores. São dois pacotes CU que contém todas as correções para o WSS, MOSS e Project Server.</strong> Estes pacotes devem ser usados quando o MOSS é parte da implantação e / ou você tem pacotes de idiomas instalados. O pacotes para servidor são maiores (~100MB cada), mas eles vão simplificar a implantação dos patches no MOSS.</p>
<p>Você pode ler sobre as correções incluídas no cumulative update, nos seguintes artigos:</p>
<ul>
<li><i><strong><u>Pacotes Consolidados</u> para Servers 2007:</strong> (WSS + MOSS + Project Server):</i>
<ul>
<li><strong>Windows SharePoint Services 3.0:</strong> Descrição do CU Hotfix (Pacote para WSS): 13 de dezembro de 2011
<ul>
<li><a href="http://support.microsoft.com/kb/2596987">http://support.microsoft.com/kb/2596987</a> </li>
</ul>
</li>
<li><strong>Office SharePoint Server 2007:</strong> Descrição do CU Hotfix (Pacote para MOSS): 13 de dezembro de 2011
<ul>
<li><a href="http://support.microsoft.com/kb/2596986">http://support.microsoft.com/kb/2596986</a> </li>
</ul>
</li>
</ul>
</li>
<li><strong><u>Pacotes Individuais</u> para Servers 2007:</strong> :
<ul>
<li><strong>Project Server 2007: </strong>Descrição do CU Hotfix (Pjsrvapp-x-none.msp; Pjsrvwfe-x-none.msp): 13 de dezembro de 2011
<ul>
<li><a href="http://support.microsoft.com/kb/2596989">http://support.microsoft.com/kb/2596989</a> </li>
</ul>
</li>
</ul>
<ul>
<li><strong>Office Project 2007: </strong>Descrição do CU Hotfix (project-x-none.msp): 13 de dezembro de 2011
<ul>
<li><a href="http://support.microsoft.com/kb/2596984">http://support.microsoft.com/kb/2596984</a> </li>
</ul>
</li>
</ul>
</li>
</ul>
<p><strong>Instalação Cliente:</strong></p>
<p>Certo de que o SP2 está instalado, você poderá instalar o hotfix, execute as seguintes etapas:</p>
<p><strong>OBS:</strong> A Microsoft recomenda que você teste no seu ambiente de homologação antes de instalar em produção.</p>
<ol>
<li>Baixe o hotfix </li>
<li>Extraia o pacote, executando o arquivo exe. </li>
<li>Execute o “.exe” extraído para aplicar o patch no seu cliente: <strong>Project Professional ou Standard 2007</strong>. </li>
</ol>
<p>Sinta-se à-vontade para abrir um incidente de suporte em <a href="http://support.microsoft.com">http://support.microsoft.com</a> se você encontrar algum problema com a instalação</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mundoepm.wordpress.com/1575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mundoepm.wordpress.com/1575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mundoepm.wordpress.com/1575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mundoepm.wordpress.com/1575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mundoepm.wordpress.com/1575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mundoepm.wordpress.com/1575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mundoepm.wordpress.com/1575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mundoepm.wordpress.com/1575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mundoepm.wordpress.com/1575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mundoepm.wordpress.com/1575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mundoepm.wordpress.com/1575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mundoepm.wordpress.com/1575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mundoepm.wordpress.com/1575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mundoepm.wordpress.com/1575/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mundoepm.com.br&amp;blog=14838696&amp;post=1575&amp;subd=mundoepm&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mundoepm.com.br/2011/12/14/atualizaes-cumulativas-de-dezembro-de-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/68279ee7727d291926cac73a2e1e9d3f?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">areivax</media:title>
		</media:content>
	</item>
	</channel>
</rss>
