Can I upgrade directly from ColdFusion 9 Enterprise to ColdFusion 11...
Can I upgrade directly from ColdFusion 9 Enterprise to ColdFusion 11 Enterprise without going to 10 first? For those who have done this, 1. What quirks did you find that you had to overcome in your...
View ArticleTomcat ISAPI_redirect.log errors - normal?
Hi, We have a mixture of CF10 and CF11 servers running on Windows 2012, IIS 8/8.5. On one CF10 server we have these errors consistently throughout the day in the isapi_redirect.log file: [Tue Nov 18...
View Articleover 30 day absent student list...
I am trying to pull the names of all students who did not attend a class after 30 days. I usually do the MYsql syntax first before I write it for coldfusion. Each student's name in my meeting table is...
View ArticleSessions - Token is generated but no cookie set
I'm not versatile with programming coldfusion, so i'm not sure if this is a coding or server configuration issue My work task is to migrate a coldfusion website from a CF9 server to a freshly...
View Articleunicode file upload
I have tried everything to get ColdFusion to accept a unicode filename in an uploaded file, such as 饺ぞぎゅびゃツァ 鄩.txt or unicode_♫.txt. The cffile tag rejects the file (cffile.filewassaved property always...
View ArticleCF11 update 2 and SSRS The path of the item is not valid. If the report...
I am trying to conect to the SSRS in Native mode from CF 11 update 2 . the request from CF is http://myserver:80/ReportServer?/Reports/Account Level Mytest to...
View ArticleDestroy a cfwindow
Hi all,Given the trouble I mentioned in my "bind failed, element not found" post on 7/3, I'd like to just destroy a js-created cfwindow when it's hidden (using the onhide event), and create a new one...
View ArticleIsBoolean() returning true for "123D ", but false for "123D"?
Hi, I encountered a very strange occurance where - IsBoolean("123D") returned falsewhile- IsBoolean("123D ") return true The difference in the first and example is additional spaces in the 2nd...
View ArticleShould ColdFusion tags be placed inside other tags?
Should ColdFusion <cfoutput> tags be placed inside other tags? Which of these examples is preferred? Is the other acceptable? ex. A: <cfoutput><img src="#imgurl#"></cfoutput>...
View ArticleCold Fusion 10 Updates
I am attempting to download and install about 6 different updates that showed up when I started up CF 10 Admin. My server has MS Server 2003 installed and there isn't much chance the customer will...
View ArticleColdFusion 9 performance problem
Hello, I have a probem with ColdFusion 9, that it is very slow.I installed it on current Debian 7 x64. As a test I will write 100 times with little text files.Here the ColdFusion 9 server needs already...
View ArticleBlank page
Hi everyone, every day i have to restart my server because i'm getting a blank page. Someone of you know what is causing this issue?
View ArticleSOLR Commit (exceeded limit of maxWarmingSearchers=4)
My understanding of the following error, "exceeded limit of maxWarmingSearchers=4", when indexing collections, is that I am committing too often. I do not pass in autoCommit="no", which to me means...
View ArticleColdfusion back-end, AngularJS front-end, and Security
The company I work for is building an application in which security is of the utmost importance. We're really hoping to use Angular as the client-side application, and we're exploring how best to...
View Articlecfdocument invalid token format pdf
I keep getting this error: Here is the whole tag: <cfdocument format = "PDF" backgroundVisible = "no" filename = "test.pdf" localUrl = "yes" marginBottom = "1" marginLeft = "1"...
View ArticleIs there a tutorial for hosting CF on Amazon web services?
I'm interested in a getting started tutorial. I know Coldfusion but don't know the hosting process with Amazon.
View ArticleCF10 - Update 14 - 404 Error
After installing Update 14 in CF10 I can't reach my CF administrator page (or any .cfm content). When trying to reach administrator at http://127.0.0.1/CFIDE/administrator/index.cfm the server reports...
View ArticleHow to register Rest web services in Cold Fusion 9 ?
I am building a Rest web service using Cold Fusion 9 and Cold Fusion Builder 3 and now I want to register it on Cold Fusion 9 admin console, but I didn't see any option there as in CF 10 and CF 11 Data...
View ArticleHow to register Rest web services in Cold Fusion 9 administration console?
I am building a Rest web service using Cold Fusion 9 and Cold Fusion Builder 3 and now I want to register it on Cold Fusion 9 admin console, but I didn't see any option there as in CF 10 and CF 11 Data...
View ArticleCF11: problem with BFILE documents retrival
Hi all, We have encountered this problem after upgrading to CF11. We used to use cfquery to select a bfile column directly like below: <cfquery name="getDoc">select bfile_columnfrom a_tablewhere...
View Article