Re: Loop through result set and delete row
Thanks for the that. It seems to be working but when the do a totalRowCount on the query it gives me the count including the rows that were deleted? How should I fix this?
View ArticleRe: Saving/Calling JS HTML with Single Quotes in SQL?
Can you show us your CF code that does the database INSERT? CFQUERY automatically doubles-up the single quotes in the query so that there are no SQL syntax errors, but what goes into the actual table...
View ArticleImplementing self-signed SSL on the coldfusion webserver
We've just recently implemented a self-signed SSL on the coldfusion webserver and find that the scheduled tasks are not running.They don't even appear to "kick off". I'm not receiving an error or...
View ArticleRe: Loop through result set and delete row
You have to do the row count on the new result set, not on the original query.
View ArticleRe: Loop through result set and delete row
I am deleting rows from the original query itself
View ArticleRe: Optimise CFHTTP Requests/Requests Being Throttled?
You might be worrying for nothing. There are apparently 2 different processes at work here: 1) CFHTTP is itself a browser! It interacts with the host server;2) IE, Firefox and Chrome each interacts...
View ArticleRe: Loop through result set and delete row
tjbee wrote: I am deleting rows from the original query itselfCould you let us see some code? I am sure it will inspire suggestions straight away. In any case, as I said before, you could do that as a...
View ArticlePost CF9 installation error running cfadmin
HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.
View ArticleRe: Post CF9 installation error running cfadmin
What OS and web server are you using? Sounds like the installer didn't complete properly (or at least didn't completely set up the web server integration). -Carl V.
View ArticleRe: Post CF9 installation error running cfadmin
Yes, the server is .Windows 2008 R2 SP1 64BitSQL Server R2 SP2 Web CF console does not start. The install file was downloaded from Adobe yesterday, ColdFusion_9_WWEJ_win64. Windows Server Version 6.1...
View ArticleRe: Post CF9 installation error running cfadmin
Did you run the installer under the Administrator login, and did you "Run As Administrator" when running the installer? By "CF console does not start" do you mean you can't start ColdFusion by running...
View ArticleRe: Post CF9 installation error running cfadmin
sorry, what I mean is that I get a 404.3 Not Found error when I try to run http://localhost:80/CFIDE/administrator/index.cfm
View ArticleRe: Post CF9 installation error running cfadmin
When you ran the installer, did you choose to install the web server connectors to IIS? It sounds like either you didn't or it didn't complete properly. You can re-run the Web Server Connector Tool...
View ArticleRe: Post CF9 installation error running cfadmin
I should add that if you didn't install the web server connector, then you would get to the CF Administrator using the built-in server using this address:...
View ArticleRe: Optimise CFHTTP Requests/Requests Being Throttled?
Thanks for your reply. Below is a screen dump of the test page I set up which makes 10 requests to a test function. The test function makes a standard CFHTTP call. Each request is timed and the time...
View ArticleRe: CF10: Address already in use: JVM_Bind
Hi spellbmw, Did you find out something to sove this problem ? thanks Stephane
View ArticleRe: CF10: Address already in use: JVM_Bind
Here is my config : instance #1 (cfusion) <Server port="8007" shutdown="SHUTDOWN"><Connector port="8012" protocol="AJP/1.3" redirectPort="8445" tomcatAuthentication="false" /> instance...
View ArticleRe: Optimise CFHTTP Requests/Requests Being Throttled?
I thought your application involved just CFM pages that implement CFHTTP. Hence my suggestion to enable Debugging Output in the Administrator. From the look of it, your application involves invoking...
View ArticleRe: Optimise CFHTTP Requests/Requests Being Throttled?
Thanks, you have no idea how much I appreciate your help with this
View ArticleIs Cold Fusion version 8 compatible with Java 7?
I have a legacy CF 8 server and I desperately need to upgrade Java on this thing. Java 6 is no longer being updated for Windows, so I need to go to Java 7. I can't seem to find a hard answer as to...
View Article