Probably the site model is corrupted. This has happened to me many times. First try to refresh the site model. Make sure to restart the CF services. If that doesn't work you'll have to find the corrupted object or restore your site model from a backup.
Usually I find that the extended page data is the culprit. You can traverse all pages trying to retrieve the extended info for each one. Of course, you cannot use the Spectra tags to traverse the site model when it is corrupt. You'll have to grab the page objects directly from the datastore. If you find that it is the extended page info and those pages are cached pages then the problem could be the logging code in cfa_page which is where i found it in my case. - josef ---------------------------------------------------------------------- Date: Thu, 4 Apr 2002 13:14:13 +0200 From: "Johan Coens" <[EMAIL PROTECTED]> Subject: help on webtop error Message-ID: <[EMAIL PROTECTED]> Folks, We are running into a spectra problem on one of our spectra servers. The error is: Error Occurred While Processing Request Error Diagnostic Information An error occurred while evaluating the expression: bSectionStructKeyExists = tructKeyExists( server.cfa.siteModel[siteModelServerScope].sections, rootElementID ) ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
