|
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft DHTML Editing Control">
<TITLE></TITLE>
</HEAD>
<BODY>
<P class=MsoNormal...
( 1 2)
|
|
We host hundreds of sites at intermedia.net, on Cold Fusion MX servers.
Recently we have begun to see the following error across many sites:
...
|
|
How was this fixed for the reference cursor?
( 1 2)
|
|
Did you ever find a soltuion to your problem?
|
|
|
|
Th PL/SQL Boolean datatype can be used only within PL/SQL, and is
not considered a "valid" datatype by the Oracle RDBMS. In other words, you
can't...
|
|
Any chance you could load the query into an application scope variable as the method of caching?
|
|
Hi PTGreg,
I'm having the exact same problem with CF. Did you solve this problem by any chance?
Thanks,
William
|
|
Excellent, that got it working.
Many thanks qtpattuti.
Kieron
|
|
Well it looks like I stumbled across part of my answer doesn't include the
union statement and it only has the EOWRID in the group by term. I...
|
|
Try rentacoder.com, guru.com, etc.
Some of us here can't except money (unless it's a huge wad so that we can quit our jobs) but if it's not too...
|
|
Check the jvm.config file. We had an issue where the classpath was getting put
in the arguments area. Moving it to the appropriate area manually in...
|
|
We have contacted Adobe and they stated that a cfexit in a cftransactions
anywhere on the server can cause this error. The cfexit causes the server...
( 1 2)
|
|
See http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19170.
Ted Zimmerman
|
|
Hi, I know this thread is old but we are experiencing the same problem, does anyone have any idea what it is to this error?
"unable to instantiate...
|
|
Is this truly a solution, or a workaround. I am hearing that some are
experiencing this issue every 3-4 days. In this case, this is a workaround...
|
|
This works (I may have typo'd the problem earlier)
SELECT
DISTINCT format(meetingdate,'m/dd/yy') as cmeetingdate
from documents
ORDER BY...
|
|
Maybe something like the code below would work.
SELECT query1.field1, query1.field2, query1.field3
FROM query1
<CFIF query2.RecordCount IS NOT...
|
|
Thank you. That's exactly what I needed. I searched for single quote double quote, but never came up with the function.
Mike.
|
|
I have set up the dsns in CF. If I do it with JDBC I get an error. If I do it with ODBC it only returns the first character of each result.
( 1 2)
|