<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SharePointTopology Discussions Rss Feed</title><link>http://sharepointtopology.codeplex.com/discussions</link><description>SharePointTopology Discussions Rss Description</description><item><title>New Post: Using the install script</title><link>http://sharepointtopology.codeplex.com/discussions/300861</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Any solution about it, please?&lt;/p&gt;&lt;/div&gt;</description><author>kiquenet</author><pubDate>Tue, 04 Sep 2012 06:30:28 GMT</pubDate><guid isPermaLink="false">New Post: Using the install script 20120904063028A</guid></item><item><title>New Post: Exception: Invalid number value</title><link>http://sharepointtopology.codeplex.com/discussions/274711</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 10pt;"&gt;First, the permission requirements for this tool listed above are in complete contradiction to the best practices laid out for SharePoint 2010 and general security best practices. A customer should never have to leave the farm account in the local admins group. This quote is absolutely ridiculous:&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 10pt;"&gt;"When it comes to security, its fully safe and secured. Reason being is the SharePoint Timer Job is a secured windows service which runs in your farm. There is no chance to tamper it."&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 10pt;"&gt;Second, I have yet to come across an enterprise organization that will&amp;nbsp;allow the SharePoint farm account to be local admin on an SMTP server.&amp;nbsp; The logic in the enumeration of the servers in the FetchSPFarmInfo method needs to be updated to skip the SMTP server. A try/catch would also be nice here so we don't fail the entire enumeration if one server query fails.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;For those seeing the timerjob fail with the following ULS error:&lt;/p&gt;
&lt;pre&gt;Exception stack trace:   
at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)    
at Microsoft.SharePoint.Library.SPRequest.AddOrUpdateItem(String bstrUrl, String bstrListName, Boolean bAdd, Boolean bSystemUpdate, Boolean bPreserveItemVersion, Boolean bUpdateNoVersion, Int32&amp;amp; plID, String&amp;amp; pbstrGuid, Guid pbstrNewDocId, Boolean bHasNewDocId, String bstrVersion, Object&amp;amp; pvarAttachmentNames, Object&amp;amp; pvarAttachmentContents, Object&amp;amp; pvarProperties, Boolean bCheckOut, Boolean bCheckin, Boolean bMigration, Boolean bPublish, String bstrFileName, ISP2DSafeArrayWriter pListDataValidationCallback, ISP2DSafeArrayWriter pRestrictInsertCallback, ISP2DSafeArrayWriter pUniqueFieldCallback)    
at Microsoft.SharePoint.SPListItem.AddOrUpdateItem(Boolean bAdd, Boolean bSystem, Boolean bPreserveItemVersion, Boolean bNoVersion, Boolean bMigration, Boolean bPublish, Boolean bCheckOut, Boolean bCheckin, Guid newGuidOnAdd, Int32&amp;amp; ulID, Object&amp;amp; objAttachmentNames, Object&amp;amp; objAttachmentContents, Boolean suppressAfterEvents, String filename)    
at Microsoft.SharePoint.SPListItem.UpdateInternal(Boolean bSystem, Boolean bPreserveItemVersion, Guid newGuidOnAdd, Boolean bMigration, Boolean bPublish, Boolean bNoVersion, Boolean bCheckOut, Boolean bCheckin, Boolean suppressAfterEvents, String filename)    
at Microsoft.SharePoint.SPListItem.Update()    
at SharePointFarmInfoTimerJob.SPFarmTopology.AddServerDetails(SPList spFarmTopologyList, String&amp;amp; serverName, Int32&amp;amp; index, SPServer server)    
at SharePointFarmInfoTimerJob.SPFarmTopology.FetchSPFarmInfo(SPList spFarmTopologyList)    
at SharePointFarmInfoTimerJob.SPFarmTopology..ctor(String siteWebUrl, String spListName)    
at SharePointFarmInfoTimerJob.SharePointFarmInfoTimerJob.Execute(Guid targetInstanceId)    
at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32&amp;amp; result)&lt;/pre&gt;
&lt;p&gt;The reason for the error is becuase the farm account doesn't have the necessary permisisons to remotely query one or more servers in the farm and that scenario is not handled well in the timerjob code.&lt;/p&gt;
&lt;p&gt;To make the timer job work without adding the farm account to the local admins group, you need to grant your farm account the following permissions on each server in listed on the "servers in farm" page in Central Admin:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Navigate to &lt;strong&gt;WMI Control Properties&lt;/strong&gt; and on the security tab grant the "Remote Enable" permission on the Root WMI namespace and all subnamespaces.&lt;/li&gt;
&lt;li&gt;Launch &lt;strong&gt;DCOMCNFG &lt;/strong&gt;and a grant the farm account "Remote Activation" permissions under Component Services &amp;gt; Computers &amp;gt; My Computer&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>rodgerjt</author><pubDate>Thu, 09 Feb 2012 23:51:49 GMT</pubDate><guid isPermaLink="false">New Post: Exception: Invalid number value 20120209115149P</guid></item><item><title>New Post: Using the install script</title><link>http://sharepointtopology.codeplex.com/discussions/300861</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi, I tried the MSI file to install the timer but got a debug dialogbox halfway then&amp;nbsp; cancelled the setup.&lt;/p&gt;
&lt;p&gt;I downloaded the wsp and install script in same directory, ran&amp;nbsp;the script, getting the following error (Lofgged as administrator and running the command line as admin as well) but getting the following error:&lt;/p&gt;
&lt;p&gt;Get-SPSolution : Cannot access the local farm. Verify that the local farm is properly configured, currently available,&lt;br&gt;
and that you have the appropriate permissions to access the database before trying again.&lt;br&gt;
At C:\temp\sharepointfarminfotimerjobInstall.ps1:51 char:37&lt;br&gt;
&amp;#43;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $IsWSPInstalled = Get-SPSolution &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;nbsp; | where-object&amp;nbsp; {$_.Name -eq $SolutionName} | Select-Object Deployed -verb&lt;br&gt;
ose&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#43; CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : InvalidData: (Microsoft.Share...dletGetSolution:SPCmdletGetSolution) [Get-SPSolution], S&lt;br&gt;
&amp;nbsp;&amp;nbsp; PCmdletException&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#43; FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletGetSolution&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Should I run the script with some parameters? Thanks in advance&lt;/p&gt;
&lt;/div&gt;</description><author>eliassal</author><pubDate>Thu, 09 Feb 2012 21:25:07 GMT</pubDate><guid isPermaLink="false">New Post: Using the install script 20120209092507P</guid></item><item><title>New Post: Possible to show WFE</title><link>http://sharepointtopology.codeplex.com/discussions/275284</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have the same issue in my DEV&amp;nbsp; farms (all-in-one or 2 WFE+1 App+1 SQL).&amp;nbsp; Only 1 server shown in the list.&amp;nbsp; Could you please point out where we should update teh configuration in order to fetch all servers?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</description><author>clee</author><pubDate>Wed, 01 Feb 2012 18:20:44 GMT</pubDate><guid isPermaLink="false">New Post: Possible to show WFE 20120201062044P</guid></item><item><title>New Post: Install vs. activation</title><link>http://sharepointtopology.codeplex.com/discussions/285764</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I've done a few installs of this on our DEV and TEST environments but a little confused about the feature. Once you install and deploy the solution, you get the Central Admin link so you can configure where to save your collection data to. But what's the feature activation on the site collection for? I've activated on my Central Admin site collection but should it be activated on all site collections? It looks from the code that it just creates the timer job.&lt;/p&gt;
&lt;p&gt;Edit:&lt;/p&gt;
&lt;p&gt;Never mind. Figured it out. The feature *must* be activated on the Central Admin website. The feature activation is what adds the SharePoint Topology Data Collection Settings to the Timer Jobs section of Monitoring. The settings lets you direct where to post the farm info list to.&lt;/p&gt;
&lt;p&gt;Maybe I missed it in the docs or it wasn't clear. Also when you activate through the browser you must be logged in as the farm account (not just a farm admin I found).&lt;/p&gt;&lt;/div&gt;</description><author>bsimser</author><pubDate>Wed, 11 Jan 2012 15:15:05 GMT</pubDate><guid isPermaLink="false">New Post: Install vs. activation 20120111031505P</guid></item><item><title>New Post: Feature install and activation issues.</title><link>http://sharepointtopology.codeplex.com/discussions/276597</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I just tried it on my DEV farm and got the same error. I'm activating it on the site collection through the browser using my farm account. I don't know what it's trying to do or what account it's trying to use but it is happening in the Feature Activated event.&lt;/p&gt;
&lt;p&gt;Feature receiver assembly 'SharePointFarmInfoTimerJob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=24899278d4c23296', class 'SharePointFarmInfoTimerJob.Features.SharePointFarmInfoTimerJob_Feature.SharePointFarmInfoTimerJob_FeatureEventReceiver', method 'FeatureActivated' for feature 'f5bdb83d-a43e-435a-8e3b-73083421b6e5' threw an exception: System.Security.SecurityException: Access denied.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate()&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;at Microsoft.SharePoint.Administration.SPJobDefinition.Update()&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;at SharePointFarmInfoTimerJob.Features.SharePointFarmInfoTimerJob_Feature.SharePointFarmInfoTimerJob_FeatureEventReceiver.FeatureActivated(SPFeatureReceiverProperties properties)&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;at Microsoft.SharePoint.SPFeature.DoActivationCallout(Boolean fActivate, Boolean fForce)&amp;nbsp; The Zone of the assembly that failed was:&amp;nbsp; MyComputer&lt;/p&gt;
&lt;p&gt;Will try to activate it via PowerShell on the server using the farm account.&lt;/p&gt;&lt;/div&gt;</description><author>bsimser</author><pubDate>Tue, 10 Jan 2012 19:31:01 GMT</pubDate><guid isPermaLink="false">New Post: Feature install and activation issues. 20120110073101P</guid></item><item><title>New Post: Min Permissions on Servers?</title><link>http://sharepointtopology.codeplex.com/discussions/274798</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;What permission changes did you have to make? &amp;nbsp;I'm confused. &amp;nbsp;I understand something has to run with domain admin credentials but I'm not sure what. &amp;nbsp;Are you talking about the SharePoint 2010 Timer service? &amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>loligator</author><pubDate>Fri, 09 Dec 2011 20:03:18 GMT</pubDate><guid isPermaLink="false">New Post: Min Permissions on Servers? 20111209080318P</guid></item><item><title>New Post: Feature install and activation issues.</title><link>http://sharepointtopology.codeplex.com/discussions/276597</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;It did not help me.&lt;/p&gt;
&lt;p&gt;Access denied - again and again.&lt;/p&gt;
&lt;p&gt;What to do?&lt;/p&gt;&lt;/div&gt;</description><author>aland17</author><pubDate>Fri, 02 Dec 2011 13:20:11 GMT</pubDate><guid isPermaLink="false">New Post: Feature install and activation issues. 20111202012011P</guid></item><item><title>New Post: Feature install and activation issues.</title><link>http://sharepointtopology.codeplex.com/discussions/276597</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Answer:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://plus.google.com/109423462029200221494/posts/hxS1LD6Aa3a"&gt;https://plus.google.com/109423462029200221494/posts/hxS1LD6Aa3a&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>Pientka</author><pubDate>Mon, 28 Nov 2011 12:49:09 GMT</pubDate><guid isPermaLink="false">New Post: Feature install and activation issues. 20111128124909P</guid></item><item><title>New Post: Possible to show WFE</title><link>http://sharepointtopology.codeplex.com/discussions/275284</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I also have the same issue.&amp;nbsp; I can only see one servers services.&amp;nbsp; That is the application server.&amp;nbsp; The web front ends dont show up at all?..&amp;nbsp; did anyone else get this or figure out what it was?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>lucidqdreams</author><pubDate>Tue, 22 Nov 2011 01:38:13 GMT</pubDate><guid isPermaLink="false">New Post: Possible to show WFE 20111122013813A</guid></item><item><title>New Post: Feature install and activation issues.</title><link>http://sharepointtopology.codeplex.com/discussions/276597</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;1) After installation, feature is does not appear in&amp;nbsp;&amp;nbsp;Central Administration -&amp;gt; Site Settings -&amp;gt; Site Collection features (under Site Collection Administration category)&lt;/p&gt;
&lt;p&gt;2) The feature does display in the sites, but an error occurs during activation, with the corresponding error in the SP log:&lt;/p&gt;
&lt;p&gt;10/20/2011 11:04:35.39 &lt;span&gt;&lt;/span&gt;w3wp.exe (0x05A4) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;span&gt;&lt;/span&gt;0x04A4&lt;span&gt; &lt;/span&gt;SharePoint Foundation &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;span&gt;&lt;/span&gt;Topology &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span&gt;
&lt;/span&gt;8dyu&lt;span&gt; &lt;/span&gt;High &amp;nbsp; &amp;nbsp;&lt;span&gt; &lt;/span&gt;The SPPersistedObject, SharePointFarmInfoTimerJob Name=SPFarmInfoTimerJob, could not be updated because the current user is not a Farm Administrator.&lt;span&gt;
&lt;/span&gt;e58dd5f2-b594-495e-ad10-5e375939cd4510/20/2011 11:04:35.41 &lt;span&gt;&lt;/span&gt;w3wp.exe (0x05A4) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;span&gt;&lt;/span&gt;0x04A4&lt;span&gt; &lt;/span&gt;SharePoint Foundation &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;span&gt;&lt;/span&gt;Feature Infrastructure &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span&gt; &lt;/span&gt;88jm&lt;span&gt;
&lt;/span&gt;High &amp;nbsp; &amp;nbsp;&lt;span&gt; &lt;/span&gt;Feature receiver assembly 'SharePointFarmInfoTimerJob, Version=1.0.0.0, Culture=neutral, PublicKeyToken=24899278d4c23296', class 'SharePointFarmInfoTimerJob.Features.SharePointFarmInfoTimerJob_Feature.SharePointFarmInfoTimerJob_FeatureEventReceiver',
 method 'FeatureActivated' for feature 'f5bdb83d-a43e-435a-8e3b-73083421b6e5' threw an exception: System.Security.SecurityException: Access denied. &amp;nbsp; &amp;nbsp; at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate() &amp;nbsp; &amp;nbsp; at Microsoft.SharePoint.Administration.SPJobDefinition.Update()
 &amp;nbsp; &amp;nbsp; at SharePointFarmInfoTimerJob.Features.SharePointFarmInfoTimerJob_Feature.SharePointFarmInfoTimerJob_FeatureEventReceiver.FeatureActivated(SPFeatureReceiverProperties properties) &amp;nbsp; &amp;nbsp; at Microsoft.SharePoint.SPFeature.DoActivationCallout(Boolean
 fActivate, ...&lt;span&gt; &lt;/span&gt;e58dd5f2-b594-495e-ad10-5e375939cd4510/20/2011 11:04:35.41*&lt;span&gt;
&lt;/span&gt;w3wp.exe (0x05A4) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;span&gt;&lt;/span&gt;0x04A4&lt;span&gt; &lt;/span&gt;SharePoint Foundation &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;span&gt;&lt;/span&gt;Feature Infrastructure &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span&gt; &lt;/span&gt;88jm&lt;span&gt;
&lt;/span&gt;High &amp;nbsp; &amp;nbsp;&lt;span&gt; &lt;/span&gt;...Boolean fForce) &amp;nbsp;The Zone of the assembly that failed was: &amp;nbsp;MyComputer&lt;span&gt;
&lt;/span&gt;e58dd5f2-b594-495e-ad10-5e375939cd4510/20/2011 11:04:35.41 &lt;span&gt;&lt;/span&gt;w3wp.exe (0x05A4) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;span&gt;&lt;/span&gt;0x04A4&lt;span&gt; &lt;/span&gt;SharePoint Foundation &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;span&gt;&lt;/span&gt;General &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;span&gt;&lt;/span&gt;72by&lt;span&gt; &lt;/span&gt;High &amp;nbsp; &amp;nbsp;&lt;span&gt; &lt;/span&gt;Feature Activation: Threw an exception, attempting to roll back. &amp;nbsp;Feature 'SharePointFarmInfoTimerJob_Feature' (ID: 'f5bdb83d-a43e-435a-8e3b-73083421b6e5'). &amp;nbsp;Exception: System.Security.SecurityException:
 Access denied. &amp;nbsp; &amp;nbsp; at Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate() &amp;nbsp; &amp;nbsp; at Microsoft.SharePoint.Administration.SPJobDefinition.Update() &amp;nbsp; &amp;nbsp; at SharePointFarmInfoTimerJob.Features.SharePointFarmInfoTimerJob_Feature.SharePointFarmInfoTimerJob_FeatureEventReceiver.FeatureActivated(SPFeatureReceiverProperties
 properties) &amp;nbsp; &amp;nbsp; at Microsoft.SharePoint.SPFeature.DoActivationCallout(Boolean fActivate, Boolean fForce) &amp;nbsp; &amp;nbsp; at Microsoft.SharePoint.SPFeature.Activate(SPSite siteParent, SPWeb webParent, SPFeaturePropertyCollection props, Boolean fForce)
 &amp;nbsp;The Zone of the assembly tha...&lt;span&gt; &lt;/span&gt;e58dd5f2-b594-495e-ad10-5e375939cd4510/20/2011 11:04:35.41*&lt;span&gt;
