<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-13326666</atom:id><lastBuildDate>Sat, 11 Oct 2025 08:43:49 +0000</lastBuildDate><category>BDC</category><category>MOSS 2007 Upgrade</category><category>SharePoint 2003 Upgrade</category><category>authentication</category><title>GAYAN PEIRIS&#39;S SHAREPOINT BLOG [MVP]</title><description>SharePoint Portal Server, Windows SharePoint Services, SharePoint integration with Office suite and Live Communication Server</description><link>http://gpeiris.blogspot.com/</link><managingEditor>noreply@blogger.com (Gayan Peiris)</managingEditor><generator>Blogger</generator><openSearch:totalResults>135</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-7596004449404395766</guid><pubDate>Fri, 31 Aug 2007 07:40:00 +0000</pubDate><atom:updated>2007-08-31T17:49:42.759+10:00</atom:updated><title>Where is gayan?</title><description>Ok guys...I been missing for some time. At least didn’t blog for some time.&lt;br /&gt;&lt;br /&gt;I have done few changes in last few months...&lt;br /&gt;&lt;br /&gt;First of all, I am moved out from Canberra and moved in to Sydney..yes.. just next to the Sydney harbour bridge..(at least I can see it from my back yard!!!!)&lt;br /&gt;&lt;br /&gt;I have join Microsoft!!!! it is very exciting !!! its been around six weeks now and done lost of travelling during that time...&lt;br /&gt;&lt;br /&gt;The good news is, I am still working on SharePoint and will be sharing the MOSS love....&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#ff0000;&quot;&gt;This will be the last blog post I will be doing in this site. Please visit my new blog site for more information.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://blogs.msdn.com/gayanpeiris/&quot;&gt;http://blogs.msdn.com/gayanpeiris/&lt;/a&gt;</description><link>http://gpeiris.blogspot.com/2007/08/where-is-gayan.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>13</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-835564778782564166</guid><pubDate>Wed, 04 Jul 2007 04:20:00 +0000</pubDate><atom:updated>2007-07-04T14:21:01.416+10:00</atom:updated><title>Please use an unused port for this site error in Central Admin Site</title><description>My Central Administration site in MOSS environment was giving me following error message after restarting the server.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#ff0000;&quot;&gt;IIS was unable to start this site. Another site may already be using the port you configured for this site. Please use an unused port for this site.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Looks like changing the port number through IIS won’t do any good. You will have to do this through the command line. First navigate to following location&lt;br /&gt;&lt;br /&gt;C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN&lt;br /&gt;&lt;br /&gt;You need to use STSADM with setadminport parameter&lt;br /&gt;&lt;br /&gt;Type &lt;span style=&quot;color:#3333ff;&quot;&gt;stsadm.exe  -o setadminport –port [port number]&lt;/span&gt;</description><link>http://gpeiris.blogspot.com/2007/07/please-use-unused-port-for-this-site.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>12</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-3055115975797504188</guid><pubDate>Wed, 04 Jul 2007 01:17:00 +0000</pubDate><atom:updated>2007-07-04T11:28:15.586+10:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">authentication</category><category domain="http://www.blogger.com/atom/ns#">BDC</category><title>Login failed for user &#39;NT AUTHORITY\ANONYMOUS LOGON&#39;. From BDC to CRM</title><description>I had a requirement to bring MS CRM data as search results in MOSS search centre. So I start doing my research. First, I found this nice blog post that explains there is already BDC definition file for CRM is available from MS,&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://blogs.microsoft.co.il/blogs/itaysk/archive/2007/03/04/BDC-metadata-definition-file-for-Microsoft-Dynamics-CRM-3.0.aspx&quot;&gt;BDC metadata definition file for Microsoft Dynamics CRM 3.0&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I follow the instruction in the post and change my SQL server and database name to mach my environment. It worked fine. But, it was only displaying the data when I was accessing it from the SharePoint server. When I try to access the BDC data fro my client machine, I was getting following error message in the event log,&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#ff0000;&quot;&gt;Event Type: Error&lt;br /&gt;Event Source: Office SharePoint Server&lt;br /&gt;Event Category: Business Data&lt;br /&gt;Event ID: 5700&lt;br /&gt;Date: 3/07/2007&lt;br /&gt;Time: 6:04:33 PM&lt;br /&gt;User: N/A&lt;br /&gt;Computer: XXXXX&lt;br /&gt;Description:&lt;br /&gt;Could not open connection using &#39;data source=daustcd01;initial catalog=nea_MSCRM;integrated security=SSPI;pooling=false;persist security info=false&#39; in App Domain &#39;/LM/W3SVC/1229638185/Root-1-128279213588223440&#39;. The full exception text is: Login failed for user &#39;NT AUTHORITY\ANONYMOUS LOGON&#39;.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;The BDC definition file is using “PassThrough” authentication mode. I was sure the problem was to do with the authentication. Then I start looking at what are my options here and found following are supported in BDC,&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;Pass through&lt;/span&gt; : The ability of the operating system to pass a client’s authentication information to the back end server. When you use this method, you simply authenticate as the identity of the end user. To avoid losing the logged on users identity when the BDC authenticate to the back end server, you must enable the Kerberos delegation.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;RevertToSelf&lt;/span&gt;: this allows you to revert this impersonation and authenticate as the underling account that is configured for the IIS application pool. So while IIS runs under the application pool identity, it impersonates the logged on users, and the request runs under the user’s impersonation before it is passed forward.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#3333ff;&quot;&gt;WindowsCredentials:&lt;/span&gt; MOSS authenticates by using MS windows credentials from its default single sign-on (SSO) services.&lt;br /&gt;&lt;br /&gt;So I change the BDC definition file to use RevertToSelf authentication mode. Make sure that application pool account in IIS for the MOSS site has access to CRM data. It’s all working fine now!!!!</description><link>http://gpeiris.blogspot.com/2007/07/login-failed-for-user-nt.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>10</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-6848614323718393279</guid><pubDate>Tue, 24 Apr 2007 01:33:00 +0000</pubDate><atom:updated>2007-04-24T12:24:50.532+10:00</atom:updated><title>How come   Site Content Upgrade Status page is empty?</title><description>I am still working on SharePoint 2003 upgrade for MOSS 2007 environment. Finaly manage to get the farm environment stabilized. Then I was looking at Site Content Upgrade Status page (Central Administration &gt; Operations &gt; Site Content Upgrade Status) for the list of the sites that can be upgraded.&lt;br /&gt;&lt;br /&gt;Guess what? It was empty when I knew it should at least have dozen sites listed. I though this may be a security trimming user interface issue and made sure that my account is under Farm Administrators Group (The link “Update farm administrator&#39;s group” , Central Administration &gt; People and Groups)&lt;br /&gt;&lt;br /&gt;Still not luck. I have two front end web servers and one index server (or Application server). Then I realise the Central Administration site is running under both application server and one front end server.&lt;br /&gt;&lt;br /&gt;I don’t get the site list in Site Content Upgrade Status page when I access the Central Administration site through application server. I simply stop the Central Administration service in application server and only had is enabled in my front end web server.&lt;br /&gt;&lt;br /&gt;Sounds very simple!!!! But can waste lot of time if you don’t know what you are doing!!!!</description><link>http://gpeiris.blogspot.com/2007/04/how-come-site-content-upgrade-status.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-8968000235954257462</guid><pubDate>Mon, 23 Apr 2007 07:08:00 +0000</pubDate><atom:updated>2008-12-10T01:39:57.672+11:00</atom:updated><title>Event ID : 6482 and 6398 errors for SharePoint 2003 Upgrade</title><description>&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhepPYyPGvxZYrnpaSOlAyBihxqkJGG2kl0OWlHMgBhFLU-W2OE7801dV11svC-EeyaVvSTvQbz7P3nmydlluNJIBw_3-gXgW50wbVpRiQ1rD_P3b2lGyy1F23La8SYKaStJe1r4w/s1600-h/1.JPG&quot;&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5056519566642047458&quot; style=&quot;DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhepPYyPGvxZYrnpaSOlAyBihxqkJGG2kl0OWlHMgBhFLU-W2OE7801dV11svC-EeyaVvSTvQbz7P3nmydlluNJIBw_3-gXgW50wbVpRiQ1rD_P3b2lGyy1F23La8SYKaStJe1r4w/s320/1.JPG&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;I am currently conducting a SharePoint 2003 upgrade for MOSS 2007 in Load balanced medium server farm with SQL Cluster. I was getting following error message on my front end server.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#333399;&quot;&gt;Event Type: Error&lt;br /&gt;&lt;span style=&quot;color:#ff0000;&quot;&gt;Event Source: Office SharePoint Server&lt;br /&gt;Event Category: Office Server Shared Services&lt;br /&gt;Event ID: 6482&lt;/span&gt;&lt;br /&gt;Date: 23/04/2007&lt;br /&gt;Time: 3:05:36 PM&lt;br /&gt;User: N/A&lt;br /&gt;Computer: SERVERNAME&lt;br /&gt;Description:&lt;br /&gt;Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance &lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;span style=&quot;color:#333399;&quot;&gt;(1cf3346b-cb9d-430e-ab11-4ca65c7a93a5).&lt;br /&gt;&lt;br /&gt;Reason: Object 61f7f45f-d7ac-4948-91f6-b881dffea275 not found.&lt;br /&gt;&lt;br /&gt;Techinal Support Details:&lt;br /&gt;System.Collections.Generic.KeyNotFoundException: &lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;span style=&quot;color:#333399;&quot;&gt;Object 61f7f45f-d7ac-4948-91f6-b881dffea275 not found.&lt;br /&gt;at Microsoft.Office.Server.Search.Administration.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;span style=&quot;color:#333399;&quot;&gt;SearchApi.get_App()&lt;br /&gt;at Microsoft.Office.Server.Search.Administration.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;span style=&quot;color:#333399;&quot;&gt;SearchApi.SetUsersPermittedToQuery&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;span style=&quot;color:#333399;&quot;&gt;(String[] userNames, Boolean force)&lt;br /&gt;at Microsoft.Office.Server.Search.Administration.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;span style=&quot;color:#333399;&quot;&gt;SearchServiceInstance.Synchronize()&lt;br /&gt;at Microsoft.Office.Server.Administration.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;span style=&quot;color:#333399;&quot;&gt;ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)&lt;br /&gt;&lt;br /&gt;For more information, see Help and Support Center at &lt;/span&gt;&lt;a href=&quot;http://go.microsoft.com/fwlink/events.asp&quot;&gt;&lt;span style=&quot;color:#333399;&quot;&gt;http://go.microsoft.com/fwlink/events.asp&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color:#333399;&quot;&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Following error message in my index server.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#000099;&quot;&gt;Event Type: Error&lt;br /&gt;&lt;span style=&quot;color:#ff0000;&quot;&gt;Event Source: Windows SharePoint Services 3&lt;br /&gt;Event Category: Timer&lt;br /&gt;Event ID: 6398&lt;/span&gt;&lt;br /&gt;Date: 23/04/2007&lt;br /&gt;Time: 3:23:32 PM&lt;br /&gt;User: N/A&lt;br /&gt;Computer: SERVERNAME&lt;br /&gt;Description:&lt;br /&gt;The Execute method of job definition Microsoft.Office.Server.Search.Administration.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;span style=&quot;color:#000099;&quot;&gt;AddQueryServerJob (ID d39a43cb-8b90-4094-8f70-f51751700928) &lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;span style=&quot;color:#000099;&quot;&gt;threw an exception. More information is included below.&lt;br /&gt;&lt;br /&gt;Index location &#39;\\SERVERNAME\searchindexpropagation&#39; not found on indexer &#39;SERVERNAME&#39;. Aborting query server deployment for application EntrSharedServices.&lt;br /&gt;&lt;br /&gt;For more information, see Help and Support Center at &lt;/span&gt;&lt;a href=&quot;http://go.microsoft.com/fwlink/events.asp&quot;&gt;&lt;span style=&quot;color:#000099;&quot;&gt;http://go.microsoft.com/fwlink/events.asp&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color:#000099;&quot;&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1300933&amp;amp;SiteID=1&quot;&gt;I&lt;/a&gt; did following steps to fix this problem,&lt;/div&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;Navigate to Check Services Enabled in this Farm (Central Administration &gt; Application Management &gt; Check Services Enabled in this Farm)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;There was the error message&lt;br /&gt;Service: &lt;span style=&quot;color:#ff0000;&quot;&gt;Office SharePoint Server Search&lt;br /&gt;&lt;/span&gt;Issue: &lt;span style=&quot;color:#ff0000;&quot;&gt;The query server index file location on SERVERNAME is not shared. This location must be shared to allow for this server to receive propagation.&lt;br /&gt;&lt;/span&gt;Impact: &lt;span style=&quot;color:#ff0000;&quot;&gt;Index propagation to SERVERNAME will fail.&lt;/span&gt;&lt;br /&gt;Action: &lt;span style=&quot;color:#ff0000;&quot;&gt;Use the Office SharePoint Server Search Settings page to create the share&lt;/span&gt;.&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;I navigate to the page Office SharePoint Server Search Service Settings page(Central Administration &gt; Operations &gt; Services on Server &gt; Office SharePoint Server Search Service Settings)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Set up the page.&lt;br /&gt;&lt;br /&gt;The above errors were cleared from my event log for good.&lt;br /&gt;&lt;br /&gt;I am a very happy man!!!!!! &lt;/li&gt;&lt;/ul&gt;</description><link>http://gpeiris.blogspot.com/2007/04/event-id-6482-and-6398-errors-for.html</link><author>noreply@blogger.com (Gayan Peiris)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhepPYyPGvxZYrnpaSOlAyBihxqkJGG2kl0OWlHMgBhFLU-W2OE7801dV11svC-EeyaVvSTvQbz7P3nmydlluNJIBw_3-gXgW50wbVpRiQ1rD_P3b2lGyy1F23La8SYKaStJe1r4w/s72-c/1.JPG" height="72" width="72"/><thr:total>13</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-4281988107326422914</guid><pubDate>Tue, 17 Apr 2007 08:20:00 +0000</pubDate><atom:updated>2007-04-17T18:21:17.019+10:00</atom:updated><title>Server Farm Configuration Not Complete</title><description>I was getting above error message in bright red text on left hand top corner in my Central Administration page. I made sure following services are all running,&lt;br /&gt;&lt;br /&gt;Document Conversions Launcher Service   &lt;br /&gt;Document Conversions Load Balancer Service    &lt;br /&gt;Office SharePoint Server Search   &lt;br /&gt;Windows SharePoint Services Help Search   &lt;br /&gt;Windows SharePoint Services Incoming E-Mail   &lt;br /&gt;Windows SharePoint Services Web Application&lt;br /&gt;&lt;br /&gt;Then I check on the Check Services Enabled in this Farm page (Central Administration &gt; Application Management &gt; Check Services Enabled in this Farm) to identify any errors. Its fine too.&lt;br /&gt;&lt;br /&gt;Then I had to finally create the Shared Services. This make the error message disappear.</description><link>http://gpeiris.blogspot.com/2007/04/server-farm-configuration-not-complete.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>4</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-5964276111237635370</guid><pubDate>Tue, 17 Apr 2007 07:35:00 +0000</pubDate><atom:updated>2007-04-17T17:37:26.084+10:00</atom:updated><title>The specified name is already in use.</title><description>I was working on a content deployment job in MOSS WCM site when I receive the below error messages.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#000099;&quot;&gt;Event Type:        Error&lt;br /&gt;Event Source:    Windows SharePoint Services 3&lt;br /&gt;Event Category:                Timer&lt;br /&gt;Event ID:              6398&lt;br /&gt;Date:                     17/04/2007&lt;br /&gt;Time:                     11:54:25 AM&lt;br /&gt;User:                     N/A&lt;br /&gt;Computer:          ComputerName&lt;br /&gt;Description:&lt;br /&gt;The Execute method of job definition Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobDefinition (ID 1afc019a-3e27-43a8-8ddd-2555d397e34c) threw an exception. More information is included below.&lt;br /&gt;&lt;br /&gt;The specified name is already in use.&lt;br /&gt;&lt;br /&gt;A list, survey, discussion board, or document library cannot have the same name as another list, survey, discussion board, or document library in this Web site.  Use your browser&#39;s Back button, and type a new name.&lt;br /&gt;&lt;br /&gt;For more information, see Help and Support Center at &lt;/span&gt;&lt;a href=&quot;http://go.microsoft.com/fwlink/events.asp&quot;&gt;&lt;span style=&quot;color:#000099;&quot;&gt;http://go.microsoft.com/fwlink/events.asp&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color:#000099;&quot;&gt;.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color:#000099;&quot;&gt;&lt;br /&gt;Event Type:        Error&lt;br /&gt;Event Source:    Office SharePoint Server&lt;br /&gt;Event Category:                Content Deployment&lt;br /&gt;Event ID:              4958&lt;br /&gt;Date:                     17/04/2007&lt;br /&gt;Time:                     11:54:25 AM&lt;br /&gt;User:                     N/A&lt;br /&gt;Computer:          ComputerName&lt;br /&gt;Description:&lt;br /&gt;Publishing: Content deployment job failed. Error: &#39;Microsoft.SharePoint.SPException: The specified name is already in use.&lt;br /&gt;&lt;br /&gt;A list, survey, discussion board, or document library cannot have the same name as another list, survey, discussion board, or document library in this Web site.  Use your browser&#39;s Back button, and type a new name. ---&gt; System.Runtime.InteropServices.COMException (0x81020012): The specified name is already in use.&lt;br /&gt;&lt;br /&gt;A list, survey, discussion board, or document library cannot have the same name as another list, survey, discussion board, or document library in this Web site.  Use your browser&#39;s Back button, and type a new name.&lt;br /&gt;   at Microsoft.SharePoint.Library.SPRequestInternalClass.CreateListOnImport(String bstrUrl, Guid&amp; pguidListId, String bstrTitle, String bstrDescription, Int32 lTemplateID, String bstrFeatureId, Guid guidRootFolderId, Int64 llFlags, Int32 iVersion, Int32 iAuthor, String bstrFields, String bstrContentTypes, String bstrImageUrl, String bstrEventSinkAssembly, String bstrEventSinkClass, String bstrEventSinkData, Guid guidDocTemplateId, String bstrViews, String bstrForms, Boolean bCompressedSchema)&lt;br /&gt;   at Microsoft.SharePoint.Library.SPRequest.CreateListOnImport(String bstrUrl, Guid&amp; pguidListId, String bstrTitle, String bstrDescription, Int32 lTemplateID, String bstrFeatureId, Guid guidRootFolderId, Int64 llFlags, Int32 iVersion, Int32 iAuthor, String bstrFields, String bstrContentTypes, String bstrImageUrl, String bstrEventSinkAssembly, String bstrEventSinkClass, String bstrEventSinkData, Guid guidDocTemplateId, String bstrViews, String bstrForms, Boolean bCompressedSchema)&lt;br /&gt;   --- End of inner exception stack trace ---&lt;br /&gt;   at Microsoft.SharePoint.Library.SPRequest.CreateListOnImport(String bstrUrl, Guid&amp; pguidListId, String bstrTitle, String bstrDescription, Int32 lTemplateID, String bstrFeatureId, Guid guidRootFolderId, Int64 llFlags, Int32 iVersion, Int32 iAuthor, String bstrFields, String bstrContentTypes, String bstrImageUrl, String bstrEventSinkAssembly, String bstrEventSinkClass, String bstrEventSinkData, Guid guidDocTemplateId, String bstrViews, String bstrForms, Boolean bCompressedSchema)&lt;br /&gt;   at Microsoft.SharePoint.Deployment.ListSerializer.CreateList(SPWeb parentWeb, Dictionary`2 listMetaData, Boolean usingPublicSchema)&lt;br /&gt;   at Microsoft.SharePoint.Deployment.ListSerializer.SetObjectData(Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector)&lt;br /&gt;   at Microsoft.SharePoint.Deployment.XmlFormatter.ParseObject(Type objectType, Boolean isChildObject)&lt;br /&gt;   at Microsoft.SharePoint.Deployment.XmlFormatter.DeserializeObject(Type objectType, Boolean isChildObject, DeploymentObject envelope)&lt;br /&gt;   at Microsoft.SharePoint.Deployment.XmlFormatter.Deserialize(Stream serializationStream)&lt;br /&gt;   at Microsoft.SharePoint.Deployment.ObjectSerializer.Deserialize(Stream serializationStream)&lt;br /&gt;   at Microsoft.SharePoint.Deployment.ImportObjectManager.ProcessObject(XmlReader xmlReader)&lt;br /&gt;   at Microsoft.SharePoint.Deployment.SPImport.DeserializeObjects()&lt;br /&gt;   at Microsoft.SharePoint.Deployment.SPImport.Run()&lt;br /&gt;   at Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.DoImport()&lt;br /&gt;   at Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.ExecuteJob()&lt;br /&gt;   at Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob.Run(Boolean runAsynchronously)&lt;br /&gt;   at Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobDefinition.Execute(Guid targetInstanceId)&#39;&lt;br /&gt;&lt;br /&gt;For more information, see Help and Support Center at &lt;a href=&quot;http://go.microsoft.com/fwlink/events.asp&quot;&gt;http://go.microsoft.com/fwlink/events.asp&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color:#000099;&quot;&gt;&lt;br /&gt;&lt;/span&gt;I have a authoring and production environment in same farm environment. I created a path and Job to migrate content from my authoring publishing site to production publishing site. The production site was created using the publishing template.&lt;br /&gt;To fix above problem, I had to delete the production site and recreate it using the blank site template.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Its all working fine now….</description><link>http://gpeiris.blogspot.com/2007/04/specified-name-is-already-in-use.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>13</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-1968238901014459500</guid><pubDate>Mon, 16 Apr 2007 14:08:00 +0000</pubDate><atom:updated>2007-04-17T00:09:59.671+10:00</atom:updated><title>The request failed with HTTP status 407: Proxy Authentication Required.</title><description>I am having a single MOSS  server with dedicated SQL server for the back end. I was getting above error message when I was trying to execute the Job in Manage Content Deployment Paths and Jobs page. (Central Administration &gt; Operations &gt; Manage Content Deployment Paths and Jobs  )&lt;br /&gt;&lt;br /&gt;I have the set up the proxy details in my browser as mentioned below,&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Configure proxy server settings to bypass the proxy server for local addresses&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt; 1.  In Internet Explorer, on the Tools menu, click Internet Options.&lt;br /&gt;&lt;br /&gt;2.  On the Connections tab, in the Local Area Network (LAN) settings area, click LAN Settings.&lt;br /&gt;&lt;br /&gt;3.  In the Automatic configuration section, clear the Automatically detect settings check box.&lt;br /&gt;&lt;br /&gt;4.  In the Proxy Server section, select the Use a proxy server for your LAN check box.&lt;br /&gt;&lt;br /&gt;5.  Type the address of the proxy server in the Address box.&lt;br /&gt;&lt;br /&gt;6.  Type the port number of the proxy server in the Port box.&lt;br /&gt;&lt;br /&gt;7.  Select the Bypass proxy server for local addresses check box.&lt;br /&gt;&lt;br /&gt;8.  Click OK to close the Local Area Network (LAN) Settings dialog box.&lt;br /&gt;&lt;br /&gt;9.  Click OK to close the Internet Options dialog box.</description><link>http://gpeiris.blogspot.com/2007/04/request-failed-with-http-status-407.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>6</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-5694230059273159701</guid><pubDate>Mon, 16 Apr 2007 12:31:00 +0000</pubDate><atom:updated>2007-04-16T22:32:37.870+10:00</atom:updated><title>An unhandled exception occurred in the user interface.Exception Information: OSearch (AccountName)</title><description>I was trying very hard to start the “Office SharePoint Server Search” in my MOSS farm environment. I was getting the above error message for the last 2 days and couldn’t figure out what the hell is I am doing wrong.&lt;br /&gt;&lt;br /&gt;Guess what???? I had to enter the domain name followed by the user name to fix this problem. (Ex:&lt;span style=&quot;color:#ff0000;&quot;&gt;domainName\AccountName&lt;/span&gt;).&lt;br /&gt;&lt;br /&gt;Cant believe it took me long to realize this…..live and learn….</description><link>http://gpeiris.blogspot.com/2007/04/unhandled-exception-occurred-in-user.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>49</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-1290058046476148207</guid><pubDate>Sun, 08 Apr 2007 12:04:00 +0000</pubDate><atom:updated>2007-04-08T22:14:52.299+10:00</atom:updated><title>Unable to open shim database version registry key - v2.0.50727.00000</title><description>I am getting above error in my event log after installing the  .NET Framework 2.0 hotfix as I mentioned in my previous post.&lt;br /&gt;&lt;br /&gt;I had to install following hotfix to fix the problem&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://support.microsoft.com/kb/918642&quot;&gt;http://support.microsoft.com/kb/918642&lt;/a&gt;</description><link>http://gpeiris.blogspot.com/2007/04/unable-to-open-shim-database-version.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>4</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-7335124693414516889</guid><pubDate>Tue, 27 Mar 2007 02:08:00 +0000</pubDate><atom:updated>2007-03-27T12:29:31.434+10:00</atom:updated><title>Event ID: 6482, 7888, 6398, 7076, Errors</title><description>I was getting below error messages in my Application event log after my MOSS 2007 upgrade from SharePoint 2003.&lt;br /&gt;&lt;br /&gt;Event Type: Error&lt;br /&gt;Event Source: Office SharePoint Server&lt;br /&gt;Event Category: Office Server Shared Services&lt;br /&gt;&lt;span style=&quot;color:#ff0000;&quot;&gt;Event ID: 6482&lt;/span&gt;&lt;br /&gt;Date:  6/03/2007&lt;br /&gt;Time:  4:18:05 PM&lt;br /&gt;User:  N/A&lt;br /&gt;Computer: SERVER_NAME&lt;br /&gt;Description:Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchAdminSharedWebServiceInstance (5b92d6ae-445e-4084-b50f-98aa13ee5f97).&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#ff0000;&quot;&gt;Reason: Not enough storage is available to complete this operation.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Techinal Support Details:System.Runtime.InteropServices.COMException (0x8007000E): Not enough storage is available to complete this operation.&lt;br /&gt;&lt;br /&gt;Server stack trace:    at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)   at System.DirectoryServices.DirectoryEntry.Bind()   at System.DirectoryServices.DirectoryEntry.get_IsContainer()   at System.DirectoryServices.DirectoryEntries.CheckIsContainer()   at System.DirectoryServices.DirectoryEntries.Find(String name, String schemaClassName)   at Microsoft.SharePoint.AdministrationOperation.Metabase.MetabaseObjectCollection`1.Find(String name)   at Microsoft.SharePoint.AdministrationOperation.Metabase.MetabaseObjectCollection`1.get_Item(String name)   at Microsoft.SharePoint.AdministrationOperation.SPProvisioningAssistant.ProvisionIisApplicationPool(String name, ApplicationPoolIdentityType identityType, String userName, SecureString password, TimeSpan idleTimeout, TimeSpan periodicRestartTime)   at Microsoft.SharePoint.AdministrationOperation.SPAdministrationOperation.DoProvisionIisApplicationPool(String name, Int32 identityType, String userName, String password, TimeSpan idleTimeout, TimeSpan periodicRestartTime)   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]&amp; outArgs)   at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]&amp; outArgs)   at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)&lt;br /&gt;&lt;br /&gt;Exception rethrown at [0]:    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&amp; msgData, Int32 type)   at Microsoft.SharePoint.AdministrationOperation.SPAdministrationOperation.DoProvisionIisApplicationPool(String name, Int32 identityType, String userName, String password, TimeSpan idleTimeout, TimeSpan periodicRestartTime)   at Microsoft.SharePoint.Administration.SPMetabaseManager.ProvisionIisApplicationPool(String name, Int32 identityType, String userName, SecureString password, TimeSpan idleTimeout, TimeSpan periodicRestartTime)   at Microsoft.Office.Server.Administration.SharedWebServiceInstance.Synchronize()   at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)&lt;br /&gt;&lt;br /&gt;For more information, see Help and Support Center at &lt;a href=&quot;http://go.microsoft.com/fwlink/events.asp&quot;&gt;http://go.microsoft.com/fwlink/events.asp&lt;/a&gt;.&lt;br /&gt;-------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Event Type: Error&lt;br /&gt;Event Source: Office SharePoint Server&lt;br /&gt;Event Category: Office Server General&lt;br /&gt;&lt;span style=&quot;color:#ff0000;&quot;&gt;Event ID: 7888&lt;/span&gt;&lt;br /&gt;Date:  6/03/2007&lt;br /&gt;Time:  4:18:44 PM&lt;br /&gt;User:  N/A&lt;br /&gt;Computer: SERVER_NAME&lt;br /&gt;Description:A runtime exception was detected. Details follow. Message: &#39;test_sps_xxxx_Ap&#39; is not a valid Windows NT name. Give the complete name: &lt;domain\username&gt;.&lt;br /&gt;&lt;br /&gt;Techinal Details:System.Data.SqlClient.SqlException: &#39;test_sps_xxxx_Ap&#39; is not a valid Windows NT name. Give the complete name: &lt;domain\username&gt;.   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()   at Microsoft.Office.Server.Data.SqlSession.ExecuteNonQuery(SqlCommand command)   at Microsoft.Office.Server.Data.SqlServerManager.GrantLogin(String user)   at Microsoft.Office.Server.Administration.SharedResourceProvider.SynchronizeConfigurationDatabaseAccess(SharedComponentSecurity security)   at Microsoft.Office.Server.Administration.SharedResourceProvider.SynchronizeAccessControl(SharedComponentSecurity sharedApplicationSecurity)   at Microsoft.Office.Server.Administration.SharedResourceProvider.Microsoft.Office.Server.Administration.ISharedComponent.Synchronize()&lt;br /&gt;&lt;br /&gt;For more information, see Help and Support Center at &lt;a href=&quot;http://go.microsoft.com/fwlink/events.asp&quot;&gt;http://go.microsoft.com/fwlink/events.asp&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;-------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Event Type: Error&lt;br /&gt;Event Source: Windows SharePoint Services 3&lt;br /&gt;Event Category: Timer&lt;br /&gt;&lt;span style=&quot;color:#ff0000;&quot;&gt;Event ID: 6398&lt;/span&gt;&lt;br /&gt;Date:  6/03/2007&lt;br /&gt;Time:  4:18:05 PM&lt;br /&gt;User:  N/A&lt;br /&gt;Computer: SERVER_NAME&lt;br /&gt;Description:The Execute method of job definition Microsoft.Office.Server.Administration.ApplicationServerAdministrationServiceJob (ID 09dc64d4-9691-41c3-af8a-61b89a2c1ff4) threw an exception. More information is included below.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#ff0000;&quot;&gt;Not enough storage is available to complete this operation.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;For more information, see Help and Support Center at &lt;a href=&quot;http://go.microsoft.com/fwlink/events.asp&quot;&gt;http://go.microsoft.com/fwlink/events.asp&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Event Type: Error&lt;br /&gt;Event Source: Office SharePoint Server&lt;br /&gt;Event Category: Office Server Shared Services&lt;br /&gt;&lt;span style=&quot;color:#ff0000;&quot;&gt;Event ID: 7076&lt;/span&gt;&lt;br /&gt;Date:  6/03/2007&lt;br /&gt;Time:  4:18:05 PM&lt;br /&gt;User:  N/A&lt;br /&gt;Computer: SERVER_NAME&lt;br /&gt;Description:An exception occurred while executing the Application Server Administration job.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#ff0000;&quot;&gt;Message: Not enough storage is available to complete this operation.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Techinal Support Details:System.Runtime.InteropServices.COMException (0x8007000E): Not enough storage is available to complete this operation.&lt;br /&gt;&lt;br /&gt;Server stack trace:    at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)   at System.DirectoryServices.DirectoryEntry.Bind()   at System.DirectoryServices.DirectoryEntry.get_IsContainer()   at System.DirectoryServices.DirectoryEntries.CheckIsContainer()   at System.DirectoryServices.DirectoryEntries.Find(String name, String schemaClassName)   at Microsoft.SharePoint.AdministrationOperation.Metabase.MetabaseObjectCollection`1.Find(String name)   at Microsoft.SharePoint.AdministrationOperation.Metabase.MetabaseObjectCollection`1.get_Item(String name)   at Microsoft.SharePoint.AdministrationOperation.SPProvisioningAssistant.ProvisionIisApplicationPool(String name, ApplicationPoolIdentityType identityType, String userName, SecureString password, TimeSpan idleTimeout, TimeSpan periodicRestartTime)   at Microsoft.SharePoint.AdministrationOperation.SPAdministrationOperation.DoProvisionIisApplicationPool(String name, Int32 identityType, String userName, String password, TimeSpan idleTimeout, TimeSpan periodicRestartTime)   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]&amp; outArgs)   at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]&amp; outArgs)   at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)&lt;br /&gt;&lt;br /&gt;Exception rethrown at [0]:    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&amp; msgData, Int32 type)   at Microsoft.SharePoint.AdministrationOperation.SPAdministrationOperation.DoProvisionIisApplicationPool(String name, Int32 identityType, String userName, String password, TimeSpan idleTimeout, TimeSpan periodicRestartTime)   at Microsoft.SharePoint.Administration.SPMetabaseManager.ProvisionIisApplicationPool(String name, Int32 identityType, String userName, SecureString password, TimeSpan idleTimeout, TimeSpan periodicRestartTime)   at Microsoft.Office.Server.Administration.SharedWebServiceInstance.CreateSharedWebServiceApplicationPool(SharedResourceProvider srp)   at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)&lt;br /&gt;&lt;br /&gt;For more information, see Help and Support Center at &lt;a href=&quot;http://go.microsoft.com/fwlink/events.asp&quot;&gt;http://go.microsoft.com/fwlink/events.asp&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#000099;&quot;&gt;I have to install a .NET Framework 2.0 hotfix to fix above problem. You can’t download the hotfix from the web. You will have to contact Microsoft to get it. More details on below URL&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://support.microsoft.com/kb/923028/en-us&quot;&gt;http://support.microsoft.com/kb/923028/en-us&lt;/a&gt;</description><link>http://gpeiris.blogspot.com/2007/03/event-id-6482-7888-6398-7076-errors.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>5</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-1306414878174741363</guid><pubDate>Tue, 20 Feb 2007 03:51:00 +0000</pubDate><atom:updated>2007-02-20T14:59:06.657+11:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">MOSS 2007 Upgrade</category><title>What happen to OWS.CSS in WSS V3.0 site?</title><description>I have a custom develop menu control that pick up styles from OWS.CSS style sheet. I have noticed when I upgrade the WSS V2.0 site to WSS V3.0, the styles were missing from the menu control. Even the old style OWS style sheet from&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#ff9900;&quot;&gt;C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\TEMPLATE\LAYOUTS\1033\STYLES&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Copied to new location&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#ff9900;&quot;&gt;C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\1033\STYLES&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;OWS style sheet is above location with all the styles, but the site is not picking it up!!!!!&lt;br /&gt;&lt;br /&gt;There is a new style sheet in above directory called CORE.CSS. I have to copy al my custom style class to CORE.CSS file to get this working properly.&lt;br /&gt;&lt;br /&gt;I still haven’t got to the bottom of this situation and don’t know why there is new CORE.CSS style sheet. I am sure I will find out and blog about it soon….</description><link>http://gpeiris.blogspot.com/2007/02/what-happen-to-owscss-in-wss-v30-site.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-4554010182475653547</guid><pubDate>Mon, 19 Feb 2007 09:36:00 +0000</pubDate><atom:updated>2007-02-19T20:40:40.499+11:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SharePoint 2003 Upgrade</category><title>“Rename your object or delete the existing object”. Error</title><description>&lt;p&gt;I hit another problem while I was doing the gradual upgrade. The site upgrade process was complaining that the site is already exists and stope the site upgrade process before get completed successfully with following error message.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#ff6600;&quot;&gt;An object of the type Microsoft.SharePoint.Administration.SPWebApplication named &quot;RegionalServices_Pair&quot; already exists under the parent Microsoft.SharePoint.Administration.SPWebService named &quot;&quot;. Rename your object or delete the existing object.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I couldn’t find the object mentioned in the error message through STSADM tool. I was trying to delete it or trying to access the site through STSADM command with out any luck.&lt;br /&gt;&lt;br /&gt;Finally I figure out the way to fix this problem through the Central Administration pages&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Open the Central Administration site &lt;/li&gt;&lt;li&gt;Go to Application Manager &lt;/li&gt;&lt;li&gt;Select Delete Web Application link &lt;/li&gt;&lt;li&gt;Select the site mention in your error message &lt;/li&gt;&lt;li&gt;Choose to delete the Content database and the IIS Web site &lt;/li&gt;&lt;li&gt;Navigate to Site content upgrade status under Operation tab &lt;/li&gt;&lt;li&gt;Rerun the site upgrade&lt;/li&gt;&lt;/ul&gt;</description><link>http://gpeiris.blogspot.com/2007/02/rename-your-object-or-delete-existing.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>5</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-1440531645091720444</guid><pubDate>Mon, 05 Feb 2007 01:48:00 +0000</pubDate><atom:updated>2007-02-19T20:35:32.912+11:00</atom:updated><title>Method not found: Error</title><description>&lt;span style=&quot;color:#ff6600;&quot;&gt;Method not found: System.String Microsoft.SharePoint.Administration.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color:#ff6600;&quot;&gt;SPVirtualServerConfig.get_DefaultZoneOutgoingUrl().&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I am currently working through a SharePoint 2003 upgrade to MOSS 2007 using In-Place Upgrade. I was running the Prescan tool as part of the migration and got the following error message.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#6666cc;&quot;&gt;The command ran&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color:#3366ff;&quot;&gt;&lt;br /&gt;&lt;/span&gt;Prescan.exe /c presupgradescanconfig.xml /all&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color:#6666cc;&quot;&gt;The Error Message&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color:#6666cc;&quot;&gt;&lt;/span&gt;&lt;br /&gt;2/05/2007 11:12:51 Error: Exception while looping through virtual servers.&lt;br /&gt;02/05/2007 11:12:51 System.MissingMethodException: Method not found: System.String Microsoft.SharePoint.Administration.SPVirtualServerConfig.get_DefaultZoneOutgoingUrl().&lt;br /&gt;at Microsoft.SharePoint.PreupgradeReport.Scan.ScanOneVirtualServer(SPVirtualServer curVS)&lt;br /&gt;at Microsoft.SharePoint.PreupgradeReport.Scan.Run(StringCollection argsList)&lt;br /&gt;02/05/2007 11:12:51 Scan finished with failure.&lt;br /&gt;02/05/2007 11:12:51 ===============================Logs==================&lt;br /&gt;=============&lt;br /&gt;02/05/2007 11:12:51 Log file: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\PreupgradeReport_633062707654456096_Log.txt&lt;br /&gt;02/05/2007 11:12:51 Summary file: C:\DOCUME~1\ADMINI~1\&lt;br /&gt;LOCALS~1\Temp\PreupgradeReport_633062707654456096&lt;br /&gt;_Summary.xml&lt;br /&gt;02/05/2007 11:12:51 ==============================Totals==================&lt;br /&gt;============&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color:#6666cc;&quot;&gt;Solution&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color:#6666cc;&quot;&gt;&lt;br /&gt;&lt;/span&gt;This is due to not having service packs installed in my existing SharePoint Portal Server 2003 environments.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Windows SharePoint Services Service Pack 2 (SP2)&lt;br /&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyId=9C552114-DC9A-43EE-9281-B080B7C280B4&amp;displaylang=en&quot;&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=9C552114-DC9A-43EE-9281-B080B7C280B4&amp;amp;displaylang=en&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;SharePoint Portal Server 2003 Service Pack 2&lt;br /&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyId=171DC9A7-B4BA-4759-BD64-6B7D851A97EF&amp;displaylang=en&quot;&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=171DC9A7-B4BA-4759-BD64-6B7D851A97EF&amp;amp;displaylang=en&lt;/a&gt;</description><link>http://gpeiris.blogspot.com/2007/02/method-not-found-systemstring.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>6</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-116926677208858767</guid><pubDate>Sat, 20 Jan 2007 04:17:00 +0000</pubDate><atom:updated>2007-01-20T15:19:32.180+11:00</atom:updated><title>Configuring Multiple Authentication Providers for SharePoint 2007</title><description>Windows SharePoint Services (WSS) V3 contains several new features around authentication and authorization that make it easier to develop and deploy solutions in Internet facing environments, especially extranets.  In the previous version of WSS, all security principals needed to resolve at some point to a Windows identity – either a user account or group.  WSS V3 is built upon the ASP.NET 2.0 Framework, which allows the use of forms-based authentication (FBA) to authenticate users into the system.  By riding on top of ASP.NET 2.0’s pluggable authentication provider model, you can now support users stored in Active Directory as well as SQL Server, an LDAP directory, or any other directory that has an ASP.NET 2.0 Membership provider.  Although WSS V3 will not ship with any Membership providers, Microsoft Office SharePoint Server (MOSS) 2007 will include an LDAP V3 Membership provider, and ASP.NET 2.0 includes a SQL Server provider. But if you want to use a directory and can’t find a Membership provider for it, you can write your own!  This is a key technology enabler for heterogeneous environments.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://blogs.msdn.com/sharepoint/archive/2006/08/16/configuring-multiple-authentication-providers-for-sharepoint-2007.aspx&quot; target=blank&gt;Read More&lt;/a&gt;</description><link>http://gpeiris.blogspot.com/2007/01/configuring-multiple-authentication.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-116693088168213051</guid><pubDate>Sun, 24 Dec 2006 03:23:00 +0000</pubDate><atom:updated>2006-12-24T14:28:02.250+11:00</atom:updated><title>On-demand access to SharePoint tutorials from LearnVu</title><description>&lt;p&gt;SharePointHosting.com provides on-demand access to SharePoint tutorials from LearnVu to all our SharePoint hosting customers. This is a significant value-add service to our SharePoint hosting offerings.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Did anyone ever hand you a SharePoint user manual or some other “documentation” when you had a question about a SharePoint feature, configuration issue or problem.&lt;br /&gt;Did you ever want to have an SharePoint expert sit with you every time you had a question or needed to sharpen your skills with a particular piece of software or hardware?&lt;br /&gt;Did you ever sit through a long support queue when you just wanted your “simple” SharePoint question answered in a way you could understand&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.sharepointhosting.com/video_tutorials.html&quot; target=blank&gt;Try it out&lt;/a&gt;&lt;/p&gt;</description><link>http://gpeiris.blogspot.com/2006/12/on-demand-access-to-sharepoint.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-116692648911773094</guid><pubDate>Sun, 24 Dec 2006 02:13:00 +0000</pubDate><atom:updated>2006-12-24T13:14:49.736+11:00</atom:updated><title>ASP.NET 2.0 Custom Session State Provider</title><description>Session stating although considered not directly related to security, does encapsulate some security related points. Although there aren’t many session related configuration changes that you can make in SharePoint, understanding the concept of session stating and why it exists will help understand the aggregate concept of how security works in SharePoint, as well as the ASP.NET 2.0 model. &lt;br /&gt;&lt;br /&gt;The provider model as detailed in other articles is evident in many facets of SharePoint, and through the use of the Universal Provider model one can gain membership, role, and provider pluggable architectures.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.sharepointsecurity.com/content-174.html&quot; target=blank&gt;Read More&lt;/a&gt;</description><link>http://gpeiris.blogspot.com/2006/12/aspnet-20-custom-session-state.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-116544018781669238</guid><pubDate>Wed, 06 Dec 2006 21:18:00 +0000</pubDate><atom:updated>2006-12-07T08:23:08.183+11:00</atom:updated><title>What about Public Folders vs. email enabled Lists in WSS v3?</title><description>This is a nice blog entry from Joel regarding Public Folders and WSS V3. He is talking about moving from Public Folder to WSS V3 to support your requirements.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://blogs.msdn.com/joelo/archive/2006/09/20/763933.aspx&quot; target=blank&gt;Read More&lt;/a&gt;</description><link>http://gpeiris.blogspot.com/2006/12/what-about-public-folders-vs-email.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-116520246188839302</guid><pubDate>Mon, 04 Dec 2006 03:20:00 +0000</pubDate><atom:updated>2006-12-04T14:22:33.520+11:00</atom:updated><title>Deploying Windows Rights Management Services with Microsoft Office SharePoint Server 2007 Step-By-Step Guide</title><description>Deploying Windows Rights Management Services with Microsoft Office SharePoint Server 2007 Step-By-Step Guide provides instructions for deploying Microsoft Office SharePoint Server 2007 in a Microsoft Windows Rights Management Services (RMS) with Service Pack 2 environment.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=7bab2321-71e6-4cf2-8bcd-0880e0d1cda3&amp;DisplayLang=en#Overview&quot;&gt;Read More&lt;/a&gt;</description><link>http://gpeiris.blogspot.com/2006/12/deploying-windows-rights-management.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-116519115034203961</guid><pubDate>Mon, 04 Dec 2006 00:02:00 +0000</pubDate><atom:updated>2006-12-04T11:12:30.736+11:00</atom:updated><title>SharePoint Governance</title><description>Microsoft SharePoint technologies offer an immense amount of power for an organization, and harnessing this power is the goal of every business that installs SharePoint. &lt;br /&gt;&lt;br /&gt;But adoption of the SharePoint technologies can get out of control without proper governance. In this two-part article you&#39;ll learn what governance is and learn about some of items that you should consider for a SharePoint technologies governance plan.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.intranetjournal.com/articles/200611/ij_11_27_06a.html&quot; target=blank&gt;Part 1&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot; http://www.intranetjournal.com/articles/200611/ij_11_29_06a.html&quot; target=blank&gt;Part 2&lt;/a&gt;</description><link>http://gpeiris.blogspot.com/2006/12/sharepoint-governance.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-116469458709746554</guid><pubDate>Tue, 28 Nov 2006 06:16:00 +0000</pubDate><atom:updated>2006-11-28T17:18:29.230+11:00</atom:updated><title>Planning whitepaper for MOSS 2007 and WSS 3.0 -- Capacity Boundaries, Estimating Performance &amp; Capacity Requirements, Additional Factors, and Tools</title><description>Planning for Capacity Boundaries, Estimating Performance &amp;amp; Capacity Requirements, Additional Factors, and Tools&lt;br /&gt;&lt;br /&gt;WSS: http://technet2.microsoft.com/WindowsServer/en/library/0e13e879-0156-4e9f-b6d5-abddcf326d211033.mspx?mfr=true&lt;br /&gt;&lt;br /&gt;MOSS: http://technet2.microsoft.com/Office/en-us/library/eb2493e8-e498-462a-ab5d-1b779529dc471033.mspx?mfr=true&lt;br /&gt;&lt;br /&gt;Within these docs you&#39;ll find data on servers, server topologies, system sizing, figuring out requests per second, understanding performance characteristics and guidance around features, such as folders vs. no folders.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://blogs.msdn.com/joelo/archive/2006/11/22/planning-for-capacity-boundaries-estimating-performance-capacity-requirements-additional-factors-and-tools.aspx&quot; target=blank&gt;Read More&lt;/a&gt;</description><link>http://gpeiris.blogspot.com/2006/11/planning-whitepaper-for-moss-2007-and.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-116459578388813710</guid><pubDate>Mon, 27 Nov 2006 02:48:00 +0000</pubDate><atom:updated>2006-11-27T13:49:44.163+11:00</atom:updated><title>How to buy Microsoft Office SharePoint Server 2007</title><description>Microsoft Office SharePoint Server 2007 is an integrated suite of server capabilities that can help improve organizational effectiveness by providing comprehensive content management and enterprise search, accelerating shared business processes, and facilitating information-sharing across boundaries for better business insight. Office SharePoint Server 2007 supports all intranet, extranet, and Web applications across an enterprise within one integrated platform, instead of relying on separate fragmented systems. Additionally, this collaboration and content management server provides IT professionals and developers with the platform and tools they need for server administration, application extensibility, and interoperability.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://office.microsoft.com/en-us/products/FX101865111033.aspx&quot; target=blank&gt;Read More&lt;/a&gt;</description><link>http://gpeiris.blogspot.com/2006/11/how-to-buy-microsoft-office-sharepoint.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-116381295080623798</guid><pubDate>Sat, 18 Nov 2006 01:13:00 +0000</pubDate><atom:updated>2006-11-18T12:41:41.860+11:00</atom:updated><title>SharePoint Beta 2 TR to Release</title><description>It’s time to have a look at how to upgrade from SharePoint Beta 2 TR to release version. Following are few of the articles I came across that will be helpful for you.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://blogs.msdn.com/sharepoint/archive/2006/11/16/announcing-the-rtw-of-wss-and-office-sharepoint-server-2007-standard-and-enterprise-evaluation.aspx&quot; target = blank&gt;Announcing the RTW of WSS and Office SharePoint Server 2007 Standard and Enterprise Evaluation!&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://technet2.microsoft.com/Office/en-us/library/0af1c7a4-a054-40c3-b495-71371bed4af81033.mspx?mfr=true&quot; target=&quot;blank&quot;&gt;Upgrading from Windows SharePoint Services 3.0 Beta 2 Technical Refresh to Release Version&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://technet2.microsoft.com/Office/en-us/library/dd35daa3-dca9-48bd-bc62-affab156d3531033.mspx?mfr=true&quot; target=&quot;blank&quot;&gt;Upgrading from Office Forms Server 2007 Beta 2 Technical Refresh to Release Version&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://technet2.microsoft.com/Office/en-us/library/3df597d0-bad0-4c73-9c26-a10bb80449881033.mspx?mfr=true&quot; target=&quot;blank&quot;&gt;Upgrading from Office SharePoint Server 2007 Beta 2 Technical Refresh to Release Version&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://msmvps.com/blogs/shane/archive/2006/11/15/installing-moss-2007-rtm-on-a-farm-running-moss-2007-beta2-tr.aspx&quot; target=&quot;blank&quot;&gt;Installing MOSS 2007 RTM on a farm running MOSS 2007 Beta2 TR&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;</description><link>http://gpeiris.blogspot.com/2006/11/sharepoint-beta-2-tr-to-release.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-116381165133301430</guid><pubDate>Sat, 18 Nov 2006 00:56:00 +0000</pubDate><atom:updated>2006-11-18T12:00:51.586+11:00</atom:updated><title>Microsoft Office SharePoint Server 2007 Trial Version</title><description>&lt;p&gt;This is the x86 release version of SharePoint Server 2007 Trial for Standard and Enterprise editions.&lt;br /&gt;&lt;br /&gt;Standard edition functionality includes: &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Collaboration &lt;/li&gt;&lt;li&gt;Enterprise Content Management &lt;/li&gt;&lt;li&gt;Workflow &lt;/li&gt;&lt;li&gt;MySites &lt;/li&gt;&lt;li&gt;Profiles and Personalization &lt;/li&gt;&lt;li&gt;Enterprise Search &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;br /&gt;Enterprise edition functionality includes: &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Business Data Catalog &lt;/li&gt;&lt;li&gt;Excel Services &lt;/li&gt;&lt;li&gt;Report Center &lt;/li&gt;&lt;li&gt;Infopath Forms Services &lt;/li&gt;&lt;li&gt;KPI and Filter Web Parts &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;br /&gt;The trial period for this product is 180 days. You can convert to a licensed installation at any time during the trial or after the trial has expired by entering the appropriate product key. &lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?familyid=2e6e5a9c-ebf6-4f7f-8467-f4de6bd6b831&amp;amp;displaylang=en&quot; target=blank&gt;Read More&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://gpeiris.blogspot.com/2006/11/microsoft-office-sharepoint-server.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-13326666.post-116260168820027276</guid><pubDate>Sat, 04 Nov 2006 00:50:00 +0000</pubDate><atom:updated>2006-11-04T11:54:49.540+11:00</atom:updated><title>Microsoft’s top executives to share knowledge at TechEd 2006</title><description>&lt;a href=&quot;http://photos1.blogger.com/blogger/5965/1162/1600/TechEd2006SL.jpg&quot;&gt;&lt;img style=&quot;float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;&quot; src=&quot;http://photos1.blogger.com/blogger/5965/1162/320/TechEd2006SL.jpg&quot; border=&quot;0&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Plans are underway to wow Sri Lankans at an IT event on a scale never-before-seen when Microsoft Tech-Ed 2006 gets underway at the Water’s Edge next week (25th to 27th October). Tech-Ed 2006 is billed to be an event where &quot;Knowledge will grow. Doors will open. Destinies will change.&quot; and organisers at Microsoft Sri Lanka say participants will not be disappointed. Among the highlights of Tech-Ed is a series of high profile resource persons billed to speak on the four tracks that will make up the symposium.&lt;br /&gt;&lt;br /&gt;The Microsoft Tech-Ed 2006 conference will consist of 50 sessions across 4 tracks, with Track 1 focusing on Windows Infrastructure and Systems Management, Track 2 on Messaging and Collaboration, Track 3 on Enterprise Data Management, Architecture and Team Development, and Track 4 on Developer Technology. Leading the way will be Steve Riley, Microsoft’s top rated senior security specialist – who will be joined by Technical Architect Gayan Pieris, Microsoft Developer Tools Specialist Matthew Hardman, and Developer Evangelist Janakiram MSV and IT Professional Evangelist Ravi Sankar.&lt;br /&gt;&lt;br /&gt;Track 2 at Tech-Ed, dealing with messaging and collaboration, will be led by Gayan Peiris - a Technical Architect / senior Consultant for Unique World Pty Ltd Canberra, Australia who is considered an Expert in architecting and designing SharePoint Portals and Windows SharePoint Services solutions. Gayan is widely published and is a frequent speaker at Microsoft developer conferences on SharePoint technology. He has been a leading advocate since 2001 and the president of the Canberra SharePoint User Group. He has the distinction of being presented with the MVP award for Microsoft Office SharePoint Server.&lt;br /&gt;&lt;br /&gt;Gayan’s sessions will enable participants to gain an in-depth look at the new server technologies in the 2007 Microsoft Office release, while developers will have the opportunity to discover new features that enable them to create application-level customizations, application-level task panes, and program the ribbon using Visual Studio Tools for the Microsoft Office System. IT Professionals will gain the training they need to successfully deploy and manage Office server systems and applications within IT infrastructure.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://lankapage.wordpress.com/2006/10/20/microsoft%e2%80%99s-top-executives-to-share-knowledge-at-teched-2006/&quot; target=blank&gt;Read More&lt;/a&gt;</description><link>http://gpeiris.blogspot.com/2006/11/microsofts-top-executives-to-share.html</link><author>noreply@blogger.com (Gayan Peiris)</author><thr:total>1</thr:total></item></channel></rss>