cfexchangecalendar changing timezone on recurring events
Hello, I am not sure if this is a bug or if I am not using the tag correctly. The following occurs in ColdFusion 2018 release. If I setup a new event with cfexchangecalendar, using the following event...
View ArticleColdfusion 10 and Actian PSQL 12 Server...CF ODBC Server crashing
Our Coldfusion 10 environment(Update 23) has been running for several years without any major issues. Lately, at about every 60 hours or so, we are this database error: "Error Executing Database...
View ArticleUnable to connect to Sql Server 2016 database with ColdFusion 2018
We're getting the following error when trying to add a new data source connection from CF 2018 to SQL Server 2016 Database: Connection verification failed for data source:...
View ArticleEncryption Error
Randomly about once every 200 transactions we get the following encryption error:An error occurred while trying to encrypt or decrypt your input string: Given final block not properly padded. At login...
View Article"Monitoring Service not available" after running Update 11 of CF 2016
Hello! I am getting the following error when trying to run ColdFusion 2016 after trying to apply Update 11:Aug 12, 2019 9:35:44 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE:...
View ArticleSubmit Button Timing Issue
I have a web page where users submit a form and info is sent to a 3rd party vendor. The issue I have is that it takes a few seconds for the process to complete and my users are hitting the submit...
View Article2016 cold fusion odbc server DOES NOT START
i was applying the Cold Fusion updates in order from 1 and when I got to 7 the ODBC Server will not start ...... I found one fix that said: "file msvcr100.dll from the backup folder...
View ArticleInstalling Cold Fusion 2018 on Debian 9 with SSH
Is there a way to install Cold Fusion 2018 on Debian 9 (or other linux/unix) using ssh? My objective is to run Cold Fusion on Debian machine used primarily as a web server. This debian machine runs...
View ArticleDatasource "Host Port" Fetch Error?
Greetings, We are attempting to deploy some code on CF2018, and are receiving a puzzling error. When we run the code, and then look in the coldfusion-out log, we see several entries of "Exception...
View ArticleAvoid dynamically constructing SQL queries
Hello all,We are scanning the CF files using Veracode software, and after scanning: Veracode returns some of the files that need to be address thedynamically constructing SQL queries. The below codes...
View ArticleDynamic Form Values -Outputting
I have a form that submits to itself like this <form action="" method="post"><table > <tr> <td width="50"><input type="checkbox" name="client_id_C" value="#client_id#"...
View ArticleColdfusion 2016: Long running requests restarting
I am running ColdFusion 2016 Enterprise on a Windows 2016 Server.I have a few CFM files that are very database intensive (lots of inserts and deletions).I am finding out that when I execute these...
View ArticleRestricting a page based on IP range
Hello, CF newb here. I know how to restrict access to a page based on individual IPs using: <cfif TRUE AND CGI.REMOTE_ADDR NEQ '123.45.67.80' AND #cgi.remote_addr# NEQ '123.45.67.81 AND...
View ArticleLinked Folder
I have been developing ASP.Net web sites in Visual Studio for years. Now I am trying to learn ColdFusion. I like what I have seen so far. I have tried to take a training class twice this year only to...
View Article[Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name
This is the query that I am trying to run and I am getting the above error <CFPARAM NAME="Form.UserLogin" default=" " TYPE="string"><CFPARAM NAME="Form.UserPassword" default=" "...
View ArticleError handling in ColdFusion 2018
Hi there, We are using ColdFusion 2018 on Windows Server 2016. I would like to know error handling can be done in ColdFusion. On the server we get a detailed error messages a lot of which is technical....
View ArticlePushing updates to multiple servers using cfwebsockets via proxy
I have 2, CF 2016 Ent servers setup in a CF cluster. They are behind a firewall so we use the proxy setup for websockets as described in CF docs. The issue is, it seems the proxy setup does not use...
View ArticlePrefix serialized JSON with
Hello,In CF 2016 Administrator page, by selecting the check box "Prefix serialized JSON with" //ABC, it will break the function below, because it will add //ABC to JSONI wonder how we remove the prefix...
View ArticleEncrypt data in a created Excel file
Hi, Is there away in Cold Fusion2016 to encrypt the contents of a create Excel file, either completely or by cell? Then allow the user to de-encrypt the Excel file after it has been created? Using the...
View ArticleLicense cost for upgrading Cold Fusion MX7 to Cold Fusion 11
Hello There !! I wanted to know the cost involved for upgrading Cold Fusion MX7(Enterprise edition) to Cold Fusion 11(Enterprise edition )We have been using ColdFusion MX7 for one of the application...
View ArticleWhere can I download the coldfusion 8.0.1 installer....
Looking to upgrade from 8.0 to 8.0.1. Thanks
View ArticleColdfusion 11 build 19 SOLR Issue
We just upgraded to CF11 build 19. Right after that, one of our SOLR search indexes stopped working, and throws the following errors. A second server that had the older CF11 (prior to build 19)...
View ArticleORA-01012: Not Logged On Error after CF2018 upgrade
After CF2018 Upgrade from CF11, I get an intermittent ORA-01012:Not logged on error. Anyone know what's causing this? Note: The obvious question, am I logged in? Yes, via the Oracle Datasource in CFAdmin.
View Articlecoldfusion 2018 datasource creation for MySQL database
Dear, I tried to create datasource using MySQL database and came up with the following error message: Connection verification failed for data source: diadesorte...
View ArticleColdFusion license doesn't allow for SaaS solution?
I've been told that under Standard and Enterprise ColdFusion is it prohibited to deploy a SaaS application:license point:2.6.4 Prohibited Use ...c) providing use of the software in a computer service...
View ArticleWhat the heck is Adobe thinking?
I’ve been a long-time advocate for ColdFusion. There have been several threads prematurely referencing ColdFusion’s demise that I have chimed in. But now in dealing with our Adobe account management...
View ArticleAdobe ColdFusion license bait and switch for SaaS companies
Checking in to see if anyone else out there is dealing with Adobe bait and switch based on having an application developed in CF that other businesses use? We were sent a questionnaire earlier this...
View ArticleRedirect page with custom header.
Hi All,How can I pass a custom header while doing a permanent redirect?mySite.mycloud.com is expecting a header for login validation.Code for myFile.cfm <cfheader statuscode="301"...
View ArticleTwo apps in one CF 2016 instance, one very slow to start
We have two apps running on one CF 2016 instance on Windows 2016 Server. When the server is rebooted, CF starts up properly and quickly, and App #1 can be reached from a public URL with a minute or...
View ArticleHow to create multiple datasources in application.cfc
I am using ColdFusion 11 and having an issue creating data sources to more then one database.The application works when I have one data source in the application.cfc, but when I add a second data...
View ArticleCaptcha Permissions
We have development, testing, and production servers running Redhat, Apache, and CF11. Our captcha images used to work on dev and test, but now throw 403 errors and are not displayed. In production,...
View ArticlePMT Error - elasticsearch node at 96% utilization
We are running PMT on a Redhat Linux VM and are constantly getting this error: Memory utilization for Elasticsearch node OhtGaWA is 96%. PMT is currently monitoring 3 CF nodes that get light use....
View ArticleColdFusion License for Web Hosting
Can I just buy CF8 Ent and use for webhosting?I've a bunch of linux hosting. My friends want to rent a few and use for their CF app but I'm not sure that I can use the CF Ent that bought from Adobe...
View Articlecfdirectory on s3 server causes error
We've been using CF to interact with our S3 server without an issue for awhile now. But recently we've gotten an error on cfdirectory list action: An error occurred when performing a file operation...
View ArticlePreventing error logging to exception.log
Is there a way to prevent errors from logging to the exception.log file? I have a piece of LDAP code that has an authentication related error (by design). The code is wrapped in a cftry statement and...
View ArticleMultiple CF Standard, single SOLR Collection
We want multiple CF Standard servers to use the same index for searching. But if we try to make multiple CF servers use the same SOLR collection, it'll bet corrupted or CF Ad Ons Service stops...
View Articlecf 2016 serving upto 64k of pdf
Hello Anyone,Respectfully request help in this particular matter, here is my situation: Production Environment: Windows Server 2008 R2 Standard, IIS7, CF 9 using the following tags: <cfheader...
View ArticleTransfer an indexed collection
I have many thousands of PDF's organized into ~20 collections. To speed up indexing these, can I index them on a staging server and copy the collection data to a production box and have them available...
View ArticleCOLDFUSION 9 FOR COLDFUSION 2018 STD
Good morning everyone.Is version 9 compatible with version 2018? Will all 9 function tags work in 2018?application.cfm will also run?
View ArticleMicrosoft login to my website
I have been given the task of allowing users to login to our company's site if they are logged into their Microsoft account. I have ZERO idea where to even begin with this. I tried creating a new...
View ArticleHow can ı start program
Hello, I set up coldfusıon 2018 and connected the admin server.everything is looking okey.But ı dont understand that when ı wrıte the programs,where ı can see the run ?ı used 127.0.0.1(localhost).Do ı...
View ArticlecfPdf Watermarking issue
Hi,I'm investigating a longstanding(to my company) problem with the use of the Cold Fusion cfPdf function to apply watermarks to pdf documents. Having looked through a couple of forums and historical...
View ArticleCan two IIS Websites with nearly Identical Code Basis be sent to the same...
Running cold fusion standard, so i can only have 1 instance of the coldfusion tomcat host per machine.https://helpx.adobe.com/coldfusion/configuring-administering/web-server-management.html#II S says...
View Articlecfc appending sql to return
Just upgraded to 2018 from CF 11. Code to return an array to autosuggest is now appending the SQL QUERY to the end, same code works fine in CF 11. HTML:<cfinput type="text" name="clientOfCase"...
View ArticleUnderstanding SOLR behaviour
Its very much a rare thing for me to reach out for help with CFML but this one has me completely baffled. I have created a SOLR collection on both my dev box (developer version of CF 2018 Update 4) and...
View ArticleHow do I add an XML tag that has a period in it?
I have been using XmlElemNew to build my XML document, like this: <cfset RCPOS.ACORD.InsuranceSvcRq = XmlElemNew(RCPOS,"InsuranceSvcRq")><cfset RCPOS.ACORD.InsuranceSvcRq.RqUID =...
View ArticleColdfusion 9 - prevent SQL injection while using dynamic table/view name
NEED URGET HELP!!! I'm not a coldfusion developer but this is something put on my head to fix within week.Problem:Our legacy app creates db views by empid and use logged in user id to select records...
View ArticleISAPI Connector keeping stale connections inside Windows Container
I have containerized a ColdFusion application with IIS in a distributed mode. We need the distributed mode with IIS to set up the Windows Authentication. The issue I am running into is that when the...
View Articlevariable is not reading
i Am doing a Page where I want to insert new apartment unit ms into a database along with uploading photos into to folder in the server. I am having an issue with a file path that is not being...
View ArticleColdFusion 2018 CFCHART format="html" is not rendering graph
Server side, I am using developer edition on a Windows 10 64 bit VM. I installed CF using the Developer Profile option, with defaults selected. Client side, web browser is Chrome on MacOS XYes, I am...
View Article