Hello,

We have just upgraded to CF8 from CF6.  We are running CF8 on Windows 2003 
servers with a SQLServer 2000 DB in a 3-tier environment.

Is there a CFADMINAPI equivalent for the following code:

        <cfscript>
                factory=CreateObject("java","coldfusion.server.ServiceFactory");
                ds_service=factory.datasourceservice;
                ds_sources=ds_service.datasources;
                dsources["a_datasource"]["disable"] = "NO";
                ds_service.restart();
        </cfscript>

This code hangs our CF8 instance.

Thanks in advance, Jerry 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298717
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to