Distributed Mode - Instance to Many Sites (CF 11 and IIS 8.5)
Just got over a huge hump in out new server configuration and got Distributed Mode set up. In IIS, site goes to CF 11 Server, but the CF server is set to use {cf_home}/wwwroot as the default root...
View ArticleUpgrade CF9 to CF11 w/IIS can't get to migration/configuration stage
I finally go approval to do my upgrade not as a stand alone, side-by-side upgrade which was requiring me to do a major hack that wasn't working due to our funky coding and security twists we have...
View ArticleConfiguring Mail outlook365
good afternoon Coldfusion administrator configured the Mail on Office365 correctly. When I use the cfmail tag on from it only accepts email defined in coldfusion administrator. In FROM I need is any...
View ArticleCan a Solr collection index CLOB?
Hello, everyone, Right now we are trying to figure a way to increase capacity for varchar2 beyond 4000 bytes. One option on the table is to convert the varchar2 to CLOB. But that makes me wonder if a...
View ArticleCF 11 Unexpected Log Out
We are experiencing an issue where our users are being intermittently logged out of the website. This issue seems to occur directly after the initial log in to the website. After a user logs in, they...
View Articlesolr search returns 0 results if search phrase is in double quotes
sI have one search result that looks like this: Outlook Out of Office AssistantJul, 28, 2014 - To activate the Out of Office Assistant: On the Tools menu click Out of Office Assistant. In the Out of...
View ArticleServer 4.5 on windows 2008 32bit
Need help installing cf server 4.5 on windows 2008. The client needs acces to an old app. They have a license for 4.5 and they don't want to up grade. I told them I would try but in the end may need...
View ArticleColdFusion 11 cannot run .cfr file in IIS 8 server
Hi, we are currently migrating from CF8 to CF11 and to our new IIS 8 server. There is a problem that the server failed to run .cfr file and the error that is produce is: 404 - File or directory not...
View ArticleDynamic form input name
Hi, My brain is frozen or something because I couldn't think out this issue. Basically my form input radio name and value are dynamically pulled from a database. The name of the form is concat with a...
View ArticleThe tag handler ftp does not have a setter for the attribute parserKey...
Hello! We updated our CF10 installation to Update 15 and now our cfftp tags are throwing this error. I made a one line file with the code below to reproduce the error. Is there a problem with the code,...
View ArticleCFHTTP Connection Failure
I am using CF9 and here is what I get using CFHTTP to Twilio: structCharset[empty string]ErrorDetailI/O Exception: peer not authenticatedFilecontentConnection FailureHeader[empty string]MimetypeUnable...
View ArticleAre We Using Cfmediaplayer Correctly?
Hello, We came across a code example from Ben Forta's blog demonstrating how the CFMEDIAPLAYER works. We are trying to use his example and customize it for our site. The example doesn't seem to work...
View ArticleWhy are we getting 'Coldfusion 10 application server cannot be found'?
Our ColdFusion 10 Application Server would not start. It was running fine since server inception back in July until I got back to the office from vacation yesterday. Looking at the Event Viewer...
View ArticleI am trying to setup a data source for postgresql with cf10 update 14. i get...
I need a little help, what have I done wrong or not done? Here is the error message that is returned; Connection verification failed for data source: Archuleta_xxxxxx java.sql.SQLException: Timed out...
View ArticleCF11 cfc gives 500 error but cfm is fine
We are testing our cf code which all works fine on a CF9 Windows Server 2008 machine but we are going to migrate to a CF11 Windows 2012 R2 machine. We have a test machine setup and all the code moved...
View ArticleStrip certain characters
I have a form field I want to control what a user can enter. It's for a blood product unit number.The format will always be:W1202 follow by the last 2 digits of the year 14 followed by 6 numbers...
View ArticleCF11 enctype="multipart/form-data" uploadind a file
Hi, I am using Cold Fusion 11.When I browse to obtain the file to upload, the location and file in the text box is: S:\App\test.xml <cfform action="fileaction.cfm" enctype="multipart/form-data"...
View Articledynamic 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 ArticleError Handling for CFQUERYPARAM
Is there a way to display the value of cfqueryparam upon a database error? For example: <cfquery name="causeError" datasource="#application.dsn#"> select street1 from house, #table2# where...
View Article