A search of your error message on MM's CF knowledge base produced this: http://www.macromedia.com/go/tn_18299
Errors can occur after clicking on the Data Sources link or editing data sources in the Macromedia ColdFusion MX Administrator and when running a query on a ColdFusion page. Clicking on the Data Sources link or editing data sources in the ColdFusion MX Administrator can cause the following error: Element SQLEXECUTIVE is undefined in REQUEST. The Error Occurred in C:\CFusionMX\wwwroot\CFIDE\administrator\datasources\index.cfm: line 163 Running a query on a ColdFusion page generates the following error: The DataSource service is not available. This exception is usually caused by service startup failure. Please check your server configuration. Both of these errors are caused when the neo-query.xml data source configuration file contains zero-bytes or has been deleted. The neo-query.xml is located in the cf_root\lib directory on Unix and Windows servers. Macromedia is currently investigating the cause of this issue and the problem is logged as Macromedia issue 47211. Solution To resolve the issue, copy the neo-query.bak file to neo-query.xml: 1. Stop the ColdFusion MX Application Server service. 2. Copy the neo-query.bak file over the existing neo-query.xml or to create the neo-query.xml file if it has been deleted. neo-query.xml and neo-query.bak are located in the cf_root\lib directory. 3. Start the ColdFusion MX Application Server service. HTH Joe Kelly On 11/15/05, Shilpa Adbe <[EMAIL PROTECTED]> wrote: > Hi, > > I am facing some issues related to CFMX 6.1 on Windows 2000 > When I click on /cfide/administrator/ I am facing following error. Can > anyone please help me resolving this issue? > > MESSAGE: The DataSource service is not available. > DETAIL: This exception is usually caused by service startup failure. Please > check your server configuration. > > > I tried following things to resolve this problem: > 1. Reboot the system and re-apply the Jrun server to the IIS > 2. neo-query.xml looks fine. Dated three week ago, no corruption found. > (Found some technotes on Macromedia site) > > Please advice, > Thanks in advance, > Shilpa. > ---------------------------------------------------------- To post, send email to [email protected] To unsubscribe: http://www.dfwcfug.org/form_MemberUnsubscribe.cfm To subscribe: http://www.dfwcfug.org/form_MemberRegistration.cfm
