CSV import data into SQL
Could anybody tell me if there are any built in functions within CF2016 that would assist in importing a CSV file into SQL? At the moment I'm downloading a ZIP file from a data provider, taking the CSV...
View ArticleCalculate the number of hours between two dates and exclude Saturday and...
Hi, I have to calculate the number of hours between two dates and exclude Saturday and Sunday. The first 24 hours (Monday, Tuesday, Wednesday, Thursday or Friday) of the calculation is a grace period....
View ArticleBindings after Upgrade
Hi. We are experiencing some binding issues in several forms after upgrading to CF 2016 from CF 10. All work fine in 10 but not in 2016. Are their new setting I should be looking at? Thanks in advance....
View ArticleAuto-Lockdown never completes
Good Morning, I spent all of last friday trying to figure out why the ColdFusion 2018 Auto-Lockdown will not complete. We successfully migrated from CF10 to CF2018 on our test site as well as our...
View ArticleColudFusion Mx application
Hi Community, To start with I'm very new to the ColudFusion applications and development. We have an old coldFusion Mx application hosted on IIS server. It is production application. Now, we are in...
View ArticleAfter Coldfusion 2016 update 10 I have had to add groupcasesensitive="yes" to...
Has anyone else seen this? groupcasesensitive is optional, and the default is "yes", so I was surprised when a user reported the tally by country indicated 40 items found but the country breakdown only...
View ArticleColdfusion Coding Issue
Hello I'm not the greatest at Coldfusion I'm trying to get it to look at a field in our sql table and if it's not black to print "f:" with the stockas info. I also need it to look at another field...
View ArticleCF2016 HF10 - Losing Application Setting
Environment:Unix SolarisApache 2.4.39CF2016 HF10 I have been having this really weird intermittent issue with uploading files and the only thing I have been able to track it down to is the Application...
View ArticleSubscription Cancellation
HI Cancel membership has been canceled . How do i return membership ?
View ArticleMigration of CF8 to CF2018
We have recently purchased and in the process of migrating our Cold Fusion8 Enterprise to Cold Fusion Enterprise 2018 on new machine. followed below steps Installed CF18 on new machine as Production +...
View ArticleEvaluate function Error for class length
I am seeing this error when i have table with different UDF functions that needs to be evaluated. With multiple rows i get this error below. Invalid method Code length 274259 in class file Statement98...
View ArticleInstalling/Configuring PMT
We are updating from Coldfusion11 to Coldfusion2018 and are trying to configure the PMT. We have installed the PMT on a separate server, but are unable to configure it to auto-discover our CF server...
View ArticleColdfusion AMI on AWS GovCloud
Is there any way to use the Adobe Coldfusion AMI from the AWS Marketplace in GovCloud? The GovCloud East and West regions do not appear in the Region dropdown in the Pricing section of the page. I...
View ArticleCold Fusion 2016 Update 10 question
I am getting not found message when I click this link. https://cfdownload.adobe.com/pub/adobe/coldfusion/2016/updates/hotfix-010-314028.jar. I need to apply a update to coldfusion in order to move with...
View ArticleCF 2018 Updates unavailable
Updates for ColdFusion 2018 (ColdFusion (2018 release) updates ) appear to be unavailable. I don't see any issues on the system status page for it (Adobe Status). Is it just me?
View ArticleIssue with webchart. Watermark is showing.
I migrated my application from CF10 Enterprise to CF11 Enterprise but the chart fail to render in the webpage. It says com.gp.api.jsp.MxServerComponent is not found. I figured out that the required JAR...
View ArticleCFHTTP ODD ERROR
I have this codeExample #1<cffile action = "read" file = "./config.txt" variable = "fileContents"><cfset line1 = listGetAt(fileContents, 1, chr(10))><cfset line2 =...
View ArticleCould not initialize class coldfusion.mail.MailImpl
We are upgrading from CF11 to CF2018. We have update 2 applied. Whenever we access CFMAIL tag, we get exception "Could not initialize class coldfusion.mail.MailImpl". Any ideas what might cause this?...
View ArticlePOI Temp files in Windows
I am upgrading to CF 2018 from CF 9. In CF 9 I run the Coldfusion services under a local Windows user I create specifically for the Coldfusion services. In Windows the c:\users\<CF...
View ArticleDatetime format ?
Hi All, ColdFusion 2018 is passing a datetime in the format '2019-05-16 23:59:00.0' The code I am using is given below <cftry><cfset fromDateObject=parsedateTime(datefrom)><cfset...
View Article