(Not sure if this was sent the first time around, hence, resending it)
You could use the admin API to enable RDS. Run the following script (replace
{admin_pwd} with your CF Admin password) and restart your server.
<cfset admin = createObject("component","CFIDE.adminapi.administrator")>
<cfset security = createObject("component","CFIDE.adminapi.security")>
<cfset admin.login("{admin_pwd}")>
<cfset isRDSEnabled = security.getEnableRDS()> <cfoutput>Is RDS Enabled :
#isRDSEnabled#</cfoutput>
<cfif not isRDSEnabled>
<cfset security.setEnableRDS(true)>
<cfset isRDSEnabled = security.getEnableRDS()>
<cfoutput><br>Is RDS Enabled : #isRDSEnabled#</cfoutput>
</cfif>
<cfset admin.logout()>
Thanks,
Vamsee
>I am getting this "IO error on server communication" when I try to
>browser for a file in the CF administrator. I understand this might be
>related to RDS and since I cannot seem to connect with RDS either I'm
>pretty sure RDS is the root of my problems. However I'm not sure how to
>fix it. Anybody run into this on CF 8.0.1 before and know how to fix it?
>
>
>
>Thanks,
>
>Patrick J. Hedgepath
>
>Pegasus Web Productions
>
>[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>
>803-996-0578
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k
Archive:
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303550
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4