Re: ColdFusion 10 intermittent "service not available"
Just one little tweak to Carl’s helpful suggestion: While update 11 does indeed require us to reconfigure the IIS connector, there’s some good news: one need not necessarily do a full reinstall...
View Articlepass parameter from user choice to a query
I have a CFSELECT on the form and link to a query.I would like to fill details information when user select thew option.The option is at client side, since user select the option which I need pass my...
View ArticleRe: APSB13-19 Installation problem
APSB13-19 installs correctly after removing jrun4_58765.jar. But we do need the fix contained in jrun4_58765.jar.
View ArticleRe: APSB13-19 Installation problem
Hi David, Can you run the test and let me know if you encounter this issue as you've removed the jar file and please let me know. Regards,Priyank
View ArticleRe: "The connection was reset" errors ColdFusion 10
I was so happy to see this, but after applying the update, ensuring the .dll updated to 5/23/2013 (it did), and restarting the whole server, the connection still seems to get aborted. That's too bad,...
View ArticleRe: CF 9 Session Variables Resetting
The case did not make a difference. Which is fine as it follows the normal CF patterns of the past. Any other peoples input?
View ArticleRe: pass parameter from user choice to a query
Use HTML select instead of cfselect; and use AJAX instead of iFrame. See this link: http://www.w3schools.com/jquery/ajax_ajax.asp Replace url:"demo_test.txt" with e.g. url:"get_data.cfm"
View ArticleRe: "The connection was reset" errors ColdFusion 10
Hey Charlie For clarification, yes, I am having issues with the 404. Though old, antiquated and we have much better practices now, the old site was designed in the manner that the user could request...
View ArticleUpgraded CF9 to CF10, but shows 9
I upgraded our CF9 to CF10, and it is mostly working just fine, and my main application migrated perfectly, so thank you for that, but there are some issues. I'm using Windows 2008 x64 and CF Standard....
View ArticleRe: Deleting Files
<cfloop query="yourSelectedFiles"> <cfdirectory action="delete" .........></cfloop> http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461 172e0811cbec22c24-7f99.html
View ArticleRe: Upgraded CF9 to CF10, but shows 9
Make sure your Web server using CF10 instead of CF9. If you use IIS, then you should look the Handler Mappings.
View ArticleRe: "The connection was reset" errors ColdFusion 10
Aegis, to be clear, are you saying you’re having issues with 404 handlers specifically? Or something else? In either case, I’m curious: what would the "recoding" involve, to get around this? Finally,...
View ArticleRe: "The connection was reset" errors ColdFusion 10
Sorry, I meant, “In either case, I’m curious: what would the "recoding" involve, to get around this?” (and I have edited the forum entry to correct that.) But your explanation helps. Then again, I...
View ArticleRe: CF 10 Datasource to Unidata Database will not connect
Hello,thank you very much for your suggestion. I did try it, but still get this same error when try to verify the datasource: Connection verification failed for data source: colleague...
View ArticleRe: "The connection was reset" errors ColdFusion 10
Oh, believe you me. Currently, our "non-legacy" CF apps utilize a much proper URL rewriting. We use IIS' URL rewriting engine to check and modify the incoming request to a CF page, which then allows...
View ArticleRe: "The connection was reset" errors ColdFusion 10
Sure, but to be clear, I didn’t mean to convey any offence. I really am just proposing that it would seem penny-wise and pound-foolish on the part of your mgt if they told you to proceed with the major...
View ArticleRe: CF 9 Session Variables Resetting
Create a simple test that contains Application.cfc, test_1.cfm, and test_2.cfm. Configure the session management and create a session variable for test. Call test_1.cfm and see the output of session...
View ArticleRe: "The connection was reset" errors ColdFusion 10
Oh sure, I hear ya. There are, indeed, many moving cogs to the V8 that is a web server. I've seen doozies in my lifetime. For example, we are bringing our servers up to the CF 10 Lockdown Guide as...
View ArticleRe: Deleting Files
Please ignore my previous reply. It should be like this: <cfquery datasource="myDSN" name="get_due_file"> SELECT folder, filename FROM scan_doc WHERE destroyed =...
View ArticleRe: "The connection was reset" errors ColdFusion 10
Thanks Charlie - I will probably do the upgrade tonight! My actual biggest issue is Service Unavailable errors - I have to restart IIS a few times a day to kill the W3WP.exe processes - ColdFusion's...
View Article