CFLDAP: can't bind to AD as "currently logged on user"
First I used Softerra's LDAP browser to figure out what I need to gain access to our AD. Specifically I had to use this bind technique: CFLDAP attempt leaving out username:<CFLDAP...
View ArticleQ of Q round number issue
Hi All,I cannot use round function in Query of Query. I can cast the number as integer like:<cfquery dbtype="query"> select cast(myValue as integer) finalNumber from...
View ArticleCFMAIL throws attribution error but mail still goes. CFCatch catching it and...
Here's my mail header: <cfmail to="#session.user_email#" from="#application.siteName# <#application.siteEmail#>" subject="You Are Registered for #getEvent.event_title#" type="html"> The...
View Articlenew web site application
I am going to start a new project and I am pretty new to the ColdFusion and would liek to start Application.cfc and want to know what's kind the information need specify for whole applications. Your...
View ArticleReturn Soap Fault in CF web service
How do I return a Soap Fault like this: <soapenv:Fault> <faultcode>soapenv:Client.Validation</faultcode> <faultstring>SalesCode must be 5 characters in...
View ArticleTemporarily "downgrading" CF10 Standard to Developer
Long story short. We have a PC called Thor running CF 10 on a physical server. We brought up a PC called vThor (which will be renamed to Thor when all is said and done) running the SAME LICENSE KEY...
View ArticleA real noodle scratcher - CFML renders randomly
We're on CF 10 Standard in a virtualized Windows 2008 Datacenter environment working on this really old CF application. For some reason, requesting the application results in 1 of the 3 following...
View ArticleHelp with load balancer CF10 on Cluster
Hi, I have installed CF10 Enterprise with 2 instances running with the build-in web server: cfusion, instance2.Both of them run fine in the ports 8500 and 8501. I have created a default cluster...
View ArticleWhy CF10 is dead slow unless CF9 is also running?
Up until recently I only had Coldfusion 9 running on a 64-bit 2008 server. Today I installed the Coldfusion 10 trial. The installation went OK and the CF9 settings were migrated to the new CF10...
View ArticleJ2EE session variables & Non Random Session IDs
Our server keeps failing our PCI compliance test due to the Session ID's being non random. Description: Web Server Uses Non Random Session IDs Synopsis: The remote web server generates...
View ArticleExclude words in search
I am using CF9 on a virtual server so I have control over the stopwords.txt file. I presumed it would be as simple as adding my own words to the file, but it didn't go that smoothly.I search the CF...
View ArticleColdfusion 10 with IIS 7 Windows authenticaiton
I enabled Windows authentication in IIS 7 for a site powered by coldfusion 10. After I logged in, a coldfusion page that dump all the CGI shows REMOTE_USER and AUTH_USER are empty. The...
View ArticleApplication.cfc stopped rendering
CF10 Local Dev MAC machine. Built in server.Nothing has changed in my Application.cfc. Cleared cache via admin pages, Changed Application.cfc/Application.cfm lookup order to all three settings....
View Articlefirst homepage.cfm
I created my FirstHomePage.cfm on the ColdFusion 10 Developer server.It works on the same server machine, but i got HTTP 404 error from other machine.I added IP Address on ColdFusion server Admin page...
View ArticleProblems with nested cflayout and IE 7-9 inside cfwindow
I have a page that uses cflayout to display data. Links in the page fires a cfwindow that also contains a cflayout tag. This works perfectly in all other browsers, including IE 10, but not IE 9 and...
View Articlecfcomponent extends question
Hi all,i have two cfc' components usind extends as:<!--- myParent.cfc ---><cfcomponent displayname="myParent" output="false"> <cfscript> this.myData = '';...
View ArticleExt Window in a CFFORM tag
Guys, I have a problem with the ext window and I dont know how I resolve this. How put a ext window inside a cfform tag? Example:<ext:window id="settings" title="..:: Upload ::.." width="500"...
View Articledpi of an image
Hi,How to find an dpi of an image using coldfusion?is there any way to modify an images dpi using coldfusion?
View ArticleCF 10 mobile app dev
I found a tutorial on building a mobile app using cf10 (rest), MySQL, and ajax. http://training.figleaf.com/curriculum/cfjqm.cfm However, it isn't the best tutorial for me because I'm looking for...
View ArticleColdFusion 10 Incomplete Installation
After installing ColdFusion 10 the ColdFusion 10 Application Server service is not running. When I attempt to start the service, Windows gives me the following error message: "Windows could not start...
View Article