<?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>SharePoint 2007: How to Delete an Orphan from Configuration Database</title><link>http://blogs.technet.com/b/sushrao/archive/2012/06/15/sharepoint-2007-how-to-delete-an-orphan-from-configuration-database.aspx</link><description>We attempt to attach a content database using below command STSADM.EXE -o addcontentdb -url&amp;#160; http://sush07 -databasename WSS_Content –databaseserver Peaches Result: The attach operation cannot continue because another object in this farm already</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: SharePoint 2007: How to Delete an Orphan from Configuration Database</title><link>http://blogs.technet.com/b/sushrao/archive/2012/06/15/sharepoint-2007-how-to-delete-an-orphan-from-configuration-database.aspx#3536139</link><pubDate>Mon, 03 Dec 2012 18:36:12 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3536139</guid><dc:creator>BlueSky2010</dc:creator><description>&lt;p&gt;Nevermind - found the solution to remove the orphaned entry from the Config DB. In case this helps someone else: &lt;/p&gt;
&lt;p&gt;$orphanedDB = Get-SPDatabase | where{$_.Name -eq &amp;quot;MyContentDatabase&amp;quot;}&lt;/p&gt;
&lt;p&gt;$orphanedDB.Delete()&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3536139" width="1" height="1"&gt;</description></item><item><title>re: SharePoint 2007: How to Delete an Orphan from Configuration Database</title><link>http://blogs.technet.com/b/sushrao/archive/2012/06/15/sharepoint-2007-how-to-delete-an-orphan-from-configuration-database.aspx#3535952</link><pubDate>Sun, 02 Dec 2012 16:40:13 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3535952</guid><dc:creator>BlueSky2010</dc:creator><description>&lt;p&gt;Hi Sushant,&lt;/p&gt;
&lt;p&gt;While trying to execute Orphans.ps1 from your step 3 I&amp;#39;m coming across the following error - do you have any &amp;nbsp; suggestions for me?&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying this on a SharePoint 2010 farm with SP1 applied. &lt;/p&gt;
&lt;p&gt;Many thanks in advanced!&lt;/p&gt;
&lt;p&gt;Exception calling &amp;quot;GetValue&amp;quot; with &amp;quot;2&amp;quot; argument(s): &amp;quot;Non-static method requires&lt;/p&gt;
&lt;p&gt;a target.&amp;quot;&lt;/p&gt;
&lt;p&gt;At D:\Deployed\orphans.ps1:19 char:27&lt;/p&gt;
&lt;p&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $Property.GetValue &amp;lt;&amp;lt;&amp;lt;&amp;lt; ($db, $null)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;+ CategoryInfo &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: NotSpecified: (:) [], MethodInvocationException&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;+ FullyQualifiedErrorId : DotNetMethodException&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3535952" width="1" height="1"&gt;</description></item><item><title>re: SharePoint 2007: How to Delete an Orphan from Configuration Database</title><link>http://blogs.technet.com/b/sushrao/archive/2012/06/15/sharepoint-2007-how-to-delete-an-orphan-from-configuration-database.aspx#3518551</link><pubDate>Thu, 06 Sep 2012 15:57:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3518551</guid><dc:creator>Pratik Vyas [MVP]</dc:creator><description>&lt;p&gt;perfect one :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3518551" width="1" height="1"&gt;</description></item><item><title>re: SharePoint 2007: How to Delete an Orphan from Configuration Database</title><link>http://blogs.technet.com/b/sushrao/archive/2012/06/15/sharepoint-2007-how-to-delete-an-orphan-from-configuration-database.aspx#3505790</link><pubDate>Mon, 25 Jun 2012 13:37:12 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3505790</guid><dc:creator>Amit Khare - Project Management Consultant</dc:creator><description>&lt;p&gt;Excellent artcle.. bookmarked :) Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3505790" width="1" height="1"&gt;</description></item></channel></rss>