

Last year, Microsoft published their upcoming changes to Exchange Web Services (EWS) API for Office 365 https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055 And I believe EWS API is the backend api ColdFusion uses for cfexchange tag and other exchange related tags. With Microsoft shutting down the Basic Authentication for EWS, I assume it means we can’t use cfexchange and related tags any more? Is there any upcoming solution for this? like add build-in support for the new Microsoft Graph?
In this blog we will build a simple mobile application which will extensively use the server side tags and functionalities of coldfusion.
In this article, we will explain the recent changes made in CF Mobile, which helps in developing end to end mobile applications.
Hi All, Is there a way to define scheduled task execution time to the specific seconds? The idea is to have multiple tasks executing at the same interval, but the time of execution is spread out. Currently, I have 3 different scheduled tasks that execute every 30 seconds. Each task takes the result of the previous task to create an outcome. All 3 tasks will execute bang on the minute/half minute (ie, :00 or :30) For example: 1st task executes […]
problem downloading CF2018 installer for Linux.
Regular Expression Anchors with multiple lines
When calling the activePDF toolkit dll using this: <CFOBJECT ACTION=”Create” TYPE=”COM” CLASS=APToolkit.Object NAME=”TK”> I get this error: An exception occurred when instantiating a COM object. The cause of this exception was that: AutomationException: 0x80040154 – Class not registered. I did register the .dll Also this is on Windows server 2016 This doesn’t happen in CF11 but does in CF 2018. Any help would be greatly appreciated.
Are the videos posted yet for the specialist program that we are supposed to digest prior?
Wow, I just noticed some news today, Sep 3, which–to me–is tragic. (This is about the CF Forums, though, not this CF portal where you are reading this.) If you visit the front page of any of the Adobe CF forums or subforums (like for CF Administration), as well as several other non-ColdFusion Adobe forums, you will see a message stating that: We are excited to announce we will be delivering a modern community experience to you in the very near […]
Hi everyone, Is any one able to explain why this is so? Much appreciated! In CF Builder, under “CF Servers” tab, the server “defaultLocal” is running with local type, host 127.0.0.1, port 8600. I am able to view a cfm in Firefox using this URL: http://localhost:8500/MyApp1/helloworldpage.cfm However, when I change 8500 to match “defaultLocal” port 8600, an error is generated. Thank you, Arlene
Don’t let your error handling “run around naked”: why you should be sure to log errors in your error handling.