stsadm -o copyappbincontent error
-
Tuesday, April 13, 2010 1:00 AM
I'm trying to solve a template installation problem. I went to install the ITTeamworkspace, helpdesk and bug database templates on my Sharepoint server.
I added and deployed the ApplicationWorkspaceCore as well as the templates listed above. I went ahead and created a site using the ITTeamworkspace template and all was fine untill I tried resolving a bug in the bug tracker list. I get a


An error occurred during the processing of . The resource object with key 'ResolveBugPageTitle' was not found. I"ve read a bunch of stuff and it seems that the resolution involves running "stsadm -o copyappbincontent".
So when I run the command I get the error "One or more types failed to load. Please refer to the upgrade log for more details.
I'm pretty sure this is the source of my issue, but have been unable to find a resolution. I don't know where the upgrade log is nor have I been able to find it. And while I kind of understand the first part there isn't enough info for me to formulate a plan of action.
I just took over this sharepoint site and I'm stuck, if there is anyone who has an idea of what I might be able to do I'd appreciate some feedback. TIA
- Edited by kelboymac Tuesday, April 13, 2010 1:08 AM again
Answers
-
Friday, April 23, 2010 5:38 AM
Ok..so my guess is correct, you do have Office 2010 installed on your machine.
By any chance, can you uninstall that and give this command a try then? (In case you can)
BR, PM- Marked As Answer by kelboymac Thursday, May 20, 2010 12:09 AM
-
Wednesday, April 28, 2010 12:41 AM
So after uninstalling Office Pro Plus 2010 from the server, I was able to successfully run the configuration wizard. I was also able to run the "stsadm -o copyappbincontent" command with no issues.
These steps resolved my initial issue of being unable to resolve bug items in the ITTeamWorkspace Bug tracker.
Thank you to everyone for your help in resolving my issue!
Kelly
- Marked As Answer by kelboymac Wednesday, April 28, 2010 12:41 AM
-
Wednesday, April 28, 2010 6:31 AM
Ok..cool then my above suggestion of uninstalling Office 2010 and trying the command worked..
Enjoy!!
BR, PM- Proposed As Answer by Prasanjit Mandal Wednesday, April 28, 2010 6:37 PM
- Marked As Answer by kelboymac Thursday, May 20, 2010 12:08 AM
All Replies
-
Wednesday, April 14, 2010 2:13 AM
Hi,
Try copying the contents of the folder
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Resources
To the App_GlobalResources of you web application, for example
C:\inetpub\wwwroot\wss\VirtualDirectories\[port]\App_GlobalResources
This is basically one of the things that copyappbincontent does anyway. The 'ResolveBugPageTitle' resource is located in tsa.resx.
Paul
-
Monday, April 19, 2010 8:46 PM
Hi,
Try copying the contents of the folder
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Resources
To the App_GlobalResources of you web application, for example
C:\inetpub\wwwroot\wss\VirtualDirectories\[port]\App_GlobalResources
This is basically one of the things that copyappbincontent does anyway. The 'ResolveBugPageTitle' resource is located in tsa.resx.
Paul
Thanks for the suggestion Paul. I tried tried that and and as soon as I copy the files the site throws a "Server Error N /Application" error...
I was able to recover by saving a copy of my App_GlobalResources before hand. Anyway the tsa.resx is already in the folder, copying over it seems to break it.
Does anyone have any other insights? Suggestions? TIA
Kelly
-
Monday, April 19, 2010 9:05 PM
What is your SharePoint configuration like? I mean SP1 or SP2 with CUs?
FYI.. Upgrade Log is located in the "Program Files\Common Files\Microsoft Shared\Web server extensions\12\LOGS" folder
Also, by any chance do you have Office 2010 installed your box?
BR, PM -
Monday, April 19, 2010 9:08 PMAlso check if you try running PSConfig (Configuration Wizard), does it fail anywhere (step)?
BR, PM -
Monday, April 19, 2010 9:44 PM
Does the server error you get mention the path
C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\....
If it does, you might need to delete that folder and try again.
-
Wednesday, April 21, 2010 10:27 PM
Thanks for your help.
SharePoint 2007 Sp1
The upgrade log is almost a year old and does have errors, just not my errors. Office Professional Plus 2010 is install on the machine.
I'll try to post the log files.
Kelly
- Edited by kelboymac Wednesday, April 21, 2010 10:37 PM user error
-
Wednesday, April 21, 2010 10:51 PM
this is the upgrade log:
[SPManager] [DEBUG] [5/14/2009 11:01:09 PM]: Logging enabled Thursday, May 14, 2009 at 11:01:09 PM.
[SPManager] [INFO] [5/14/2009 11:01:09 PM]: psconfig: Creating the upgrade manager and setting properties prior to bootstrapping upgrade
[SPManager] [INFO] [5/14/2009 11:01:09 PM]: psconfig: Setting the upgrade mode to inplace
[SPManager] [INFO] [5/14/2009 11:01:09 PM]: psconfig: Bootstrapping upgrade by calling SPManager.Initialized()
[SPManager] [INFO] [5/14/2009 11:01:09 PM]: Upgrade Boot Strap starts. Initialized in Mode: InPlace, as MachineAdmin: True.
[SPManager] [ERROR] [5/14/2009 11:01:09 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:01:09 PM]: SPManager.Initialize failed.
[SPManager] [ERROR] [5/14/2009 11:01:09 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:01:09 PM]: at Microsoft.SharePoint.Upgrade.SPManager.Initialize()
[SPManager] [INFO] [5/14/2009 11:01:09 PM]: Upgrade Boot Strap finishes. 2 errors and 0 warnings encountered.
[SPManager] [DEBUG] [5/14/2009 11:01:47 PM]: Logging enabled Thursday, May 14, 2009 at 11:01:47 PM.
[SPManager] [INFO] [5/14/2009 11:01:47 PM]: psconfig: Creating the upgrade manager and setting properties prior to bootstrapping upgrade
[SPManager] [INFO] [5/14/2009 11:01:47 PM]: psconfig: Setting the upgrade mode to inplace
[SPManager] [INFO] [5/14/2009 11:01:47 PM]: psconfig: Bootstrapping upgrade by calling SPManager.Initialized()
[SPManager] [INFO] [5/14/2009 11:01:47 PM]: Upgrade Boot Strap starts. Initialized in Mode: InPlace, as MachineAdmin: True.
[SPManager] [ERROR] [5/14/2009 11:01:47 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:01:47 PM]: SPManager.Initialize failed.
[SPManager] [ERROR] [5/14/2009 11:01:47 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:01:47 PM]: at Microsoft.SharePoint.Upgrade.SPManager.Initialize()
[SPManager] [INFO] [5/14/2009 11:01:47 PM]: Upgrade Boot Strap finishes. 2 errors and 0 warnings encountered.
[SPManager] [DEBUG] [5/14/2009 11:04:48 PM]: Logging enabled Thursday, May 14, 2009 at 11:04:48 PM.
[SPManager] [INFO] [5/14/2009 11:04:48 PM]: psconfig: Creating the upgrade manager and setting properties prior to bootstrapping upgrade
[SPManager] [INFO] [5/14/2009 11:04:48 PM]: psconfig: Setting the upgrade mode to inplace
[SPManager] [INFO] [5/14/2009 11:04:48 PM]: psconfig: Bootstrapping upgrade by calling SPManager.Initialized()
[SPManager] [INFO] [5/14/2009 11:04:48 PM]: Upgrade Boot Strap starts. Initialized in Mode: InPlace, as MachineAdmin: True.
[SPManager] [ERROR] [5/14/2009 11:04:48 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:04:48 PM]: SPManager.Initialize failed.
[SPManager] [ERROR] [5/14/2009 11:04:48 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:04:48 PM]: at Microsoft.SharePoint.Upgrade.SPManager.Initialize()
[SPManager] [INFO] [5/14/2009 11:04:48 PM]: Upgrade Boot Strap finishes. 2 errors and 0 warnings encountered.
[SPManager] [DEBUG] [5/14/2009 11:08:58 PM]: Logging enabled Thursday, May 14, 2009 at 11:08:58 PM.
[SPManager] [INFO] [5/14/2009 11:08:58 PM]: psconfig: Creating the upgrade manager and setting properties prior to bootstrapping upgrade
[SPManager] [INFO] [5/14/2009 11:08:58 PM]: psconfig: Setting the upgrade mode to inplace
[SPManager] [INFO] [5/14/2009 11:08:58 PM]: psconfig: Bootstrapping upgrade by calling SPManager.Initialized()
[SPManager] [INFO] [5/14/2009 11:08:58 PM]: Upgrade Boot Strap starts. Initialized in Mode: InPlace, as MachineAdmin: True.
[SPManager] [ERROR] [5/14/2009 11:08:58 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:08:58 PM]: SPManager.Initialize failed.
[SPManager] [ERROR] [5/14/2009 11:08:58 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:08:58 PM]: at Microsoft.SharePoint.Upgrade.SPManager.Initialize()
[SPManager] [INFO] [5/14/2009 11:08:58 PM]: Upgrade Boot Strap finishes. 2 errors and 0 warnings encountered.
[SPManager] [DEBUG] [5/14/2009 11:09:33 PM]: Logging enabled Thursday, May 14, 2009 at 11:09:33 PM.
[SPManager] [INFO] [5/14/2009 11:09:33 PM]: psconfig: Creating the upgrade manager and setting properties prior to bootstrapping upgrade
[SPManager] [INFO] [5/14/2009 11:09:33 PM]: psconfig: Setting the upgrade mode to inplace
[SPManager] [INFO] [5/14/2009 11:09:33 PM]: psconfig: Bootstrapping upgrade by calling SPManager.Initialized()
[SPManager] [INFO] [5/14/2009 11:09:33 PM]: Upgrade Boot Strap starts. Initialized in Mode: InPlace, as MachineAdmin: True.
[SPManager] [ERROR] [5/14/2009 11:09:33 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:09:33 PM]: SPManager.Initialize failed.
[SPManager] [ERROR] [5/14/2009 11:09:33 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:09:33 PM]: at Microsoft.SharePoint.Upgrade.SPManager.Initialize()
[SPManager] [INFO] [5/14/2009 11:09:33 PM]: Upgrade Boot Strap finishes. 2 errors and 0 warnings encountered.
[SPManager] [DEBUG] [5/14/2009 11:10:07 PM]: Logging enabled Thursday, May 14, 2009 at 11:10:07 PM.
[SPManager] [INFO] [5/14/2009 11:10:07 PM]: psconfig: Creating the upgrade manager and setting properties prior to bootstrapping upgrade
[SPManager] [INFO] [5/14/2009 11:10:07 PM]: psconfig: Setting the upgrade mode to inplace
[SPManager] [INFO] [5/14/2009 11:10:07 PM]: psconfig: Bootstrapping upgrade by calling SPManager.Initialized()
[SPManager] [INFO] [5/14/2009 11:10:07 PM]: Upgrade Boot Strap starts. Initialized in Mode: InPlace, as MachineAdmin: True.
[SPManager] [ERROR] [5/14/2009 11:10:07 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:10:07 PM]: SPManager.Initialize failed.
[SPManager] [ERROR] [5/14/2009 11:10:07 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:10:07 PM]: at Microsoft.SharePoint.Upgrade.SPManager.Initialize()
[SPManager] [INFO] [5/14/2009 11:10:07 PM]: Upgrade Boot Strap finishes. 2 errors and 0 warnings encountered.
[SPManager] [DEBUG] [5/14/2009 11:10:43 PM]: Logging enabled Thursday, May 14, 2009 at 11:10:43 PM.
[SPManager] [INFO] [5/14/2009 11:10:43 PM]: psconfig: Creating the upgrade manager and setting properties prior to bootstrapping upgrade
[SPManager] [INFO] [5/14/2009 11:10:43 PM]: psconfig: Setting the upgrade mode to inplace
[SPManager] [INFO] [5/14/2009 11:10:43 PM]: psconfig: Bootstrapping upgrade by calling SPManager.Initialized()
[SPManager] [INFO] [5/14/2009 11:10:43 PM]: Upgrade Boot Strap starts. Initialized in Mode: InPlace, as MachineAdmin: True.
[SPManager] [ERROR] [5/14/2009 11:10:43 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:10:43 PM]: SPManager.Initialize failed.
[SPManager] [ERROR] [5/14/2009 11:10:43 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:10:43 PM]: at Microsoft.SharePoint.Upgrade.SPManager.Initialize()
[SPManager] [INFO] [5/14/2009 11:10:43 PM]: Upgrade Boot Strap finishes. 2 errors and 0 warnings encountered.
[SPManager] [DEBUG] [5/14/2009 11:11:17 PM]: Logging enabled Thursday, May 14, 2009 at 11:11:17 PM.
[SPManager] [INFO] [5/14/2009 11:11:17 PM]: psconfig: Creating the upgrade manager and setting properties prior to bootstrapping upgrade
[SPManager] [INFO] [5/14/2009 11:11:17 PM]: psconfig: Setting the upgrade mode to inplace
[SPManager] [INFO] [5/14/2009 11:11:17 PM]: psconfig: Bootstrapping upgrade by calling SPManager.Initialized()
[SPManager] [INFO] [5/14/2009 11:11:17 PM]: Upgrade Boot Strap starts. Initialized in Mode: InPlace, as MachineAdmin: True.
[SPManager] [ERROR] [5/14/2009 11:11:17 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:11:17 PM]: SPManager.Initialize failed.
[SPManager] [ERROR] [5/14/2009 11:11:17 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:11:17 PM]: at Microsoft.SharePoint.Upgrade.SPManager.Initialize()
[SPManager] [INFO] [5/14/2009 11:11:18 PM]: Upgrade Boot Strap finishes. 2 errors and 0 warnings encountered.
[SPManager] [DEBUG] [5/14/2009 11:11:54 PM]: Logging enabled Thursday, May 14, 2009 at 11:11:54 PM.
[SPManager] [INFO] [5/14/2009 11:11:54 PM]: psconfig: Creating the upgrade manager and setting properties prior to bootstrapping upgrade
[SPManager] [INFO] [5/14/2009 11:11:54 PM]: psconfig: Setting the upgrade mode to inplace
[SPManager] [INFO] [5/14/2009 11:11:54 PM]: psconfig: Bootstrapping upgrade by calling SPManager.Initialized()
[SPManager] [INFO] [5/14/2009 11:11:54 PM]: Upgrade Boot Strap starts. Initialized in Mode: InPlace, as MachineAdmin: True.
[SPManager] [ERROR] [5/14/2009 11:11:54 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:11:54 PM]: SPManager.Initialize failed.
[SPManager] [ERROR] [5/14/2009 11:11:54 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:11:54 PM]: at Microsoft.SharePoint.Upgrade.SPManager.Initialize()
[SPManager] [INFO] [5/14/2009 11:11:54 PM]: Upgrade Boot Strap finishes. 2 errors and 0 warnings encountered.
[SPManager] [DEBUG] [5/14/2009 11:12:44 PM]: Logging enabled Thursday, May 14, 2009 at 11:12:44 PM.
[SPManager] [INFO] [5/14/2009 11:12:44 PM]: psconfig: Creating the upgrade manager and setting properties prior to bootstrapping upgrade
[SPManager] [INFO] [5/14/2009 11:12:44 PM]: psconfig: Setting the upgrade mode to inplace
[SPManager] [INFO] [5/14/2009 11:12:44 PM]: psconfig: Bootstrapping upgrade by calling SPManager.Initialized()
[SPManager] [INFO] [5/14/2009 11:12:44 PM]: Upgrade Boot Strap starts. Initialized in Mode: InPlace, as MachineAdmin: True.
[SPManager] [ERROR] [5/14/2009 11:12:44 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:12:44 PM]: SPManager.Initialize failed.
[SPManager] [ERROR] [5/14/2009 11:12:44 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:12:44 PM]: at Microsoft.SharePoint.Upgrade.SPManager.Initialize()
[SPManager] [INFO] [5/14/2009 11:12:44 PM]: Upgrade Boot Strap finishes. 2 errors and 0 warnings encountered.
[SPManager] [DEBUG] [5/14/2009 11:13:21 PM]: Logging enabled Thursday, May 14, 2009 at 11:13:21 PM.
[SPManager] [INFO] [5/14/2009 11:13:21 PM]: psconfig: Creating the upgrade manager and setting properties prior to bootstrapping upgrade
[SPManager] [INFO] [5/14/2009 11:13:21 PM]: psconfig: Setting the upgrade mode to inplace
[SPManager] [INFO] [5/14/2009 11:13:21 PM]: psconfig: Bootstrapping upgrade by calling SPManager.Initialized()
[SPManager] [INFO] [5/14/2009 11:13:21 PM]: Upgrade Boot Strap starts. Initialized in Mode: InPlace, as MachineAdmin: True.
[SPManager] [ERROR] [5/14/2009 11:13:21 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:13:21 PM]: SPManager.Initialize failed.
[SPManager] [ERROR] [5/14/2009 11:13:21 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:13:21 PM]: at Microsoft.SharePoint.Upgrade.SPManager.Initialize()
[SPManager] [INFO] [5/14/2009 11:13:21 PM]: Upgrade Boot Strap finishes. 2 errors and 0 warnings encountered.
[SPManager] [DEBUG] [5/14/2009 11:13:56 PM]: Logging enabled Thursday, May 14, 2009 at 11:13:56 PM.
[SPManager] [INFO] [5/14/2009 11:13:56 PM]: psconfig: Creating the upgrade manager and setting properties prior to bootstrapping upgrade
[SPManager] [INFO] [5/14/2009 11:13:56 PM]: psconfig: Setting the upgrade mode to inplace
[SPManager] [INFO] [5/14/2009 11:13:56 PM]: psconfig: Bootstrapping upgrade by calling SPManager.Initialized()
[SPManager] [INFO] [5/14/2009 11:13:56 PM]: Upgrade Boot Strap starts. Initialized in Mode: InPlace, as MachineAdmin: True.
[SPManager] [ERROR] [5/14/2009 11:13:56 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:13:56 PM]: SPManager.Initialize failed.
[SPManager] [ERROR] [5/14/2009 11:13:56 PM]: No connection string to a WSS configuration database detected.
[SPManager] [ERROR] [5/14/2009 11:13:56 PM]: at Microsoft.SharePoint.Upgrade.SPManager.Initialize()
[SPManager] [INFO] [5/14/2009 11:13:56 PM]: Upgrade Boot Strap finishes. 2 errors and 0 warnings encountered. -
Wednesday, April 21, 2010 11:11 PM
I ran the configuration wizard and it did fail, the log file is huge, to big to post but here is a section where I think the error begins;
04/21/2010 14:38:46 1 INF Leaving function PsconfigClientLayoutTableLayoutPanel.AddSectionBreak 04/21/2010 14:38:46 1 INF Added a PsconfigLabel PsconfigBaseFormTopLabelName with title Configuration Failed then added a section break 10 high after it 04/21/2010 14:38:46 1 INF Leaving function PsconfigClientLayoutTableLayoutPanel.AddTitle 04/21/2010 14:38:46 1 INF Entering function PsconfigLabel.PsconfigLabel 04/21/2010 14:38:46 1 INF Entering function PsconfigLabel.CommonStuff 04/21/2010 14:38:46 1 INF Created a label, name is PsconfigBaseFormBottomLabelName, text is Click Finish to close this wizard. 04/21/2010 14:38:46 1 INF Leaving function PsconfigLabel.CommonStuff 04/21/2010 14:38:46 1 INF Leaving function PsconfigLabel.PsconfigLabel 04/21/2010 14:38:46 1 INF Entering function PsconfigImageButton.PsconfigImageButton 04/21/2010 14:38:46 1 INF Created PsconfigImageButton PsconfigBaseFormHelpButtonName 04/21/2010 14:38:46 1 INF Leaving function PsconfigImageButton.PsconfigImageButton 04/21/2010 14:38:46 1 INF Entering function StringResourceManager.GetResourceString 04/21/2010 14:38:46 1 INF Resource id to be retrieved is ConfigurationDBConnectionStringLinkLabel for language English (United States) 04/21/2010 14:38:46 1 INF Resource retrieved id ConfigurationDBConnectionStringLinkLabel is help 04/21/2010 14:38:46 1 INF Leaving function StringResourceManager.GetResourceString 04/21/2010 14:38:46 1 INF Entering function PsconfigNavigationTableLayoutPanel.AddPanelToForm 04/21/2010 14:38:46 1 INF Entering function PsconfigNavigationTableLayoutPanel.InitLayout 04/21/2010 14:38:46 1 INF Preferred w 237 and h 26 of the navigation panel 04/21/2010 14:38:46 1 INF Client size w 613 and h 503 of the navigation panel 04/21/2010 14:38:46 1 INF X coordinate for the navigation panel 349 04/21/2010 14:38:46 1 INF Y coordinate for the navigation panel 464 04/21/2010 14:38:46 1 INF Leaving function PsconfigNavigationTableLayoutPanel.InitLayout 04/21/2010 14:38:46 1 INF Leaving function PsconfigNavigationTableLayoutPanel.AddPanelToForm 04/21/2010 14:38:46 1 INF Leaving function PsconfigBaseForm.InitializeFormControls 04/21/2010 14:38:46 1 INF Leaving function PsconfigBaseForm.Initialize 04/21/2010 14:38:46 1 INF The failed task is services 04/21/2010 14:38:46 1 INF Entering function StringResourceManager.GetResourceString 04/21/2010 14:38:46 1 INF Resource id to be retrieved is ServicesTaskFailConfigDisplayLabel for language English (United States) 04/21/2010 14:38:46 1 INF Resource retrieved id ServicesTaskFailConfigDisplayLabel is Failed to register SharePoint services. 04/21/2010 14:38:46 1 INF Leaving function StringResourceManager.GetResourceString 04/21/2010 14:38:46 1 INF Entering function PsconfigLabel.PsconfigLabel 04/21/2010 14:38:46 1 INF Entering function PsconfigLabel.CommonStuff 04/21/2010 14:38:46 1 INF Created a label, name is FinishForm, text is Failed to register SharePoint services. 04/21/2010 14:38:46 1 INF Leaving function PsconfigLabel.CommonStuff 04/21/2010 14:38:46 1 INF Leaving function PsconfigLabel.PsconfigLabel 04/21/2010 14:38:46 1 INF Entering function PsconfigLabel.PsconfigLabel 04/21/2010 14:38:46 1 INF Entering function PsconfigLabel.CommonStuff 04/21/2010 14:38:46 1 INF Created a label, name is FinishForm, text is An exception of type Microsoft.SharePoint.Upgrade.SPUpgradeException was thrown. Additional exception information: One or more types failed to load. Please refer to the upgrade log for more details. 04/21/2010 14:38:46 1 INF Leaving function PsconfigLabel.CommonStuff 04/21/2010 14:38:46 1 INF Leaving function PsconfigLabel.PsconfigLabel 04/21/2010 14:38:46 1 INF Entering function StringResourceManager.GetResourceString 04/21/2010 14:38:46 1 INF Resource id to be retrieved is FinishFormInstructionsFailLabel for language English (United States) 04/21/2010 14:38:46 1 INF Resource retrieved id FinishFormInstructionsFailLabel is One or more configuration settings failed. Completed configuration settings will not be rolled back. Resolve the problem and run this configuration wizard again. The following contains detailed information about the failure: 04/21/2010 14:38:46 1 INF Leaving function StringResourceManager.GetResourceString 04/21/2010 14:38:46 1 INF Entering function PsconfigLabel.PsconfigLabel 04/21/2010 14:38:46 1 INF Entering function PsconfigLabel.CommonStuff 04/21/2010 14:38:46 1 INF Created a label, name is FinishForm, text is One or more configuration settings failed. Completed configuration settings will not be rolled back. Resolve the problem and run this configuration wizard again. The following contains detailed information about the failure: 04/21/2010 14:38:46 1 INF Leaving function PsconfigLabel.CommonStuff 04/21/2010 14:38:46 1 INF Leaving function PsconfigLabel.PsconfigLabel 04/21/2010 14:38:46 1 INF Entering function PsconfigTableLayoutPanel.PsconfigTableLayoutPanel 04/21/2010 14:38:46 1 INF Created a PsconfigTableLayoutPanel FinishForm 04/21/2010 14:38:46 1 INF Leaving function PsconfigTableLayoutPanel.PsconfigTableLayoutPanel 04/21/2010 14:38:46 1 INF Entering function StringResourceManager.GetResourceString 04/21/2010 14:38:46 1 INF Resource id to be retrieved is FinishFormFailLogLinkLabel for language English (United States) 04/21/2010 14:38:46 1 INF Resource retrieved id FinishFormFailLogLinkLabel is To diagnose the problem, review the application event log and the configuration log file located at:
-
Thursday, April 22, 2010 1:39 AM
Here is what the event viewer shows:
Failed to register SharePoint services.
An exception of type Microsoft.SharePoint.Upgrade.SPUpgradeException was thrown. Additional exception information: One or more types failed to load. Please refer to the upgrade log for more details.
Microsoft.SharePoint.Upgrade.SPUpgradeException: One or more types failed to load. Please refer to the upgrade log for more details.
at Microsoft.SharePoint.Upgrade.SPDelegateManager.RegisterAssembly(Assembly asm, UInt32 nOrder)
at Microsoft.SharePoint.Upgrade.SPDelegateManager.get_InitialTypeDictionary()
at Microsoft.SharePoint.Upgrade.SPDelegateManager.GetDelegateTypes(Type tpObject)
at Microsoft.SharePoint.Upgrade.SPDelegateManager.GetDelegates(Object o)
at Microsoft.SharePoint.Upgrade.SPDelegateManager.GetUpgraders(Object o)
at Microsoft.SharePoint.Upgrade.SPManager.NeedsUpgradeFalse(Object o)
at Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.set_NeedsUpgrade(Boolean value)
at Microsoft.SharePoint.Administration.SPPersistedObject.Update()
at Microsoft.SharePoint.Administration.SPService.Update()
at Microsoft.SharePoint.Administration.SPPersistedObject.Update(Boolean ensure)
at Microsoft.SharePoint.PostSetupConfiguration.ServicesTask.InstallServiceInConfigDB(Boolean provisionTheServiceToo, String serviceRegistryKeyName)
at Microsoft.SharePoint.PostSetupConfiguration.ServicesTask.InstallServices(Boolean provisionTheServicesToo)
at Microsoft.SharePoint.PostSetupConfiguration.ServicesTask.Run()
at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
-
Friday, April 23, 2010 1:44 AMDo you think some other resource files may have been deleted at some point?
-
Friday, April 23, 2010 5:38 AM
Ok..so my guess is correct, you do have Office 2010 installed on your machine.
By any chance, can you uninstall that and give this command a try then? (In case you can)
BR, PM- Marked As Answer by kelboymac Thursday, May 20, 2010 12:09 AM
-
Monday, April 26, 2010 11:54 PM
At this point, I really don't know what has happened to this server in the past. It's very possible other resources were deleted as some point but I don't know.
I did read somewhere else that Office 2010 is a real problem. My next step is to uninstall Office and try to run the configuation wizard again. I need to wait until I have approval to uninstall it first though. I will report back.
Thank you for you imput, I find it helpful.
Kelly
-
Wednesday, April 28, 2010 12:41 AM
So after uninstalling Office Pro Plus 2010 from the server, I was able to successfully run the configuration wizard. I was also able to run the "stsadm -o copyappbincontent" command with no issues.
These steps resolved my initial issue of being unable to resolve bug items in the ITTeamWorkspace Bug tracker.
Thank you to everyone for your help in resolving my issue!
Kelly
- Marked As Answer by kelboymac Wednesday, April 28, 2010 12:41 AM
-
Wednesday, April 28, 2010 6:31 AM
Ok..cool then my above suggestion of uninstalling Office 2010 and trying the command worked..
Enjoy!!
BR, PM- Proposed As Answer by Prasanjit Mandal Wednesday, April 28, 2010 6:37 PM
- Marked As Answer by kelboymac Thursday, May 20, 2010 12:08 AM
-
Thursday, April 29, 2010 6:38 AM
Ok..cool then my above suggestion of uninstalling Office 2010 and trying the command worked..
Enjoy!!
BR, PM
Yes, you had the winning answer! Thank you!Kelly