Error Message:

Type    Application
Detail  You must specify a recognizable DBTYPE
Tag Context     CFQUERY: Line=13; Column=4
Source

10:    <CFPARAM NAME="to_date" type="string" default="">
11:
12:
13:    <CFQUERY DATASOURCE = "THORNDB" DBTYPE = "Oracle11"
Name="q_department">
14:         SELECT  DEPT, DESCRIPTION


Does anyone know what I'm doing wrong?  My bluedragon.xml follows:


<?xml version="1.0" encoding="UTF-8"?>
<server>
  <cfquery>
    <cache>true</cache>
    <autoconfig-odbc>true</autoconfig-odbc>
    <datasource name="thorndb">
      <password>ur2l8ic</password>
      <servername></servername>
      <sqldelete>true</sqldelete>
      <sqlupdate>true</sqlupdate>
      <username>cfdbmst</username>
      <drivername>sun.jdbc.odbc.OracleDriver</drivername>
      <sqlstoredprocedures>true</sqlstoredprocedures>
      <sqlinsert>true</sqlinsert>
      <sqlselect>true</sqlselect>
      <connectiontimeout>120</connectiontimeout>
      <drivertype>3</drivertype>
      <port></port>
      <databasename>thorndb</databasename>
      <description>Oracle in OraDb11g_home1</description>
      <logintimeout>120</logintimeout>
      <hoststring>jdbc:odbc:[EMAIL PROTECTED]:1521:thorndb</hoststring>
      <maxconnections>24</maxconnections>
      <name>thorndb</name>
    </datasource>
  </cfquery>
  <cfmail>
    <smtpserver>127.0.0.1</smtpserver>
    <threads>1</threads>
    <smtpport>25</smtpport>
    <charset>UTF-8</charset>
  </cfmail>
  <cfapplication>
    <clientstorage>cookie</clientstorage>
    <enabled>true</enabled>
    <sessiontimeout>#CreateTimeSpan(0,0,20,0)#</sessiontimeout>
    <applicationtimeout>#CreateTimeSpan(2,0,0,0)#</applicationtimeout>
    <j2eesession>false</j2eesession>
  </cfapplication>
  <debugoutput>
    <executiontimes>
      <show>true</show>
      <highlight>250</highlight>
    </executiontimes>
    <enabled>false</enabled>
    <exceptions>
      <show>true</show>
    </exceptions>
    <database>
      <show>true</show>
    </database>
    <variables>
      <url>true</url>
      <form>true</form>
      <cookie>true</cookie>
      <cgi>true</cgi>
      <client>true</client>
      <server>true</server>
      <request>true</request>
      <session>true</session>
      <application>true</application>
      <show>false</show>
      <variables>true</variables>
    </variables>
    <ipaddresses></ipaddresses>
  </debugoutput>
  <file>
    <maxfiles>1000</maxfiles>
    <trustcache>false</trustcache>
  </file>
  <cfmlcustomtags>
    <mapping name="cf">
      <directory>$./webroot_cfmlapps/customtags</directory>
      <name>cf</name>
    </mapping>
  </cfmlcustomtags>
  <system>
    <assert>false</assert>
    <runtimelogging>true</runtimelogging>
    <debug>true</debug>
    <component-cfc>$./etc/openbd/component.cfc</component-cfc>
    <whitespacecomp>false</whitespacecomp>
    <nativelibdir>$./etc/openbd/bin</nativelibdir>
    <plugin>com.bluedragon.extra.ExtraPackPlugIn</plugin>
    <missingtemplatehandler></missingtemplatehandler>
    <lastfile>.\etc\openbd\bluedragon.xml.bak.1</lastfile>
    <errorhandler></errorhandler>
    <buffersize>0</buffersize>
    <defaultcharset>utf-8</defaultcharset>
    <lastupdated>29/Sep/2008 10:31.41</lastupdated>
  </system>
</server>

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official blog @ http://blog.openbluedragon.org/
!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to