Bug in CF11 regarding Query of queries syntax?
So I have decided to try CF11 because of an official outstanding CF10 bug. Once I installed CF11, I get an error when running code like this: <cfquery name="LOCAL.stat_questions"...
View ArticleCF10 - returntype JSON HTTPS - Input length must be multiple of 16 when...
I have a ColdFusion service that doing basic authentication using SQL and returning a structure as JSON The structure has one element AUTHENTICATED = true . The JSON looks like below{ "AUTHENTICATED":...
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 ArticleCreated a Global UDF but don't know how to call it, please assist
I created a cfcomponent and a bunch functions inside it. One of the function needs to call a process that is also needed by other part of the application. Since this "process" is needed in a different...
View ArticleColdFusion 11 Application Server 3284 | ColdFusion 11 Application Server...
Trying to roll this server into production but keep having errors popup on Event Viewer: After dealing with the issue of not being able to restart the CF service and applying the hf1100-3776060.jar...
View ArticleCF10 cluster: isolate instance via URL?
Is there any way to specify which instance is used by URL when apache is connected to a CF10 cluster? We have one instance that handles all our scheduled tasks, and we would like to make sure calls to...
View ArticleCF 11 Enterprise multiple instances aren’t created properly with a separate...
Enterprise multiple instances aren’t created properly with a separate service account. The issues I am having are very similar to the issues reported in the link below....
View Articlepsql datasource
I have set up a psql datasource(odbc) in cf10. Everything works fine, but some tables require a password. In order to provide the password, for each databse connection, I need to make the following...
View ArticleHow to access a JSON structure key that starts with a number
I've got an odd issue here. I'm accessing someone else's JSON structure so I am not able to change it. The JSON structure keys are named with both characters and numbers like this:...
View ArticleMultiserver Monitor Permission Denied...
So I've been dealing with this for years now, since version 8 and now with version 9 ofColdfusion. I can't ever get my multi-server monitor to monitor more than the local server from which I run the...
View ArticleSetting up RDS in ColdFusion 11
Hi, I thought this would be simple, setting up RDS. I have it enabled on a guest VM server using my trusty terribly unsecure test password. But when I go to connect to it in Builder 3 (as a plugin to...
View ArticleCF Admin password not recognized
I have installed CF 10 and can not complete configuration or get in to cf administrator. I have use the resetpassword.bat and restarted the server, with the same result. I am working locally on the...
View ArticleColdFusion Developer Exchange
Is the developer exchange active anymore? When I look at the "recent" additions tab, the dates that are returned are around 2008.
View Articlecfdirectory action=list not working with directories that contain an ampersand
Our IT group just upgraded one of the our file share servers from Windows Server 2008 R2 to Windows Server 2012 R2. We quickly noticed a problem with CFDIRECTORY listing the contents of directories...
View Articlecfspreadsheet : Issue while reading Excel sheet (xls/xlsx) created from...
I am facing an Issue while reading Excel sheet (xls/xlsx) created from Microsoft Office 2013.Here is the error#1: An error occurred while reading the Excel: org.apache.poi.EncryptedDocumentException:...
View ArticleBug in CF11 regarding Query of queries syntax?
So I have decided to try CF11 because of an official outstanding CF10 bug. Once I installed CF11, I get an error when running code like this: <cfquery name="LOCAL.stat_questions"...
View ArticleWhy is there an offset when using DateConvert with DateCompare?
I'm developing on my local server and my current timezone is GMT +11 hours. <cfset date1 = DateConvert("Local2UTC", now())><cfset date2 = '2014-03-06'> <!--- (Tomorrow at time of...
View ArticleSOAP-API is not talking to me
Hello, I'm trying to implement billsafe, a payment service provider into my shop-system..I tried nearly everything since almost two days but I cant get it working that the billsafe-SOAP-API responds...
View Articlecfmail glitches in ColdFusion 9 (not sending, but says sent)
I'm seeing the strange behavior with basic cfmail sends in CF9. CF9 has an entry in the mailsent log that is was successfully sent but on the MailEnable logs (Mailenable exists on the same server as...
View ArticleGeneral problem communicating with SOAP-API
Hello, does anybody know whats wrong with this basic code?Whatever I post to this API, I always get back the API itself.. Strange. Maybe someone could try this code? <cfhttp method="POST"...
View Article