Re: ColdFusion 10 intermittent "service not available"
Matt, do you know the problem really is the connector hanging? And even if so, that could be more a symptom than the root cause. I can think of all sorts of other problems that could happen when a site...
View ArticleRe: I need help setting up CF Builder to remote server
First, let me say I appreciate your dismay. It is of course annoying when something doesn’t work, and all the more when you can’t seem to get free help to solve it. But I didn’t respond to “sell my...
View ArticleLicense Coldfusion 9
Hi, I have license for Coldfusion 9,0,0,251028. Now I am planning to install Coldfusion 9.0.2. As Coldfusion 9.0.2 is completely a new installation (Its a complete setup file), we can use the same...
View ArticleColdFusion 10 Updates Failing
Hello, I've installed CF10 and then installed the mandatory update. I then go into the CF Administrator, and I see the 8 updates available for it (1,2,4,5,6,7,8,9 - there is no 3 showing). If I go...
View ArticleRe: License Coldfusion 9
Hi, The license key for ColdFusion 9 same for ColdFusion 9.0.1 and ColdFusion 9.0.2. It is not different version of ColdFusion, it is just the package of updates. So you can certainly use the same...
View ArticleRe: Error Executing Database Query.
I now got this error Error Executing Database Query.Column count doesn't match value count at row 1 <cfoutput><cfset jobappid = '#appfirstname##form.applastname##DateFormat(Now(),...
View ArticleRe: peer not authenticated error CFHTTP
sorry, got busy working with clients. Your advice was spot on, thanks so much for your help.
View ArticleRe: Coldfusion 10 how to manually config Apache 2.2
I struggled with this too, until finally abandoning 13.04 (for other reasons) and going back to 12.10. But I'll be filing this tidbit for future releases! Incidentally, I made a "dummy" (i.e. empty)...
View ArticleRe: Error Executing Database Query.
I count 36 columns in the INSERT portion, but only 35 columns of VALUES. You're short one value. ^_^ UPDATE: You're short one VALUE in each query. Also, I recommend putting the jobappid in...
View ArticleRe: Error Executing Database Query.
Was missing appdate. but now I get this error again. stumped Error Executing Database Query.You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the...
View ArticleRe: Error Executing Database Query.
All of your smaller queries are still mismatched in column count vs value count. The error message is specific to one of the smaller queries. ^_^
View ArticleRe: Error Executing Database Query.
I belive i have all the counts equaled up and i still get this Error Executing Database Query.You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for...
View ArticleSet excel to landscape with cfspreadsheet?
Hi, We are using cfspreadsheet to create an excel spreadsheet file and we would like to make the sheets in it set to landscape for printing purposes. Is this possible? I know I can do it with the poi...
View ArticleRe: ColdFusion 10 intermittent "service not available"
Hi, Charlie. I believe you are right. I've found the default redirector properties will not work well for a multi-site (same connector) install. The default connection pool size was 250 and the max...
View ArticleRe: Error Executing Database Query.
Nothing jumps out at me, so if i were debugging this I'd start by putting in a cfdump of the form data at the top, to see what the data looks like, and also put some sort of message after each of the...
View ArticleCold Fuison 10 Installation issues
Hi, I am installing Colf Fusion 10 Enterprise Edition on a Windows 2003 Server. Below is the installation information:Installation Directories: Product: D:\ColdFusion10 Server Information: Web...
View ArticleRe: Cold Fuison 10 Installation issues
I missed mentioning that the server for Cold Fusion 10 is running IIS 7. Mike
View ArticleCF 9.01 - jrun.exe SQLServerURLParser Path Not Found
I found a similar post about this from 2 years ago (http://forums.adobe.com/thread/920226) but it had no responses. I'm hoping someone sees this and has some ideas. The server in question is running CF...
View ArticleRe: Error Executing Database Query.
Yeah.. might be a stray apostrophe, or something else breaking the string delimiting. Of course CFDUMP would also give you which LINE the error is on. ^_^
View Article