<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6653994288831418741</id><updated>2012-01-31T05:36:33.794-05:00</updated><category term='Moving a Site to another content database in SharePoint 2007'/><category term='Cannot Add Content DB to MOSS 2007 after SP2'/><category term='MOSS Migration'/><category term='Content Database would not attach to MOSS 2007'/><category term='http://support.microsoft.com/kb/971620'/><category term='MCITP'/><category term='MOSS Search'/><category term='myCodeKB'/><category term='Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))'/><title type='text'>MOSS MAN</title><subtitle type='html'>Paul Zanbaka</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mycodekb.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://mycodekb.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Paul Zanbaka</name><uri>http://www.blogger.com/profile/12552744068528953124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_evEWQ-ynwj0/SyewWF_hMqI/AAAAAAAAAA8/83yW6WF_Jkk/S220/Paul-22.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>14</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6653994288831418741.post-495899592492826517</id><published>2010-08-06T11:53:00.005-04:00</published><updated>2010-08-06T12:12:40.913-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Content Database would not attach to MOSS 2007'/><title type='text'>Content Database would not attach to MOSS 2007</title><content type='html'>Every time I attached Content Database to web application it deleted the stored procedures and failed with the following error in the log file: &lt;br /&gt;&lt;br /&gt;[SPManager] [ERROR] : Cannot find the object "DatabaseInformation" because it does not exist or you do not have permissions.&lt;br /&gt;&lt;br /&gt;I researched a lot of the posts out there and they  were all dealing with upgrade uissues. The problem was this was not an upgrade this was the same database attached one day ago. After trying to to move a site off it and it failed so I tried to reattach it to get the site out the backup and it kept failing!&lt;br /&gt;&lt;br /&gt;I tried using tools like DocAve and Metalogix to move data and/or site off it but they also failed.&lt;br /&gt;&lt;br /&gt;Finally, I attached a clean db to the portal “New_DB”. Then I renamed the corrupted database to New DB. &lt;br /&gt;It was now attached to the web application however it has 0 sites!&lt;br /&gt;So I created a site on it called test&lt;br /&gt;I then tracked down the ID for the corrupted site and the new test site from Corrupted Database Now “new_DB”&lt;br /&gt;SELECT [Id]&lt;br /&gt;      ,[SiteId]&lt;br /&gt;      ,[FullUrl]&lt;br /&gt;  FROM [New_DB].[dbo].[Webs]&lt;br /&gt;&lt;br /&gt;Once I the ids they look like this corrupted(887E0ED3-9CDD-42EC-8A38-6D397349169B) &lt;br /&gt;new test site (0477CF53-F1C0-4CDD-9FDF-D1F61A10DE8A)&lt;br /&gt;I went into the SharePoint_config db&lt;br /&gt;WARNING: this is very dangerous make sure you backup the db and copy tables before altering.&lt;br /&gt;&lt;br /&gt;I looked for the new test site I created&lt;br /&gt;  SELECT &lt;br /&gt;     *&lt;br /&gt;  FROM [SharePoint_Config].[dbo].[SiteMap]&lt;br /&gt;where id ='0477CF53-F1C0-4CDD-9FDF-D1F61A10DE8A'&lt;br /&gt;I grabbed the  ApplicationId something like this '3B988D4F-4AD6-40F1-B7A8-8A4EBA9FC12D' &lt;br /&gt;  &lt;br /&gt;Now I ran an update statement to set the path and id for the new site (test) to the path and id of the corrupted site &lt;br /&gt;&lt;br /&gt;update [SharePoint_Config].[dbo].[SiteMap]&lt;br /&gt;   set path= '/sites/oldsite'&lt;br /&gt;where   ApplicationId=&lt;br /&gt;  '3B988D4F-4AD6-40F1-B7A8-8A4EBA9FC12D'&lt;br /&gt;  and   id='0477CF53-F1C0-4CDD-9FDF-D1F61A10DE8A'&lt;br /&gt;&lt;br /&gt;update [SharePoint_Config].[dbo].[SiteMap]&lt;br /&gt;   set id= '887E0ED3-9CDD-42EC-8A38-6D397349169B’&lt;br /&gt;where   ApplicationId=&lt;br /&gt;  '3B988D4F-4AD6-40F1-B7A8-8A4EBA9FC12D'&lt;br /&gt;  and   id='0477CF53-F1C0-4CDD-9FDF-D1F61A10DE8A'&lt;br /&gt;&lt;br /&gt;And Voila just like that the site was up.&lt;br /&gt;Now I was able to move the data I needed and everyone is happy:-)&lt;div class="blogger-post-footer"&gt;MyCodeKb.com&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6653994288831418741-495899592492826517?l=mycodekb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mycodekb.blogspot.com/feeds/495899592492826517/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6653994288831418741&amp;postID=495899592492826517' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/495899592492826517'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/495899592492826517'/><link rel='alternate' type='text/html' href='http://mycodekb.blogspot.com/2010/08/content-database-would-not-attach-to.html' title='Content Database would not attach to MOSS 2007'/><author><name>Paul Zanbaka</name><uri>http://www.blogger.com/profile/12552744068528953124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_evEWQ-ynwj0/SyewWF_hMqI/AAAAAAAAAA8/83yW6WF_Jkk/S220/Paul-22.jpg'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6653994288831418741.post-2369771626867613654</id><published>2010-06-16T12:09:00.003-04:00</published><updated>2010-06-16T12:11:22.987-04:00</updated><title type='text'>Get ID for a SharePoint 2007 Database</title><content type='html'>One easy way of figuring out the ID of your SharePoint 2007 db is to mouse over the content database in central Admin/ Application Management&lt;br /&gt;Copy the shortcut for the link&lt;br /&gt;Paste it and look at the string do not worry about the first two characters&lt;div class="blogger-post-footer"&gt;MyCodeKb.com&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6653994288831418741-2369771626867613654?l=mycodekb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mycodekb.blogspot.com/feeds/2369771626867613654/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6653994288831418741&amp;postID=2369771626867613654' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/2369771626867613654'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/2369771626867613654'/><link rel='alternate' type='text/html' href='http://mycodekb.blogspot.com/2010/06/get-id-for-sharepoint-2007-database.html' title='Get ID for a SharePoint 2007 Database'/><author><name>Paul Zanbaka</name><uri>http://www.blogger.com/profile/12552744068528953124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_evEWQ-ynwj0/SyewWF_hMqI/AAAAAAAAAA8/83yW6WF_Jkk/S220/Paul-22.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6653994288831418741.post-2903021241769294367</id><published>2010-06-16T10:46:00.002-04:00</published><updated>2010-06-16T10:51:59.507-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Moving a Site to another content database in SharePoint 2007'/><title type='text'>Moving a Site to another content database in SharePoint 2007</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 12"&gt;&lt;meta name="Originator" content="Microsoft Word 12"&gt;&lt;link rel="File-List" href="file:///C:%5CUsers%5CPAUL%7E1.ZAN%5CAppData%5CLocal%5CTemp%5C2%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"&gt;&lt;link rel="themeData" href="file:///C:%5CUsers%5CPAUL%7E1.ZAN%5CAppData%5CLocal%5CTemp%5C2%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"&gt;&lt;link rel="colorSchemeMapping" href="file:///C:%5CUsers%5CPAUL%7E1.ZAN%5CAppData%5CLocal%5CTemp%5C2%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:trackmoves/&gt;   &lt;w:trackformatting/&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:donotpromoteqf/&gt;   &lt;w:lidthemeother&gt;EN-US&lt;/w:LidThemeOther&gt;   &lt;w:lidthemeasian&gt;X-NONE&lt;/w:LidThemeAsian&gt;   &lt;w:lidthemecomplexscript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;    &lt;w:splitpgbreakandparamark/&gt;    &lt;w:dontvertaligncellwithsp/&gt;    &lt;w:dontbreakconstrainedforcedtables/&gt;    &lt;w:dontvertalignintxbx/&gt;    &lt;w:word11kerningpairs/&gt;    &lt;w:cachedcolbalance/&gt;   &lt;/w:Compatibility&gt;   &lt;w:donotoptimizeforbrowser/&gt;   &lt;m:mathpr&gt;    &lt;m:mathfont val="Cambria Math"&gt;    &lt;m:brkbin val="before"&gt;    &lt;m:brkbinsub val="&amp;#45;-"&gt;    &lt;m:smallfrac val="off"&gt;    &lt;m:dispdef/&gt;    &lt;m:lmargin val="0"&gt;    &lt;m:rmargin val="0"&gt;    &lt;m:defjc val="centerGroup"&gt;    &lt;m:wrapindent val="1440"&gt;    &lt;m:intlim val="subSup"&gt;    &lt;m:narylim val="undOvr"&gt;   &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" defunhidewhenused="true" defsemihidden="true" defqformat="false" defpriority="99" latentstylecount="267"&gt;   &lt;w:lsdexception locked="false" priority="0" semihidden="false" unhidewhenused="false" qformat="true" name="Normal"&gt;   &lt;w:lsdexception locked="false" priority="9" semihidden="false" unhidewhenused="false" qformat="true" name="heading 1"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 2"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 3"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 4"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 5"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 6"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 7"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 8"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 9"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 1"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 2"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 3"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 4"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 5"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 6"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 7"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 8"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 9"&gt;   &lt;w:lsdexception locked="false" priority="35" qformat="true" name="caption"&gt;   &lt;w:lsdexception locked="false" priority="10" semihidden="false" unhidewhenused="false" qformat="true" name="Title"&gt;   &lt;w:lsdexception locked="false" priority="1" name="Default Paragraph Font"&gt;   &lt;w:lsdexception locked="false" priority="11" semihidden="false" unhidewhenused="false" qformat="true" name="Subtitle"&gt;   &lt;w:lsdexception locked="false" priority="22" semihidden="false" unhidewhenused="false" qformat="true" name="Strong"&gt;   &lt;w:lsdexception locked="false" priority="20" semihidden="false" unhidewhenused="false" qformat="true" name="Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="59" semihidden="false" unhidewhenused="false" name="Table Grid"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Placeholder Text"&gt;   &lt;w:lsdexception locked="false" priority="1" semihidden="false" unhidewhenused="false" qformat="true" name="No Spacing"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Revision"&gt;   &lt;w:lsdexception locked="false" priority="34" semihidden="false" unhidewhenused="false" qformat="true" name="List Paragraph"&gt;   &lt;w:lsdexception locked="false" priority="29" semihidden="false" unhidewhenused="false" qformat="true" name="Quote"&gt;   &lt;w:lsdexception locked="false" priority="30" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Quote"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="19" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="21" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="31" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Reference"&gt;   &lt;w:lsdexception locked="false" priority="32" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Reference"&gt;   &lt;w:lsdexception locked="false" priority="33" semihidden="false" unhidewhenused="false" qformat="true" name="Book Title"&gt;   &lt;w:lsdexception locked="false" priority="37" name="Bibliography"&gt;   &lt;w:lsdexception locked="false" priority="39" qformat="true" name="TOC Heading"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;} @font-face 	{font-family:Consolas; 	panose-1:2 11 6 9 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:modern; 	mso-font-pitch:fixed; 	mso-font-signature:-1610611985 1073750091 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.MsoPlainText, li.MsoPlainText, div.MsoPlainText 	{mso-style-priority:99; 	mso-style-link:"Plain Text Char"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.5pt; 	font-family:Consolas; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} span.PlainTextChar 	{mso-style-name:"Plain Text Char"; 	mso-style-priority:99; 	mso-style-unhide:no; 	mso-style-locked:yes; 	mso-style-link:"Plain Text"; 	mso-ansi-font-size:10.5pt; 	mso-bidi-font-size:10.5pt; 	font-family:Consolas; 	mso-ascii-font-family:Consolas; 	mso-hansi-font-family:Consolas;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} &lt;/style&gt; &lt;![endif]--&gt;&lt;p class="MsoPlainText"&gt;First you have to generate xml file that contains information about sites and content dbs.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoPlainText"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoPlainText"&gt;&lt;o:p&gt;Use this command&lt;br /&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoPlainText"&gt;stsadm -o enumsites -url http://websername &gt;C:\sites.xml &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoPlainText"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoPlainText"&gt;&lt;br /&gt;to create sites.xml&lt;br /&gt;&lt;br /&gt;Clean it up and only leave site you want to move&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoPlainText"&gt;Rename to move.xml to only have info about the site you want to move&lt;br /&gt;&lt;sites count="1"&gt;&lt;site url="http://websername7/sites/sitename" owner="domain\paul.zanbaka" contentdatabase="Old_Content" storageusedmb="133.7" storagewarningmb="0" storagemaxmb="0"&gt;&lt;br /&gt;&lt;/site&gt;&lt;br /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/sites&gt;&lt;/p&gt;  &lt;p class="MsoPlainText"&gt;&lt;br /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoPlainText"&gt;&lt;o:p&gt;Now run this command&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoPlainText"&gt;&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoPlainText"&gt;stsadm -o mergecontentdbs -url http://websername /sites/sitename -sourcedatabasename Old_Content -destinationdatabasename&lt;span style=""&gt;  &lt;/span&gt;New_Content &lt;span style=""&gt; &lt;/span&gt;operation 3 -filename C:\move.xml&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoPlainText"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;MyCodeKb.com&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6653994288831418741-2903021241769294367?l=mycodekb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mycodekb.blogspot.com/feeds/2903021241769294367/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6653994288831418741&amp;postID=2903021241769294367' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/2903021241769294367'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/2903021241769294367'/><link rel='alternate' type='text/html' href='http://mycodekb.blogspot.com/2010/06/moving-site-to-another-content-database.html' title='Moving a Site to another content database in SharePoint 2007'/><author><name>Paul Zanbaka</name><uri>http://www.blogger.com/profile/12552744068528953124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_evEWQ-ynwj0/SyewWF_hMqI/AAAAAAAAAA8/83yW6WF_Jkk/S220/Paul-22.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6653994288831418741.post-6877534696807897028</id><published>2010-04-08T10:26:00.000-04:00</published><updated>2010-04-08T10:27:45.747-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cannot Add Content DB to MOSS 2007 after SP2'/><title type='text'>Cannot Add Content DB to MOSS 2007 after SP2</title><content type='html'>Cannot Add Content DB to MOSS 2007 after SP2&lt;br /&gt;Through Central Administration:&lt;br /&gt;you receive this error&lt;br /&gt;Method not found: 'Microsoft.SharePoint.Administration.SPContentDatabase Microsoft.SharePoint.Administration.SPContentDatabaseCollection.Add(System.String, System.String, System.String, System.String, Int32, Int32, Int32, Boolean, Boolean)'.&lt;br /&gt;&lt;br /&gt;Resolution:&lt;br /&gt;Use stsadm to add content db&lt;br /&gt;C:&lt;br /&gt;cd C:\Program Files&lt;br /&gt;&lt;br /&gt;cd Common Files&lt;br /&gt;&lt;br /&gt;cd Microsoft Shared&lt;br /&gt;&lt;br /&gt;cd web server extensions&lt;br /&gt;&lt;br /&gt;cd 12&lt;br /&gt;&lt;br /&gt;cd bin&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;stsadm -o addcontentdb -url http://BENNA0SHRPT2:7777 -clearchangelog -databaseserver Severname -databasename NewDBName&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;div id="F5rw_option_box" style="text-align: left; position: fixed; bottom: 50px; left: 340px; width: 600px; visibility: hidden; margin: auto; padding: 4px; color: rgb(0, 0, 0); border: 1px solid rgb(0, 0, 0); background: none repeat scroll 0% 0% rgb(238, 238, 255); -moz-border-radius: 6px 6px 6px 6px; font: 12px arial; z-index: 99999;"&gt;&lt;form action=""&gt;&lt;table id="F5rw_table" style="border: medium none;" cellpadding="0" cellspacing="0" width="100%"&gt;&lt;tbody&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell" colspan="2" align="center"&gt;&lt;span id="F5rw_span" style="font-size: 16px; font-weight: bold;"&gt;"Auto F5 reload window" options&lt;/span&gt;&lt;/td&gt;&lt;td id="F5rw_cell"&gt;         &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Default timeout&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input size="10" value="5:00" id="F5rw_default_timeout" type="text"&gt;*      &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Timeout for this page&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input size="10" value="5:00" id="F5rw_timeout" type="text"&gt;*              &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Add random value to timeout between 0 and&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input size="10" value="0" id="F5rw_random" type="text"&gt;*               &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Show and hide menu &lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input size="01" value="T" id="F5rw_hotkey" maxlength="1" type="text"&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Ignore everything after these symbols in URL(separate with spaces)&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input size="10" value="; ? #" id="F5rw_separators" type="text"&gt;  &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Include the separators in the URL saved&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input checked="checked" id="F5rw_separators_incl" type="checkbox"&gt;      &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Hide menu when clicking outside the menu&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input checked="checked" id="F5rw_autoclose" type="checkbox"&gt;            &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Prolong timeout on mouseclicks or keyboard input&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input id="F5rw_click_extend" type="checkbox"&gt;         &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Reload all pages with default timeout, which has no timeout set&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input id="F5rw_refresh_all" type="checkbox"&gt;            &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell" colspan="2" style="font-size: 11px;"&gt;&lt;br /&gt;*Format examples: hh:mm:ss, h:m:ss, m:sss, s etc. like 1:20:30 oder 500 oder 3:100&lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell" colspan="2" align="center"&gt;&lt;br /&gt;&lt;input style="background-color: rgb(255, 255, 255);" value="OK" id="F5rw_ok" type="button"&gt;&lt;input style="background-color: rgb(255, 255, 255);" value="Cancel" id="F5rw_cancel" onclick="document.getElementById('F5rw_option_box').style.visibility='hidden';" type="reset"&gt;&lt;input style="background-color: rgb(255, 255, 255); color: rgb(204, 0, 0);" value="Abort reload" id="F5rw_abort" type="button"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;/form&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;MyCodeKb.com&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6653994288831418741-6877534696807897028?l=mycodekb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mycodekb.blogspot.com/feeds/6877534696807897028/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6653994288831418741&amp;postID=6877534696807897028' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/6877534696807897028'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/6877534696807897028'/><link rel='alternate' type='text/html' href='http://mycodekb.blogspot.com/2010/04/cannot-add-content-db-to-moss-2007.html' title='Cannot Add Content DB to MOSS 2007 after SP2'/><author><name>Paul Zanbaka</name><uri>http://www.blogger.com/profile/12552744068528953124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_evEWQ-ynwj0/SyewWF_hMqI/AAAAAAAAAA8/83yW6WF_Jkk/S220/Paul-22.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6653994288831418741.post-2811482866795634394</id><published>2009-12-15T10:42:00.000-05:00</published><updated>2009-12-15T10:49:02.824-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='http://support.microsoft.com/kb/971620'/><title type='text'>The evaluation version of Microsoft Office SharePoint Server 2007 for this server  has expired</title><content type='html'>We were getting this error when users were tryng to access their my sites and search!&lt;br /&gt;&lt;br /&gt;i tried to resolve the error by doing what Joel Olson suggested here&lt;br /&gt;http://blogs.msdn.com/joelo/archive/2008/01/02/evaluation-version-expired-but-not-really.aspx&lt;br /&gt;&lt;br /&gt;However that did not work.&lt;br /&gt;&lt;br /&gt;Finally our Sharepoint Admin Jessi marx found this article on Microsoft's site&lt;br /&gt;http://support.microsoft.com/kb/971620&lt;br /&gt;&lt;br /&gt;I reapplied the Product Key and everything worked Again!&lt;br /&gt;&lt;div&gt;&lt;div id="F5rw_option_box" style="border: 1px solid rgb(0, 0, 0); margin: auto; padding: 4px; background: rgb(238, 238, 255) none repeat scroll 0% 0%; text-align: left; position: fixed; bottom: 50px; left: 340px; width: 600px; visibility: hidden; color: rgb(0, 0, 0); -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; -moz-border-radius-bottomright: 6px; -moz-border-radius-bottomleft: 6px; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; z-index: 99999;"&gt;&lt;form action=""&gt;&lt;table id="F5rw_table" style="border: medium none ;" cellpadding="0" cellspacing="0" width="100%"&gt;&lt;tbody&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell" colspan="2" align="center"&gt;&lt;span id="F5rw_span" style="font-size: 16px; font-weight: bold;"&gt;"Auto F5 reload window" options&lt;/span&gt;&lt;/td&gt;&lt;td id="F5rw_cell"&gt;         &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Default timeout&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input size="10" value="5:00" id="F5rw_default_timeout" type="text"&gt;*      &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Timeout for this page&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input size="10" value="5:00" id="F5rw_timeout" type="text"&gt;*              &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Add random value to timeout between 0 and&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input size="10" value="0" id="F5rw_random" type="text"&gt;*               &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Show and hide menu &lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input size="01" value="T" id="F5rw_hotkey" maxlength="1" type="text"&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Ignore everything after these symbols in URL(separate with spaces)&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input size="10" value="; ? #" id="F5rw_separators" type="text"&gt;  &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Include the separators in the URL saved&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input checked="checked" id="F5rw_separators_incl" type="checkbox"&gt;      &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Hide menu when clicking outside the menu&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input checked="checked" id="F5rw_autoclose" type="checkbox"&gt;            &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Prolong timeout on mouseclicks or keyboard input&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input id="F5rw_click_extend" type="checkbox"&gt;         &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Reload all pages with default timeout, which has no timeout set&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input id="F5rw_refresh_all" type="checkbox"&gt;            &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell" colspan="2" style="font-size: 11px;"&gt;&lt;br /&gt;*Format examples: hh:mm:ss, h:m:ss, m:sss, s etc. like 1:20:30 oder 500 oder 3:100&lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell" colspan="2" align="center"&gt;&lt;br /&gt;&lt;input style="background-color: rgb(255, 255, 255);" value="OK" id="F5rw_ok" type="button"&gt;&lt;input style="background-color: rgb(255, 255, 255);" value="Cancel" id="F5rw_cancel" onclick="document.getElementById('F5rw_option_box').style.visibility='hidden';" type="reset"&gt;&lt;input style="background-color: rgb(255, 255, 255); color: rgb(204, 0, 0);" value="Abort reload" id="F5rw_abort" type="button"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;/form&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;MyCodeKb.com&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6653994288831418741-2811482866795634394?l=mycodekb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mycodekb.blogspot.com/feeds/2811482866795634394/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6653994288831418741&amp;postID=2811482866795634394' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/2811482866795634394'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/2811482866795634394'/><link rel='alternate' type='text/html' href='http://mycodekb.blogspot.com/2009/12/evaluation-version-of-microsoft-office.html' title='The evaluation version of Microsoft Office SharePoint Server 2007 for this server  has expired'/><author><name>Paul Zanbaka</name><uri>http://www.blogger.com/profile/12552744068528953124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_evEWQ-ynwj0/SyewWF_hMqI/AAAAAAAAAA8/83yW6WF_Jkk/S220/Paul-22.jpg'/></author><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6653994288831418741.post-8087707054070849627</id><published>2009-12-15T10:14:00.001-05:00</published><updated>2009-12-15T10:25:42.683-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))'/><title type='text'>Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))</title><content type='html'>You get this Error when you load some SharePoint 2007 Sites&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;&lt;span style="font-weight: bold;"&gt;Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT)) &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;We were only getting this error on specific sites. We found that all these sites resided in the same content db.&lt;br /&gt;&lt;br /&gt;After some investigation we found that some of the Stored Procedures in that db were missing.&lt;br /&gt;We restored the latest version of the content db and everything worked fine!&lt;br /&gt;&lt;br /&gt;Thank God for backups! LOL&lt;br /&gt;&lt;div&gt;&lt;div id="F5rw_option_box"   style="border: 1px solid rgb(0, 0, 0); margin: auto; padding: 4px; background: rgb(238, 238, 255) none repeat scroll 0% 0%; text-align: left; position: fixed; bottom: 50px; left: 340px; width: 600px; visibility: hidden; color: rgb(0, 0, 0); -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; -moz-border-radius-bottomright: 6px; -moz-border-radius-bottomleft: 6px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal; z-index: 99999;font-family:arial;font-size:12px;"&gt;&lt;form action=""&gt;&lt;table id="F5rw_table" style="border: medium none ;" cellpadding="0" cellspacing="0" width="100%"&gt;&lt;tbody&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell" colspan="2" align="center"&gt;&lt;span id="F5rw_span" style="font-weight: bold;font-size:16px;" &gt;"Auto F5 reload window" options&lt;/span&gt;&lt;/td&gt;&lt;td id="F5rw_cell"&gt;        &lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Default timeout&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input size="10" value="5:00" id="F5rw_default_timeout" type="text"&gt;*      &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Timeout for this page&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input size="10" value="5:00" id="F5rw_timeout" type="text"&gt;*              &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Add random value to timeout between 0 and&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input size="10" value="0" id="F5rw_random" type="text"&gt;*               &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Show and hide menu &lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input size="01" value="T" id="F5rw_hotkey" maxlength="1" type="text"&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Ignore everything after these symbols in URL(separate with spaces)&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input size="10" value="; ? #" id="F5rw_separators" type="text"&gt;  &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Include the separators in the URL saved&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input checked="checked" id="F5rw_separators_incl" type="checkbox"&gt;      &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Hide menu when clicking outside the menu&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input checked="checked" id="F5rw_autoclose" type="checkbox"&gt;            &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Prolong timeout on mouseclicks or keyboard input&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input id="F5rw_click_extend" type="checkbox"&gt;         &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Reload all pages with default timeout, which has no timeout set&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input id="F5rw_refresh_all" type="checkbox"&gt;            &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell" colspan="2" style="font-size: 11px;"&gt;&lt;br /&gt;*Format examples: hh:mm:ss, h:m:ss, m:sss, s etc. like 1:20:30 oder 500 oder 3:100&lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell" colspan="2" align="center"&gt;&lt;br /&gt;&lt;input style="background-color: rgb(255, 255, 255);" value="OK" id="F5rw_ok" type="button"&gt;&lt;input style="background-color: rgb(255, 255, 255);" value="Cancel" id="F5rw_cancel" onclick="document.getElementById('F5rw_option_box').style.visibility='hidden';" type="reset"&gt;&lt;input style="background-color: rgb(255, 255, 255); color: rgb(204, 0, 0);" value="Abort reload" id="F5rw_abort" type="button"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;/form&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div id="F5rw_option_box" style="border: 1px solid rgb(0, 0, 0); margin: auto; padding: 4px; background: rgb(238, 238, 255) none repeat scroll 0% 0%; text-align: left; position: fixed; bottom: 50px; left: 340px; width: 600px; visibility: hidden; color: rgb(0, 0, 0); -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; -moz-border-radius-bottomright: 6px; -moz-border-radius-bottomleft: 6px; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; z-index: 99999;"&gt;&lt;form action=""&gt;&lt;table id="F5rw_table" style="border: medium none ;" cellpadding="0" cellspacing="0" width="100%"&gt;&lt;tbody&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell" colspan="2" align="center"&gt;&lt;span id="F5rw_span" style="font-size: 16px; font-weight: bold;"&gt;"Auto F5 reload window" options&lt;/span&gt;&lt;/td&gt;&lt;td id="F5rw_cell"&gt;         &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Default timeout&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input size="10" value="5:00" id="F5rw_default_timeout" type="text"&gt;*      &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Timeout for this page&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input size="10" value="5:00" id="F5rw_timeout" type="text"&gt;*              &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Add random value to timeout between 0 and&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input size="10" value="0" id="F5rw_random" type="text"&gt;*               &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Show and hide menu &lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input size="01" value="T" id="F5rw_hotkey" maxlength="1" type="text"&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Ignore everything after these symbols in URL(separate with spaces)&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input size="10" value="; ? #" id="F5rw_separators" type="text"&gt;  &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Include the separators in the URL saved&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input checked="checked" id="F5rw_separators_incl" type="checkbox"&gt;      &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Hide menu when clicking outside the menu&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input checked="checked" id="F5rw_autoclose" type="checkbox"&gt;            &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Prolong timeout on mouseclicks or keyboard input&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input id="F5rw_click_extend" type="checkbox"&gt;         &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell"&gt;Reload all pages with default timeout, which has no timeout set&lt;/td&gt;&lt;td id="F5rw_cell"&gt;&lt;input id="F5rw_refresh_all" type="checkbox"&gt;            &lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell" colspan="2" style="font-size: 11px;"&gt;&lt;br /&gt;*Format examples: hh:mm:ss, h:m:ss, m:sss, s etc. like 1:20:30 oder 500 oder 3:100&lt;/td&gt;&lt;/tr&gt;&lt;tr id="F5rw_row"&gt;&lt;td id="F5rw_cell" colspan="2" align="center"&gt;&lt;br /&gt;&lt;input style="background-color: rgb(255, 255, 255);" value="OK" id="F5rw_ok" type="button"&gt;&lt;input style="background-color: rgb(255, 255, 255);" value="Cancel" id="F5rw_cancel" onclick="document.getElementById('F5rw_option_box').style.visibility='hidden';" type="reset"&gt;&lt;input style="background-color: rgb(255, 255, 255); color: rgb(204, 0, 0);" value="Abort reload" id="F5rw_abort" type="button"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;/form&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div id="F5rw_offline_box" style="border: 1px solid rgb(170, 0, 0); margin: auto; padding: 4px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; text-align: left; position: fixed; bottom: 10px; left: 10px; color: rgb(170, 0, 0); -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10px; line-height: normal; font-size-adjust: none; font-stretch: normal; z-index: 99999;"&gt;Lost connection to site. Page will be reloaded, when the connection is restored...&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;MyCodeKb.com&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6653994288831418741-8087707054070849627?l=mycodekb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mycodekb.blogspot.com/feeds/8087707054070849627/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6653994288831418741&amp;postID=8087707054070849627' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/8087707054070849627'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/8087707054070849627'/><link rel='alternate' type='text/html' href='http://mycodekb.blogspot.com/2009/12/operation-aborted-exception-from.html' title='Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))'/><author><name>Paul Zanbaka</name><uri>http://www.blogger.com/profile/12552744068528953124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_evEWQ-ynwj0/SyewWF_hMqI/AAAAAAAAAA8/83yW6WF_Jkk/S220/Paul-22.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6653994288831418741.post-7884740793470558297</id><published>2009-02-25T15:50:00.002-05:00</published><updated>2009-02-25T15:57:05.705-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MOSS Search'/><title type='text'>MOSS Search not working on site level</title><content type='html'>After adding another URL to access MOSS portal search stopped working completely.&lt;br /&gt;&lt;br /&gt; you could access the portal through two URLs&lt;br /&gt;A secure&lt;br /&gt;&lt;a href="https://portalname/"&gt;https://portalname&lt;/a&gt;&lt;br /&gt;and another url&lt;br /&gt;&lt;a href="http://portalname:7777/"&gt;http://portalname:7777&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;For some reason the https crawls were failing and I fixed that by editing contenet source to crawl this&lt;br /&gt;&lt;a href="http://portalname:7777/"&gt;http://portalname:7777&lt;/a&gt; instead of https&lt;br /&gt;This fixed s MOSS search on Portal level but did not work on top level sites.&lt;br /&gt;After doing some research I was able to fix SharePoint search on site level by configuring Alternate Access Mappings and making this &lt;a href="http://portalname:7777/"&gt;http://portalname:7777&lt;/a&gt; instead  the default&lt;div class="blogger-post-footer"&gt;MyCodeKb.com&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6653994288831418741-7884740793470558297?l=mycodekb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mycodekb.blogspot.com/feeds/7884740793470558297/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6653994288831418741&amp;postID=7884740793470558297' title='32 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/7884740793470558297'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/7884740793470558297'/><link rel='alternate' type='text/html' href='http://mycodekb.blogspot.com/2009/02/moss-search-not-working-on-site-level.html' title='MOSS Search not working on site level'/><author><name>Paul Zanbaka</name><uri>http://www.blogger.com/profile/12552744068528953124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_evEWQ-ynwj0/SyewWF_hMqI/AAAAAAAAAA8/83yW6WF_Jkk/S220/Paul-22.jpg'/></author><thr:total>32</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6653994288831418741.post-5697981849872511701</id><published>2007-09-06T18:45:00.000-04:00</published><updated>2007-09-06T18:50:15.991-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MCITP'/><title type='text'>Why not create MCITP in SCCM or SharePoint 2007 (MOSS)?</title><content type='html'>Microsoft new certifications MCITP allow IT pros to earn credentials equivalent to old school MCSE while focusing on a specific products.Why not create a specialization for SCCM or MOSS?Does anyone know if there are plans to do this in the near future?These products certainly require specialization…&lt;div class="blogger-post-footer"&gt;MyCodeKb.com&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6653994288831418741-5697981849872511701?l=mycodekb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mycodekb.blogspot.com/feeds/5697981849872511701/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6653994288831418741&amp;postID=5697981849872511701' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/5697981849872511701'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/5697981849872511701'/><link rel='alternate' type='text/html' href='http://mycodekb.blogspot.com/2007/09/why-not-create-mcitp-in-sccm-or.html' title='Why not create MCITP in SCCM or SharePoint 2007 (MOSS)?'/><author><name>Paul Zanbaka</name><uri>http://www.blogger.com/profile/12552744068528953124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_evEWQ-ynwj0/SyewWF_hMqI/AAAAAAAAAA8/83yW6WF_Jkk/S220/Paul-22.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6653994288831418741.post-8991763660056211954</id><published>2007-09-06T18:44:00.000-04:00</published><updated>2007-09-06T18:45:19.509-04:00</updated><title type='text'>Moving Sharepoint Portal Server 2003</title><content type='html'>For example from a Two Server farm to Standalone; or from development to production.Install Sharepoint on the destination server but do not create a portal site instead chose to restore the site. Specify the content databases it is better to restore them on the machine first. This way you can chose any topology you like on the backup machine.&lt;br /&gt;One Issue: I ran into one of my (100+) sites  did not come up on back up portal.After troubleshooting for a while I found that the field (Id) in the  Sites Table in _SITE db and the file (SiteId) in the  Sites table in SPS_config did not match I changes the SiteId (SPS_conifg ) the site came up like a charm&lt;div class="blogger-post-footer"&gt;MyCodeKb.com&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6653994288831418741-8991763660056211954?l=mycodekb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mycodekb.blogspot.com/feeds/8991763660056211954/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6653994288831418741&amp;postID=8991763660056211954' title='43 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/8991763660056211954'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/8991763660056211954'/><link rel='alternate' type='text/html' href='http://mycodekb.blogspot.com/2007/09/moving-sharepoint-portal-server-2003.html' title='Moving Sharepoint Portal Server 2003'/><author><name>Paul Zanbaka</name><uri>http://www.blogger.com/profile/12552744068528953124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_evEWQ-ynwj0/SyewWF_hMqI/AAAAAAAAAA8/83yW6WF_Jkk/S220/Paul-22.jpg'/></author><thr:total>43</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6653994288831418741.post-4246356279835322194</id><published>2007-09-04T17:06:00.000-04:00</published><updated>2007-09-04T17:07:06.630-04:00</updated><title type='text'>I moved my blog to myITforum</title><content type='html'>&lt;a href="http://myitforum.com/cs2/blogs/pzanbaka/"&gt;http://myitforum.com/cs2/blogs/pzanbaka/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;MyCodeKb.com&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6653994288831418741-4246356279835322194?l=mycodekb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mycodekb.blogspot.com/feeds/4246356279835322194/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6653994288831418741&amp;postID=4246356279835322194' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/4246356279835322194'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/4246356279835322194'/><link rel='alternate' type='text/html' href='http://mycodekb.blogspot.com/2007/09/i-moved-my-blog-to-myitforum.html' title='I moved my blog to myITforum'/><author><name>Paul Zanbaka</name><uri>http://www.blogger.com/profile/12552744068528953124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_evEWQ-ynwj0/SyewWF_hMqI/AAAAAAAAAA8/83yW6WF_Jkk/S220/Paul-22.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6653994288831418741.post-2539402675626060520</id><published>2007-08-29T21:12:00.000-04:00</published><updated>2007-08-29T21:25:36.611-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='myCodeKB'/><title type='text'>What do you think of www.mycodekb.com?</title><content type='html'>I created this site back in 2004 originally to search my code. I found myself looking for previous code snippets. I was storing these snippets in text files. Then the idea came to me what I can store my code and previous lessons learned online.&lt;br /&gt;As I was building the site, what if others could store their code and we can search each others. I think I am on to something… What do you think?&lt;br /&gt;Visit my site &lt;a href="http://www.mycodekb.com/"&gt;http://www.mycodekb.com/&lt;/a&gt;&lt;br /&gt;Comment here or Vote on the left corner of this site&lt;div class="blogger-post-footer"&gt;MyCodeKb.com&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6653994288831418741-2539402675626060520?l=mycodekb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mycodekb.blogspot.com/feeds/2539402675626060520/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6653994288831418741&amp;postID=2539402675626060520' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/2539402675626060520'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/2539402675626060520'/><link rel='alternate' type='text/html' href='http://mycodekb.blogspot.com/2007/08/what-do-you-think-of-wwwmycodekbcom.html' title='What do you think of www.mycodekb.com?'/><author><name>Paul Zanbaka</name><uri>http://www.blogger.com/profile/12552744068528953124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_evEWQ-ynwj0/SyewWF_hMqI/AAAAAAAAAA8/83yW6WF_Jkk/S220/Paul-22.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6653994288831418741.post-3541066658249397177</id><published>2007-08-17T14:51:00.000-04:00</published><updated>2007-08-17T15:01:22.311-04:00</updated><title type='text'>Content Database Migration from SharePoint 2003 to 2007</title><content type='html'>This guide is aimed for a migrating a server farm with little customization.&lt;br /&gt;I wrote it about two month ago as I was performing my migration. Enjoy...&lt;br /&gt;1-Run Pre upgrade scan tool on WSS v2.0 or SPS 2003 farm&lt;br /&gt;At the command prompt, perform one of the following actions, as appropriate for your situation:&lt;br /&gt;If you are upgrading from SharePoint Portal Server 2003 to SharePoint Server 2007, type the following command at the command prompt&lt;br /&gt;prescan.exe /c preupgradescanconfig.xml /all&lt;br /&gt;&lt;br /&gt;If you are upgrading from Windows SharePoint Services 2.0 to Windows SharePoint Services 3.0, type the following command at the command prompt:&lt;br /&gt;prescan.exe /all&lt;br /&gt;Get any errors fixed in this stage before you move on.&lt;br /&gt;You can check &lt;a href="http://www.mycodekb.com/"&gt;http://www.mycodekb.com/&lt;/a&gt; for some of the errors I ran into and corrected.&lt;br /&gt;Other useful slinks to troubleshoot your errors:&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/937291"&gt;http://support.microsoft.com/kb/937291&lt;/a&gt;&lt;br /&gt;Make sure you run this right before you perform the next steps.&lt;br /&gt;&lt;br /&gt;2- Stand up and configure your new v 3.0 farm, Make sure all necessary services are started.&lt;br /&gt;&lt;br /&gt;3-Create an IIS Website for each Web site in your in your v2 environment.&lt;br /&gt;Increase ASP Script Timeout to 6&lt;span class=""&gt;&lt;span class=""&gt;000.modify the web.cofig file in the web application&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;Increase ASP।net execution Timeout &lt;httpruntime executiontimeout="6000" maxrequestlength="51200"&gt;&lt;br /&gt;4- Copy all customization such as custom web parts and site definitions from your old farm to your all the WFE s on your new farm.&lt;br /&gt;&lt;br /&gt;5- Set you WSS v 2 databses to Read Only.&lt;br /&gt;Back up and restore, attach or copy the your content datasbes to the new server farm SQL Sever.&lt;br /&gt;Before attaching datasbase in next step go and delete any triggers you may have created on the database, in my case I had created a trigger to limit versions on SPS 2003,, I really recommend cleaning here.&lt;br /&gt;6-Attach the WSS v2 content database to your new Website using either SharePoint 3.0 Central Administration or&lt;br /&gt;Stsadm tool see example below&lt;br /&gt;stsadm -o deletecontentdb -url http://websitev3 -databaseserver DBSERVER-databasename WSS_Contentv3&lt;br /&gt;stsadm -o addcontentdb -url http:// websitev3 -databaseserver DBSERVER -databasename CONTENTDBv2&lt;br /&gt;This is going to take a while, go take a long break and hope for the best&lt;div class="blogger-post-footer"&gt;MyCodeKb.com&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6653994288831418741-3541066658249397177?l=mycodekb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mycodekb.blogspot.com/feeds/3541066658249397177/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6653994288831418741&amp;postID=3541066658249397177' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/3541066658249397177'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/3541066658249397177'/><link rel='alternate' type='text/html' href='http://mycodekb.blogspot.com/2007/08/content-database-migratin-from.html' title='Content Database Migration from SharePoint 2003 to 2007'/><author><name>Paul Zanbaka</name><uri>http://www.blogger.com/profile/12552744068528953124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_evEWQ-ynwj0/SyewWF_hMqI/AAAAAAAAAA8/83yW6WF_Jkk/S220/Paul-22.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6653994288831418741.post-149307782122522357</id><published>2007-08-10T10:05:00.000-04:00</published><updated>2007-08-10T10:07:16.290-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MOSS Migration'/><title type='text'>Upgrade Migration Error: Halting upgrade... Microsoft.SharePoint.SPException: User cannot be found.</title><content type='html'>This fixes 2 errors &lt;br /&gt;Error 1) The migration upgrade error below[PortalSiteUpgradeAreaAndListingData] [12.0.1.0] [INFO]: Upgrade encountered an unexpected error. &lt;br /&gt;Halting upgrade... Microsoft.SharePoint.SPException: User cannot be found.    at Microsoft.SharePoint.SPUserCollection.GetByID(Int32 id)    at Microsoft.SharePoint.SPSite.get_Owner() [SiteSequence] [ERROR]: User cannot be found.&lt;br /&gt;Error 2) Manage Site Collection Owners User cannot be found&lt;br /&gt;&lt;br /&gt;I've found a way to fix this but please try at&lt;span style="color:#ff0000;"&gt; your own risk&lt;/span&gt; and backup the database first! I think what is happening is that when SharePoint checks to see who the author (owner) of the site is, if the author doesn't exist Upgrade/migration fails.&lt;br /&gt;The Owner of the site is stored in the Sites database table. The author of the site is stored in the Webs database table.&lt;br /&gt;&lt;br /&gt;Step 1&lt;br /&gt; Select * from Webs where FullUrl = ''&lt;br /&gt;Here the full url is the one you are having problems with Copy the siteID it should look like this 3893DC55-756E-430C-8975-6214A531CAE1&lt;br /&gt;&lt;br /&gt;Step 2&lt;br /&gt;SELECT *   FROM [FortBenn4_SITE].[dbo].[UserInfo] where tp_SiteId='3893DC59-756E-430C-8975-6214A531CAE1'&lt;br /&gt;In here you get lots of records returned look for any valid user just copy the tp_ID for our example we make it 44&lt;br /&gt;&lt;br /&gt;Step 3&lt;br /&gt;The author and OwnerID bellow are the one you picked in step 2 (44) UPDATE [Sites]    SET     [OwnerID] = '44'  WHERE [FullUrl]=’ '&lt;br /&gt;Update Webs set Author='44' where FullUrl = ''&lt;br /&gt;Step 4&lt;br /&gt;Finally, go give ownership to the right user Go Windows SharePoint Services Manage Site Collection Owners Give the desired user ownership to the site&lt;br /&gt;Let me know how it works make sure you test it on a backup environment&lt;div class="blogger-post-footer"&gt;MyCodeKb.com&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6653994288831418741-149307782122522357?l=mycodekb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mycodekb.blogspot.com/feeds/149307782122522357/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6653994288831418741&amp;postID=149307782122522357' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/149307782122522357'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/149307782122522357'/><link rel='alternate' type='text/html' href='http://mycodekb.blogspot.com/2007/08/upgrade-migration-error-halting-upgrade.html' title='Upgrade Migration Error: Halting upgrade... Microsoft.SharePoint.SPException: User cannot be found.'/><author><name>Paul Zanbaka</name><uri>http://www.blogger.com/profile/12552744068528953124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_evEWQ-ynwj0/SyewWF_hMqI/AAAAAAAAAA8/83yW6WF_Jkk/S220/Paul-22.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6653994288831418741.post-3538929169603043141</id><published>2007-08-09T20:37:00.000-04:00</published><updated>2007-08-17T14:59:13.635-04:00</updated><title type='text'>I kicked ... on  the MCTS MOSS 70-630  Exam</title><content type='html'>I took the MCTS Sharepoint exam yesterday, I thought it was too easy I scored 982. The bottom line most of the questions were short and more about the features of MOSS. Unlike typical Microsoft Exam which have long scenarios. If you are thinking about taking it ...just do it... I probably over studied.&lt;div class="blogger-post-footer"&gt;MyCodeKb.com&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6653994288831418741-3538929169603043141?l=mycodekb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mycodekb.blogspot.com/feeds/3538929169603043141/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6653994288831418741&amp;postID=3538929169603043141' title='17 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/3538929169603043141'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6653994288831418741/posts/default/3538929169603043141'/><link rel='alternate' type='text/html' href='http://mycodekb.blogspot.com/2007/08/i-kicked-on-mcts-moss-70-630-exam.html' title='I kicked ... on  the MCTS MOSS 70-630  Exam'/><author><name>Paul Zanbaka</name><uri>http://www.blogger.com/profile/12552744068528953124</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_evEWQ-ynwj0/SyewWF_hMqI/AAAAAAAAAA8/83yW6WF_Jkk/S220/Paul-22.jpg'/></author><thr:total>17</thr:total></entry></feed>
