Using ESAPI in CF10/11 for sanitizing input
Hello, all, The boss has given me the green light for getting rid of Portcullis in favor of ESAPI. GREAT!! But all the documentation I've been looking at isn't really helping me to implement it. What...
View ArticleCan't access Cold Fusion Administrator page using local host
I installed ColdFusion builder and set up the administrator page. I accessed it using http://127.0.0.1:8600/CFIDE/administrator/index.cfm. I logged out.when I attempted to get back in I got "cannot...
View Articlejson from an iframe to coldfusion structure or parm
I am trying to figure out how to get json data that is coming from an iframe response into a coldfusion parameter or structure that I can use. The iframe is within a form and when submitted it...
View ArticleDatabase-related enhancements in ColdFusion 10
Anyone use this feature on coldfusion administrator yet? I tried to follow the following link Database-related enhancements in ColdFusion 10 - ColdFusion, English documentation - Adobe Learning...
View ArticleCopy table data from one server to another
Hi, I have two tables T1 and T2 of same structure at two different sql servers.T1 has 1,00,000 records and T2 has 99,000 records. Is it possible to copythe extra records(1000 records) from table T1...
View ArticleHow to detect when ColdFusion 11 instance is down
We have CF9 environment running on IIS 7.5/Jrun and new CF11 environment running on IIS 8.5/tomcat. As part of the external monitoring system we use What's Up to monitor the ColdFusion services. In...
View ArticleCF Scheduled Tasks stopped running
I had a stable working CF11 environment running on Server 2008R2, with several Scheduled Tasks running using https urls. As far as I know, nothing has changed, except the SSL certificate for the...
View ArticleCF11 mail spooling
I'm currently in the progress of moving from a CF9 server to a CF11 server, but have run into a huge performance difference between the two, when sending e-mails. Our application generates...
View Article#SESSION# variables and iFrame
Hello, all, I've got a page that contains an iFrame. When loading the parent via HTTP, the page loading in the iframe via HTTP can see session variables with no problem. However, when I load that same...
View ArticleCan anyone help with reading CSV file in COldFusion?
Hello everyone, I'm trying to read CSV file and output with ColdFusion. I store all records in array and I have to pull out just first and last column with all records. My current code gives me just a...
View Articledynamic drop down menu with input boxes
Hi everyone. I have a select box with part numbers that you choose first, and depending on which part number you choose, some input boxes display to enter measurements into. Then you click Submit and...
View ArticleApplication Objects
I have an object that I use to process address information. Currently I'm instantiating per request, however, I'd like to move that into an application scope. My concern is that somehow this will...
View ArticlePass #SESSION# variables when J2EE is enabled
Hello, all, Is there a way to pass session variables from a parent .cfm to an iFrame .cfm when J2EE is enabled in CFAdmin? V/r, ^_^
View ArticleColdFusion 8 Migration ColdFusion 11
Currently getting the following error. The START_DATE argument passed to the insertApplication function is not of type date. If the component name is specified as a type of this argument, it is...
View ArticleColdfusion 11, Mac Yosemite: Will not start,stop,scan at all
I've been wrestling with Coldfusion 11 for a the past couple of days attempting to start the server so I can at launch the program. But, no matter what I do or try it won't start. When I go into...
View ArticleColdFusionProhect building with ANT script
I am new to coldfsion.I have some doubt in building coldfusion code with ant script to generate a war file <targetname="war"> <echomessage="Creating WAR file ..."/>...
View ArticleWill ColdFusion 11 Standard License key activate CF Enterprise Evaluation
We installed ColdFusion 11 Enterprise Evaluation (Trial) but would like to buy ColdFusion 11 Standard to use on the same Windows Server 2012. Will we need to reinstall ColdFusion 11 Standard or will...
View Articlecustomise soap response
Similar to Java Webservices and SOAP - Changing an element name, I have the same question, except I am trying to change the name of the soapresponse of my cfc method. It seems by default cf9...
View Article"Unable to load library" with custom tag
I am unable to get the Cold Fusion 11 custom tag example for directory lists to work.It compiles in Visual Studio 2013 Community [Release, x64].But when I try to run it on my server [Windows 2008 R2 64...
View ArticleWhat is the best option to access z39.50 server with coldfusion?
Hello everyone, I need to access library data by z39.50 protocol, but have no idea how it can be done with ColdFusion. Could somebody give an advice please? Thank you,Anton
View Article