<?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/"
	>

<channel>
	<title>Isaac&#039;s Blog &#187; stsadm</title>
	<atom:link href="http://blog.isaacblum.com/tag/stsadm/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.isaacblum.com</link>
	<description>So Many Rambles So Little Time....</description>
	<lastBuildDate>Wed, 28 Dec 2011 21:10:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Force Delete Search (any) Service Application SharePoint 2010</title>
		<link>http://blog.isaacblum.com/2011/08/08/force-delete-search-any-service-application-sharepoint-2010/</link>
		<comments>http://blog.isaacblum.com/2011/08/08/force-delete-search-any-service-application-sharepoint-2010/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 20:57:55 +0000</pubDate>
		<dc:creator>IsaacBlum</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[For The Greater Good]]></category>
		<category><![CDATA[Free Help]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint 2010 Foundation]]></category>
		<category><![CDATA[Force]]></category>
		<category><![CDATA[Service Application]]></category>
		<category><![CDATA[stsadm]]></category>

		<guid isPermaLink="false">http://blog.isaacblum.com/?p=637</guid>
		<description><![CDATA[Folks this is the absolute last resort. DO NOT TRY THIS ON YOUR FIRST ATTEMPT!!!! Disclaimer: This posting is provided &#8220;AS-IS&#8221; with no warranties, and confers no rights. Use this information at your own risk, I or Microsoft are not responsible for any damage which may occur due to wrong usage of this command. Navigate to [...]]]></description>
			<content:encoded><![CDATA[<p>Folks this is the absolute last resort. DO NOT TRY THIS ON YOUR FIRST ATTEMPT!!!!</p>
<p><strong>Disclaimer:</strong> <strong>This posting is provided &#8220;AS-IS&#8221; with no warranties, and confers no rights. Use this information at your own risk, I or Microsoft are not responsible for any damage which may occur due to wrong usage of this command.</strong></p>
<p>Navigate to the Manage Service Application section of central administration. ex: http://servername:2010/_admin/ServiceApplications.aspx</p>
<p>When you have over any of the service applications links with your mouse, you will note that at the bottom of your browser you will see a URL. The other option is to right click on any of the service application links then properties. Take further note that at the end of each URL there is an ID in the form of a GUID. I have noted a few below. Once you have determined there are no other options for removing the service application use the following command followed by the GUID.</p>
<p>Command: Stsadm -o deleteconfigurationobject -id %GUID%</p>
<p>Ex: Stsadm -o deleteconfigurationobject -id 19928d02-7ccb-44b5-9b3b-9ca1aa0130f0</p>
<p>Some example IDs</p>
<ul>
<li>tsid=19928d02-7ccb-44b5-9b3b-9ca1aa0130f0</li>
<li>Id=178c598ac5kk405b9564a29b55fe2542</li>
<li>AppId=4beb5h7e-92bf-4f21-f859-d2e4b49457db</li>
</ul>
<div>**Update**</div>
<div>You might unintentionally leave &#8220;orphaned&#8221; databases attached to your SharePoint farm using the above command. To fix, use PowerShell command “Get-SPDatabase” to get a listing of the database&#8217;s GUIDs. Then use the above stsadm command, to remove the orphaned database.</div>
<div>**Update**</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.isaacblum.com/2011/08/08/force-delete-search-any-service-application-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rename your SharePoint_AdminContent_guid database with stsadm mergecontentdbs operation</title>
		<link>http://blog.isaacblum.com/2009/11/02/rename-your-sharepoint_admincontent_guid-database-with-stsadm-mergecontentdbs-operation/</link>
		<comments>http://blog.isaacblum.com/2009/11/02/rename-your-sharepoint_admincontent_guid-database-with-stsadm-mergecontentdbs-operation/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 04:33:43 +0000</pubDate>
		<dc:creator>IsaacBlum</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[For The Greater Good]]></category>
		<category><![CDATA[Free Help]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WSS 3.0]]></category>
		<category><![CDATA[Rename]]></category>
		<category><![CDATA[SharePoint_AdminContent]]></category>
		<category><![CDATA[SharePoint_AdminContent_guid]]></category>
		<category><![CDATA[stsadm]]></category>

		<guid isPermaLink="false">http://blog.isaacblum.com/?p=179</guid>
		<description><![CDATA[Here are the commands I used: stsadm -o addcontentdb -url http://moss:1000 -databasename SharePoint_AdminContent_moss stsadm -o enumsites -url http://moss:1000 &#62; output.txt stsadm -o mergecontentdbs -url http://moss:1000 -operation 2 -sourcedatabasename SharePoint_AdminContent_f58aa288-57e9-49ff-b953-9b4d53d50bfc -destinationdatabasename SharePoint_AdminContent_moss -filename output.txt iisreset stsadm -o deletecontentdb -url http://moss -databasename SharePoint_AdminContent_f58aa288-57e9-49ff-b953-9b4d53d50bfc check with stsadm -o enumcontentdbs -url http://moss:1000]]></description>
			<content:encoded><![CDATA[<p>Here are the commands I used:</p>
<p>stsadm -o addcontentdb -url http://moss:1000 -databasename SharePoint_AdminContent_moss<br />
stsadm -o enumsites -url http://moss:1000 &gt; output.txt<br />
stsadm -o mergecontentdbs -url http://moss:1000 -operation 2 -sourcedatabasename SharePoint_AdminContent_f58aa288-57e9-49ff-b953-9b4d53d50bfc -destinationdatabasename SharePoint_AdminContent_moss -filename output.txt<br />
iisreset<br />
stsadm -o deletecontentdb -url http://moss -databasename SharePoint_AdminContent_f58aa288-57e9-49ff-b953-9b4d53d50bfc<br />
check with stsadm -o enumcontentdbs -url <a href="http://moss:1000/">http://moss:1000</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.isaacblum.com/2009/11/02/rename-your-sharepoint_admincontent_guid-database-with-stsadm-mergecontentdbs-operation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

