Updates available for Java 8 and 11 (and 17), Oct 2021

ColdFusion users should be aware that there were updates released yesterday (Oct 19 2021) to the long-term support (LTS) versions of Oracle Java, versions 8, 11, and 17. To be clear, Java 11 is the LTS version currently supported by CF2021 and CF2018. For more on the newest JVM updates, see the Oracle technotes: Release notes for Java 11.0.13 (for CF2021 and 2018, and older CF versions supporting Java 11) Release notes for Java 8.0_311 (for CF2016 and older versions […]

Modern Authentication (OAuth) when connecting to Microsoft Exchange Online vs Basic Authentication

Please review the ability for Coldfusion to utilize Modern Authentication (OAuth) when connecting to Microsoft Exchange Online vs Basic Authentication (Presently Using Exchange Web Services).

Microsoft is disabling Basic Authentication October of 2022 and we would like to migrate anything using it to Modern Authentication.
https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-and-exchange-online-september-2021-update/ba-p/2772210
Please let me know what would be involved in order to achieve this?

unable to import scheduled tasks through .car file – CF 2021

Hi – I’ve installed CF 2021 on a server and I have a .car file that includes all my scheduled tasks (I can see them listed when I click “deploy”), but after it says it has successfully deployed my archive file, the scheduled tasks aren’t there (the datasources and server settings and all that imported just fine). Anyone encountered this and have any idea? (This issue also ends up breaking my install of CF 2021 – after this import, if […]

Beware Ransomware Attacks on Very Old ColdFusion Servers (CF9 and 8)

If you’re still running ColdFusion 9 or 8, you are at grave risk of many vulnerabilities, but most notably is one hitting those who failed to apply a hotfix that Adobe had provided in 2010! A recent spate of ransomware attacks have occurred, hitting such vulnerable servers, as reported in various security industry press. If you may somehow still be running ColdFusion 9 or 8, again there was a fix that Adobe had made available back then (in 2010), as […]

Not able to run vbscript using cfexecute on Windows Server 2019 Data Center 64 bit Machine

Hi, Goal: To run VBScript using CFexecute using command base script Cscript.exe Environment:  ColdFusion 2021, Windows Server 2019 , 64 bit Machine. My VB Script(ExcelToPDF.vbs) performs simple office automation . So first I tried with command line to run ExcelToPDF.VBS. C:WindowsSystem32 > cscript.exe //nologo D:ExcelToPDF.vbs D:test.xls D:test.pdf and got expected o/p Success (generates the Excel to PDF file ) Now, I have to see whether CF runs correctly or not.So I use cfexecute to run ExcelToPDF.VBS. code: <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”> <html><head><title>Untitled</title></head> […]

Issue with ColdFusion 2018 and LDAPS connection via CFLDAP

I am attempting to migrate a CF10 application to CF2018 that uses a CFLDAP call to an Active Directory server and is experiencing failures. We have already used keytool to import the AD server certificate and verified via keytool -list. In addition, we can telnet to <ip address>:636 and connect via openssl s_client -connect <ip address>:636. We use security: CFSSL_BASIC, port 636, and are getting this error on the LDAP call: Detail: One or more of the required attributes may […]

CF_SQL_NUMBER no longer supported in CF2018

cfsqltype, CF_SQL_NUMBER not supported in CF2018. It worked up to CF2016

Ordinals no longer support in query of query

Migrating from Cf2016 to CF2018 I discovered that CFQUERY of query results no longer support using ordinals in the order by clause.  For example, <cfquery name=”getroles” dbtype=”query”> select distinct role, role_action, sort_order from approvers order by 3 </cfquery> would sort the selection by the field sort_order up to and including CF2016.  This has to be rewritten to work in CF2018 as <cfquery name=”getroles” dbtype=”query”> select distinct role, role_action, sort_order from approvers order by sort_order </cfquery> I was unable to  find […]

Currently have ColdFusion Server(version: 2018,0,04,314546) and want to do updates

I see that there are 8 updates since the version we currently have on our server.  Does one start with the earliest one and work your way down all updates or does installing the latest update take care of all previous updates??? From the email I received from the server, looks like I need to install 6, 7, 8, 9, 10 and then 12.  Is this correct? We had someone retire and I am trying to get things back up […]

Please provide the Adobe Coldfusion recent Workshop recording video

Please provide the Adobe Coldfusion recent Workshop recording video

cfexchangeconnection does not work with Exchange Online / EWS 365

cfexchangeconnection does not work with Exchange Online

CFPDF Merge smaller sections into single page

Looking to merge multiple smaller PDF files into a single PDF page (not a single file, that is easy, but placed on the same page so that I can show as a single page when the end user opens the document.