Link to home
Start Free TrialLog in
Avatar of Quack
QuackFlag for United States of America

asked on

Cold Fusion invalid character error being thrown.

The attached file is throwing an error:

Error Executing Database Query.  
[Macromedia][Oracle JDBC Driver][Oracle]ORA-00911: invalid character  
 
The error occurred in D:/inetpub/wwwroot/23_Reports/23QueueStatusDetailRpt.cfm: line 28
 
26 : <cfset grandCount = 0>
27 :
28 : <cfquery name="queueData" datasource="#dsn#">
29 : Select
30 :      distinct q.queue_name,

I've attached the cfm file in .txt format

Does anyone see why this is being thrown? Its working in another report with a different query but I can't find why it's being thrown.

Thanks,
query23.txt
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

Are you sure you posted the correct file?  I cannot find any difference between it and the working one (queue_status_report_01.txt) in your other question.  Well except the title: <title>24 Queue Status Detail</title>
Avatar of Quack

ASKER

check that one...sorry. Very little sleep last night trying to figure this out. Due by EOD Friday and I still have to set up the excel version.
Check which one?
Avatar of Quack

ASKER

I deleted the first and uploaded the correct version under the same name...the file that is currently attached.
ASKER CERTIFIED SOLUTION
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Quack

ASKER

I believe that fixed it...I have a user account issue preventing the report from running but I feel it will fix it. You're a beautiful person!

Will mark everything on this appropriately as soon as I confirm everything. THANKS!!!