Invalid data '' for CFSQLTYPE CF_SQL_INTEGER
Every time I enter data, I get this error report:Invalid data '' for CFSQLTYPE CF_SQL_INTEGER It might be related to this problem: <cfloop collection="#cities#" item="cityID">...
View Articleftp action:getFile - Attribute validation error
Hi, First, the code : LOCAL.fileName = lsDateFormat(now(), 'yyyymmdd') & '.csv';LOCAL.filePath = "example_file"; LOCAL.ftpService = new FTP();...
View ArticleMulti-page Form (from another forum)
I may have been in the wrong forum, so I copied my issue here. No arrogance intended. Please forgive me for not knowing which forum to use. I have a multi-page form, which is basic. The form's first...
View Articleintegrate a cms like squarespace
I have been a coldfusion developer for several years now. I always get people asking me to built a front-end website for them. Basically, all they want is a brochure type site where they can manage...
View ArticleHow To: CF11 Clustering without Multicast (AWS)
This week I've been working on getting clustering setup for a client. Initially we were using CF10 with the latest patches. Ideally we wanted non-sticky load balancing with session replication. We want...
View ArticleQoQ without a commond id
Hi All,I use this technique for QoQ when I have a commond key:How to do an OUTER JOIN in Query of Queries | BealeARTSNow, I have data from two different table but the join is based on multiple fields...
View ArticleStrange Scheduled Task (Quartz) behaviour CF10
Hi, I'm running ColdFusion 10 Enterprise on a RHEL 6 server and have come across an intersting behaviour in relation to the scheduled tasks we have setup. We noticed that after a reboot of our...
View ArticleColdFusion 11 Destroyed My Charts
Surely we can't be the only ones who are disappointed with the newest charting engine in CF11? Yes, ZingCharts can be cool and the plethora of style options gives us total freedom to build the perfect...
View ArticleCF11 install linux failure...Launching installer... JRE libraries are missing...
CF11 install linux failureExpected: bundled JRE should work on Ubuntu 13.1 Launching installer... JRE libraries are missing or not compatible.... # java -versionjava version "1.7.0_55"OpenJDK Runtime...
View ArticleJson parsing issue
We use the cf binaryencode function to convert a binary file to a base64 string that then is inserted into a coldfusion structure. Then we use the serizlizeJSON function to convert that structure to...
View ArticleWhy 404 on isapi_redirect.dll via Jakarta on CF11 Windows 2012?
I had a lot of trouble getting a fairly complicated site to function with CF11 on Windows 2012 (I'm moving from CF8 on Windows 2003). After several days I noticed update 1; once I applied that, I was...
View ArticleHTTP Error 401.3 - Unauthorized You do not have permission to view this...
Hi, I got this 401.3 error when running the http://127.0.0.1/CFIDE/administrator/index.cfm configuration page after installation of coldfusion 8 standard on win 2008 32bit server which has IIS7....
View ArticleHow to update coldfusion 9.0.1 to 9.0.2 in a linux server
How to update coldfusion 9.0.1 to 9.0.2 in a linux server. I have been using centos. Please provide any reference links or steps to do this
View ArticleColdfusion 11 random crash after 6-12 hours
Hello,We upgraded from Coldfusion 9 to Coldfusion 11. System:OS: Windows 2008 r2 64bitRam: 16 gb Steps I took to do this upgrade.1. uninstalled CF 92. uninstalled current version of java3. reboot...
View ArticleColdfusion 9 ODBC Agent & ODBC Server not starting
Hello ! I currently have Coldfusion 9 Enterprise Edition 64 bit installed on a Windows 2008 R2 64 bit server. I did not notice this before but on this server, both the Coldfusion 9 ODBC Agent &...
View ArticlePass ColdFusion variable to the JavaScript window
Hi everyone, I have a java script window that is will open when user click on the link, my problem is that how I can pass a ColdFusion variable to the window. I am using ColdFusion 7 so I can not use...
View ArticleCannot install CF11 on ubuntu 14.04.1 LTS
I have a headless install of Ubuntu 14.04.1 LTS and want to install ColdFusion 11 thereon.The download I was able to retrieve was ColdFusion_exp_11_WWEJ_linux64.zipI downloaded that on a Windows...
View ArticleViewing Files With CFFTP
I have established an SFTP connection with a client site but I cannot see the files in the directory because they do not have valid extensions. If I upload a file to the directory and add .txt to the...
View ArticleVery Slow SQL query - Fast in SSMS
We have a very simple query that executes instantly in SSMS, returning about 45,000 rows. Whenever I run the same query on a CFM page it takes about 47 seconds to execute. I've tried reindexing,...
View ArticleCF 10 continues to crash on Windows 2008 R2 64 bit
I have had CF 10 running on my VM for about a week now. The VM is Windows 2008 Enterprise, 64 bit. CF 10 is 64 bit. The error that I keep getting is: Service Temporary Unavailable!The server is...
View Article