CF 10 & 11 Licensing on Virtual Machines
I have been trying to get an answer out of Adobe for months, but have gotten the runaround. Here's the question I've been asking. We have many licenses we need to upgrade before core support ends. If...
View Articlehow to format a not well formed xml into well formed
Hi, Here's what I'm trying to do: I have a build a report based on query results. In the query result, one field is a CLOB (which contains XML. The XML contains two tags - "description" and "count"). I...
View ArticleCF11 instance only works when I start it via console
In WIndows Services, my cfintra instance is running. In CF Instance Manager, my cfintra instance is stopped, and I can't started via this page. In CF instance logs I get this: And visiting my website...
View ArticleCF 10 Service suddenly stopped
Hello, This issue occurred twice this week. Our CF application server suddenly stopped. When I checked the Event Viewer log, here are the errors I found: The description for Event ID 263 from source...
View ArticleIs FCKeditor viable for a ColdFusion site
I'm just returning to programing a long dormant site of mine. In the past, I handcrafted an online editor, but now, I'd like something more sophisticated and am thinking about FCKeditor. Does anyone...
View ArticleReplaying HTTP traffic to a CF server
This is a somewhat technical question. I have recorded a bunch of HTTP traffic to my CF application doing actions that I would like to replay at a later time for testing purposes. These recordings...
View ArticleFinding the Oracle datasource...
I've inherited a ColdFusion 10 application with an Oracle 11g backend; Windows server. I am mostly a DBA and not a ColdFusion expert. In the code for the application, they have the datasource hard...
View ArticleWhy 404 on isapi_redirect.dll via Jakarta on CF11 Windows 2012?
I had a lot of trouble getting a fairly complicated site to function with CF11 on Windows 2012 (I'm moving from CF8 on Windows 2003). After several days I noticed update 1; once I applied that, I was...
View ArticleStrange IIS redirect issues... leads to /jakarta/isapi_redirect.dll
This is quite strange... the majority of my IIS redirects are working, but this one for some reason is odd. www.myserver.com leads to www.mynewserver.com no problem... works as it...
View ArticleSetting/changing a date in application.cfm
I need to be able to set a date in the application.cfm file for example <CFSET APPLICATION.stopdate='10/15/2014'> Then in my site on other pages I have code that says <cfif reportdate GT...
View Articlecfdirectory showing folders but not files CF11
I'm using the cfdirectory example code right of Adobe's site yet in CF11 I can only get it to show the folders in the directory and not any of the files. Is it possibly a security setting in CF11? The...
View ArticleHow to include Goole Map in PDF cfdocument
We have a Google premier license and use it to create maps displaying markers defined by database lat/long values. I want to include one of the JS API generated maps inside a PDF we create using...
View Articlecfargument in script-only components
When writing a tag-based function, I can say <cfargument name="componentArray" type="component[]" required="true">. How do I do the same thing in script? public void function...
View ArticleOffice 365 + CF Mail
I am trying to send mail using ColdFusion (8) and Office 365, but I'm not sure what username to use in either the Mail Settings in CF Administrator or using a regular CFMail tag. Any help is much...
View ArticleUnknown CF Errors in event log
Receiving errors about Cold Fusion in the Event Log. CF10 is not able to run any scheduled tasks we have set up and so are troubleshooting. Keep getting the following two errors when I restart the...
View ArticleHow do I refresh a page after a database update?
I have a page where I perform a database update and then redirect the page back to itself.Even though the database is updated correctly and the page is redirected, it is not refreshing the page so I am...
View ArticleColdfusion ignoring NTFS permissions
I have seen a few older posts that have presented this same issue, but there was no resolution in the thread. I have posted on those threads asking if they found a solution, however thought I would...
View ArticleWhere can I find the latest security hotfix for CF 9.0.2?
ZDNet announces there is a security hotfix for ColdFusion but provides no link to where I can read about it or download it. I go to the Adobe site and look for it by browsing and searching and can't...
View ArticleQuirky NumberFormat issue..
Hello, everyone, I've got a confusing bit happening, right now. I'm using SpreadsheetNew() to generate an Excel report AFTER a page with the exact same data is loaded. (Basically, the data appears,...
View Article