Tien, Which version of Spectra are you using? If 1.51, have the SpectraSource updates been applied.
This behavior can occur if an application is calling various tags under sitemodeling without the webtop ever having initialized. Several templates initialize attribute.datasource to cfaobjects or to the webtop dsn. Yet, if the webtop has never initialized server.cfa.siteModel[cfaobjects] will not exist, only server.cfa.siteModel[yourApplicationObjectStore] will be in memory. I will submit this as a bug to Spectrasource if you are using 1.51. If you are using an earlier version, I would suggest checking all the templates under D:\Program Files\allaire\spectra\customtags\system\tier1\sitemodeling. Make sure that attribute datasource is initialized to request.cfa.objectstore.dsn, not "cfaobjects" or webtop dsn. In Spectra 1.01 activitygetlist.cfm is a likely candidate. Regards, Ken Smith Senior Engineer, Certified ColdFusion 5 Developer ColdFusion/Spectra Product Support -----Original Message----- From: Tien Vo [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 12:59 AM To: Spectra-Talk Subject: dimension 1 of object "server.cfa.siteModel" cannot be found Hi All, We don't face this error before, but now we run into problem, can someone please tell me what's going on here ? Error Diagnostic Information An error occurred while evaluating the expression: bSectionStructKeyExists = structKeyExists( server.cfa.siteModel[siteModelServerScope].sections, rootElementID ) Error near line 96, column 8. The member "CFAOBJECTS" in dimension 1 of object "server.cfa.siteModel" cannot be found. Please, modify the member name. The error occurred while processing an element with a general identifier of (CFSET), occupying document position (96:2) to (96:120) in the template file D:\Program Files\allaire\spectra\customtags\system\tier1\sitemodeling\cfa_sitemodeltrav erse.cfm. Thanks in advance. Tien Vo ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.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.
