Can't connect CF 9 to MSSQL 2008 R2
I hope some help is out there. I will post the error message at the end of this post. I can't verify a datasource in Administrator. this is the error:Connection verification failed for data source:...
View ArticleColdFusion 11: custom serialisers. More questions than answers
G'day:I am reposting this from my blog ("ColdFusion 11: custom serialisers. More questions than answers") at the suggestion of Adobe support: @dacCfml@ColdFusion Can you post your queries at...
View ArticleCF8.01 hacked. Need info on patches
Yesterday some of our hosted sites were hacked using code pasted below. We're running CF 8.01 and I'm wondering if there is a cumulative secutity patch that we can apply or If I should just apply...
View ArticleVote For 1 Time Only In Connection satisfaction survey
Hi CFers, Anyone know how I can block the user to which the same answer the survey satisfaction only one once?IP address or COOKIE, what is the better way to do? P.S. records in the XML file no DB....
View ArticleColdfusion 11 cfheader or cfcontent 'failed to load PDF document'
I have a website that worked fine with Coldfusion 10 and now I have updated to Coldfusion 11 and this code doesn't work: <cfheader name="content-disposition" value="inline; filename=#vPublicFile#"...
View ArticleUsing Coldfusion cfform validation with image...
Hi everybody, I would like to use Coldufusion cfform validation submiting the form with an image and onclick="window.document.forms[0].submit();" When i try the form is submitted but without any...
View ArticleColdFusion 10 instance/Tomcat dying at predictable intervals (white screen of...
Cross-Post from Stack-Overflow: ColdFusion 10 instance/Tomcat dying at predictable intervals (white screen of death) - Stack Overflow --- For the last few days out team has been struggling with an...
View ArticleColdfusion - phone gap application
Dear Cf guys, I'm just trying to build a mobile app in CF 11 & builder 3 ... i've setup phone gap host settings & trying to generate app files but its getting me phone gap UNKNOWN HOST error...
View ArticleColdfusion 10 Update 11 SQL Server 2012 Query.columnList() Geometry Fields Error
When we do a query.columnList on a table that contains a geometrydatatype column it errors with unsupported data type. This does notseem to be fixed in CF10 - Update 11. Have you heard of this,...
View ArticlePopulating a table with data from javascript
I have a CFC that returns (via ajax) an array with a length anywhere from 1ton. I need to display the contents of that array on a webpage in a table (one row per array element). Since I do not know the...
View ArticleHelp me figure this hack out.
So as i was opening my presents with my family Christmas morning when my web server emailed me to let me know that a file had been created in my /CFIDE/ folder. This file was h.cfm and it was a nifty...
View ArticleColdfusion 11 new install - The ColdFusion ODBC Server service is not running...
I installed the developer edition on my machine and receive the message, "The ColdFusion ODBC Server service is not running or has not been installed." when trying to add an ODBC datasource in the...
View ArticleThe best approach to write more than 1 Lakh data into an Excel Sheet.
Hi All, In one of my application I need to generate report in Excel file where data contains huge,more than one lakh. Currently I am querying this from database and looping through a cfoutput tag to...
View ArticleCFCOOKIE how use?
Hi fellows, I have a survey of satisfaction and desire that the User meets only once. How can I do this? Can I use cfcookie? More like do? Tks,Fabiano Magno Pechibella
View ArticleHas anyone used JVM argument -XX:+UseG1GC for garbage collection on ColdFusion?
I am hesitant to try to change the JVM Arguments. In the past ColdFusion has failed to restart for me when I changed them. Any advice would be welcome.
View ArticleColdfusion 11: CFLayout and CFChart
I am upgrading my company's servers from CF 8 to CF 11 and have been having issues with the cflayout tab (which I know shouldn't be used anymore, but it is for thetime being). The code ran great on 8,...
View Articlejava.sql.SQLException: Timed out trying to establish connection
I am trying to connect to SQL Server 2012 with flag MULTISUBNETFAILOVER=TRUEI have created the DSN and it works fine for some time and next day i will get the below erorr. I have verified the DB server...
View ArticleColdFusion 11: custom serialisers. More questions than answers
G'day:I am reposting this from my blog ("ColdFusion 11: custom serialisers. More questions than answers") at the suggestion of Adobe support: @dacCfml@ColdFusion Can you post your queries at...
View ArticleCan be Cold Fusion Developer Edition used to develop the product and deliver...
Can be Cold Fusion Developer Edition used to develop the product and deliver to client?
View ArticleHow to kill a coldfusion cookie??
I set cookies like this: <cfcookie name="ckwhatever" value="hello"> I try to kill the cookie like this: <cfcookie name="ckwhatever" expires="now"> This does NOT work. the cookie remains....
View Article