ColdFusion Builder 3 RDS and Remove Server settings reset on each restart
I have CF Builder 3 Trial installed as standalone application. Every time I restart CF Builder, the RDS mapping settings for the remote server I have are gone and also the remote ColdFusion server I...
View Articleconnecting to oracle 12c multitenant database
My question, using coldfusion 11 enterprise datasource gui,how do you connect to oracle 12c multitenant database,when you need to log into a pluggable database, beneaththe container database? What's...
View ArticleHow to convert minutes to decimal
I need to convert my minutes in my HH:MM record to decimal. For example if I have 43 hours and 15 minutes (43:15) I need to return the result 43.25 hours and if i have 10 hours and 30 minutes I need to...
View Articlecfchartseries paintStyle="plain|raise|shade|light"
Since this tag is deprecated in CF11, how do I get rid of shading? I need a solid color bar. thanks
View ArticleColdfusion 10 Enterprise, IIS 8.5 503 errors
We are upgrading certain applications in our environment to Coldfusion 10 and Server 2012 R2. Everything in the QUA environment worked great, no issues. However, when I put the new servers in...
View ArticleAnyone familiar with Jetty DoS vulnerability as it relates to CF?
I am trying to get approval to run CF11 in production environment, and scans keep flagging a Jetty vulnerability -- CVE-2011-4461 (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4461). It says...
View ArticleHow to upload multiple files (images) in background to CF server
I need to upload multiple files (potentially all images, all PNG) to the server from a mobile device to a CF8 server. Probably as many as 50 small png images Could anybody give me some pointers as to...
View ArticleWrap href from one CF tag around another
Hi! I have a tag called #PubsPageLink# that contains an href link, but I want the #title# tag to use that same variable, as well. Obviously, using... <a...
View Articleeasy one regarding scope and cfinvoke
Why does this work?<cfset projectList = Application.Projects.getProjects(CompanyID=request.User.CompanyID)> BUT, this throws an error?(Could not find the ColdFusion component or interface...
View ArticleCFGRID, was working in CF8 won't display results in CF11
Hi I recently upgraded a client from CF 8 to CF 11. In the code is a CFGRID which was working in CF8 but now in CF11 the grid displays but no data appears (the grid is simply empty). With debugging...
View ArticleHow do I display data from an Oracle clob field in the new version of Oracle?
the university where I work just updated their Oracle test database to a new version and now my clob fields don't display in coldfusion. I have code to add to the query to capture the first 4000...
View ArticleColdfusion 11: CFLayout and CFChart
I am upgrading my company's servers from CF 8 to CF 11 and have been having issues with the cflayout tab (which I know shouldn't be used anymore, but it is for thetime being). The code ran great on 8,...
View ArticleHow can I see my attributes collection? Can't figure out cfdump?
To debug I want to see what variables are in the attributes. I can't figure out the instructions for CFDUMP. Any help appreciated.
View ArticleNeed the steps to enable SharePoint 2010 Secure Store Service to authenticate...
Need the steps to enable SharePoint 2010 Secure Store Service to authenticate single sign on with a ColdFusion 11 app and display the ColdFusion app in a SharePoint webpart.On this page Adobe -...
View Articleinstall cf9 32bits on Win 7 64bits
Is this possible ?Installation of CF9 32 bits on Win7 64bits ? I did it, with CGI and ISAPI for IIS7.IIS 7 is OK, (http://127.0.0.1 is correct)After CF9 install, I ran the WebServer...
View ArticleDowngrade from CF11 to CF10
Hi, Can I use ColdFusion 11 Enterprise license on ColdFusion 10? Do Adobe CF have downgrade privilege option from CF11 to CF10? Thank you.
View ArticleThe best approach to write more than 1 Lakh data into an Excel Sheet.
Hi All, In one of my application I need to generate report in Excel file where data contains huge,more than one lakh. Currently I am querying this from database and looping through a cfoutput tag to...
View ArticleColdFusion can communicate with .Net but can .Net communicate with ColdFusion?
We have a .Net CMS and have been asked if we can integrate a ColdFusion application into it, does anyone know if that is possible. Thanks,Paul
View ArticleCF licenses and virtual server environments
How do I determine how many CF licenses I need in a virtual server environment? Is it determined by the main server or is it based on how many cpu's are allocated to each virtual server?
View ArticleSubmitting cfadmin login password I get "an invalid method (http verb) is...
This is occuring after a fresh install of IIS, and the cfadmin website is configured via WSCONFIG. I followed all the user permission recommendations from Pete's CF11 Lockdown Guide with the exception...
View Article