| Stefan [MSFT] 2004-07-28, 6:10 pm |
| Outch!
That does not look good.
Either a database inconsistancy or a bug in MCMS.
Please open a support case to let us investigate.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------
"Randall" <Randall@discussions.microsoft.com> wrote in message
news:F3FFD330-249C-4442-AC0B-C6EC23706B54@microsoft.com...
> Thanks Stefan.
> Here is the complete error message
>
> Server error. Contact the site administrator.
> 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: Server
error. Contact the site administrator.
>
> Source Error:
>
>
> Line 145: CmsApplicationContext AppContext = new CmsApplicationContext();
> Line 146: AppContext.AuthenticateAsCurrentUser( PublishingMode.Update );
> Line 147: Posting p
=AppContext.Searches.GetByGuid(arrPosting[i].ToString()) as Posting ;
>
> Source File: c:\inetpub\wwwroot\Demo\usercontrols\tes
t.ascx.cs Line:
147
>
> Stack Trace:
>
>
> [COMException (0x80041b58): Server error. Contact the site
administrator.]
>
Microsoft.ContentManagement.Interop.Publishing.IRcwSearches.GetByGUID(String
searchGuid) +0
> Microsoft.ContentManagement.Publishing.Searches.GetByGuid(String
searchGuid)
>
> [CmsServerException: Server error. Contact the site administrator.]
> Microsoft.ContentManagement.Publishing.Searches.GetByGuid(String
searchGuid)
> County.UserControls.test.btnMove_Click(Object sender, EventArgs e) in
c:\inetpub\wwwroot\Demo\usercontrols\tes
t.ascx.cs:147
> System.Web.UI.WebControls.Button.OnClick(EventArgs e)
>
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePo
stBackEvent(String eventArgument)
> System.Web.UI.Page. RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +18
> System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
> System.Web.UI.Page.ProcessRequestMain() +1277
>
>
>
>
> --------------------------------------------------------------------------
------
> Version Information: Microsoft .NET Framework Version:1.1.4322.573;
ASP.NET Version:1.1.4322.573[vbcol=seagreen]
>
> Thanks!
> Randall
>
> "Stefan [MSFT]" wrote:
>
rights.[vbcol=seagreen]
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm[vbcol=seagreen]
http://www.gotdotnet.com/community/...t+S
erver[vbcol=seagreen]
CmsApplicationContext();[vbcol=seagreen]
PublishingMode.Update );[vbcol=seagreen]
|