CF 10.2 Standard deleting Scheduled task after CF restart
We are having an issue with a scheduled task being deleted when the ColdFusion 10 Application Server is restarted. We can set the task up again and it works fine until the Server is restarted. After...
View ArticleColdFusion 9.0.1 on Windows Server 2012 64-bit
We are currently running CF 9.0.1 on Server 2003 and are looking at migrating our sites to a new server running Windows Server 2012 64-bit and I've been trying to find compatibility information. So far...
View Articlecfspeadsheet excludeheaderrow
I use on Local CF 9.0.2I used CFspreadsheet with excludeheaderrowNo problem on the server it is CF 9.0.0and with same files , it does not accept : excludeheaderrow So how to exclude the first line from...
View ArticleColdfusion extensions for debugging
Hi, I am new to coldfusion and looking for a way to debug. As far as I know there are free coldfusion extensions that used to do the trick. However I am not sure if they are currently available (I have...
View ArticleProcessing on CF 9.0.0
I wrote a process in Coldfusion treating more than 2000 Excel lines- conversion to Access DB (using cfspeadsheet)- deleting bad lines (cfloop)- deleting again bad lines against an other DB (cfloop)-...
View ArticleCFLOCATION in Scheduled Task
Hi all, I've got some code that validats and cleans data that a client will upload. It works in 3 phases and I've got 4 separate files to process the data - the first initialises everything. Phase 2...
View ArticleAdding times together
I have table with a column that holds elapsed times in an hh:mm format. I'd like to add these times together to get a total, but I can't add something with a :, and dateadd() isn't a fan either. Any...
View ArticleCF 9 admin page reults in 404 after installation
Hi, I am installing Cold Fusion 9 on a 32 Bit, Windows 2008 with IIS 7. After the installation, when the Administrator page is to appear, receiving a 404 message. I have added ISAPI Extensions and...
View ArticleWeb Services in CF10, components not found - Java vendor problem?
Is anyone having problems invoking web services in CF10, IIS 7, Java Oracle? We recently upgraded, and the web services are now returning the following error that the component can't be found: The...
View ArticleSolr and PDFs
Has anyone been able to successfully index PDF documents with Solr in CF10?
View ArticleWe are having some issues with the Server Lockdown guide for Coldfusion 9. It...
In the block/CFIDE requests section of the Server Lockdown guide for Coldfusion 9, when we edit the applicationHost.config file to block Coldfusion URL sequences, Coldfusion brings up an error HTTP...
View ArticleWhy don't my jQuery scripts execute in my templates?
Hi,I am trying to use JQuery in my cfm code for an input form.JQuery Code:CFQuery:Input Object code:The object is to generate a pseudo SSN based on the last digit used stored in a database table row if...
View ArticleGC overhead limit exceeded
Hi All,org.apache.poi java library helps to create an excel files as:<cfset setFile = createObject("java","java.io.FileOutputStream") /> <cfset xlsFile = setFile.init(filepath) />...
View ArticleCF11 CFIDE Debug missing images?
I noticed that when I'm debugging that I get errors on missing images. I did a Google search on "coldfusion cfide missing enddoc.gif parentdoc.gif" and found a web site that had them. (I don't think...
View Articletabs - ui
<!doctype html><html><head><link rel="stylesheet" type="text/css" href="style.css"></link><script type="text/javascript"...
View ArticleWhy use ColdFusion
Dear allWhy Have developer is using ColdFusion?It is extremely outdated, not much company is using it in the worldThanks
View ArticleColdfusion will not install on a Windows 2008 Standard server for IIS 7.0...
At the final step "Configure Web Servers/Websites", it complains that - "Cannot configure IIS Connector. Enable the required options, ASP.NET, CGI,...". But, all ASP.NET, CGI, and ISAPI connectors...
View Articlecf11 installation issue on windows 2003 R2 : installer crashes
Below are the steps I went through :. download the installer exe (ColdFusion_11_WWEJ_win.exe) : 571 106 928 octets. launch it --> nothing happen (I can see in tasklanager some cpu activity during...
View Articlecache query result issue
I have a link on the form to modify a table for the drop down select control.The link works to add or modify data, but when I come back data entry form, the drop down does not refresh data. It remains...
View Articlelimitation cf_sql_varchar length
I have following cffunction in my cfc and calling from jQuery.I use MS SQL Server 2008 R2 and the field is nvarchar(max) in the database. The function fails to update when the string more than 800...
View Article