<?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-6648458767490059859</id><updated>2012-02-16T03:54:50.290-08:00</updated><title type='text'>Things I Need To Remember</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>69</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-1887697888678235070</id><published>2012-02-06T02:10:00.000-08:00</published><updated>2012-02-06T02:14:22.251-08:00</updated><title type='text'>BizTalk: Failed to update binding information</title><content type='html'>Post from:  &lt;a href="http://felixmondelo.blogspot.com/2008/05/deploy-orchestrations-failed-to-update.html"&gt;http://felixmondelo.blogspot.com/2008/05/deploy-orchestrations-failed-to-update.html&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Receive Location '&lt;receivelocationname&gt;' has no Transport type specified.&lt;/receivelocationname&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;BizTalk stores info about the last deployments in:&lt;/div&gt;&lt;div&gt;C:\Documents and Settings\[user name]\Application Data\Microsoft\BizTalk Server\Deployment\BindingFiles&lt;/div&gt;&lt;div&gt;Windows 7&lt;/div&gt;&lt;div&gt;C:\Users\[user name]\AppData\Roaming\Microsoft\BizTalk Server\Deployment\BindingFiles&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;When you do a redeployment, BizTalk uses this information. If this information is with errors, we get this error "Failed to update binding information".&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Solution is to remove the info binding file.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-1887697888678235070?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/1887697888678235070/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=1887697888678235070' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1887697888678235070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1887697888678235070'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2012/02/biztalk-failed-to-update-binding.html' title='BizTalk: Failed to update binding information'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-587391195848628569</id><published>2011-11-16T07:10:00.000-08:00</published><updated>2011-11-16T07:12:01.599-08:00</updated><title type='text'>An invalid parameter or option was specified for procedure 'sys.sp_change_users_login'</title><content type='html'>&lt;div&gt;Msg 15600, Level 15, State 1, Procedure sp_change_users_login, Line 214&lt;/div&gt;&lt;div&gt;An invalid parameter or option was specified for procedure 'sys.sp_change_users_login'.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I ran this script:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;EXECUTE sp_change_users_login @action = 'auto_fix', @UserNamePattern = 'login'&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Fix:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I added @Password parameter:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;EXECUTE sp_change_users_login @action = 'auto_fix', @UserNamePattern = 'login', @Password = 'password'&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-587391195848628569?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/587391195848628569/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=587391195848628569' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/587391195848628569'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/587391195848628569'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2011/11/invalid-parameter-or-option-was.html' title='An invalid parameter or option was specified for procedure &apos;sys.sp_change_users_login&apos;'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-1354624192517774883</id><published>2011-11-05T06:04:00.000-07:00</published><updated>2011-11-05T06:06:42.552-07:00</updated><title type='text'>SharePoint disable loopback check</title><content type='html'>&lt;div&gt;Post from: &lt;a href="http://www.jeremytaylor.net/2010/05/24/sharepoint-disable-loopback-check-disableloopbackcheck-dword-in-registry/"&gt;http://www.jeremytaylor.net/2010/05/24/sharepoint-disable-loopback-check-disableloopbackcheck-dword-in-registry/&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;I was constantly prompted for the username and password. In SharePoint 2010, it can really annoy you by not accepting your username password credentials in the popup window.&lt;br /&gt;&lt;br /&gt;Its a ‘feature’ on the server that you need to disable as a workaround.&lt;br /&gt;Caution: Microsoft Best practices is out of scope in this article. Do your own research on this topic.&lt;br /&gt;&lt;br /&gt;You would need to create a DWORD registry key in the registry called DisableLoopbackCheck and set it to 1.&lt;br /&gt;Follow these steps:&lt;br /&gt;&lt;br /&gt;Click Start, click Run&lt;div&gt;Type regedit, and then click OK&lt;br /&gt;In Registry Editor, locate the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa&lt;br /&gt;Right-click Lsa, point to New, and then click DWORD Value. (In Win 2008, its DWORD 32bit)&lt;br /&gt;Type DisableLoopbackCheck, and then press ENTER.&lt;br /&gt;Right-click DisableLoopbackCheck, and then click Modify.&lt;br /&gt;In the Value data box, type 1 and then click OK.&lt;br /&gt;Quit Registry Editor.&lt;br /&gt;You may need to restart your server.&lt;br /&gt;&lt;br /&gt;For more information about this, click the following article number to view the article in the Microsoft Knowledge Base: 281308 (http://support.microsoft.com/kb/281308/ ) Connecting to SMB share on a Windows 2000-based computer or a Windows Server 2003-based computer may not work with an alias name.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-1354624192517774883?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/1354624192517774883/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=1354624192517774883' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1354624192517774883'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1354624192517774883'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2011/11/sharepoint-disable-loopback-check.html' title='SharePoint disable loopback check'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-3360798759673423592</id><published>2011-10-02T23:19:00.000-07:00</published><updated>2011-10-02T23:23:31.450-07:00</updated><title type='text'>The type  was not expected. Use the XmlInclude or SoapInclude attribute to specify types that are not known statically.</title><content type='html'>Post from: &lt;a href="http://www.johnsoer.com/blog/?p=125&amp;amp;cpage=1#comment-5494"&gt;http://www.johnsoer.com/blog/?p=125&amp;amp;cpage=1#comment-5494&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;ol start="1" class="dp-c"&gt;&lt;li class="alt"&gt;&lt;span&gt;&lt;span class="keyword"&gt;public&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span class="keyword"&gt;class&lt;/span&gt;&lt;span&gt; Test  &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=""&gt;&lt;span&gt;{  &lt;/span&gt;&lt;/li&gt;&lt;li class="alt"&gt;&lt;span&gt;  &lt;span class="keyword"&gt;private&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span class="keyword"&gt;string&lt;/span&gt;&lt;span&gt; _Field = &lt;/span&gt;&lt;span class="string"&gt;""&lt;/span&gt;&lt;span&gt;;  &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=""&gt;&lt;span&gt;  &lt;span class="keyword"&gt;public&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span class="keyword"&gt;string&lt;/span&gt;&lt;span&gt; Field  &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="alt"&gt;&lt;span&gt;  {  &lt;/span&gt;&lt;/li&gt;&lt;li class=""&gt;&lt;span&gt;    &lt;span class="keyword"&gt;get&lt;/span&gt;&lt;span&gt; { &lt;/span&gt;&lt;span class="keyword"&gt;return&lt;/span&gt;&lt;span&gt; _Field; }  &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="alt"&gt;&lt;span&gt;    &lt;span class="keyword"&gt;set&lt;/span&gt;&lt;span&gt; { _Field = value; }  &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=""&gt;&lt;span&gt;  }  &lt;/span&gt;&lt;/li&gt;&lt;li class="alt"&gt;&lt;span&gt;}  &lt;/span&gt;&lt;/li&gt;&lt;li class=""&gt;&lt;span&gt;  &lt;/span&gt;&lt;/li&gt;&lt;li class="alt"&gt;&lt;span&gt;&lt;span class="keyword"&gt;public&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span class="keyword"&gt;class&lt;/span&gt;&lt;span&gt; TestInherited : Test  &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=""&gt;&lt;span&gt;{  &lt;/span&gt;&lt;/li&gt;&lt;li class="alt"&gt;&lt;span&gt;}  &lt;/span&gt;&lt;/li&gt;&lt;li class=""&gt;&lt;span&gt;  &lt;/span&gt;&lt;/li&gt;&lt;li class="alt"&gt;&lt;span&gt;&lt;span class="keyword"&gt;public&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span class="keyword"&gt;class&lt;/span&gt;&lt;span&gt; Container  &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=""&gt;&lt;span&gt;{  &lt;/span&gt;&lt;/li&gt;&lt;li class="alt"&gt;&lt;span&gt;  &lt;span class="keyword"&gt;private&lt;/span&gt;&lt;span&gt; Test ivField;  &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=""&gt;&lt;span&gt;  &lt;span class="keyword"&gt;public&lt;/span&gt;&lt;span&gt; Test Field  &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="alt"&gt;&lt;span&gt;  {  &lt;/span&gt;&lt;/li&gt;&lt;li class=""&gt;&lt;span&gt;    &lt;span class="keyword"&gt;get&lt;/span&gt;&lt;span&gt; { &lt;/span&gt;&lt;span class="keyword"&gt;return&lt;/span&gt;&lt;span&gt; _Field; }  &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="alt"&gt;&lt;span&gt;    &lt;span class="keyword"&gt;set&lt;/span&gt;&lt;span&gt; { _Field = value; }  &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=""&gt;&lt;span&gt;  }  &lt;/span&gt;&lt;/li&gt;&lt;li class="alt"&gt;&lt;span&gt;}  &lt;/span&gt;&lt;/li&gt;&lt;li class=""&gt;&lt;span&gt;  &lt;/span&gt;&lt;/li&gt;&lt;li class="alt"&gt;&lt;span&gt;Container _Test = &lt;span class="keyword"&gt;new&lt;/span&gt;&lt;span&gt; Container();  &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class=""&gt;&lt;span&gt;_Test.Field = &lt;span class="keyword"&gt;new&lt;/span&gt;&lt;span&gt; TestInherited();  &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;Solution:&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;new XmlSerializer(typeof(Container), new Type[] { typeof(TestInherited) });&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;This solution was not working for me because:&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;p&gt;There was a namspace on my XmlRoot element [XmlRoot("Container", Namespace = "http://namespace", IsNullable = false)]&lt;/p&gt;&lt;p&gt;When i removed namespase, the problem was gone.&lt;/p&gt;&lt;p&gt;Hope this helps someone.&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-3360798759673423592?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/3360798759673423592/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=3360798759673423592' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/3360798759673423592'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/3360798759673423592'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2011/10/type-was-not-expected-use-xmlinclude-or.html' title='The type &lt;Type&gt; was not expected. Use the XmlInclude or SoapInclude attribute to specify types that are not known statically.'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-4559908923187612030</id><published>2011-09-20T05:48:00.000-07:00</published><updated>2011-09-20T06:00:47.068-07:00</updated><title type='text'>Setup WRT54G (or similar) running DD-WRT as Access Point</title><content type='html'>&lt;span class="Apple-style-span" &gt;Blog from: &lt;a href="http://www.maximumpc.com/forums/viewtopic.php?t=59541"&gt;http://www.maximumpc.com/forums/viewtopic.php?t=59541&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Setup &amp;gt; Basic Setup &amp;gt; WAN Connection Type: &lt;b&gt;Connection type: &lt;/b&gt;&lt;i&gt;&lt;b&gt;Automatic Configuration - DHCP&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;div&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" &gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;div&gt;&lt;span class="Apple-style-span" &gt;Enter a good (outside of your DHCP range) IP address (and, of course, match your current subnet);&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" &gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" &gt;Setup &amp;gt; Basic Setup &amp;gt; Network Address Server Settings (DHCP): &lt;b&gt;DHCP Server: &lt;/b&gt;&lt;i&gt;&lt;b&gt;Disable&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;Setup &amp;gt; Advanced Routing &amp;gt; Operating Mode: &lt;b&gt;Operating Mode: &lt;i&gt;Router&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" &gt;Setup &amp;gt; Advanced Routing &amp;gt; Dynamic Routing: &lt;b&gt;Interface: &lt;i&gt;Both&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: small; "&gt;Setup &amp;gt; Advanced Routing &amp;gt; Static Routing: &lt;b&gt;Interface: &lt;i&gt;LAN &amp;amp; WLAN&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-4559908923187612030?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/4559908923187612030/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=4559908923187612030' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/4559908923187612030'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/4559908923187612030'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2011/09/setup-wrt54g-or-similar-running-dd-wrt.html' title='Setup WRT54G (or similar) running DD-WRT as Access Point'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-2740657394137158160</id><published>2011-02-16T07:53:00.000-08:00</published><updated>2011-02-16T07:54:35.915-08:00</updated><title type='text'>SSRS 2008 R2 and UAC problem</title><content type='html'>Post from: &lt;a href="http://calebs71.blogspot.com/2010/09/ssrs-2008-domain-user-issue.html"&gt;http://calebs71.blogspot.com/2010/09/ssrs-2008-domain-user-issue.html&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(41, 48, 59); font-family: Georgia, 'Times New Roman', sans-serif; font-size: 13px; "&gt;Scenario: I have a new SQL Server Reporting Services 2008 R2 x64 instance that works if you are the local administrator. Once I switch to another user who is an implied administrator via an AD group I get the following error when attempting to access SSRS in a browser:&lt;br /&gt;&lt;br /&gt;"User 'TESTDOM\user' does not have required permissions. Verify that sufficient permissions have been granted and Windows User Account Control (UAC) restrictions have been addressed."&lt;br /&gt;&lt;br /&gt;The user is a member of the domain admins group which is obviously a member of the local admins. Also if I right click on IE8 and say "Run As Administrator" it works. The quick fix is to disable the UAC. If you don't want to do that then just do the below:&lt;br /&gt;&lt;br /&gt;1. Launch IE8 using "Run As Administrator" and in SSRS (http://servername/Reports) click on Site Settings. In Site Settings navigate to "Security" and add your user "TESTDOM\user" as a System Administrator.&lt;br /&gt;&lt;br /&gt;2. Click on "Home" and then "Folder Settings". Now add your account again this time assigning yourself all the roles (Browser, Content Manager, My Reports, Publisher, Report Builder).&lt;br /&gt;&lt;br /&gt;3. Close Administrative IE session and open a normal IE8 window and your SSRS should work.&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-2740657394137158160?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/2740657394137158160/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=2740657394137158160' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/2740657394137158160'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/2740657394137158160'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2011/02/ssrs-2008-r2-and-uac-problem.html' title='SSRS 2008 R2 and UAC problem'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-7929147575253791175</id><published>2011-01-12T01:14:00.000-08:00</published><updated>2011-01-12T01:15:18.956-08:00</updated><title type='text'>Fix SharePoint 2010 alert url's</title><content type='html'>http://technet.microsoft.com/en-us/library/cc508847.aspx&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-7929147575253791175?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/7929147575253791175/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=7929147575253791175' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/7929147575253791175'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/7929147575253791175'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2011/01/fix-sharepoint-2010-alert-urls.html' title='Fix SharePoint 2010 alert url&apos;s'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-3041382624639315974</id><published>2011-01-03T01:59:00.000-08:00</published><updated>2011-01-03T02:00:28.274-08:00</updated><title type='text'>Login failed for user .</title><content type='html'>&lt;p class="MsoPlainText"&gt;Server Name: &lt;a href="file:///\\.\pipe\MSSQL$MICROSOFT%23%23SSEE\sql\query"&gt;\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoPlainText"&gt;Error Number: 18456&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoPlainText"&gt;Severity: 14&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoPlainText"&gt;State: 1&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;Run SSMS as Administrator.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-3041382624639315974?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/3041382624639315974/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=3041382624639315974' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/3041382624639315974'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/3041382624639315974'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2011/01/login-failed-for-user.html' title='Login failed for user &lt;user&gt;.'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-630078275374442294</id><published>2010-07-09T02:22:00.000-07:00</published><updated>2010-07-09T02:23:23.486-07:00</updated><title type='text'>Could not create SSOSQL. Error Code: 0x80131700</title><content type='html'>This is for x64 OS:&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;"C:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm.exe" "C:\Program Files\Common Files\Enterprise Single Sign-On\win32\ssosql.dll"&lt;/div&gt;&lt;div&gt;"C:\Windows\Microsoft.NET\Framework64\v2.0.50727\regasm.exe" "C:\Program Files\Common Files\Enterprise Single Sign-On\win32\ssosql.dll"&lt;/div&gt;&lt;div&gt;"C:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm.exe" "C:\Program Files\Common Files\Enterprise Single Sign-On\ssosql.dll"&lt;/div&gt;&lt;div&gt;"C:\Windows\Microsoft.NET\Framework64\v2.0.50727\regasm.exe" "C:\Program Files\Common Files\Enterprise Single Sign-On\ssosql.dll"&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-630078275374442294?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/630078275374442294/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=630078275374442294' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/630078275374442294'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/630078275374442294'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2010/07/could-not-create-ssosql-error-code.html' title='Could not create SSOSQL. Error Code: 0x80131700'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-1012037033101320678</id><published>2010-04-16T03:39:00.000-07:00</published><updated>2010-04-16T03:40:02.816-07:00</updated><title type='text'>Restoring SQL Server 2005 Suspect Database</title><content type='html'>Post from: &lt;a href="http://mshehadeh.blogspot.com/2007/09/restoring-sql-server-2005-suspect.html"&gt;http://mshehadeh.blogspot.com/2007/09/restoring-sql-server-2005-suspect.html&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', Verdana, Arial, sans-serif; font-size: 13px; color: rgb(51, 51, 51); line-height: 18px; "&gt;&lt;em&gt;&lt;span style="color: rgb(255, 0, 0); "&gt;EXEC sp_resetstatus 'DBname'&lt;br /&gt;&lt;br /&gt;ALTER DATABASE "DBname" SET EMERGENCY&lt;br /&gt;&lt;br /&gt;DBCC checkdb('DBname')&lt;br /&gt;&lt;br /&gt;ALTER DATABASE "DBname" SET SINGLE_USER WITH ROLLBACK IMMEDIATE&lt;br /&gt;&lt;br /&gt;DBCC CheckDB ('DBname', REPAIR_ALLOW_DATA_LOSS)&lt;br /&gt;&lt;br /&gt;ALTER DATABASE "DBname" SET MULTI_USER&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-1012037033101320678?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/1012037033101320678/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=1012037033101320678' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1012037033101320678'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1012037033101320678'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2010/04/restoring-sql-server-2005-suspect.html' title='Restoring SQL Server 2005 Suspect Database'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-4714437624113953822</id><published>2010-02-10T05:12:00.000-08:00</published><updated>2010-02-10T07:29:23.934-08:00</updated><title type='text'>The SSO service failed to start. After installing VS 2010</title><content type='html'>Post from: &lt;a href="http://blogs.msdn.com/ashishme/archive/2009/08/14/fixing-biztalk-entsso-failure-on-windows-7-vista-or-server-2008-after-vs-2010-beta-installation.aspx"&gt;http://blogs.msdn.com/ashishme/archive/2009/08/14/fixing-biztalk-entsso-failure-on-windows-7-vista-or-server-2008-after-vs-2010-beta-installation.aspx&lt;/a&gt;\&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="color: rgb(51, 51, 51);   line-height: 14px; font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;"&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;I've been running BizTalk 2009 on my Windows 7 machine, and after installing VS 2010 beta 2, the Enterprise Single Sign-On Service stopped working.&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;It failed with the following error:&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;Could not create SSOSQL. To fix the problem, reinstall SSO or try 'regasm SSOSQL.dll' from a Visual Studio command prompt.&lt;br /&gt;Error Code: 0x80131700&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;The file is located at C:\Program Files\Common Files\Enterprise Single Sign-On\SSOSQL.dll&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;Run Visual Studio Commmand prompt as Administrator and run 'regasm "C:\Program Files\Common Files\Enterprise Single Sign-On\SSOSQL.dll"'.&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', Verdana, Arial, sans-serif; line-height: 18px; font-size: 13px; "&gt;On 64 bit machines (windows 7, Vista, W2008 etc) you need to call regasm.exe utility explicitly from this folder:&lt;br /&gt;&lt;br /&gt;C:\Windows\Microsoft.NET\Framework64\v2.0.50727\regasm.exe&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-4714437624113953822?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/4714437624113953822/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=4714437624113953822' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/4714437624113953822'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/4714437624113953822'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2010/02/sso-service-failed-to-start-after.html' title='The SSO service failed to start. After installing VS 2010'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-160735564120695104</id><published>2010-02-04T01:29:00.000-08:00</published><updated>2010-02-04T01:30:40.245-08:00</updated><title type='text'>The 'Microsoft.ACE.OLEDB.12.0' provider is not registered error with 64bit OS</title><content type='html'>&lt;p&gt;&lt;/p&gt;&lt;p&gt;Post from: &lt;a href="http://weblogs.asp.net/cazzu/archive/2007/11/16/the-microsoft-ace-oledb-12-0-provider-is-not-registered-error-with-vista-64bit.aspx"&gt;http://weblogs.asp.net/cazzu/archive/2007/11/16/the-microsoft-ace-oledb-12-0-provider-is-not-registered-error-with-vista-64bit.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;If you're getting this error while trying to connect to Access 2007 or Excel 2007 via the Office 12 OleDB provider, you must first make sure you have the &lt;a title="MSDN download" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7554F536-8C28-4598-9B72-EF94E038C891&amp;amp;displaylang=en" target="_blank"&gt;Office 2007 data providers&lt;/a&gt; installed.&lt;/p&gt;&lt;br /&gt;  &lt;p&gt;Next, under x64 (64bit), the data providers will not work by default as they are 32-bit only (x86), even if the &lt;a title="MSDN download" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7554F536-8C28-4598-9B72-EF94E038C891&amp;amp;displaylang=en" target="_blank"&gt;data providers download page&lt;/a&gt; doesn't say it. You have to explicitly compile for x86 instead of the default "Any CPU" platform:&lt;span&gt;...&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.clariusconsulting.net/blogs/kzu/archive/2007/11/15/41639.aspx"&gt;Read full article&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-160735564120695104?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/160735564120695104/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=160735564120695104' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/160735564120695104'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/160735564120695104'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2010/02/microsoftaceoledb120-provider-is-not.html' title='The &apos;Microsoft.ACE.OLEDB.12.0&apos; provider is not registered error with 64bit OS'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-4577251753218768010</id><published>2010-01-22T01:52:00.000-08:00</published><updated>2010-01-22T01:53:39.570-08:00</updated><title type='text'>The description for Event ID ( 17137 ) in Source ( MSSQL$MICROSOFT##SSEE ) cannot be found</title><content type='html'>Post from: &lt;a href="http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.sharepoint.setup_and_administration&amp;amp;tid=71af2356-f92e-4b15-8b09-798a91288cc3&amp;amp;cat=%E3%80%88=&amp;amp;cr=&amp;amp;sloc=&amp;amp;p=1"&gt;http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.sharepoint.setup_and_administration&amp;amp;tid=71af2356-f92e-4b15-8b09-798a91288cc3&amp;amp;cat=〈=&amp;amp;cr=&amp;amp;sloc=&amp;amp;p=1&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Solution:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica; font-size: small; "&gt;Open SQL server management studio.&lt;br /&gt;&lt;br /&gt;Right click the database and select Properties-&gt;Options.&lt;br /&gt;See if Auto close is set to True. If it is true, set it to false. &lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-4577251753218768010?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/4577251753218768010/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=4577251753218768010' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/4577251753218768010'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/4577251753218768010'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2010/01/description-for-event-id-17137-in.html' title='The description for Event ID ( 17137 ) in Source ( MSSQL$MICROSOFT##SSEE ) cannot be found'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-1126683817739787550</id><published>2010-01-04T06:54:00.000-08:00</published><updated>2010-01-04T06:55:05.999-08:00</updated><title type='text'>The evaluation version of Microsoft Office SharePoint Server 2007 for this server has expired</title><content type='html'>&lt;a href="http://support.microsoft.com/kb/971620"&gt;http://support.microsoft.com/kb/971620&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-1126683817739787550?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/1126683817739787550/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=1126683817739787550' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1126683817739787550'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1126683817739787550'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2010/01/evaluation-version-of-microsoft-office.html' title='The evaluation version of Microsoft Office SharePoint Server 2007 for this server has expired'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-5532865829839550307</id><published>2010-01-04T04:17:00.001-08:00</published><updated>2010-01-04T04:17:54.532-08:00</updated><title type='text'>No exact match was found domain users. Domain users</title><content type='html'>&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 15px; "&gt;&lt;p mce_keep="true" style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;&lt;strong&gt;Post from: &lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;a href="http://weblogs.asp.net/erobillard/archive/2007/07/06/how-to-change-service-accounts-and-their-passwords-in-moss-and-wss-3-0.aspx"&gt;http://weblogs.asp.net/erobillard/archive/2007/07/06/how-to-change-service-accounts-and-their-passwords-in-moss-and-wss-3-0.aspx&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p mce_keep="true" style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p mce_keep="true" style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;&lt;strong&gt;Change the Application Pool Identity for SharePoint Central Administration (SCA)&lt;/strong&gt;&lt;/p&gt;&lt;p mce_keep="true" style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;Repeat these steps on each server which hosts the SharePoint Central Administration web application. If the web front-end (WFE) and application (APP) server roles are served by separate machines, SCA should be enabled on one APP server (or more) and stopped and/or removed from the WFE servers. This allows control over access to the SCA. The SCA service account should not be the same as that used for the SharePoint application pool so even if one is compromised, the other remains secure.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;div mce_keep="true"&gt;Open a command prompt.  &lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div mce_keep="true"&gt;Run: &lt;strong&gt;stsadm -o updatefarmcredentials -userlogin &lt;em&gt;domain\username&lt;/em&gt; -password &lt;em&gt;password&lt;/em&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div mce_keep="true"&gt;Be patient. This may take a few minutes to run.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div mce_keep="true"&gt;To restart the application pool, either open IIS and recycle the application pool, or open a command prompt and type &lt;strong&gt;iisreset -noforce&lt;/strong&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div mce_keep="true"&gt;Open SharePoint Central Administration in a browser to confirm that the change was successful.  &lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p mce_keep="true" style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;The above steps create an Administration Application Pool Credential Deployment timer job. You can see this in the Timer Job Definitions&lt;strong&gt; &lt;/strong&gt;page. The job is complete when it no longer appears in the list of definitions (refresh the browser, this isn't automatic).&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-5532865829839550307?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/5532865829839550307/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=5532865829839550307' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/5532865829839550307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/5532865829839550307'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2010/01/no-exact-match-was-found-domain-users.html' title='No exact match was found domain users. Domain users'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-4576840065138937413</id><published>2009-12-09T07:21:00.000-08:00</published><updated>2009-12-09T07:24:05.189-08:00</updated><title type='text'>Cannot connect to the configuration database. Event ID: 33002</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; "&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; "&gt;Post from: &lt;a href="http://social.technet.microsoft.com/Forums/en-US/sharepointgeneral/thread/8b3094a1-31ee-49d7-ab02-72ca0dc440a7"&gt;http://social.technet.microsoft.com/Forums/en-US/sharepointgeneral/thread/8b3094a1-31ee-49d7-ab02-72ca0dc440a7&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;Description:&lt;br /&gt;The description for Event ID ( 33002 ) in Source ( MSSQL$MICROSOFT##SSEE ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: module, dbo.proc_getObjectsByClass.&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; "&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; "&gt;Solution:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; "&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; "&gt;&lt;p align="left" style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;&lt;strong class="uiterm" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: bold; font-style: inherit; font-family: inherit; "&gt;Start&lt;/strong&gt;, point to &lt;strong class="uiterm" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: bold; font-style: inherit; font-family: inherit; "&gt;All Programs&lt;/strong&gt;, point to &lt;strong class="uiterm" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: bold; font-style: inherit; font-family: inherit; "&gt;Administrative Tools&lt;/strong&gt;, and then click &lt;strong class="uiterm" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: bold; font-style: inherit; font-family: inherit; "&gt;SharePoint Products and Technologies Configuration Wizard&lt;/strong&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Important&lt;/b&gt; Because of a problem with the hotfix installation, you must not run the SharePoint Products and Technologies Configuration Wizard to complete the installation if you are running a Windows SharePoint Services stand-alone installation that uses the Windows Internal Database Engine. Instead, you must use the Psconfig.exe command-line utility. To do this, follow these steps:&lt;/p&gt;&lt;table class="list ol" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;&lt;tbody style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; "&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;&lt;td class="number" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;1.&lt;/td&gt;&lt;td class="text" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;Click &lt;strong class="uiterm" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: bold; font-style: inherit; font-family: inherit; "&gt;Start&lt;/strong&gt;, click &lt;strong class="uiterm" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: bold; font-style: inherit; font-family: inherit; "&gt;Run&lt;/strong&gt;, type &lt;span class="userInput" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; "&gt;cmd&lt;/span&gt; in the &lt;strong class="uiterm" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: bold; font-style: inherit; font-family: inherit; "&gt;Open&lt;/strong&gt; box, and then click &lt;strong class="uiterm" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: bold; font-style: inherit; font-family: inherit; "&gt;OK&lt;/strong&gt;.&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;&lt;td class="number" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;2.&lt;/td&gt;&lt;td class="text" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;Change to the following directory:&lt;div class="indent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; "&gt;system drive\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Bin&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;&lt;td class="number" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;3.&lt;/td&gt;&lt;td class="text" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;Run the following command:&lt;div class="indent" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; "&gt;&lt;b&gt;psconfig -cmd upgrade -inplace b2b&lt;/b&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;If you ran the SharePoint Products and Technologies Configuration Wizard, you may experience a long delay, and the wizard may not be completed successfully.&lt;br /&gt;&lt;br /&gt;Alternatively, the configuration process may be unsuccessful, and you may receive the following error messages:&lt;p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;&lt;/p&gt;&lt;div class="errormsg" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; "&gt;Configuration Failed&lt;/div&gt;&lt;div class="errormsg" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; "&gt;An exception of type System.Data.SQLClient.SQLException was thrown. Additional exception information access to module dbo.proc_MSS_GetConfigurationProperty is blocked because the signature is not valid.&lt;/div&gt;&lt;p align="left" style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;Additionally, the following event may be logged in the Application log:&lt;/p&gt;&lt;p class="indent" style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;Event ID: 5586&lt;br /&gt;Source: Windows SharePoint Services 3&lt;br /&gt;Unknown SQL Exception 33002 occured.&lt;br /&gt;Additional error information from SQL Server is included below.&lt;br /&gt;Access to module dbo.proc_MSS_GetConfigurationProperty is blocked because the signature is not valid.&lt;/p&gt;&lt;p align="left" style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;If you experience these issues, use the Psconfig.exe command to manually complete the installation of the hotfix.&lt;/p&gt;&lt;p align="left" style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p align="left" style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;If this doesn't help try this:&lt;/p&gt;&lt;p align="left" style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p align="left" style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;&lt;/p&gt;&lt;p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;Superb, worked great. Found that the search service was disabled so it failed, but I had to run the command line again with -force on the end after setting the service to automatic.&lt;/p&gt;&lt;p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt; &lt;/p&gt;&lt;p align="left" style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;Thanks very much for your help.&lt;/p&gt;&lt;p align="left" style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt; &lt;/p&gt;&lt;p align="left" style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; "&gt;- Kurt&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-4576840065138937413?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/4576840065138937413/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=4576840065138937413' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/4576840065138937413'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/4576840065138937413'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/12/cannot-connect-to-configuration.html' title='Cannot connect to the configuration database. Event ID: 33002'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-4912786140784382706</id><published>2009-10-20T02:08:00.000-07:00</published><updated>2009-10-20T02:09:38.928-07:00</updated><title type='text'>BizTalk Error: Project Creation Failed</title><content type='html'>Post from: &lt;a href="http://blogs.msdn.com/kerreybpi/archive/2009/05/12/biztalk-error-project-creation-failed.aspx"&gt;http://blogs.msdn.com/kerreybpi/archive/2009/05/12/biztalk-error-project-creation-failed.aspx&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 13px; "&gt;&lt;p&gt;&lt;strong&gt;SYMPTOMS&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;The error message appears on the status bar when you try to add a BizTalk 2009 project in Visual Studio 2008.&lt;br /&gt;-----------------------------------------&lt;br /&gt;Error Details: “Create BizTalk Project …. Project Creation Failed”&lt;/p&gt;&lt;p&gt;This problem may occur after you applied SP1 for VS.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;RESOLUTION&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Browse to the installation folder of BizTalk 2009, run setup.exe, and choose “Repair” button, after that, you will work out the issue.&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-4912786140784382706?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/4912786140784382706/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=4912786140784382706' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/4912786140784382706'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/4912786140784382706'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/10/biztalk-error-project-creation-failed.html' title='BizTalk Error: Project Creation Failed'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-3149230281753246189</id><published>2009-10-14T04:57:00.000-07:00</published><updated>2009-10-14T04:59:54.712-07:00</updated><title type='text'>Error when using Upload File or New Data Source option in Report Manager</title><content type='html'>Post from: http://social.msdn.microsoft.com/forums/en-US/sqlreportingservices/thread/af7650a8-148c-455e-99f3-3384b073e66f/&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Problem:&lt;/div&gt;&lt;div&gt;&lt;div&gt;I have just installed SQL Server 2008 and am having problems using Report Manager. Initially, I had problems accessing Report Manager so I removed the SSL identifies on both the web service and report manager website using the configuration manager.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;This solved the problem of accessing Report Manager. However, if I now click on either the "Upload File" or "New Data Source" buttons in Report Manager I get the following error:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;"Internet explorer cannot display the webpage".&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Resolution:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Go to: C:\Program Files\Microsoft SQL Server\MSRS10.SQL2008\Reporting Services\ReportServer&lt;/div&gt;&lt;div&gt;Open: rsreportserver.config&lt;/div&gt;&lt;div&gt;Set value of "SecureConnectionLevel" to 0 (zero);&lt;/div&gt;&lt;div&gt;Restart your Report Server.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-3149230281753246189?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/3149230281753246189/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=3149230281753246189' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/3149230281753246189'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/3149230281753246189'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/10/error-when-using-upload-file-or-new.html' title='Error when using Upload File or New Data Source option in Report Manager'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-501049762017247024</id><published>2009-10-10T03:24:00.000-07:00</published><updated>2009-10-10T03:31:20.368-07:00</updated><title type='text'>Rebuild master DB SQL Server 2008</title><content type='html'>1. From a command prompt window change to the following directory:&lt;br /&gt; &lt;br /&gt;"C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Release"&lt;br /&gt; &lt;br /&gt;2. Next paste the following into the command prompt window and press “Enter”:&lt;br /&gt; &lt;br /&gt;Setup.Exe /Action=RebuildDatabase /InstanceName=MSSQLSERVER /SqlSysAdminAccounts=Admin /Quiet&lt;br /&gt;&lt;br /&gt;If you have SQL configured for Mixed Authentication Mode use the same syntax except you must also provide the /SAPWD parameter to specify the SA password. If you don't, you will get an error.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-501049762017247024?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/501049762017247024/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=501049762017247024' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/501049762017247024'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/501049762017247024'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/10/rebuild-master-db-sql-server-2008.html' title='Rebuild master DB SQL Server 2008'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-3274674719770697146</id><published>2009-10-01T23:35:00.000-07:00</published><updated>2009-10-01T23:37:19.457-07:00</updated><title type='text'>JavaScript in C#</title><content type='html'>&lt;div&gt;Page.ClientScript.RegisterStartupScript(GetType(), "hideWatermark", "&amp;lt;script type="\"&amp;gt;function hideWatermark(element){ if (element.value == 'Fill to change display name') { element.value = ''; } element.style.color = 'black'; }&amp;lt;/script&amp;gt;");&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;control.Attributes.Add("onfocus", "javascript:hideWatermark(this)");&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-3274674719770697146?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/3274674719770697146/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=3274674719770697146' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/3274674719770697146'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/3274674719770697146'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/10/javascript-in-c.html' title='JavaScript in C#'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-6813567970304510296</id><published>2009-09-23T03:26:00.001-07:00</published><updated>2009-09-23T03:27:00.613-07:00</updated><title type='text'>The path specified cannot be used at this time. (Exception from HRESULT: 0x80070094)</title><content type='html'>&lt;span class="Apple-style-span"   style="  line-height: 17px; color: rgb(68, 68, 68); font-family:'Geneva,Arial,Sans-serif';font-size:small;"&gt;&lt;p style="line-height: 17px; margin-top: 0px; margin-right: 0px; margin-bottom: 1.35em; margin-left: 0px; "&gt;Post from: &lt;a href="http://kbarret3.spaces.live.com/blog/cns!5E66707AED54DB49!414.entry"&gt;http://kbarret3.spaces.live.com/blog/cns!5E66707AED54DB49!414.entry&lt;/a&gt;&lt;/p&gt;&lt;p style="line-height: 17px; margin-top: 0px; margin-right: 0px; margin-bottom: 1.35em; margin-left: 0px; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="line-height: 17px; margin-top: 0px; margin-right: 0px; margin-bottom: 1.35em; margin-left: 0px; "&gt;During the process of trying to upgrade to SP1 on our MOSS and Project Server 2007 environment I hit the following problem when finally running configuration wizard which stopped it dead in its tracks...&lt;/p&gt;&lt;p style="line-height: 17px; margin-top: 0px; margin-right: 0px; margin-bottom: 1.35em; margin-left: 0px; "&gt;An exception of type System.Runtime.InteropServices.COMException was thrown. &lt;/p&gt;&lt;p style="line-height: 17px; margin-top: 0px; margin-right: 0px; margin-bottom: 1.35em; margin-left: 0px; "&gt;Additional exception information: The path specified cannot be used at this time. (Exception from HRESULT: 0x80070094)&lt;/p&gt;&lt;p style="line-height: 17px; margin-top: 0px; margin-right: 0px; margin-bottom: 1.35em; margin-left: 0px; "&gt;After searching around I could find nothing in TechNet, MSDN or the wider Internet that applied to this error message. I did find an interesting but what seemed unrelated &lt;a href="http://blogs.msdn.com/gregmcb/archive/2008/03/04/why-does-my-ssp-and-index-service-keep-getting-unstable.aspx" target="_blank" style="line-height: 17px; font-weight: inherit; text-decoration: none; color: rgb(0, 102, 167); cursor: pointer; "&gt;blog entry about SSP and Index Services becoming unstable&lt;/a&gt; but this had nothing to do with with running the SharePoint Configuration Wizard! Interestingly the final line in the blog entry  indicated that the author had received a "The path specified cannot be used at this time" error when trying to start IIS Manager" so I decided to try and open IIS Manager as well. IIS Manager started up without the error but show no connected IIS server. Next I tried to attach to the server (Actions --&gt; Connect) and now I received the same "The path specified cannot be used at this time" error!&lt;/p&gt;&lt;p style="line-height: 17px; margin-top: 0px; margin-right: 0px; margin-bottom: 1.35em; margin-left: 0px; "&gt;I found the easiest way to fix this was to do and IISRESET and restart IIS Manager. After this IIS Manager started up fine with the expected server connection and the SharePoint Configuration Wizard ran through to completion without errors.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-6813567970304510296?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/6813567970304510296/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=6813567970304510296' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/6813567970304510296'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/6813567970304510296'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/09/path-specified-cannot-be-used-at-this.html' title='The path specified cannot be used at this time. (Exception from HRESULT: 0x80070094)'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-1662806825214317289</id><published>2009-09-23T02:46:00.000-07:00</published><updated>2009-09-23T02:47:15.507-07:00</updated><title type='text'>The resource object with key was not found</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 11px; "&gt;&lt;ol style="list-style-type: decimal; margin-top: 0px; margin-bottom: 8px; "&gt;&lt;li style="margin-bottom: 3px; "&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;On your SharePoint Web-Front-End Server navigate to 'C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\CONFIG\Resources'&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; "&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Copy needed resource files (.resx).&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; "&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Navigate to the IIS Virtual Directory of your SharePoint web site&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; "&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Copy resource files into the Virtual Directory's App_GlobalResources folder&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; "&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Perform an IISRESET&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-bottom: 3px; "&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Refresh your page.&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-1662806825214317289?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/1662806825214317289/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=1662806825214317289' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1662806825214317289'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1662806825214317289'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/09/resource-object-with-key-was-not-found.html' title='The resource object with key was not found'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-6697637839557694402</id><published>2009-09-22T23:21:00.000-07:00</published><updated>2009-09-22T23:23:54.626-07:00</updated><title type='text'>32 Bit ODBC Drivers in Vista 64</title><content type='html'>Post from: &lt;a href="http://postgresqldbnews.blogspot.com/2008/03/32-bit-odbc-drivers-in-vista-64.html"&gt;http://postgresqldbnews.blogspot.com/2008/03/32-bit-odbc-drivers-in-vista-64.html&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="  color: rgb(51, 51, 51); line-height: 16px; font-family:sans-serif;font-size:13px;"&gt;This post isn't really PostgreSQL specific. It also happens with MySQL and Ingres (and any other 32 bit driver).&lt;br /&gt;&lt;br /&gt;I am running Vista 64 on one of my machines. I installed Postgres 8.3 and the ODBC drivers. When I tried to setup an ODBC connection, the windows ODBC administrator program ODBCAD32.exe did not list Postgres. I noticed that it also did not list MySQL or Ingres even though I knew I had installed drivers for those databases also.&lt;br /&gt;&lt;br /&gt;After a bit of research, I tracked down the issue. My ODBC drivers did in fact install. Microsoft, in all their wisdom, has 2 versions of odbcad32. A 32 bit and a 64 bit. They are both named odbcad32.exe.&lt;br /&gt;&lt;br /&gt;It gets better. They put the 32 bit odbcad32.exe in the syswow64 directory. They put the 64 bit odbcad32.exe in the system32 directory. 32 bit apps will pick up the 32 bit registry setting and 64 bit will pick up the 64 bit registry setting. system32 comes before syswow64 in the system path so the 64bit software runs before the 32 bit software.&lt;br /&gt;&lt;br /&gt;So, when I manually ran odbcad32.exe in the syswow64 directory, I was able to configure my connections and everything worked hunky dory. I know have a shortcut to syswow64\odbcad32.exe on my desktop for working with 32 bit databases.&lt;br /&gt;&lt;br /&gt;I wonder how stable the system would be if syswow64 was in the path before system32? I don't plan to find out.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:sans-serif;font-size:100%;color:#333333;"&gt;&lt;span class="Apple-style-span"  style=" line-height: 16px;font-size:13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:sans-serif;font-size:100%;color:#333333;"&gt;&lt;span class="Apple-style-span"  style=" line-height: 16px;font-size:13px;"&gt;C:\Windows\syswow64\odbcad32.exe&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-6697637839557694402?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/6697637839557694402/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=6697637839557694402' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/6697637839557694402'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/6697637839557694402'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/09/32-bit-odbc-drivers-in-vista-64.html' title='32 Bit ODBC Drivers in Vista 64'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-5958761105203547082</id><published>2009-09-01T02:22:00.000-07:00</published><updated>2009-09-01T02:25:01.955-07:00</updated><title type='text'>Using App.Config Settings in BizTalk 2004</title><content type='html'>This is an example of how to use app.config settings in a BizTalk 2004 Orchestration.&lt;br /&gt;First, you must setup the configuration section that you want to use. This is an example of what this looks like:&lt;br /&gt;&lt;br /&gt;&amp;lt;!--This is an example of setting up your configuration section--&amp;gt;&lt;br /&gt;&amp;lt;configuation&amp;gt;&lt;br /&gt;&amp;lt;configSections&amp;gt;&lt;br /&gt;&amp;lt;section name='MyConfigSection' type='System.Configuration.NameValueSectionHandler' /&amp;gt;&lt;br /&gt;&amp;lt;/configSections&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;MyConfigSection&amp;gt;&lt;br /&gt;&amp;lt;add key='MyKey' value='MyValue' /&amp;gt;&lt;br /&gt;&amp;lt;/MyConfigSection&amp;gt;&lt;br /&gt;&amp;lt;/configuration&amp;gt;&lt;br /&gt;&lt;br /&gt;Then, create an orchestration variable of type System.Collections.Specialized.NameValueCollection (I'll call it varConfigHandler)&lt;br /&gt;&lt;br /&gt;This is an example of using the varConfigHandler in an expression shape:&lt;br /&gt;&lt;br /&gt;// varConfigHandler has to be instantiated and bound to the config section we are interested in&lt;br /&gt;// Notice that the result of the GetConfig function call is being cast into a NameValueCollection&lt;br /&gt;varConfigHandler = new System.Collections.Specialized.NameValueCollection((&lt;br /&gt;System.Collections.Specialized.NameValueCollection)&lt;br /&gt;System.Configuration.ConfigurationSettings.GetConfig("MyConfigSection"));&lt;br /&gt;&lt;br /&gt;// Now, we can access keys in the config section&lt;br /&gt;varConfigHandler.Get("MyKey");&lt;br /&gt;&lt;br /&gt;For deployment, copy the configSections/section and MyConfigSection into the config file for the BizTalk Service which is located at:&lt;br /&gt;&lt;br /&gt;C:\Program Files\Microsoft BizTalk Server 2004\BTSNTSvc.exe.config&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-5958761105203547082?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/5958761105203547082/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=5958761105203547082' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/5958761105203547082'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/5958761105203547082'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/09/using-appconfig-settings-in-biztalk.html' title='Using App.Config Settings in BizTalk 2004'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-5214289810756452565</id><published>2009-07-21T06:20:00.000-07:00</published><updated>2009-07-21T06:21:00.317-07:00</updated><title type='text'>Error 5009.Registration of BAM performance counters failed. Return code -1.</title><content type='html'>Post from: http://blogs.msdn.com/balachandra/archive/2008/10/20/error-5009-registration-of-bam-performance-counters-failed-return-code-1.aspx&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(85, 85, 85); font-family: sans-serif; font-size: 12px; line-height: 17px; "&gt;In one of my project I was remote &lt;span style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family:arial,helvetica,sans-serif;"&gt;installing&lt;/span&gt; BizTalk server on the dev machine and I encountered a strange error. &lt;span style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family:arial,helvetica,sans-serif;"&gt;"&lt;/span&gt;&lt;span style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11pt; font-family: Calibri, sans-serif; "&gt;&lt;span style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family:arial,helvetica,sans-serif;font-size:85%;"&gt;Error 5009. Registration of BAM performance counters failed. Return code -1." I searched and digged in for a solution and found that the performance counter registry may be damaged and the counters need to rebuilt. One of the forum thread suggested the use of lodctr exe with /r option for rebuilding counters. I tried however din't work for me. Let me tell you that my dev machine was running Windows 2003 server and I was not sure whether /r option was supported in that version of lodctr as the help text(use /?) did not show the option however though it showed the option /R:&lt;filename&gt; which restores performance registry strings from the specified filename. I also tried to restore PerfStrinBackup.ini file, din't work either. Then I tried the lodctr exe in Vista OS. This version supported the required option. I copied this version of exe to the dev machine and tried executing "lodctr /R". bingo! It worked!!. However please note I don't say that this is the right solution because there may be licencing issues associated in using Vista components in Windows 2003.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-5214289810756452565?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/5214289810756452565/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=5214289810756452565' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/5214289810756452565'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/5214289810756452565'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/07/error-5009registration-of-bam.html' title='Error 5009.Registration of BAM performance counters failed. Return code -1.'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-3080410638566011617</id><published>2009-06-10T03:43:00.000-07:00</published><updated>2009-06-10T03:45:51.353-07:00</updated><title type='text'>No item exists at . It may have been deleted or renamed by another user.</title><content type='html'>Remove &amp;lt;SharePoint:FieldDescription tags&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-3080410638566011617?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/3080410638566011617/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=3080410638566011617' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/3080410638566011617'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/3080410638566011617'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/06/no-item-exists-at-it-may-have-been.html' title='No item exists at &lt;url&gt;. It may have been deleted or renamed by another user.'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-1360115202916405404</id><published>2009-06-03T05:38:00.000-07:00</published><updated>2009-06-03T05:45:14.403-07:00</updated><title type='text'>Beyond Compare Synchronization Sheduling</title><content type='html'>&lt;div&gt;Create "Folder Compare" session&lt;/div&gt;&lt;div&gt;Add from and to folders (if sharepoint library unc path not working read &lt;a href="http://tomas-simonavicius.blogspot.com/2009/06/access-document-library-trough-unc-path.html"&gt;this&lt;/a&gt;)&lt;/div&gt;&lt;div&gt;Add filter if needed&lt;/div&gt;&lt;div&gt;Save Session&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Create text file: (script.txt)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;log verbose append:"&lt;i&gt;&lt;b&gt;c:\autosync_log.txt&lt;/b&gt;&lt;/i&gt;"&lt;/div&gt;&lt;div&gt;load &lt;i&gt;&lt;b&gt;session_name&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;&lt;div&gt;sync update:lt-&gt;rt&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Create bat file:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;BCompare.exe @"script.txt"&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Add bat file to sheduled tasks.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-1360115202916405404?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/1360115202916405404/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=1360115202916405404' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1360115202916405404'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1360115202916405404'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/06/beyond-compare-synchronization.html' title='Beyond Compare Synchronization Sheduling'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-1044376758329750328</id><published>2009-06-03T05:33:00.001-07:00</published><updated>2009-06-03T05:33:44.744-07:00</updated><title type='text'>Access document library trough UNC path \\servername\doclib</title><content type='html'>&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: verdana; font-size: x-small; "&gt;Start the Web Client Service under services and set it to startmode automatic.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-1044376758329750328?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/1044376758329750328/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=1044376758329750328' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1044376758329750328'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1044376758329750328'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/06/access-document-library-trough-unc-path.html' title='Access document library trough UNC path \\servername\doclib'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-5276874136264958739</id><published>2009-06-01T04:35:00.001-07:00</published><updated>2009-06-01T04:35:23.260-07:00</updated><title type='text'>Getting Access Into Windows Internal Database Instance MICROSOFT##SSEE</title><content type='html'>&lt;span class="Apple-style-span" style="font-size: 14px; color: rgb(51, 51, 51); line-height: 23px; "&gt;\\.\pipe\mssql$microsoft##ssee\sql\query&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-5276874136264958739?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/5276874136264958739/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=5276874136264958739' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/5276874136264958739'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/5276874136264958739'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/06/getting-access-into-windows-internal.html' title='Getting Access Into Windows Internal Database Instance MICROSOFT##SSEE'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-2961339367646431178</id><published>2009-06-01T00:35:00.001-07:00</published><updated>2009-06-01T00:35:56.449-07:00</updated><title type='text'>Configuring MOSS 2007 to search pdf documents - install and configure pdf ifilters</title><content type='html'>&lt;a href="http://msmvps.com/blogs/sundar_narasiman/archive/2008/02/06/configuring-moss-2007-to-search-pdf-documents-install-and-configure-pdf-ifilters.aspx"&gt;http://msmvps.com/blogs/sundar_narasiman/archive/2008/02/06/configuring-moss-2007-to-search-pdf-documents-install-and-configure-pdf-ifilters.aspx&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-2961339367646431178?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/2961339367646431178/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=2961339367646431178' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/2961339367646431178'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/2961339367646431178'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/06/configuring-moss-2007-to-search-pdf.html' title='Configuring MOSS 2007 to search pdf documents - install and configure pdf ifilters'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-7853339359988296430</id><published>2009-05-29T05:42:00.000-07:00</published><updated>2009-05-29T05:43:05.103-07:00</updated><title type='text'>Disable MySite and MyLinks in Sharepoint (MOSS) 2007</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 12px; color: rgb(68, 68, 68); "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 1.2em; padding-left: 0px; font-family: 'Lucida Sans Unicode', sans-serif; "&gt;Post from: &lt;a href="http://geekswithblogs.net/RogueCoder/archive/2006/11/01/95766.aspx"&gt;http://geekswithblogs.net/RogueCoder/archive/2006/11/01/95766.aspx&lt;/a&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 1.2em; padding-left: 0px; font-family: 'Lucida Sans Unicode', sans-serif; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 1.2em; padding-left: 0px; font-family: 'Lucida Sans Unicode', sans-serif; "&gt;In order to turn off or disable the MySite or MyLinks functionality you need to be an Sharepoint administrator.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 1.2em; padding-left: 0px; font-family: 'Lucida Sans Unicode', sans-serif; "&gt;Go to the Central Administration Web Page&lt;br /&gt;Click on the link for Shared Services Administration&lt;br /&gt;     --If you have more than one SSP, select the one that is running the MySites functionality&lt;br /&gt;Under "User Profiles and My Sites" click Personalization Services Permissions&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 1.2em; padding-left: 0px; font-family: 'Lucida Sans Unicode', sans-serif; "&gt;Select the group you want to limit the functionality for.  More than likely you will just have NTAuthority\Authenticated Users.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 1.2em; padding-left: 0px; font-family: 'Lucida Sans Unicode', sans-serif; "&gt;In the next screen you will see a list of checkboxes,&lt;br /&gt;     --To disable MySites uncheck "Create Personal Site"&lt;br /&gt;     --To disable MyLinks uncheck "Use Personal Features"&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-7853339359988296430?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/7853339359988296430/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=7853339359988296430' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/7853339359988296430'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/7853339359988296430'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/05/disable-mysite-and-mylinks-in.html' title='Disable MySite and MyLinks in Sharepoint (MOSS) 2007'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-7181965160134711239</id><published>2009-05-28T04:18:00.000-07:00</published><updated>2009-05-28T04:19:45.746-07:00</updated><title type='text'>Launching VPN at startup</title><content type='html'>Post from: &lt;a href="http://geekswithblogs.net/thibbard/archive/2005/04/27/38581.aspx"&gt;http://geekswithblogs.net/thibbard/archive/2005/04/27/38581.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you need to connect to a Virtual Private Network at windows startup, and you don't want to have the user push connect or enter the password do the following:&lt;br /&gt;&lt;br /&gt;1) On the VPN Connect screen, check "Save this user name and password for the following users"&lt;br /&gt;2) Select the "Anyone who uses this computer" radio button&lt;br /&gt;3) Click "Properties" on the VPN Connect screen&lt;br /&gt;4) On the "Options" tab, uncheck: -"Display progress while connecting" -"Prompt for name and password, certificate,etc."&lt;br /&gt;5) In Windows Explorer, browse to C:\Documents and Settings\All Users\Start Menu\Programs\Startup&lt;br /&gt;6) Open a new Windows Explorer and browse to Control Panel\Network Connections&lt;br /&gt;7) Drag the icon of your VPN connection to the Startup folder. This will create a shortcut&lt;br /&gt;&lt;br /&gt;Now at Windows startup, the VPN will launch and connect silently.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-7181965160134711239?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/7181965160134711239/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=7181965160134711239' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/7181965160134711239'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/7181965160134711239'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/05/launching-vpn-at-startup.html' title='Launching VPN at startup'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-2939855379311446138</id><published>2009-05-25T04:43:00.000-07:00</published><updated>2009-05-25T04:44:33.708-07:00</updated><title type='text'>Check For Outlook Subject</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Verdana; font-size: 12px; color: rgb(51, 51, 51); line-height: 16px; "&gt;&lt;p&gt;Post from &lt;a href="http://vsivakumar.wordpress.com/2006/02/13/outlook-blank-subject-warning/"&gt;http://vsivakumar.wordpress.com/2006/02/13/outlook-blank-subject-warning/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;1.      Open your outlook&lt;/p&gt;&lt;p&gt;2.      Press Alt+F11. This opens the Visual Basic editor&lt;/p&gt;&lt;p&gt;3.      On the Left Pane, one can see “Microsoft Outlook Objects” or “Project1″, expand this. Now one can see the “ThisOutLookSession”.&lt;/p&gt;&lt;p&gt;4.      Double click on “ThisOutLookSession”. It will open up a code pane.&lt;/p&gt;&lt;p&gt;5.      Copy and Paste the following code in the right pane.(Code Pane)&lt;/p&gt;&lt;p&gt;‘============================================================================&lt;/p&gt;&lt;p&gt;Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)&lt;/p&gt;&lt;p&gt;    Dim strSubject As String&lt;/p&gt;&lt;p&gt;    strSubject = Item.Subject&lt;/p&gt;&lt;p&gt;    If Len(Trim(strSubject)) = 0 Then&lt;/p&gt;&lt;p&gt;        Prompt$ = "Subject is Empty. Are you sure you want to send the Mail?"&lt;/p&gt;&lt;p&gt;        If MsgBox(Prompt$, vbYesNo + vbQuestion + vbMsgBoxSetForeground, "Check for Subject") = vbNo Then&lt;/p&gt;&lt;p&gt;                Cancel = True&lt;/p&gt;&lt;p&gt;        End If&lt;/p&gt;&lt;p&gt;    End If&lt;/p&gt;&lt;p&gt; End Sub&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-2939855379311446138?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/2939855379311446138/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=2939855379311446138' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/2939855379311446138'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/2939855379311446138'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/05/check-for-outlook-subject.html' title='Check For Outlook Subject'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-714589694760449883</id><published>2009-05-13T04:32:00.000-07:00</published><updated>2009-05-13T04:35:12.056-07:00</updated><title type='text'>The file  is checked out or locked for editing by </title><content type='html'>&lt;p&gt;using (SPSite site = new SPSite("siteAddress"))&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;using (SPWeb web = site.OpenWeb("webAddress"))&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;SPListItem listItem = web.Lists["Project Documents"].GetItemById(_id);&lt;/p&gt;&lt;p&gt;try&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;listItem.File.CheckIn("Checked in by force"); &lt;/p&gt;&lt;p&gt;listItem.Update();&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;catch (Exception ex)&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;Console.WriteLine(ex.Message);&lt;/p&gt;&lt;p&gt;Console.ReadKey();&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-714589694760449883?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/714589694760449883/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=714589694760449883' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/714589694760449883'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/714589694760449883'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/05/file-is-checked-out-or-locked-for.html' title='The file &lt;filePath&gt; is checked out or locked for editing by &lt;userName&gt;'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-5232922904271339243</id><published>2009-05-11T04:54:00.000-07:00</published><updated>2009-05-11T04:55:00.640-07:00</updated><title type='text'>Add WSS templates in MOSS</title><content type='html'>stsadm –o addtemplate –filename MyCustomSite.stp –title “Custom Site Template” –description “Use this template to create a new team site"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-5232922904271339243?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/5232922904271339243/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=5232922904271339243' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/5232922904271339243'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/5232922904271339243'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/05/add-wss-templates-in-moss.html' title='Add WSS templates in MOSS'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-6843732871944991725</id><published>2009-05-08T02:28:00.000-07:00</published><updated>2009-05-08T02:29:48.437-07:00</updated><title type='text'>When using inline code in master page</title><content type='html'>Add an extra PageParserPath:&lt;br /&gt;&lt;br /&gt;&amp;lt;pageparserpath allowserversidescript="true" compilationmode="Always" includesubfolders="true" virtualpath="/sitedirectory/marketing/_catalog/masterpage/*"&amp;gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-6843732871944991725?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/6843732871944991725/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=6843732871944991725' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/6843732871944991725'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/6843732871944991725'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/05/when-using-inline-code-in-master-page.html' title='When using inline code in master page'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-406334415696962654</id><published>2009-05-08T01:25:00.000-07:00</published><updated>2009-05-08T01:26:08.533-07:00</updated><title type='text'>Your license for Microsoft Search Server has expired</title><content type='html'>The fix is to run one more time the SharePoint Products and Technologies Configuration Wizard&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-406334415696962654?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/406334415696962654/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=406334415696962654' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/406334415696962654'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/406334415696962654'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/05/your-license-for-microsoft-search.html' title='Your license for Microsoft Search Server has expired'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-5998267654106084871</id><published>2009-05-08T01:03:00.000-07:00</published><updated>2009-05-08T01:05:32.229-07:00</updated><title type='text'>Your search cannot be completed because this site is not assigned to an indexer</title><content type='html'>&lt;p&gt;1. Central Adminnistration&lt;/p&gt;&lt;p&gt;2. Application Management&lt;/p&gt;&lt;p&gt;3.  SharePoint Web Application Management  Content databases&lt;/p&gt;&lt;p&gt;4. Ensure your web application is the one selected&lt;/p&gt;&lt;p&gt;5. Select your content database name&lt;/p&gt;&lt;p&gt;6. Under Search Server - select your server&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-5998267654106084871?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/5998267654106084871/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=5998267654106084871' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/5998267654106084871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/5998267654106084871'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/05/your-search-cannot-be-completed-because.html' title='Your search cannot be completed because this site is not assigned to an indexer'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-7988721722134224937</id><published>2009-05-07T02:19:00.000-07:00</published><updated>2009-05-07T02:20:24.619-07:00</updated><title type='text'>Code snippets do not appear in Visual Studio</title><content type='html'>1. In Visual Studio, on the Tools menu, click Code Snippets Manager.&lt;br /&gt;2. Change the language to XML.&lt;br /&gt;3. Add [System]:\Program Files\Microsoft Visual Studio 8\Xml\1033\Snippets\Windows SharePoint Services Workflow to your snippets.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-7988721722134224937?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/7988721722134224937/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=7988721722134224937' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/7988721722134224937'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/7988721722134224937'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/05/code-snippets-do-not-appear-in-visual.html' title='Code snippets do not appear in Visual Studio'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-236733628662758764</id><published>2009-05-06T04:32:00.000-07:00</published><updated>2009-05-06T04:33:37.388-07:00</updated><title type='text'>Could not access the Search service. SharePoint Configuration Wizard Step 5</title><content type='html'>&lt;p&gt;1. On the Start menu, click Run. In the Open box, type regedit and thenclick OK.&lt;/p&gt;&lt;p&gt;2. In the Registry Editor, navigate to the following subkey, and then deleteit:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web ServerExtensions\12.0\WSS\Services\Microsoft.SharePoint. Search.Administration.SPSearchService&lt;/p&gt;&lt;p&gt;3. Run the SharePoint Products and Technologies Configuration Wizard again.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-236733628662758764?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/236733628662758764/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=236733628662758764' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/236733628662758764'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/236733628662758764'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/05/could-not-access-search-service.html' title='Could not access the Search service. SharePoint Configuration Wizard Step 5'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-701296810585764402</id><published>2009-04-28T01:28:00.000-07:00</published><updated>2009-04-28T01:29:14.997-07:00</updated><title type='text'>View GAC Content</title><content type='html'>Create a new DWORD key under HKLM\Software\Microsoft\Fusion\ with the nane DisableCacheViewer and set it’s [DWORD] value to 1.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-701296810585764402?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/701296810585764402/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=701296810585764402' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/701296810585764402'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/701296810585764402'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/04/view-gac-content.html' title='View GAC Content'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-3904140877062490438</id><published>2009-04-20T04:36:00.000-07:00</published><updated>2009-04-20T04:38:31.180-07:00</updated><title type='text'>ManagementObjectSearcher Access Is Denied</title><content type='html'>&lt;ol&gt;&lt;li&gt;Open the Computer Management Microsoft Management Console&lt;br /&gt;    (MMC) snap-in.&lt;/li&gt;&lt;li&gt;Expand &lt;b&gt;Services and Applications&lt;/b&gt;, and then select &lt;b&gt;WMI Control&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;Right-click &lt;b&gt;WMI Control&lt;/b&gt;, and then click &lt;b&gt;Properties&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;In the &lt;b&gt;WMI Control Properties&lt;/b&gt; dialog box, click the &lt;b&gt;Security&lt;/b&gt; tab.&lt;/li&gt;&lt;li&gt;Expand &lt;b&gt;Root&lt;/b&gt;, select &lt;b&gt;CIMV2&lt;/b&gt;, and then click &lt;b&gt;Security&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;In the &lt;b&gt;Security&lt;/b&gt; dialog box, click &lt;b&gt;Advanced&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;In the &lt;b&gt;Access Control Settings&lt;/b&gt; dialog box, click &lt;b&gt;Add&lt;/b&gt;. Select &lt;b&gt;&lt;var&gt;localMachineName&lt;/var&gt;\ASPNET&lt;/b&gt;, and then click &lt;b&gt;OK&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;In the &lt;b&gt;Permission Entry&lt;/b&gt; dialog box, make sure that &lt;b&gt;Apply Onto&lt;/b&gt; is set to &lt;b&gt;This namespace and subnamespaces&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;Make sure that the &lt;b&gt;Allow 'Enable Account'&lt;/b&gt; and &lt;b&gt;Allow 'Remote Enable'&lt;/b&gt; check boxes are selected.&lt;/li&gt;&lt;li&gt;Click &lt;b&gt;OK&lt;/b&gt; in each dialog box until you return to the &lt;b&gt;WMI Control Properties&lt;/b&gt; dialog box.&lt;/li&gt;&lt;li&gt;Repeat steps 5 through 10 for other WMI namespaces that&lt;br /&gt;    your application will access.&lt;/li&gt;&lt;li&gt;Restart IIS. To do this, run&lt;br /&gt;    &lt;span class="userInput"&gt;IISRESET&lt;/span&gt; from the command line.&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-3904140877062490438?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/3904140877062490438/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=3904140877062490438' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/3904140877062490438'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/3904140877062490438'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/04/managementobjectsearcher-access-is.html' title='ManagementObjectSearcher Access Is Denied'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-5121446871998215929</id><published>2009-02-17T00:22:00.001-08:00</published><updated>2009-02-17T00:22:51.805-08:00</updated><title type='text'>A solution to "An unexpected error has occurred" in WSS v3</title><content type='html'>&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span style="font-size:85%;"&gt;Debugging SharePoint can be problematic at times, it does like to hide debugging information from you. The bain of my life recently has been “An unexpected error has occurred” with nothing written to log files, trace or the event log.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span style="font-size:85%;"&gt;Normally I can debug the problem with a little commenting &amp;amp; narrowing down of the problem, but today I have managed to get rid of that error screen completely.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span style="font-size:85%;"&gt;The solution is to change a single entry in web.config, by modifying the line…&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;span&gt;&lt;span style="font-family:courier new;"&gt;&lt;span style="color: rgb(255, 102, 0);font-size:85%;" &gt;&amp;lt;SafeMode MaxControls=“200“ CallStack=“false“…&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span style="font-size:85%;"&gt;to…&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;span&gt;&lt;span style="font-family:courier new;"&gt;&lt;span style="color: rgb(255, 102, 0);font-size:85%;" &gt;&amp;lt;SafeMode MaxControls=“200“ CallStack=“true“…&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span style="font-size:85%;"&gt;You will also need to set custom errors to 'Off' .&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;span&gt;&lt;span style="font-family:courier new;"&gt;&lt;span style="color: rgb(255, 102, 0);font-size:85%;" &gt;&amp;lt;customErrors mode=“Off“/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span style="font-size:85%;"&gt;You will no longer see the “An unexpected error has occurred” error page and instead you get a lovely ’standard ASP.Net error page’ with the stack trace and everything…development has got that little bit easier!!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-5121446871998215929?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/5121446871998215929/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=5121446871998215929' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/5121446871998215929'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/5121446871998215929'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/02/solution-to-unexpected-error-has.html' title='A solution to &quot;An unexpected error has occurred&quot; in WSS v3'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-280305499932745033</id><published>2009-02-09T02:14:00.000-08:00</published><updated>2009-02-09T02:16:12.967-08:00</updated><title type='text'>Event 10016: The application-specific permission settings do not grant Local Launch permission for the COM Server application</title><content type='html'>&lt;ol&gt;&lt;br /&gt;&lt;li&gt;Go to Start - Run, and type regedit, and press enter&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Locate and then click the following registry subkey:&lt;br /&gt;&lt;br /&gt;HKEY_CLASSES_ROOT\CLSID\CLSID value&lt;br /&gt;&lt;br /&gt;Note In this subkey, “CLSID value” is a placeholder for the CLSID information that appears in the event error. I.e. in case of Sharepoint, the CLSID would be &lt;strong&gt;{61738644-F196-11D0-9953-00C04FD919C1}&lt;/strong&gt;,&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Double-click on AppID in the right pane, .&lt;br /&gt;&lt;br /&gt;A dialog box appears. Leave this box open &lt;/li&gt;&lt;br /&gt;&lt;li&gt;Go to Start - Run, and type dcomcnfg, and press enter&lt;/li&gt;&lt;br /&gt;&lt;li&gt;In the Component Services window, go to Component Services, go to Computers, go to My Computer, and then click DCOM Config.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;In the details pane, locate the program by using the friendly name, then choose Properties by right clicking  on it&lt;/li&gt;&lt;br /&gt;&lt;li&gt;At the Security tab, in the Launch and Activation Permissions area, click Customize, and then click the Edit button.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Add the &lt;strong&gt;Local Service&lt;/strong&gt; or &lt;strong&gt;Network Service&lt;/strong&gt; account by clicking the Add button, typing the user’s account name (Local Service or Network Service, this depends on whats in your event error), and then clicking OK.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Select the account name you just added, click to select the Allow check boxes for the following items:&lt;br /&gt;&lt;br /&gt;• Local Launch&lt;br /&gt;&lt;br /&gt;• Remote Launch&lt;br /&gt;&lt;br /&gt;• Local Activation&lt;br /&gt;&lt;br /&gt;• Remote Activation&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Click OK two times and quit the registry editor&lt;/li&gt;&lt;br /&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-280305499932745033?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/280305499932745033/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=280305499932745033' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/280305499932745033'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/280305499932745033'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/02/event-10016-application-specific.html' title='Event 10016: The application-specific permission settings do not grant Local Launch permission for the COM Server application'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-572111980758556034</id><published>2009-02-04T23:39:00.001-08:00</published><updated>2009-02-04T23:39:53.659-08:00</updated><title type='text'>Save and retrive the value in ViewState object before the PostBack</title><content type='html'>//Save the value in ViewState object before the PostBack&lt;br /&gt;ViewState["SomeVar"] = txtFirstName.text;&lt;br /&gt;&lt;br /&gt;//Retrieve the value from ViewState object after the PostBack&lt;br /&gt;String strFirstName = ViewState["SomeVar"].ToString();&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-572111980758556034?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/572111980758556034/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=572111980758556034' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/572111980758556034'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/572111980758556034'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/02/save-and-retrive-value-in-viewstate.html' title='Save and retrive the value in ViewState object before the PostBack'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-2162342614187258187</id><published>2009-01-27T04:46:00.000-08:00</published><updated>2009-01-27T04:47:30.346-08:00</updated><title type='text'>Unable to connect to SQL Server session database. The connection string  (server='', database='SharedServices1_DB') was returned by an...</title><content type='html'>1. On SQL Server 2005 Management Studio, below Security - Logins&lt;br /&gt;locate the user that represents your web server, DOMAIN\MACHINE$.&lt;br /&gt;2. Right-click the DOMAIN\MACHINE$, choose User Mapping.&lt;br /&gt;3. Map the SharedServices1_DB. check the roles db_owner and public.&lt;br /&gt;4. Click OK and you're set!&lt;br /&gt;&lt;br /&gt;MASHINE - your mashine name&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-2162342614187258187?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/2162342614187258187/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=2162342614187258187' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/2162342614187258187'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/2162342614187258187'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/01/unable-to-connect-to-sql-server-session.html' title='Unable to connect to SQL Server session database. The connection string  (server=&apos;&lt;server A&gt;&apos;, database=&apos;SharedServices1_DB&apos;) was returned by an...'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-1408632026978254849</id><published>2009-01-14T04:46:00.000-08:00</published><updated>2009-01-14T04:47:33.181-08:00</updated><title type='text'>Import user profiles from Active Directory to MOSS 2007</title><content type='html'>Scenario-1 - All users are in the current domain.&lt;br /&gt;&lt;br /&gt;1. Go to User Profile and Properties under Shared Services Administration.&lt;br /&gt;&lt;br /&gt;2. Click on configure profile import link. Select current domain as the profile datasource.&lt;br /&gt;&lt;br /&gt;3. Make sure default access account is specified and is valid.&lt;br /&gt;&lt;br /&gt;4. Run full import or incremental report.&lt;br /&gt;&lt;br /&gt;Scenario-2 - Users are scattered into multiple domains or other data sources.&lt;br /&gt;&lt;br /&gt;1. Go to User Profile and Properties under shared services administration.&lt;br /&gt;&lt;br /&gt;2. Click on Import New Connection. Add  a new connection for each of the data sources where you users are located. Delete any unwanted connections that might already be there.&lt;br /&gt;&lt;br /&gt;3. Configure the import as mentioned above and make sure that Custom source is selected.&lt;br /&gt;&lt;br /&gt;4. Run the full import or incremental import.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-1408632026978254849?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/1408632026978254849/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=1408632026978254849' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1408632026978254849'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1408632026978254849'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/01/import-user-profiles-from-active.html' title='Import user profiles from Active Directory to MOSS 2007'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-5205331766008823448</id><published>2009-01-14T03:11:00.000-08:00</published><updated>2009-01-14T03:12:01.656-08:00</updated><title type='text'>Permissions settings for sharepoint backup folder</title><content type='html'>Administrators   Full Control&lt;br /&gt;Authenticated Users  Full Control&lt;br /&gt;CREATOR OWNER   Special Permissions&lt;br /&gt;SYSTEM    Full Control&lt;br /&gt;Users    Read &amp; Execute; List Folder Contents; Read; Special Permissions&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-5205331766008823448?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/5205331766008823448/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=5205331766008823448' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/5205331766008823448'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/5205331766008823448'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2009/01/permissions-settings-for-sharepoint.html' title='Permissions settings for sharepoint backup folder'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-830870050060867596</id><published>2008-12-10T02:54:00.000-08:00</published><updated>2008-12-10T02:56:16.245-08:00</updated><title type='text'>Edit document from dataview</title><content type='html'>&amp;lt;a href="{@FileRef}" onclick="return DispEx(this,event,'TRUE','FALSE','TRUE','SharePoint.OpenDocuments.3','0','SharePoint.OpenDocuments','','','','1','0','0','0x7fffffffffffffff')"&amp;gt;&amp;lt;xsl:value-of select="@FileLeafRef" /&amp;gt;&amp;lt;/a&amp;gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-830870050060867596?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/830870050060867596/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=830870050060867596' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/830870050060867596'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/830870050060867596'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/12/edit-document-from-dataview.html' title='Edit document from dataview'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-8351280056180250414</id><published>2008-12-02T01:05:00.000-08:00</published><updated>2008-12-02T01:08:01.181-08:00</updated><title type='text'>Redirecting from NewForm.aspx to DispForm.aspx after creating a new item</title><content type='html'>public class CustomEventReceiver : SPItemEventReceiver&lt;br /&gt;{&lt;br /&gt;    private HttpContext _currentContext = null;&lt;br /&gt; &lt;br /&gt;    public CustomEventReceiver () : base ()&lt;br /&gt;    {&lt;br /&gt;        if (null != HttpContext.Current)&lt;br /&gt;        {&lt;br /&gt;            _currentContext = HttpContext.Current&lt;br /&gt;        }&lt;br /&gt;    }&lt;br /&gt; &lt;br /&gt;    public override void ItemAdding (SPItemEventProperties properties)&lt;br /&gt;    {&lt;br /&gt;     using(SPSite site = new SPSite(properties.SiteId))&lt;br /&gt;        {&lt;br /&gt;            using(SPWeb web = site.OpenWeb(properties.RelativeWebUrl))&lt;br /&gt;            {&lt;br /&gt;                SPList list = web.Lists[properties.ListId];&lt;br /&gt;&lt;br /&gt;                DisableEventFiring();&lt;br /&gt;                SPListItem itemToAdd = list.Items.Add();&lt;br /&gt;                foreach (SPField field in itemToAdd.Fields)&lt;br /&gt;                {&lt;br /&gt;                    if (!field.Hidden &amp;amp;&amp;amp; !field.ReadOnlyField &amp;amp;&amp;amp; field != null &amp;amp;&amp;amp; field.InternalName != "Attachments")&lt;br /&gt;                    {&lt;br /&gt;                        itemToAdd[field.InternalName] = properties.AfterProperties[field.InternalName];&lt;br /&gt;                    }&lt;br /&gt;                }&lt;br /&gt;                itemToAdd.Update();&lt;br /&gt;                EnableEventFiring();&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;                // Redirect&lt;br /&gt;                SPUtility.Redirect("/cn/Lists/Bills%20of%20Lading/DispForm.aspx?ID=" + itemToAdd.ID, SPRedirectFlags.Default, _currentContext);&lt;br /&gt;            }&lt;br /&gt;        }&lt;br /&gt;    }&lt;br /&gt;}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-8351280056180250414?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/8351280056180250414/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=8351280056180250414' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/8351280056180250414'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/8351280056180250414'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/12/redirecting-from-newformaspx-to.html' title='Redirecting from NewForm.aspx to DispForm.aspx after creating a new item'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-1838726539542338042</id><published>2008-11-20T01:17:00.000-08:00</published><updated>2008-11-20T01:18:12.172-08:00</updated><title type='text'>Errors were found when compiling the workflow.The workflow files were saved but cannot be run.</title><content type='html'>Check web.config file authorizedTypes section.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-1838726539542338042?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/1838726539542338042/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=1838726539542338042' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1838726539542338042'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1838726539542338042'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/11/errors-were-found-when-compiling.html' title='Errors were found when compiling the workflow.The workflow files were saved but cannot be run.'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-4296046785012894939</id><published>2008-11-14T01:10:00.000-08:00</published><updated>2008-11-14T01:11:45.508-08:00</updated><title type='text'>JavaScript: Get URL Parameters</title><content type='html'>var _GET={};&lt;br /&gt;        for(var m, v=location.href.split(/[?&amp;amp;]/), k=v.length-1;k&gt;0;k--)&lt;br /&gt;            _GET[(m=v[k].split(/[=#]/))[0].toLowerCase()] = m.length&gt;1?decodeURI(m[1]):"";&lt;br /&gt;&lt;br /&gt;example:&lt;br /&gt;&lt;br /&gt;mypage.aspx?MyParameter=2&lt;br /&gt;&lt;br /&gt;var param=_GET.myparameter; (always use lowercase)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-4296046785012894939?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/4296046785012894939/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=4296046785012894939' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/4296046785012894939'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/4296046785012894939'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/11/javascript-get-url-parameters.html' title='JavaScript: Get URL Parameters'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-4343067351817549616</id><published>2008-11-11T04:25:00.000-08:00</published><updated>2008-11-11T04:27:32.364-08:00</updated><title type='text'>focus field javascript</title><content type='html'>&amp;lt;script language="javascript" type="text/javascript"&amp;gt;&lt;br /&gt;    _spBodyOnLoadFunctionNames.push("addAttributes");&lt;br /&gt;       &lt;br /&gt;    function addAttributes() {&lt;br /&gt;        var control = document.getElementsByName("WPQ2accountsSearch");&lt;br /&gt;&lt;br /&gt;        if(control.length &gt; 0)&lt;br /&gt;        {&lt;br /&gt;               control.item(0).focus();&lt;br /&gt;           }&lt;br /&gt;    }&lt;br /&gt;    &amp;lt;/script&amp;gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-4343067351817549616?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/4343067351817549616/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=4343067351817549616' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/4343067351817549616'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/4343067351817549616'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/11/focus-field-javascript.html' title='focus field javascript'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-1855956821666041257</id><published>2008-10-20T05:07:00.000-07:00</published><updated>2008-10-20T05:08:11.734-07:00</updated><title type='text'>401 Unauthorized, WebServices, Sharepoint</title><content type='html'>SPSecurity.RunWithElevatedPrivileges(delegate()&lt;br /&gt;{&lt;br /&gt;using (SPSite site = new SPSite(web.Site.ID))&lt;br /&gt;{&lt;br /&gt;// do things assuming the permission of the "system account"&lt;br /&gt;}&lt;br /&gt;});&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-1855956821666041257?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/1855956821666041257/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=1855956821666041257' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1855956821666041257'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1855956821666041257'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/10/401-unauthorized-webservices-sharepoint.html' title='401 Unauthorized, WebServices, Sharepoint'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-1030269750031502369</id><published>2008-10-15T04:42:00.000-07:00</published><updated>2008-10-15T04:43:13.599-07:00</updated><title type='text'>Show/Hide control</title><content type='html'>control.style.display = 'block'; //show&lt;br /&gt;control.style.display = 'none'; //hide&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-1030269750031502369?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/1030269750031502369/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=1030269750031502369' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1030269750031502369'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1030269750031502369'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/10/showhide-control.html' title='Show/Hide control'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-7828414903050395621</id><published>2008-10-15T04:41:00.000-07:00</published><updated>2008-10-15T04:42:15.323-07:00</updated><title type='text'>Set event onchange in JavaScript</title><content type='html'>document.getElementById("something").onchange = function(){hideFields()}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-7828414903050395621?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/7828414903050395621/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=7828414903050395621' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/7828414903050395621'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/7828414903050395621'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/10/set-event-onchange-in-javascript.html' title='Set event onchange in JavaScript'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-6131210507115739405</id><published>2008-10-15T04:38:00.001-07:00</published><updated>2008-10-15T04:40:51.652-07:00</updated><title type='text'>Javascript get dropdownlist Label value?</title><content type='html'>&amp;lt;select name="menu" id="menu"&amp;gt;&amp;lt;option value="1"&amp;gt;label 1&amp;lt;/option&amp;gt;&amp;lt;option value="2"&amp;gt;label 2&amp;lt;/option&amp;gt;&amp;lt;/select&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;button onclick="'show()'"&amp;gt;Click me&amp;lt;/button&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;script type="text/javascript"&amp;gt;&amp;lt;br /&amp;gt;function show(){&amp;lt;br /&amp;gt;var theContents = document.getElementById('menu')[document.getElementById('menu').selectedIndex].innerHTML;&amp;lt;br /&amp;gt;window.alert(theContents);&amp;lt;br /&gt;}&amp;lt;br /&amp;gt;&amp;lt;/script&amp;gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-6131210507115739405?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/6131210507115739405/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=6131210507115739405' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/6131210507115739405'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/6131210507115739405'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/10/javascript-get-dropdownlist-label-value.html' title='Javascript get dropdownlist Label value?'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-4716677797702119710</id><published>2008-10-10T06:36:00.001-07:00</published><updated>2008-10-10T06:36:41.832-07:00</updated><title type='text'>Access WebParts maintaince page</title><content type='html'>Append the querystring ?contents=1 &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-4716677797702119710?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/4716677797702119710/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=4716677797702119710' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/4716677797702119710'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/4716677797702119710'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/10/access-webparts-maintaince-page.html' title='Access WebParts maintaince page'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-1432540121932663203</id><published>2008-10-08T00:27:00.000-07:00</published><updated>2009-05-12T03:17:21.651-07:00</updated><title type='text'>Speed Dial Tweaks In Opera: create more speed dial tabs</title><content type='html'>1. In opera address field type: opera:config&lt;br /&gt;&lt;p&gt;2. At the top is field for search. Type speed&lt;/p&gt;&lt;p&gt;3. Under "User Prefs" find "Speed Dial File" (speeddial.ini file location)&lt;br /&gt;&lt;/p&gt;&lt;p&gt;4. Go to that location and open file speeddial.ini for edit.&lt;br /&gt;&lt;/p&gt;5. At top add:&lt;br /&gt;&lt;br /&gt;[Size] &lt;br /&gt;Rows=3&lt;br /&gt;Columns=5&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-1432540121932663203?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/1432540121932663203/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=1432540121932663203' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1432540121932663203'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1432540121932663203'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/10/speed-dial-tweaks-in-opera-create-more.html' title='Speed Dial Tweaks In Opera: create more speed dial tabs'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-6594308310466552756</id><published>2008-10-07T03:45:00.000-07:00</published><updated>2008-10-07T03:50:43.958-07:00</updated><title type='text'>Code blocks are not allowed in this file</title><content type='html'>Whenever I start a new SharePoint project and put server side code in the master page I get this error. The fix to this is quite easy, all you need to do is locate the &amp;lt;pageparserpaths&amp;gt; &amp;lt;/pageparserpaths&amp;gt; tags and put the following inbetween:&lt;br /&gt;&lt;br /&gt; &amp;lt;pageparserpath virtualpath="/_catalogs/masterpage/MyMasterPage.Master" compilationmode="Always" allowserversidescript="true"&amp;gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-6594308310466552756?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/6594308310466552756/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=6594308310466552756' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/6594308310466552756'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/6594308310466552756'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/10/code-blocks-are-not-allowed-in-this.html' title='Code blocks are not allowed in this file'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-3395024635499431306</id><published>2008-09-29T01:45:00.001-07:00</published><updated>2008-09-29T01:45:37.034-07:00</updated><title type='text'>Impersonation in SharePoint 2007</title><content type='html'>In SharePoint 2003 there was no easy way to use impersonation. In SharePoint 2007 there is a nice and easy build in way to use impersonation:&lt;br /&gt;&lt;br /&gt;SPSite site = new SPSite("SiteCollection_Url");&lt;br /&gt;SPWeb web = site.OpenWeb();&lt;br /&gt;SPUser user = web.AllUsers["User_Name"]; &lt;br /&gt;&lt;br /&gt;SPUserToken token = user.UserToken;&lt;br /&gt;SPSite impersonatedSiteCollection = new SPSite("SiteCollection_Url", token); &lt;br /&gt;&lt;br /&gt;You can also check whether an SPSite object is using impersonation:&lt;br /&gt;&lt;br /&gt;SPSite siteCollection = SPControl.GetContextSite(HttpContext.Current);&lt;br /&gt;bool impersonating = siteCollection.Impersonating;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-3395024635499431306?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/3395024635499431306/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=3395024635499431306' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/3395024635499431306'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/3395024635499431306'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/09/impersonation-in-sharepoint-2007.html' title='Impersonation in SharePoint 2007'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-6300831411152702847</id><published>2008-09-25T03:21:00.000-07:00</published><updated>2008-09-25T03:22:45.079-07:00</updated><title type='text'>Enable Anonymous Access In SharePoint 2007 / WSS 3.0</title><content type='html'>&lt;ol&gt;&lt;br /&gt;&lt;li&gt;&lt;br /&gt;&lt;p style="margin: 0in 0in 0pt"&gt;From Central Administration &amp;gt; Application Management &amp;gt; Application Security &amp;gt; Authentication Providers, select a Web application and the zone you want to modify. This is usually default.&lt;/p&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;br /&gt;&lt;p style="margin: 0in 0in 0pt"&gt;In the middle of the page, check Enable Anonymous Access and choose Save&lt;/p&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;br /&gt;&lt;p style="margin: 0in 0in 0pt"&gt;All site collections in that Web application can now have anonymous access enabled.&lt;/p&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;br /&gt;&lt;p style="margin: 0in 0in 0pt"&gt;Go to a site collection in the Web application you just enabled anonymous access for&lt;/p&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;br /&gt;&lt;p style="margin: 0in 0in 0pt"&gt;From Site Actions &amp;gt; Site Settings, open Advanced Permissions&lt;/p&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;br /&gt;&lt;p style="margin: 0in 0in 0pt"&gt;From the Settings drop-down menu, select Anonymous Access&lt;/p&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;br /&gt;&lt;p style="margin: 0in 0in 0pt"&gt;For this example, enable anonymous access for Lists and Libraries and click OK&lt;/p&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;br /&gt;&lt;p style="margin: 0in 0in 0pt"&gt;Browse to any document library in this site collection&lt;/p&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;br /&gt;&lt;p style="margin: 0in 0in 0pt"&gt;From the Settings drop-down menu, select Document Library Settings&lt;/p&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;br /&gt;&lt;p style="margin: 0in 0in 0pt"&gt;In the Permissions and Management column, select Permissions for this document library&lt;/p&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;br /&gt;&lt;p style="margin: 0in 0in 0pt"&gt;From the Actions menu, select Edit Permissions to break inheritance&lt;/p&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;br /&gt;&lt;p style="margin: 0in 0in 0pt"&gt;From the newly appeared Settings drop-down menu, select Anonymous Access&lt;/p&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;br /&gt;&lt;p style="margin: 0in 0in 0pt"&gt;Check View Items and click OK.&lt;/p&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-6300831411152702847?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/6300831411152702847/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=6300831411152702847' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/6300831411152702847'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/6300831411152702847'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/09/enable-anonymous-access-in-sharepoint.html' title='Enable Anonymous Access In SharePoint 2007 / WSS 3.0'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-1455870409515816604</id><published>2008-09-10T04:51:00.001-07:00</published><updated>2008-09-10T04:54:23.845-07:00</updated><title type='text'>CAML - Query Lookup Field by ID; not by Value</title><content type='html'>When lookup fields are created, sharepoint stores them as&lt;br /&gt;ID;#Value format in related list.&lt;br /&gt;&lt;br /&gt;for e.g.&lt;br /&gt;in list “Contacts” there is column called “Country”.&lt;br /&gt;There is item in contact with value “India” assigned in Country, having item ID=10.&lt;br /&gt;&lt;br /&gt;Now for another list “List2″ when column “Country” is stored as Lookup column named “refCountry”; and for certain data item “India” is selected from combo box, Sharepoint stores it in,&lt;br /&gt;&lt;br /&gt;10;#India in  “List 2″ -&gt; “refCountry” column.&lt;br /&gt;&lt;br /&gt;When having CAML query in List2&lt;br /&gt;&lt;br /&gt;The typical query looks like&lt;br /&gt;&amp;lt;Query&amp;gt;&lt;br /&gt;&amp;lt;Where&amp;gt;&lt;br /&gt;&amp;lt;Eq&amp;gt;&lt;br /&gt;&amp;lt;FieldRef Name=”RefCountry”  /&amp;gt;&lt;br /&gt;&amp;lt;Value Type=”Lookup”&amp;gt;India&amp;lt;/Value&amp;gt;&lt;br /&gt;&amp;lt;/Eq&amp;gt;&lt;br /&gt;&amp;lt;/Where&amp;gt;&lt;br /&gt;&amp;lt;/Query&amp;gt;&lt;br /&gt;&lt;br /&gt;The disadvantage of this way is If  list Contacts is having more than one entry(item or row) having value India for Country it will return the only first one. This may give inconsistent data for further.&lt;br /&gt;&lt;br /&gt;To avoid this query should be base on ID not by Value.&lt;br /&gt;This can be achieved thru :&lt;br /&gt;&lt;br /&gt;&amp;lt;Query&amp;gt;&lt;br /&gt;&amp;lt;Where&amp;gt;&lt;br /&gt;&amp;lt;Eq&amp;gt;&lt;br /&gt;&amp;lt;FieldRef Name=”RefCountry” LookupId=”TRUE” /&amp;gt;&lt;br /&gt;&amp;lt;FieldRef Name=”RefCountry” LookupId=”TRUE” /&amp;gt;&lt;br /&gt;&amp;lt;Value Type=”Lookup”&amp;gt;10&amp;lt;/Value&amp;gt;&lt;br /&gt;&amp;lt;/Eq&amp;gt;&lt;br /&gt;&amp;lt;/Where&amp;gt;&lt;br /&gt;&amp;lt;/Query&amp;gt;&lt;br /&gt;&lt;br /&gt;where 10 is the ID for item having country=”India”&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-1455870409515816604?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/1455870409515816604/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=1455870409515816604' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1455870409515816604'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1455870409515816604'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/09/caml-query-lookup-field-by-id-not-by.html' title='CAML - Query Lookup Field by ID; not by Value'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-6881945470778206258</id><published>2008-09-10T04:40:00.000-07:00</published><updated>2008-09-10T04:44:19.979-07:00</updated><title type='text'>Hide fields in New, Display or View forms in SharePoint</title><content type='html'>&lt;div style="clear: both"&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;!--/adcode--&gt;&lt;br /&gt;&lt;p&gt;One of the limiting factors in using the default forms (NewForm.aspx, EditForm.aspx) is that there is no obvious way to hide columns from appearing in the form.  By default all columns in a list or document library will appear in your forms.  &lt;/p&gt;&lt;br /&gt;&lt;p&gt;After doing quite a bit of research on this I found a fairly easy way to hide fields by using JavaScript within the form pages themselves.  In my research I found several different sets of JavaScript code, but some of the scripts are easier to implement than others.  Below I provide the best and most straight forward JavaScript and some simple steps to guide you along. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;To hide fields in a SharePoint 2007 form, follow these steps (I will use the NewForm.aspx in my example)&lt;/p&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt;Open SharePoint Designer and navigate to the site that contains the list or document library you wish to customize.&lt;br /&gt;&lt;li&gt;Expand the folder named “Forms” under the desired list or document library.  You should see about seven .aspx pages (AllItems.aspx, EditForm.aspx, NewForm.aspx, etc)&lt;br /&gt;&lt;li&gt;Open the NewForm.aspx page and switch to the “code” view to edit the HTML of the page.&lt;br /&gt;&lt;li&gt;Paste the JavaScript code immediately below the the following HTML tag &amp;lt;asp:Content ContentPlaceHolderId=”PlaceHolderMain” runat=”server”&amp;gt;  This will add the JavaScript to the HTML inside the content placeholder tag.  Note: be sure to include the entire script below, including the &amp;lt;script and &amp;lt;/script&amp;gt; tags.&lt;br /&gt;&lt;li&gt;Modify the “hidefields()” section of the JavaScript code to refer to each SharePoint list field name to hide.  For example, the code sample below will hide the SharePoint fields named Title, Document Link, and PublishDate    Notice that you do not need to worry about internal field names or field types like other JavaScript techniques, you simply need to know the name of the field.&lt;br /&gt;&lt;li&gt;Save the changes.  Select “Yes” when prompted to “…customize the page from the site definition…”&lt;br /&gt;&lt;li&gt;Test the form&lt;/li&gt;&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;&lt;p&gt; &lt;/p&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;pre face="consolas, 'Courier New', courier, monospace" size="8pt" color="#f4f4f4" style="overflow:visible;width:100%;color:black;line-height:12pt;background-border-style:none;margin:0;padding:0;"&gt;&amp;lt;script language=&lt;span style="color:#006080;"&gt;"javascript"&lt;/span&gt; type=&lt;span style="color:#006080;"&gt;"text/javascript"&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;_spBodyOnLoadFunctionNames.push(&lt;span style="color:#006080;"&gt;"hideFields"&lt;/span&gt;);&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#0000ff;"&gt;function&lt;/span&gt; findacontrol(FieldName) {&lt;br /&gt;&lt;br /&gt;   &lt;span style="color:#0000ff;"&gt;var&lt;/span&gt; arr = document.getElementsByTagName(&lt;span style="color:#006080;"&gt;"!"&lt;/span&gt;);&lt;br /&gt;   &lt;span style="color:#008000;"&gt;// get all comments&lt;/span&gt;&lt;br /&gt;   &lt;span style="color:#0000ff;"&gt;for&lt;/span&gt; (&lt;span style="color:#0000ff;"&gt;var&lt;/span&gt; i=0;i &amp;lt; arr.length; i++ )&lt;br /&gt;   {&lt;br /&gt;      &lt;span style="color:#008000;"&gt;// now match the field name&lt;/span&gt;&lt;br /&gt;      &lt;span style="color:#0000ff;"&gt;if&lt;/span&gt; (arr[i].innerHTML.indexOf(FieldName) &amp;gt; 0)&lt;br /&gt;      {         &lt;span style="color:#0000ff;"&gt;return&lt;/span&gt; arr[i];      }&lt;br /&gt;   }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#0000ff;"&gt;function&lt;/span&gt; hideFields() {&lt;br /&gt;&lt;br /&gt;   &lt;span style="color:#0000ff;"&gt;var&lt;/span&gt; control = findacontrol(&lt;span style="color:#006080;"&gt;"Title"&lt;/span&gt;);&lt;br /&gt;   control.parentNode.parentNode.style.display=&lt;span style="color:#006080;"&gt;"none"&lt;/span&gt;;&lt;br /&gt;   control = findacontrol(&lt;span style="color:#006080;"&gt;"Document Link"&lt;/span&gt;);&lt;br /&gt;   control.parentNode.parentNode.style.display=&lt;span style="color:#006080;"&gt;"none"&lt;/span&gt;;&lt;br /&gt;   control = findacontrol(&lt;span style="color:#006080;"&gt;"PublishDate"&lt;/span&gt;);&lt;br /&gt;   control.parentNode.parentNode.style.display=&lt;span style="color:#006080;"&gt;"none"&lt;/span&gt;;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-6881945470778206258?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/6881945470778206258/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=6881945470778206258' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/6881945470778206258'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/6881945470778206258'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/09/hide-fields-in-new-display-or-view.html' title='Hide fields in New, Display or View forms in SharePoint'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-2176590970050803832</id><published>2008-09-05T02:18:00.000-07:00</published><updated>2008-09-05T02:23:53.356-07:00</updated><title type='text'>Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.</title><content type='html'>&lt;p&gt;I used query with left outer joins.&lt;/p&gt;&lt;p&gt;First i used Server Explorer to drag and drop my table, than i modified query.&lt;/p&gt;&lt;p&gt;When i draged and droped my table there was unique field (id) with key logo. Because of joins, query returned more than one unique id, so solution is:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Make this unique field (id) property "Unique" into False.&lt;/p&gt;&lt;p&gt;That solved my problem.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-2176590970050803832?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/2176590970050803832/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=2176590970050803832' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/2176590970050803832'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/2176590970050803832'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/09/failed-to-enable-constraints-one-or.html' title='Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-8715941675295268211</id><published>2008-08-26T00:45:00.000-07:00</published><updated>2008-09-29T01:48:07.474-07:00</updated><title type='text'>Embed a hyperlink into data view web part XSLT</title><content type='html'>URL: &lt;br /&gt;&lt;br /&gt;http://[server]/[site]/Lists/Open%20Positions/AllItems.aspx?View={84EEA2F5-121B-40B7-946F-0FA704A1DAA1}&amp;amp;FilterField1=Recruiter&amp;amp;FilterValue1=Hold&lt;br /&gt;&lt;br /&gt;Convert it into:&lt;br /&gt;http://www.blogger.com/Lists/Open%20Positions/AllItems.aspx?View=%7b84EEA2F5-121B-40B7-946F-%200FA704A1DAA1%7d&amp;amp;FilterField1=Recruiter&amp;amp;FilterValue1=Hold&lt;br /&gt;&lt;br /&gt;I have manually transformed the first argument from: &lt;br /&gt;&lt;br /&gt;{84EEA2F5-121B-40B7-946F-0FA704A1DAA1}&lt;br /&gt;&lt;br /&gt;to: &lt;br /&gt;&lt;br /&gt;%7b84EEA2F5-121B-40B7-946F-0FA704A1DAA1%7d &lt;br /&gt;&lt;br /&gt;(In this, the open brace transforms to %7b and the closing brace transforms to %7d)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-8715941675295268211?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/8715941675295268211/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=8715941675295268211' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/8715941675295268211'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/8715941675295268211'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/08/embed-hyperlink-into-data-view-web-part.html' title='Embed a hyperlink into data view web part XSLT'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-3142280078954978148</id><published>2008-08-22T01:54:00.000-07:00</published><updated>2008-08-22T01:55:40.502-07:00</updated><title type='text'>The server could not complete your request.  Contact your Internet service   provider or Web server administrator to make sure that the server........</title><content type='html'>soap:ServerServer was unable to process request. ---&gt; A Web Part or Web &lt;br /&gt;Form Control on this Web Part Page cannot be displayed or imported because &lt;br /&gt;it is not registered as safe on this site. You may not be able to open this &lt;br /&gt;page in an HTML editor that is compatible with Microsoft Windows SharePoint &lt;br /&gt;Services, such as Microsoft Office SharePoint Designer. To fix this page, &lt;br /&gt;contact the site administrator to have the Web Part or Web Form Control &lt;br /&gt;&lt;p&gt;configured as safe.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Solution:&lt;/p&gt;&lt;p&gt;1. Open the site, for example http://mossportal/site/default.aspx&lt;br /&gt;2. add "?contents=1" to the end of url, like this: http://mossportal/site/default.aspx?contents=1&lt;br /&gt;3. You have a Web Part Page Maintenance and if you have some web part error delete it&lt;br /&gt;4. Open the page with SharePoint Designer and all work correctly&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-3142280078954978148?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/3142280078954978148/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=3142280078954978148' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/3142280078954978148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/3142280078954978148'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/08/server-could-not-complete-your-request.html' title='The server could not complete your request.  Contact your Internet service   provider or Web server administrator to make sure that the server........'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-4696172625407425962</id><published>2008-08-22T00:04:00.001-07:00</published><updated>2008-08-22T01:57:39.746-07:00</updated><title type='text'>Change Contents Types Display Form</title><content type='html'>&lt;p&gt;SPD refuses to update the supporting files for a content type unless it is the first in the 'create new' list.&lt;/p&gt;&lt;p&gt;Solution:&lt;/p&gt;&lt;p&gt;1. Change content type to first in New list&lt;/p&gt;&lt;p&gt;2. Assign custom form&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Do that with all content types you want&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-4696172625407425962?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/4696172625407425962/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=4696172625407425962' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/4696172625407425962'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/4696172625407425962'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/08/change-contents-types-display-form.html' title='Change Contents Types Display Form'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648458767490059859.post-1647931969312396602</id><published>2008-08-10T01:15:00.000-07:00</published><updated>2008-08-22T01:58:00.457-07:00</updated><title type='text'>Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, ... failed (CLR Procedure)</title><content type='html'>&lt;p&gt;Solution:&lt;/p&gt;&lt;p&gt;1) ALTER DATABASE [Database Name] SET TRUSTWORTHY ON&lt;br /&gt;&lt;/p&gt;2) Change the Permission Set of the CLR Code to External (Visual Studio's Project Properties)&lt;br /&gt; a) Properties &gt; Database &gt; Permissions Level&lt;br /&gt; b) Set to external&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648458767490059859-1647931969312396602?l=tomas-simonavicius.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tomas-simonavicius.blogspot.com/feeds/1647931969312396602/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6648458767490059859&amp;postID=1647931969312396602' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1647931969312396602'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648458767490059859/posts/default/1647931969312396602'/><link rel='alternate' type='text/html' href='http://tomas-simonavicius.blogspot.com/2008/08/request-for-permission-of-type.html' title='Request for the permission of type &apos;System.Data.SqlClient.SqlClientPermission, System.Data, ... failed (CLR Procedure)'/><author><name>Tomas</name><uri>http://www.blogger.com/profile/11405389329184488919</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://1.bp.blogspot.com/_YLvJGqm8dZM/Sgqygw3d4BI/AAAAAAAAAAM/dmZZ-39i8qE/S220/8.jpg'/></author><thr:total>0</thr:total></entry></feed>
