Posted in: Blog, SharePoint 2010 |
Yo everyone,
I now want to upgrade my MOSS 2007 instance with Sharepoint 2010 BETA. I of course do it on a VM 🙂 Within my MOSS 2007 instance I’ve got the following running:
– Custom field types and field controls
– Custom feature receivers
– Custom ASP.NET controls
– Custom Site Actions menu
– Custom content types and columns
– Custom administration pages
– Custom master pages and page layouts
– Custom list template and list instance
– Gary Lapointe’s custom STSADM commands
– Central Admin runs at http://machine:9000/
– SSP runs at http://machine:9001/
– MySites runs at http://machine:9002/
– My MOSS 2007 farm is NOT RUNNING ON ACTIVE DIRECTORY! The users are pulled out from local machine.
SQL Server is also running from the same VM as MOSS 2007.
So…here it is….I’ll paste some screenshots as I go through.
BEFORE: Solutions
BEFORE: Sharepoint site as it stands
BEFORE: Extracting SP2010 Beta executables
I then installed all the pre-requisites as per my article:
http://sp2010journal.blogspot.com/2010/01/installing-sharepoint-2010.html
Pre-requisites installed OK
That’s what it said before installing….
Installed successfully..now it runs the configuration wizard
Clicking Next before went straight to this screen
WOW..new screen…I choose to preserve the look and feel
EXCITING…EXCITING…
Opening Central Admin…and…BANG….ERROR
OK let me fixed that.
That’s the reason why it broke
So then I removed that line from Central Admin’s web.config and:
Still breaks…fine…I’ll fix that
I change the navigation provider to: CurrentNavSiteMapProvider and………
VOILA!!!
I said I had 3 errors. When I opened the log file mentioned at the bottom of the screen I could see errors related to User Profile. It might be caused by my MOSS 2007 wasn’t running on AD?
—
[OWSTIMER] [UserProfileSharedResourceProvider12Sequence] [ERROR] [2/5/2010 1:47:40 PM]: Action 14.0.1.0 of Microsoft.Office.Server.Upgrade.UserProfileSharedResourceProvider12Sequence failed.
[OWSTIMER] [UserProfileSharedResourceProvider12Sequence] [ERROR] [2/5/2010 1:47:40 PM]: Inner Exception: There are no online service instances for this application.
[OWSTIMER] [UserProfileSharedResourceProvider12Sequence] [ERROR] [2/5/2010 1:47:40 PM]: at Microsoft.SharePoint.SPConnectedServiceApplication.get_ApplicationAddresses()
at Microsoft.SharePoint.SPServiceLoadBalancer.<get_endpointaddresses>d__0.MoveNext()
at Microsoft.SharePoint.SPRoundRobinServiceLoadBalancer.GetEndpoints(IEnumerable`1 applicationAddresses)
at Microsoft.SharePoint.SPRoundRobinServiceLoadBalancer.BeginOperation()
at Microsoft.Office.Server.UserProfiles.MossClientBase`1.get_Channel()
at Microsoft.Office.Server.UserProfiles.MossClientBase`1.ExecuteOnChannel(String operationName, CodeBlock codeBlock)
atMicrosoft.Office.Server.UserProfiles.ProfilePropertyServiceClient.ExecuteOnChannel(String operationName, CodeBlock codeBlock)
[OWSTIMER] [UserProfileSharedResourceProvider12Sequence] [ERROR] [2/5/2010 1:47:40 PM]: Exception: There are no online service instances for this application.
[OWSTIMER] [UserProfileSharedResourceProvider12Sequence] [ERROR] [2/5/2010 1:47:40 PM]: at Microsoft.Office.Server.UserProfiles.ProfilePropertyServiceClient.ExecuteOnChannel(String operationName, CodeBlock codeBlock)
at Microsoft.Office.Server.UserProfiles.ProfilePropertyServiceClient.GetProfileProperties()
at
Microsoft.Office.Server.Administration.UserProfileApplicationProxy.RefreshProperties(Guid applicationID)at Microsoft.Office.Server.Utilities.SPAsyncCache`2.GetValueNow(K key)
at Microsoft.Office.Server.Utilities.SPAsyncCache`2.GetValue(K key, Boolean asynchronous)
at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.InitializePropertyCache()
at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.Provision()
at Microsoft.Office.Server.Upgrade.ExtractUserProfileApplication.Upgrade()
at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
[OWSTIMER] [ExtractUserProfileApplication (14.0.1.0)] [DEBUG] [2/5/2010 1:47:40 PM]: Begin Rollback()
[OWSTIMER] [ExtractUserProfileApplication (14.0.1.0)] [DEBUG] [2/5/2010 1:47:40 PM]: End Rollback()
[OWSTIMER] [ExtractUserProfileApplication (14.0.1.0)] [DEBUG] [2/5/2010 1:47:40 PM]: Begin Dispose()
[OWSTIMER] [ExtractUserProfileApplication (14.0.1.0)] [DEBUG] [2/5/2010 1:47:40 PM]: End Dispose()
[OWSTIMER] [ExtractUserProfileApplication (14.0.1.0)] [DEBUG] [2/5/2010 1:47:40 PM]: SQL Query Count=998
[OWSTIMER] [ExtractUserProfileApplication (14.0.1.0)] [DEBUG] [2/5/2010 1:47:40 PM]: SPRequest Objects=0
[OWSTIMER] [ExtractUserProfileApplication (14.0.1.0)] [DEBUG] [2/5/2010 1:47:40 PM]: Execution Time=48390.3856495728
[OWSTIMER] [SPUpgradeSession] [ERROR] [2/5/2010 1:47:40 PM]: Upgrade [SharedResourceProvider12 Name=Default SSP] failed.
[OWSTIMER] [SPUpgradeSession] [ERROR] [2/5/2010 1:47:40 PM]: Inner Exception: There are no online service instances for this application.
[OWSTIMER] [SPUpgradeSession] [ERROR] [2/5/2010 1:47:40 PM]: at Microsoft.Office.Server.UserProfiles.ProfilePropertyServiceClient.ExecuteOnChannel(String operationName, CodeBlock codeBlock)
at Microsoft.Office.Server.UserProfiles.ProfilePropertyServiceClient.GetProfileProperties()
at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.RefreshProperties(Guid applicationID)
at Microsoft.Office.Server.Utilities.SPAsyncCache`2.GetValueNow(K key)
at Microsoft.Office.Server.Utilities.SPAsyncCache`2.GetValue(K key, Boolean asynchronous)
at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.InitializePropertyCache()
at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.Provision()
at Microsoft.Office.Server.Upgrade.ExtractUserProfileApplication.Upgrade()
at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
[OWSTIMER] [SPUpgradeSession] [ERROR] [2/5/2010 1:47:40 PM]: Exception: Action 14.0.1.0 of Microsoft.Office.Server.Upgrade.UserProfileSharedResourceProvider12Sequence failed.
[OWSTIMER] [SPUpgradeSession] [ERROR] [2/5/2010 1:47:40 PM]: at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o, Boolean bRecurse)
[OWSTIMER] [SPUpgradeSession] [DEBUG] [2/5/2010 1:47:40 PM]: Elapsed time upgrading [SharedResourceProvider12 Name=Default SSP]: 00:01:05.
[OWSTIMER] [SPManager] [INFO] [2/5/2010 1:47:40 PM]: Resetting the status of PersistedUpgradableObject: SharedResourceProvider12 Name=Default SSP to Online.
[OWSTIMER] [SPUpgradeSession] [ERROR] [2/5/2010 1:47:40 PM]: Upgrade Timer job is exiting due to exception: Microsoft.SharePoint.Upgrade.SPUpgradeException: Action 14.0.1.0 of Microsoft.Office.Server.Upgrade.UserProfileSharedResourceProvider12Sequence failed. —> Microsoft.Office.Server.UserProfiles.UserProfileException: There are no online service instances for this application. —> Microsoft.SharePoint.SPException: There are no online service instances for this application.
at Microsoft.SharePoint.SPConnectedServiceApplication.get_ApplicationAddresses()
at Microsoft.SharePoint.SPServiceLoadBalancer.<get_endpointaddresses>d__0.MoveNext()
at Microsoft.SharePoint.SPRoundRobinServiceLoadBalancer.GetEndpoints(IEnumerable`1 applicationAddresses)
at Microsoft.SharePoint.SPRoundRobinServiceLoadBalancer.BeginOperation()
at Microsoft.Office.Server.UserProfiles.MossClientBase`1.get_Channel()
at Microsoft.Office.Server.UserProfiles.MossClientBase`1.ExecuteOnChannel(String operationName, CodeBlock codeBlock)
at Microsoft.Office.Server.UserProfiles.ProfilePropertyServiceClient.ExecuteOnChannel(String operationName, CodeBlock codeBlock)
— End of inner exception stack trace —
at Microsoft.Office.Server.UserProfiles.ProfilePropertyServiceClient.ExecuteOnChannel(String operationName, CodeBlock codeBlock)
at Microsoft.Office.Server.UserProfiles.ProfilePropertyServiceClient.GetProfileProperties()
at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.RefreshProperties(Guid applicationID)
at Microsoft.Office.Server.Utilities.SPAsyncCache`2.GetValueNow(K key)
at Microsoft.Office.Server.Utilities.SPAsyncCache`2.GetValue(K key, Boolean asynchronous)
at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.InitializePropertyCache()
at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.Provision()
at Microsoft.Office.Server.Upgrade.ExtractUserProfileApplication.Upgrade()
at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
— End of inner exception stack trace —
at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o, Boolean bRecurse)
at Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.Upgrade(Boolean recursively)
at Microsoft.SharePoint.Upgrade.SPUpgradeSession.ReflexiveUpgrade(Object o, Boolean bRecurse)
at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o, Boolean bRecurse)
at Microsoft.SharePoint.Administration.SPUpgradeJobDefinition.Execute(Guid targetInstanceId)–
Well, let’s open the CompleteSharepoint.NET site now, shall we? 🙂
I get web.config error. Well..let me fix that then.
I commented out that line and I then get the same SPUrl error as before. So I removed the SPUrl line as well and…..
Error…
After trialling and error, I found out that it has something to do with MOSS 2007 HTTPModule. It’s this particular one:
I then commented that out and I got different error:
Fine I can fix that. It’s actually the lines below:
<add verb=”GET,HEAD,POST” path=”*” type=”Microsoft.SharePoint.ApplicationRuntime.SPHttpHandler, Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c” />
<add verb=”OPTIONS,PROPFIND,PUT,LOCK,UNLOCK,MOVE,COPY,GETLIB,PROPPATCH,MKCOL,DELETE,(GETSOURCE),(HEADSOURCE),(POSTSOURCE)” path=”*” type=”Microsoft.SharePoint.ApplicationRuntime.SPHttpHandler, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c” />
It seems that Sharepoint 2010 is not using tag any more. It uses the following instead:
<modules runAllManagedModulesForAllRequests=”true”>
<remove name=”AnonymousIdentification” />
<remove name=”FileAuthorization” />
<remove name=”Profile” />
<remove name=”WebDAVModule” />
<add name=”SPRequestModule” preCondition=”integratedMode” type=”Microsoft.SharePoint.ApplicationRuntime.SPRequestModule, Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c” />
<add name=”ScriptModule” preCondition=”integratedMode” type=”System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35″ />
<add name=”SharePoint14Module” preCondition=”integratedMode” />
<add name=”StateServiceModule” type=”Microsoft.Office.Server.Administration.StateModule, Microsoft.Office.Server, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c” />
<add name=”PublishingHttpModule” type=”Microsoft.SharePoint.Publishing.PublishingHttpModule, Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c” />
<add name=”PublishingPageUrlHandlerModule” type=”CompleteSharepoint.NET.Web.PublishingPageUrlHandlerModule,CompleteSharepoint.NET.Web, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9911d32a5d039082″ />
</modules>
Anyway, it still failed. It now displayed the following:
I tried to hijack to go to /_layouts/settings.aspx and it still failed.
However, if I create a new site collection using my custom CompleteSharepoint.NET site template, IT WORKS! WOOOHOO!! So my CS.NET is working on SP2010! 🙂
See below:
Conclusion
I still can’t get upgrade working. But I’ll keep trying and let you know if it ever succeeded. I think the database couldn’t somehow be upgraded successfully.
Cheers,
Tommy
Implementing IT solution does not have to be difficult. TFS Consulting Services has a lot of resources on planning and methodologies that will ensure successful delivery of your IT solution. TFS Consulting Services has been around in the web industry for more than 10 years and has experienced all the successes and failures of various type of IT deployment.
Do you need a technical resource? TFS Consulting Services can also provide you with technical resource for developing ASP.NET (C# and VB.NET), SharePoint (2003, 2007, 2010, 2013) and MS CRM applications. Our resource is an Microsoft Certified Personnel (MVP) and Microsoft Certified Technology Specialist (MCTS) in all ASP.NET, SharePoint and CRM.
Make sure your IT implementation is robust and scalable. TFS Consulting Services can provide consulting and advice on industry’s best practice on various web-related areas such as website security, design and usability, application-specific (such as SharePoint)’s best practice, Search Engine Optimisation (SEO), coding standards and many others.
Finally TFS Consulting Services provides you with solution development service. We mainly work with Microsoft technologies (ie. .NET and SQL Server), however we are also capable of developing with PHP and MySQL. If you ever need any business process automation, integration and solution development work, we are the trusted expert you should go to.
For more detailed service offerings please visit our Solutions page.
Tommy Segoro
tommy@tfsconsulting.com.au
+61 404 457 754
© TFS Consulting Services 2025. All rights reserved.