&lt;/span&gt;w3wp.exe (0x05A4) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;span&gt;&lt;/span&gt;0x04A4&lt;span&gt; &lt;/span&gt;SharePoint Foundation &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;span&gt;&lt;/span&gt;General &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;span&gt;&lt;/span&gt;72by&lt;span&gt; &lt;/span&gt;High &amp;nbsp; &amp;nbsp;&lt;span&gt; &lt;/span&gt;...t failed was: &amp;nbsp;MyComputer&lt;span&gt;
&lt;/span&gt;e58dd5f2-b594-495e-ad10-5e375939cd4510/20/2011 11:04:35.41 &lt;span&gt;&lt;/span&gt;w3wp.exe (0x05A4) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;span&gt;&lt;/span&gt;0x04A4&lt;span&gt; &lt;/span&gt;SharePoint Foundation &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;span&gt;&lt;/span&gt;Monitoring &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span&gt;
&lt;/span&gt;b4ly&lt;span&gt; &lt;/span&gt;High &amp;nbsp; &amp;nbsp;&lt;span&gt; &lt;/span&gt;Leaving Monitored Scope (Feature Activation: Activating Feature 'SharePointFarmInfoTimerJob_Feature' (ID: 'f5bdb83d-a43e-435a-8e3b-73083421b6e5') at URL http://sharepoint-beta.). Execution Time=135.278645749669&lt;span&gt;
&lt;/span&gt;e58dd5f2-b594-495e-ad10-5e375939cd4510/20/2011 11:04:35.41 &lt;span&gt;&lt;/span&gt;w3wp.exe (0x05A4) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;span&gt;&lt;/span&gt;0x04A4&lt;span&gt; &lt;/span&gt;SharePoint Foundation &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;span&gt;&lt;/span&gt;Runtime &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;span&gt;&lt;/span&gt;6615&lt;span&gt; &lt;/span&gt;Critical&lt;span&gt; &lt;/span&gt;Access denied.&lt;span&gt; &lt;/span&gt;
e58dd5f2-b594-495e-ad10-5e375939cd45&lt;/p&gt;
&lt;/div&gt;</description><author>bobchauvin</author><pubDate>Thu, 20 Oct 2011 15:18:22 GMT</pubDate><guid isPermaLink="false">New Post: Feature install and activation issues. 20111020031822P</guid></item><item><title>New Post: Cannot Link Data to Shapes/Only Collecting Some Information</title><link>http://sharepointtopology.codeplex.com/discussions/276348</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;When the timerjob runs it only collects a subset of available farm characteristics. It grabs the config DB name, the Config DB size and whether the farm can be upgraded. It doesn't show me anything regarding the stats on the farms servers or running services,
 all of the columns are blank. Moreoever, the instructions state that you have to link Data to Shapes, but what data selector are we supposed to use?&lt;/p&gt;
&lt;p&gt;This is a fantastic by the way. I will be excellent once I get it to work.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;/div&gt;</description><author>CitrusMicro</author><pubDate>Tue, 18 Oct 2011 19:08:52 GMT</pubDate><guid isPermaLink="false">New Post: Cannot Link Data to Shapes/Only Collecting Some Information 20111018070852P</guid></item><item><title>New Post: Access Denied on SharePoint Topology Data Collection Timer Job Settings link</title><link>http://sharepointtopology.codeplex.com/discussions/275912</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Same here. I worked around it by logging in to Central Admin as the Farm Account, but that's clearly not an acceptable workaround IMO.&lt;/p&gt;
&lt;p&gt;Brian&lt;/p&gt;&lt;/div&gt;</description><author>brianlala</author><pubDate>Sat, 15 Oct 2011 16:18:46 GMT</pubDate><guid isPermaLink="false">New Post: Access Denied on SharePoint Topology Data Collection Timer Job Settings link 20111015041846P</guid></item><item><title>New Post: Access Denied on SharePoint Topology Data Collection Timer Job Settings link</title><link>http://sharepointtopology.codeplex.com/discussions/275912</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I get a Access Denied on the &amp;quot;SharePoint Topology Data Collection Timer Job Settings&amp;quot; link on the Monitoring page (http://&amp;lt;myservername&amp;gt;/_admin/SharePointFarmInfoTimerJob/SharePointTopologyTimerJob.aspx). I've tried deploying the solution both with
 the installer and with the PowerShell cmdlets, but without success. The solution seems to be deployed correctly, and the feature is enabled, but I cannot access the configuration settings for the timer job.&lt;/p&gt;
&lt;p&gt;My user is farm admin and local admin on the box. The file is there in the C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\ADMIN\SharePointFarmInfoTimerJob folder. I have no idea why I get this error...&lt;/p&gt;
&lt;p&gt;Please advice, thanks!&lt;br&gt;
Maarten&lt;/p&gt;
&lt;/div&gt;</description><author>eekels</author><pubDate>Fri, 14 Oct 2011 13:55:16 GMT</pubDate><guid isPermaLink="false">New Post: Access Denied on SharePoint Topology Data Collection Timer Job Settings link 20111014015516P</guid></item><item><title>New Post: Min Permissions on Servers?</title><link>http://sharepointtopology.codeplex.com/discussions/274798</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Aravind&lt;/p&gt;
&lt;p&gt;I got it work the other day when the account was added to local admin.&amp;nbsp; I was just wondering if a lower setting was possible.&amp;nbsp; Good work though.&lt;/p&gt;&lt;/div&gt;</description><author>t_whitehouse</author><pubDate>Fri, 14 Oct 2011 05:32:05 GMT</pubDate><guid isPermaLink="false">New Post: Min Permissions on Servers? 20111014053205A</guid></item><item><title>New Post: Min Permissions on Servers?</title><link>http://sharepointtopology.codeplex.com/discussions/274798</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Aravind&lt;/p&gt;
&lt;p&gt;I got it work the other day when the account was added to local admin.&amp;nbsp; I was just wondering if a lower setting was possible.&amp;nbsp; Good work though.&lt;/p&gt;&lt;/div&gt;</description><author>t_whitehouse</author><pubDate>Fri, 14 Oct 2011 05:32:05 GMT</pubDate><guid isPermaLink="false">New Post: Min Permissions on Servers? 20111014053205A</guid></item><item><title>New Post: Walkthrough</title><link>http://sharepointtopology.codeplex.com/discussions/275085</link><description>&lt;div style="line-height: normal;"&gt;&lt;blockquote style="padding-bottom: 0px; font-style: italic; margin: 0.25em 1em 0px; padding-left: 0.25em; padding-right: 0.25em; padding-top: 0px; border: #ccc 0.1em solid;"&gt;&lt;strong&gt;Brian_J_C wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;p&gt;Hi AravindKS, VisiChris, Krishmam,&lt;/p&gt;
&lt;p&gt;Great tool - keep up the fantatic work!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I've created a blog post that walks users through the installation, configuration and usage of the tool : &lt;a href="http://sharepintblog.com/2011/10/07/sharepoint-topology-data-collection-walkthrough/"&gt;http://sharepintblog.com/2011/10/07/sharepoint-topology-data-collection-walkthrough/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Others might find this useful.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Brian C&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;br /&gt;Thanks Brain.&lt;/p&gt;&lt;/div&gt;</description><author>AravindKS</author><pubDate>Thu, 13 Oct 2011 21:43:47 GMT</pubDate><guid isPermaLink="false">New Post: Walkthrough 20111013094347P</guid></item><item><title>New Post: Walkthrough</title><link>http://sharepointtopology.codeplex.com/discussions/275085</link><description>&lt;div style="line-height: normal;"&gt;&lt;blockquote style="padding-bottom: 0px; font-style: italic; margin: 0.25em 1em 0px; padding-left: 0.25em; padding-right: 0.25em; padding-top: 0px; border: #ccc 0.1em solid;"&gt;&lt;strong&gt;Brian_J_C wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;p&gt;Hi AravindKS, VisiChris, Krishmam,&lt;/p&gt;
&lt;p&gt;Great tool - keep up the fantatic work!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I've created a blog post that walks users through the installation, configuration and usage of the tool : &lt;a href="http://sharepintblog.com/2011/10/07/sharepoint-topology-data-collection-walkthrough/"&gt;http://sharepintblog.com/2011/10/07/sharepoint-topology-data-collection-walkthrough/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Others might find this useful.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Brian C&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;br /&gt;Thanks Brain.&lt;/p&gt;&lt;/div&gt;</description><author>AravindKS</author><pubDate>Thu, 13 Oct 2011 21:43:47 GMT</pubDate><guid isPermaLink="false">New Post: Walkthrough 20111013094347P</guid></item><item><title>New Post: Min Permissions on Servers?</title><link>http://sharepointtopology.codeplex.com/discussions/274798</link><description>&lt;div style="line-height: normal;"&gt;&lt;blockquote style="padding-bottom: 0px; font-style: italic; margin: 0.25em 1em 0px; padding-left: 0.25em; padding-right: 0.25em; padding-top: 0px; border: #ccc 0.1em solid;"&gt;&lt;strong&gt;t_whitehouse wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;p&gt;What permissions are required on the other servers eg SQL and Exchange, to get ram, cpu etc usage? I dont want it to be part of the Administrators groups on all servers in the Farm.&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;Travis&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;br /&gt;Can you try it with Domain Admin credentials? This is the highest elevated privilages of all the credentails. It has no risk factor, reason being is the Timerjob is a windows service which will stay and execute the operation in your machine.&lt;/p&gt;
&lt;p&gt;-Aravind&lt;/p&gt;&lt;/div&gt;</description><author>AravindKS</author><pubDate>Thu, 13 Oct 2011 20:22:34 GMT</pubDate><guid isPermaLink="false">New Post: Min Permissions on Servers? 20111013082234P</guid></item><item><title>New Post: Min Permissions on Servers?</title><link>http://sharepointtopology.codeplex.com/discussions/274798</link><description>&lt;div style="line-height: normal;"&gt;&lt;blockquote style="padding-bottom: 0px; font-style: italic; margin: 0.25em 1em 0px; padding-left: 0.25em; padding-right: 0.25em; padding-top: 0px; border: #ccc 0.1em solid;"&gt;&lt;strong&gt;t_whitehouse wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;p&gt;What permissions are required on the other servers eg SQL and Exchange, to get ram, cpu etc usage? I dont want it to be part of the Administrators groups on all servers in the Farm.&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;Travis&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;br /&gt;Can you try it with Domain Admin credentials? This is the highest elevated privilages of all the credentails. It has no risk factor, reason being is the Timerjob is a windows service which will stay and execute the operation in your machine.&lt;/p&gt;
&lt;p&gt;-Aravind&lt;/p&gt;&lt;/div&gt;</description><author>AravindKS</author><pubDate>Thu, 13 Oct 2011 20:22:34 GMT</pubDate><guid isPermaLink="false">New Post: Min Permissions on Servers? 20111013082234P</guid></item></channel></rss>