CFBuilder3 can't fun services browser??
i can't find the services browser tab in cfbuilder3
View ArticleDownload Coldfusion 10?
Hi Everyone, I'm looking for a CF10 download link? I used to be able to download older versions here: Adobe - ColdFusion Support Center : More Downloads However since the release of CF11 I haven't been...
View Articlehow to connect to sql server 2012 multi-subnet failover clustering
Hello, I am looking to connect to the last sql server 2012 multi-subnet failover clustering which requires to mention the connection string MULTISUBNETFAILOVER=Yes. Even though I have mention, its...
View ArticleCan't install server update - service hangs on stopping in Windows 08 R2
So we have had problems stopping the CF App Server service in Windows. Admittedly, this fails from GUI, Command Line, etc even logged in as Local Administrator. The service hangs on stopping and...
View ArticleCF 10 cfcontent application/msword displays HTML code instead of document?
I have this code for a generic template: <cfset fileName="c:\temp\wordTmpDoc"&randRange(1,100000)&".htm"> <cfif fileExists(fileName)><cffile action="delete"...
View ArticleUnable to preserve indentation in cfgrid
I have a cfgrid bound to a query in a cfc. The query indents one of the columns with blank spaces dependent on a hierarchy, like: ... SELECT regularColumn, indentedColumn =...
View ArticleColdfusion 9,0,0,251028 -Updates & Hotfixes
Hi I have inherited a Coldfusion environment that is probably in need of a good update.I've been surfing about but can't seem to find anything.Where should i be looking? Thx
View ArticleUnderstanding Web Services
I'm trying to understand when I would use cfinvoke vs cfhttp to consume a web service. Is it just two ways to skin a cat?Does the extension ?wsdl have to be added to the url, or can it be left off? I...
View ArticleColdFusion 10 Datbase Error - No more data available to read
Hi In my CF10 server ( Oracle 11g ), I am getting frequently getting below error : [Macromedia][Oracle JDBC Driver] No more data available to read.
View ArticleColdFusion 11 Fresh Install Administrator Login Not Working
Am shifting from a machine that had CF9 on it, then the Splendor Beta, now with CF11 and though I've re-installed CF11 multiple times and have tried various methods I've seen in other threads...
View Articlecache query result issue
I have a link on the form to modify a table for the drop down select control.The link works to add or modify data, but when I come back data entry form, the drop down does not refresh data. It remains...
View ArticleError in CF Admin mail test
Hello all- I've got a new install of CF 11 on Windows Server 2012 R2. For the first week or so everything was fine, but after a while my email stopped going out. I looked at the pages generating...
View Articlecoldfusion 10 active directory authentication through jrun.security.ntauth
we are using a coldfusion component to authenticate Active directory users to give access to intranet websites, below code is working fine in development version of coldfusion 10 but when i move this...
View ArticleColdFusion programers in the Boston area. Any suggestions
Hello, I am looking for ColdFusion programers in the Boston area. Also any suggestions on development companies that have Coldfusion developers available. Any suggestions.
View Articleppt in cfpresentationslide
Hi, I've been trying to use powerpoint as a source for the cfpresentationslide tag, but it would always give me this error: Could not initialize class com.sun.star.lib.loader.WinRegKey. How do I fix...
View ArticleWill CF11 be available on AWS?
Will CF11 be available on AWS?CF10 is no longer available for new setups, so our new project is having a major roadblock.
View ArticleCF 10 getting random resets : Detail: [Macromedia][SQLServer JDBC Driver]A...
These resets appear to coincide with a clearing of the cached queries for the DSN from memory, breaking all my sub queries that try to use the initial cached one. I am grasping at straws to discover...
View ArticleColdfusion 11 on Linux Questions
Hello, I have a client requirement to install CF 11 Standard on Linux (Debian 7.x) with Plesk 11.x control panel Does anyone have any experience with this? Is it a pretty straight forward setup...
View ArticleCF10 on CentOS 6.5 memory/CPU issues
I have been playing with CF10 performance on the CentOS 6.5 environment and so far I have lots of issues with it. I really appreciate any help on resolving the issues. It is upgraded version of CF from...
View Articlelimitation cf_sql_varchar length
I have following cffunction in my cfc and calling from jQuery.I use MS SQL Server 2008 R2 and the field is nvarchar(max) in the database. The function fails to update when the string more than 800...
View Article