The fix for me was the following script:#

<cfset Server.SiteModelRefresh = 0>
<cfa_refreshSiteModel
                        dataSource = "cfaobjects"
                        bRefreshPositions = "true"> // don't know if this is needed

Hope there is a fix out soon.

Thanks,
Johan


-----Original Message-----
From: Tom Briscoe [mailto:[EMAIL PROTECTED]]
Sent: donderdag 4 april 2002 17:41
To: Spectra-Talk
Subject: re: help on webtop error


I believe I've run into this problem in the past.  In the case of the WebTop
not cooperating, using <cfa_refreshSiteModel> in a standing cfm page is the
solution, correct?  Additionally, I programmatically refresh the site model
on a regular basis.  That helps avoid the corruption problem coming up
again.

Briscoe

>>> [EMAIL PROTECTED] 04/04/02 09:10AM >>>
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.


______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
------------------------------------------------------------------------------
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.

Reply via email to