I found the resolution to this problem... here's a recap for anyone who might be 
interested...

SETUP:
Win2K, CF5, Spectra 1.5.1, SQLServer2K

PROBLEM:
Spectra 1.5.2 Install wizard was failing at step 4 when it tests the Adv Security 
setup http://localhost/allaire/spectra/install/index.cfm

CAUSE:
Bug in file
..\wwwroot\allaire\spectra\install\substeps\_basicsecuritytest.cfm
(aprox line 71-75)
a call to the <cfa_newinternaladminsecurity> custom tag  has an incorrect attribute 
name

FIX:
Modify code in ..\wwwroot\allaire\spectra\install\substeps\_basicsecuritytest.cfm
Original:
  <cfa_newinternaladminsecurity
    action="addSecurityContext"
    securitycontext="#scName#"
    description="#scDesc#"
    update="no">
Modified:
  <cfa_newinternaladminsecurity
    action="addSecurityContext"
    name="#scName#"
    description="#scDesc#"
    update="no">

Thanks to Marc for his response.

-Michael
[EMAIL PROTECTED]
 
             
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

                        
------------------------------------------------------------------------------
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