

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 […]
cfsqltype, CF_SQL_NUMBER not supported in CF2018. It worked up to CF2016
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 […]
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
cfexchangeconnection does not work with Exchange Online
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.
Hi, We are migrating from 2016 to 2021. we need a patch for below issue for testing sign-off https://tracker.adobe.com/#/view/CF-4208163 Regards, Khadar
We are pleased to announce that we have released the updates for the following ColdFusion versions: ColdFusion (2021 release) Update 2 ColdFusion (2018 release) Update 12 Note: The ColdFusion (2021 release) installers have also been refreshed with this update. The new server installers bundle Update 2 and JDK 11.0.11. The ColdFusion Add-Ons and other installers are bundled with JDK 11.0.11. The refreshed installers are available at ColdFusion downloads. In these updates, we’ve fixed a few security bugs and some other […]
(Posted originally Sept 13, 2021; updated Sept 14, 2021) I’m happy to be able to report that Adobe has finally started putting their ColdFusion Docker images onto Docker hub. It started last week with CF2021, which I found was put there last week. And just hours after I posted this blog entry, those for CF2018 were added. For more info, read on.
Please help me identify the cause of Oracle 19c / CF2016 Stored Procedures call failures.
We are excited to bring you ninth annual Adobe ColdFusion Summit, two-day online conference happening on Dec 7th – 8th, 2021! And just like last year, you get to hear from coding pioneers and speakers from across the globe, right from home. The conference is FREE to attend, just register at the link provided below. If you’ve been wanting to move your applications to the cloud and don’t know where to start, this is your chance to get all your […]