My CFADMIN on CF11 is throwing a 500 Error when I click on Scheduled Tasks.
I log into my cfadmin and suddenly my CF Scheduled Tasks throws 500 Error when I look at log I see this ' The specific sequence of files included or processed is:...
View ArticleHow to put values in list with single quotation
<cfquery name="getSelectedPriorityList" datasource="#application.datasource#" username="#application.datasource_username#" password="#application.datasource_password#"> SELECT id, name FROM...
View Articlecreating .xslx files in coldfusion 8
Hello All I am on a CF8 server (the company hasn't upgraded) an I need to create an xslx file. Any suggestions?
View Articlecfajaxproxy results in status 500 WDDX packet parse error
Hi. We set up at second CF10 server, identical to the first, but the new server breaks on all cfajaxproxy calls with "Status: 500, WDDX packet parse error at line 1, column 1. Content is not allowed...
View Articlecfzip unzip to browser
Is there a way to unzip without writing the PDF file inside the zip to disk but directly to the browser for downloading?
View Articlecfmailparam disposition filename does not work in outlook
I have a very simple example for sending an image as an attachment using Coldfusion 11 cfmail tag. <cfmail to="example@domain.com" from="example@domain.com" subject="Test" type="html">...
View ArticleCF10 export to excel and pdf
Hi All,How can I export my data from a cfquery to an excel file?I found old links examples using old versions of CF, anyone wants to share a link or example?Thanks in advanced.
View ArticlegetJSON request using ColdFusion proxy
I am following this article by Ben Nadel -- not sure if there are some other better tutorials out there. Anyway, I kept getting the Variable ALLARTICLESDATA is undefined. error. <script...
View ArticleUsing COALESCE() in a query is breaking
Hello, all, I've got a query that (pseudocode) is like: SELECT fname, lname, ORGS.EntityName dir, Table2b.EntityName div, Table3.personalid, COALESCE(Table2b.EntityName, ORGS.EntityName, 'N/A') org...
View ArticleClass not found in the specified assembly list.
Hi All, I am creating a .dll object from ColdFusion but I am getting the following error message. "Class GenerateSQLReport not found in the specified assembly list. The assembly that contains the class...
View ArticleHow to capture values from referrer?
Is there a way to capture the value passed in the referrer? I need to capture that and do some searching.
View Articlecfimage inside cfdocument problem
Very strange, but repeatable issue I've run into. I'm using the barbecue Java barcode generator library to generate code128 compliant barcodes which are then handed to cfimage writeToBrowser to...
View ArticleWhich data format do I use to pass to a .NET DLL
I have successfully connected to a .NET dll. However, I am having a problem passing the correct data type. I asked a fellow developer who works in .NET and he said it must be a "data table". What is...
View ArticleColdfusion 11 JVM settings
Hi,I wonder if my JVM parameters on Coldfusion 11 are correct. My actual parameters are:-server -XX:MaxMetaspaceSize=192m -XX:+UseParallelGC -Xbatch -Dcoldfusion.home={application.home}...
View Article500 Internal Server Error on server that is running Windows 2012 R2 and IIS 8.5
Hi. We have a new server. On our old server, I used to get all the debugging info. from Cold Fusion on my computer if something was wrong with a Cold Fusion page. Now with the new server, all I get is...
View Articlecfhttp : the trustAnchors parameter must be non-empty
I am making a cfhttp call from my main server to reporting server. And it was working fine until few days ago. But suddenly it has started giving errors when I am trying to make http call through...
View ArticleCF11 Run Client Storage Purge: DISABLED
Brand new CF 11 install on Windows 2012 R2. I have a cluster of servers running so I disable the client variable purge process on ALL serves. Although the purge process is disabled I still see "Run...
View ArticleInstalling ColdFusion 11 on Mac OS X El Capitan (10.11)
Hi there, I am trying to install ColdFusion 11 using the main Apache root on the Mac. This will be using port 80, and will be the localhost on the Mac, and the file structure is -...
View ArticleHow to log the rendered cfhttp URL?
I have this cfhttp tag.I want to log the URL to see if it's actually having all the correct parameters because it's not working. <cfhttp result="objRequest" url="#UrlDecode( strTargetURL )#"...
View ArticleColfusion 11 (from 9) upgrade, new server, need to run both for compliance tests
Hi there,I'm upgrading both my CF from 9 to 11 and my server, from a self hosted on premise server to a VM cloud based solution.Current server is running CF9 in production and I cannot shut it down...
View Article