Where are the settings located to set the path for CFC Components in CF9?
I have 2 coldfusion 9.0.1 instances running as separate windows services and they are some how cross referenced to one another. I need to fix this and I know it is just a matter of repairing a setting...
View ArticleCF Admin login fails (invalid pw) for Windows User other than the one used to...
I installed CF 10 on a server running Windows Server 2008 R2 Standard having logged into the server as a Windows user in the administrator group. I set up CF 10 Administrator to use a single password...
View ArticleWhat to use for feature testing
I have searched high and low and cannot figure this one out. My boss has tasked me with creating a feature test for the CF site I manage and suggested using Cucumber since that's what they're using to...
View ArticleData type mismatch in criteria expression
Hey Folks. Having an issue with updating the database. here is the code plus error --- UPDATE FUNCTION ---<cfquery datasource="#APPLICATION.dataSource#">UPDATE CompanySET...
View Articlecftextarea
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461 172e0811cbec22c24-7afd.html
View ArticleCFCOMPILE and CF version compatibility
Hello All I have a question regarding CFCOMPILE and ColdFusion version compatibility. We would like to distribute our software sourceless and have tried to use the CFCOMPILE command line utility. We...
View ArticleColdFusion Builder Usage Survey
Here is a survey to understand the usage of ColdFusion Builder as an IDE (Integrated Development Environment) for developing ColdFusion applications. The information gathered here will help Adobe...
View Articlejava.io.FileNotFoundException when file there
Hi all I'm running CF 10 and one of the pages is throwing this error "java.io.FileNotFoundException" I've checked and the file that it is looking for is there, and if I browse to it directly in a...
View ArticleError in Scheduled Task in CF 10 Standard Edi.
Hi Team, Currently we are facing an issue in Scheduled Tasks options in ColdFusion 10 while we attempting to schedule some tasks. We are using the same facility successfully in ColdFusion 7 Standard...
View ArticleColdfusion MX7 hotfixes, broken links.
Hi everyone, I'm going thru and updating all our aging MX7 installs at work, with the latest hotfixes and patches.That has all gone fine, but the two hotfixes that I need seems to no longer be...
View ArticleDoes cfhttp include cfhttpparam elements for delete method requests?
I'm using the Canvas LMS API to attempt to delete user enrollments (see https://canvas.instructure.com/doc/api/enrollments.html#method.enrollm ents_api.destroy). Here's my CF code:<cfhttp...
View ArticlePost ColdFusion Security Hotfix APSB13-10 - Administrator no longer accessible
Hello, I installed the CF hotfix APSB13-10 hotfix to my CF 9.00 installation. I am aware of the three different versions for 9.01 and 9.02 and used the version for 9.00. In addition, as I had already...
View ArticleSetVariable function considerations
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSc3ff6d0ea7785 9461172e0811cbec22c24-7f48.html
View ArticleString Functions to extract first name initial and first 5 letters of last name
I am trying to extract the first letter of a firstname and the first 5 letters off a last name and concatate the two values For example I have a data field with "John Smith" in the field. I want to get...
View ArticleHelp with Cfftp connection
Hi I am trying to establish a ftp connection using cfftp tag my code is <cfftp connection = "myConnection" username = "abc" password = "xyx" server = "server address" passive = "yes"...
View ArticleInternal Server Error 500 on form post
I created a form in cold fusion that has a variable number of form fields (i.e. like line items on an invoice). There are about 5 input fields per line item. When I have only about 10 lines and do...
View ArticleConfiguring and using session variables
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859 461172e0811cbec22c24-7c48.html
View Articlecfinput type=datefield and international date format
Hi everybody, I want to use cfinput type=datefield and i can't obtain dates in french format. I have <cfset Locale=setLocale("French (standard)")> in my application.cfm Here my code : <cfinput...
View ArticleInvalid Mimetype Detection for .xls file with CF10
After upgrading to CF10, we are having issues getting our server to properly recognize any mimetype associated with the .xls file extension. For some odd reason, the server is viewing them as a word...
View ArticleColdFusion 10 does not recognize CustomTag directory under Oracle WebLogic
This ColdFusion application runs fine on a BEA server in other environments but I can't get it to find the CustomTag directory when running from my local Oracle Weblogic server. In the other...
View Article