Error 550 when using CFFTP to remove a file
I'm using cfftp to download files which I parse, then I need to delete the file from the server. (coldfusion 11 - development) I can list, and download the files fine, but am butting my head into a...
View Articletobase64 HTTP-Redirect binding
Still struggling with encrypting a SAML request to be sent to an ADFS server. Turns out there are multiple ways to encode strings. By default the utf-8 encrption option with the toBase64 tag uses...
View ArticleInserting arabic/persian characters to mysql
I insert my data into mysql db with this code: The problem is when I insert arabic or persian characters that's store in database something like "?????" but there is no problem with english...
View ArticleActivate trial version of CF11
I want to install trial version of CF11. I want to know if I will need to reinstall it if I decide to go and buy licence later. Or I can just enter licence and continue using existing trial version...
View ArticleThe value returned from the qry_order_commit_1 function is not of type numeric.
declare@orderKey intINSERT#request.sqlObjectPrefix#tblOrders...
View ArticleCFGRID with bind to CFC for an incorrect JAVAScript
Hi, I am using CF11 with SQL server 2012 & IIS8.0 on windows server 2012. When I am using a CFGRID bind to a CFC and passing 2 or more than 2 parameters from a FORM, it fails for an incorrect...
View ArticleHow to prevent clickjacking issue in CF
I created a cfm template with below contents to test clickjacking issue. <html><head><title>Clickjack test page</title></head><body><p>Website is vulnerable to...
View ArticleCFGRID. Specify query column in href attribute
Extract from docs (about href attribute for cfgrid tag): URL or name of a query column that contains URLs to hyperlink each grid cell with.This way not work. If i try to specify query column in href...
View ArticleMaintain sessions during restart on CF10
I'm sure I've missed something. Is there a how to on what needs to be changed to maintain sessions during a restart of the server?I've read Charlie Areharts presentation regarding this and he mentions...
View ArticleCF10 is evaluating strings with comma's as complex types (Array), formerly...
Coldfusion 10's behaviour appears to have changed in the evaluation of strings with commas. Example: FORM.IDS = 123456, 654321, 789101 (Form Submission) <cfset fieldname="IDS" /> <cfset...
View Articleextracting data from a comma-deliniated list in a Mysql database
I have a database table entitled meetings. In the meetings table it has the columns named "meeid", "meedate" and "meememberIDs". by using ColdFusion 9 I am able to submit a Standard date in the...
View ArticleErrors with CFSpreadsheet
When using CF10 and the CFSpreadsheet tag, we're receiving the following error: Class org.apache.poi.hssf.usermodel.HSSFWorkbook does not implement the requested interface...
View ArticleDeciphering a SAML Message in ColdFusion
I'm working on an SSO solution for a client. At this time I'm able to encode an authentication message and successfully send it to the ADFS server. The ADFS server handles my login and then returns...
View Articlecfrgrid will not edit
When I attempt to edit my grid the following error is returned. error invoking CFC /design /Regstration.cfc : The PAGE argument passed to the getData function is not of type numeric. My getData...
View ArticleColdfusion 10 Enterprise with Tomcat + mod_jk and Apache2 experiencing child...
I am experiencing the most bizarre thing that so far I am unable to reproduce with my own visits to the site. After restarting Apache2 my cacti graphs show that the child processes increment...
View ArticleHow setup enviroment with Coldfusion 11 express on Windows 7 with a svn...
I am trying to have a installation of Coldfusion 11 express on my Windows 7 machine display a site from a svn repository on a Windows server. I successfully set up a new project from SVN in the...
View ArticlePassword not accepted on new CF 11 installation migration wizard (enter.cfm)
Hi having an issue on the initial migration wizard page (enter.cfm) - it won't take my administrator password (reinstalled CF 3 times) and double sure I am typing the correct password - anybody else...
View ArticleControl + O to open a file?
Every other application on my computer uses Control + O to open a file, how can I get CFBuilder to do the same? Thanks, Rich
View ArticleColdfusion will not install on a Windows 2008 Standard server for IIS 7.0...
At the final step "Configure Web Servers/Websites", it complains that - "Cannot configure IIS Connector. Enable the required options, ASP.NET, CGI,...". But, all ASP.NET, CGI, and ISAPI connectors...
View ArticleWhy isn't Report Builder embedding the fonts???
I have a report built with all the label and fields all set to use Calibri and to embed the font. Yet when it shows the text in the rendered PDF file, it is not Calibri (or anything close)All Report...
View Article