dynamic cflayoutareas based on a recordset from cfquery - coldfusion version 9
cflayout type="tab" name="mainTab" ><cfloop query="qgetdcfg"> <!--- Each layoutarea is one tab. ---> <cflayoutarea title="#qgetdcfg.dsource#-#qgetdcfg.djobnamespec#"...
View ArticleColdFusion 9 paid support
Can anybody please help me to understand the cost and process to get ColdFusion 9 extended (paid) support as Adobe ended version 9's support on 31st Dec 2014.
View ArticleGetting the last modified date of a file when doing a cfindex
I was wondering if for each file the cfindex is indexing, if I could get the last modified date of the document and insert into my custom field called "sort_date_s". I notice in the cfdump that the...
View ArticleCF10 Cflocation Tag Not Working
Does anyone know what to do to fix a non-working <cflocation> tag? Upgrading web site from WS2003 ColdFusion 8 to WS2008/64bit ColdFusion 10. Upgrading CF application has required a number of CF...
View ArticleColdfusion 11 - Clear database cache
Hi We've just upgraded to CF11 update 3 on a 64bit Windows 2008 Server from CF10 and have found that my previous code to clear cached database queries no longer works as instantly or reliably as it did...
View Articlequestions about the 'sign' action in cfpdf
I'm hoping to use cfpdf to add a certifying signature to a pdf. There's no obvious way to indicate you want a certifying signature (as opposed to an approval signature), and no obvious way to indicate...
View ArticleEncrypt base64 encoded, hashed with the secret key
I'd grateful for help in creating a hash value that is "base64 encoded, hashed (SHA-256) with the secret keystring that is a concatenation of the a few values I have (accountId, userId, and Time)"The...
View ArticleHow I need to display 100 records in first page with 18 records visible and...
Hi friends, I am working on coldfusion 10 and i have the following requirement, How I need to display 100 records in first page with 18 records visible and remaining 82 records visible should be...
View ArticleProblems Installing Coldfusion 11 with Yosemite
I have just installed Yosemite and updated from Coldfusion 10 to 11. At present, I have two problems for which I can find no answers: The first, when trying to access the CF Administrator...
View ArticleODBC stops responding for Access databases
We have a ColdFusion 10 x64 server running on Windows 2008 R2. Fairly regularly but at sporadic times the ODBC server stops responding to Access databases. MySQL and MSSQL still work and verify, but...
View ArticleCF11 Distributed Mode - Default Document & SSL
OK, I got CF 11 set up with IIS with Distributed Mode. All set after lots of searching and posting to this Forum. Thanks for that but now I have two new problems I need to get resolved. Seems simple...
View ArticleStrange behaviour cfinclude with CF11 and Yosemite
Hello, I have a strange problem with my includes, if i save my file with changes, CF can't find them anymore. Example: <cfincludetemplate="views/file.cfm"> Is working fine, when i change...
View ArticleColdfusion 9 doesn't see java servlets annotated by WebServlet annotation.
Hi.I'm trying to run java servlet application on coldfusion 9 running on top of iis 7 server.Also i'm using java 1.7.Coldfusion seems doesn't see servlets annotated by WebServlet annotation. I get 404...
View ArticleWhen the instance name is specified, it is invalid to specify the port number
Hi, I am using ColdFusion11 version 11,0,03,292480 with java 8 installed and am using the coldfusion API setMSSQL function to create an mssql datasource. The datasource is a named instance and when it...
View ArticleError Logging Tools
I've been tasked with finding out how other companies implement error logging. I'm not interested so much in how to use Coldfusion to log errors, I'm more interested in whether folks are using third...
View ArticleMy first memory leak?
A while back I posted an issue relating toCFThread GC Overhead Limit Exceeded. Someone marked a reply as the answer but the issue is still ongoing. After months and months of reading and taking...
View ArticleMoving old site
We are trying to decide if it's worth it to move an old to a new server. It uses cold fusion 6.0.Will we need to update to a new version of Cold fusion & if so, will we need builder or what...
View ArticleCFBuilder 3 loses second server settings on cfbuilder exit/restart
I have two servers which I have connected to the cfbuilder. First one is localhost, which works okay, even debugger. Second is vmware XP image, which i can connect to the builder via new add server...
View ArticleSchedule tasks not working for SSL.
I am running CF11 using Tomcat 7 and jdk1.7.0_45. I have non-SSL sites that execute the exact same task fine. However for my SSL enabled sites, the task will not run. Does anyone have an idea as to...
View Article同一サーバー内でcoldFusionの設定を検証環境用、本番環境用で分けることは可能でしょうか?
サーバー内にcoldFusionをインストールしています。同一サーバー内に検証環境と本番環境を両立させる場合に、それぞれcoldFusionの設定を分けることは可能でしょうか?ライセンスは2つあります。よろしくお願いいたします。
View Article