ColdFusion Builder 2018 – Datasource ‘XXX’ could not be found.

I installed ColdFusion 2018 on our Windows 2012 sandbox server with SQL Server 2012 Express installed.  I am able to configure several datasources using the CFAdmin which shows OK as the status.  But when I try using the connection in a cf page from CFBuilder, I get the error, Datasource AP2 could not be found. The error occurred in D:/ColdFusionBuilder2018/ColdFusion/cfusion/wwwroot/CFTest1/TestDB.cfm: line 3 1 : // script 2 : <cfscript> 3 : myquery = QueryExecute(‘SELECT * FROM artists’, [], {datasource = ‘AP2’}); […]