Re: Error after applying Scrum template - Scrum for Team System
Welcome to Scrum for Team System Sign in | Join

Scrum for Team System - v1.x Support

Started by JonBrasted at 09-23-2008 2:42 PM. Topic has 1 replies.

Print Search
Sort Posts:    
   09-23-2008, 2:42 PM
JonBrasted is not online. Last active: 9/29/2008 7:30:53 AM JonBrasted

Top 200 Posts
Joined on 09-23-2008
Posts 4
Error after applying Scrum template
Hi.

We have a TFS 2005 with WSS 2 and Scrum Template 1.2 setup. We are currently doing a test migration to TFS 2008 with WSS 3 and Scrum Template 2 onto a new server. I copied over our TFS databases and got TFS Source Control working. I tested Sharepoint working on a blank default website and everything seemed fine. I then applied the Scrum template installation and did an smigrate backup from the old server and restored to a new Sharepoint site on the new server. When I try and access the website I get a nasty ASP.net exception:

body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } pre {font-family:"Lucida Console";font-size: .9em} .marker {font-weight: bold; color: black;text-decoration: none;} .version {color: gray;} .error {margin-bottom: 10px;} .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }

Server Error in '/' Application.

Cannot complete this action.

Please try again.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Cannot complete this action.

Please try again.

Source Error:

Line 180:<TR><TD class="ms-navheader"><A HREF="_layouts/<%=System.Threading.Thread.CurrentThread.CurrentUICulture.LCID%>/viewlsts.aspx?BaseType=0">Lists</A></TD></TR> 
Line 181:<TR><TD style="height: 6px"><!--webbot bot="Navigation" S-Btn-Nobr="FALSE" S-Type="sequence" S-Rendering="html" S-Orientation="Vertical" B-Include-Home="FALSE" B-Include-Up="FALSE" U-Page="sid:1003" S-Bar-Pfx="<table border=0 cellpadding=4 cellspacing=0>" S-Bar-Sfx="</table>" S-Btn-Nml="<tr><td><table border=0 cellpadding=0 cellspacing=0><tr><td><img src='_layouts/images/blank.gif' ID='100' alt='Icon' border=0>&amp;nbsp;</td><td valign=top><a ID=onetleftnavbar#LABEL_ID# href='#URL#'>#LABEL#</td></tr></table></td></tr>" S-Target TAG="BODY" startspan --><SharePoint:Navigation LinkBarId="1003" runat="server"/><!--webbot bot="Navigation" endspan --></TD></TR>
Line 182:<TR><TD class="ms-navheader"><A HREF="_layouts/<%=System.Threading.Thread.CurrentThread.CurrentUICulture.LCID%>/viewlsts.aspx?BaseType=3">Discussions</A></TD></TR>
Line 183:<TR><TD style="height: 6px"><!--webbot bot="Navigation" S-Btn-Nobr="FALSE" S-Type="sequence" S-Rendering="html" S-Orientation="Vertical" B-Include-Home="FALSE" B-Include-Up="FALSE" U-Page="sid:1006" S-Bar-Pfx="<table border=0 cellpadding=4 cellspacing=0>" S-Bar-Sfx="</table>" S-Btn-Nml="<tr><td><table border=0 cellpadding=0 cellspacing=0><tr><td><img src='_layouts/images/blank.gif' ID='100' alt='Icon' border=0>&amp;nbsp;</td><td valign=top><a ID=onetleftnavbar#LABEL_ID# href='#URL#'>#LABEL#</td></tr></table></td></tr>" S-Target TAG="BODY" startspan --><SharePoint:Navigation LinkBarId="1006" runat="server"/><!--webbot bot="Navigation" endspan --></TD></TR>
Line 184:<TR><TD class="ms-navheader"><A HREF="_layouts/<%=System.Threading.Thread.CurrentThread.CurrentUICulture.LCID%>/viewlsts.aspx?BaseType=4">Surveys</A></TD></TR>

Source File: c:\Program Files\Common Files\Microsoft Shared\web server extensions\60\TEMPLATE\1033\SCRUM\default.aspx    Line: 182

Stack Trace:

[COMException (0x80004005): Cannot complete this action.

Please try again.]
Microsoft.SharePoint.Library.SPRequestInternalClass.RenderNavigationBar(String bstrUrl, Int32 lNavType) +0
Microsoft.SharePoint.Library.a.b(String A_0, Int32 A_1) +29

[SPException: Cannot complete this action.

Please try again.]
Microsoft.SharePoint.Library.a.b(String A_0, Int32 A_1) +64
Microsoft.SharePoint.WebControls.Navigation.Render(HtmlTextWriter output) +91
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
ASP.program_files_common_files_microsoft_shared_web_server_extensions_60_template_1033_scrum_default_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\Program Files\Common Files\Microsoft Shared\web server extensions\60\TEMPLATE\1033\SCRUM\default.aspx:182
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +2067307
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24
System.Web.UI.Page.Render(HtmlTextWriter writer) +26
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1896


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.62


Does anyone know why? It seems to be a generic COM Exception that gives very little information.

Thanks.
Jon

   Report 
   09-26-2008, 4:04 PM
Crispin Parker is not online. Last active: 11/13/2008 8:15:53 PM Crispin Parker

Top 10 Posts
Joined on 11-13-2007
Posts 664
Re: Error after applying Scrum template
Hi Jon,

This might be caused by a known issue when you upgrade from SfTS 1.x to SfTS 2.1.

This post contains a patch: http://scrumforteamsystem.com/cs/forums/1992/ShowPost.aspx

SfTS 2.2 (released soon) has this patch built in.


Regards,

Crispin Parker,
Technical Consultant,
Conchango.

"It is better to light a candle than to curse the darkness"
   Report 
Scrum for Team ... » Version 1.2 - T... » Scrum for Team ... » Re: Error after applying Scrum template

Powered by Community Server, by Telligent Systems