custom tag or code to tell me if a date is a holiday (US).
I need to figure out of a date falls on a holiday...such as memorial / labor day or thanksgiving, easter, etc. these holidays float based on week of months or day of week... I'm sure there is code out...
View ArticleAn exception occurred when instantiating a COM object.
An exception occurred when instantiating a COM object.The cause of this exception was that: AutomationException: 0x80040154 - Class not registered.I get this error when trying to use an old 32bit...
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 ArticleDownloading Coldfusion 11 (Developer's Edition)
I'm trying to install Coldfusion 11 on Windows 10 (64 bit) and I'm getting "Access Denied" in Akamai Download Manager. Is there a way for me to directly download it?
View ArticleFTPS TLS session resumption
I am trying to connect to an FTP server using port 990 (FTP using SSL). From what I can tell, cfftp does not support FTPS - it only supports SFTP. We have been doing using ftp4j and this has worked...
View ArticleAnother odd serializeArray() issue
Hello, all, I'm working on a form that uses AJaX (jQuery) to submit the form data, after the fields have been serialized. I've done this several times, and never had a problem.. until this. I've...
View ArticleHow to run a .CFM from command prompt?
I'd like to be able to run a .CFM file from a DOS Command Prompt window. Is there an EXE that I can use to do that? Thanks.
View ArticleMultiple virtual folders in ColdFusion developer edition
Hello, I have several websites that I'm working on, and each one needs it's own development environment located on my own computer. At the moment my web root is located at: http://127.0.0.1:8500/. The...
View ArticleColdFusion 11 wsconfig.exe -- Error while configuring connector for IIS.
I ran into a problem with my ColdFusion 11 64-bit installation/migration on a Windows Server 2012 R2/IIS 8.5. I was following the ColdFusion 11 Lockdown Guide - Pete Freitag (very helpful) and I ran...
View ArticleXML parsing display question
I'm clearly not understanding how to parse my XML file. I can get the first "child" but I don't know how to get children after that. To get the league name I use the below code which was pulled from a...
View ArticleCSV into MYSQL database
I am attempting to take a lot of data from a csv file and import it into a mysql database. My Code<cffile action="read"file="http://website.com/testtmk.csv" variable="datacsv"> <cfloop...
View ArticleColdFusion 11 Scheduled Task & IIS 7.5
I have a scheduled task registered in ColdFusion 11 Admin console. ColdFusion 11 is hosted over IIS 7.5. The schedule task is to run 1 perticular file from sub application of the main app. After...
View ArticleCan I use cfdocument to convert a Word doc on demand?
I have a document library of hundreds of Word docs. Due to a third party extension that we are using to create these Word docs, it can take a long time to open them. I know, ditch the third party app...
View Articleremove quotation mark
My error:Error Executing Database Query.Field 'Association' doesn't have a default valueThe error occurred in D:/home/manpcs.com/wwwroot/Untitled_cfm.cfm: line 119 : 10 : VALUES 11 :...
View ArticleCF 8 to CF 11 - Hoping?
I have CF v8 and want to get to v11 if possible. Never seen this product so I'm very new. This is going to be a virtual machine and I have access to MS SRV2012 and lower, I'd like to get to Srv2012 STD...
View ArticleHow to make odbc queries on db's on the same server, but registered to...
I have two domains (A and B) hosted on the same server. I need to query sql db's on one domain from the other domain. I thought it should be as easy as this, but it's not finding the db. From Domain...
View Article'Unexpected token /' in response using SerializeJSON() with jQuery .ajax()
Hello CF folk, I hope you can help. I'm using jQuery .ajax to post a javascript array to a CF page, which queries a database table and returns a serialized result. In the 'Network' tab of Developer...
View ArticleHow do I use
How do I use <cfindex with different values for docboost for different records. (ie. I need same to be 5,some with different values for docboost for different record. (ie. I need some to be 5,some...
View ArticleRegister mime type
I'm trying to add a new mime type on our web server so that FileGetMimeType() will return /application/x-sas-data for a .sas7bdat file. I've tried both updating the /etc/mime.types and putting AddType...
View Article[Coldfusion 9.0.1] Error HTTP 401.3 - Access is denied
Hello, "Beginner" in Coldfusion , I made an installation at the request of a third person. Here are the tech. specs of the server :- OS : Windows 2008R2- IIS 7.0- Coldfusion 9.0.1 + hotfix - JRE 7u51...
View Article