Skip to main content
Inspiring
July 25, 2022
Answered

The server name or address could not be resolved

  • July 25, 2022
  • 1 reply
  • 1051 views

I am using the following:

— ColdFusion 2021
— SQL Server Express 2019
— SQL Server Management Studio 18.12.1

— Dreamweaver

 

I'm trying to set up a data source in the database tab, but when I click on RDS Login, I get the following error message:

1. The URL specified for this site's testing server may be incorrect: http://localhost:8500/estimates/

2. The testing server may be incorrectly configured (for example, ColdFusion may not be running).

 

I have created a data source in CF Aadmin, and I'm able to connect to the database, if I hard code the query into Dreamweaver, the query and code runs just fine.  I just can't do it through the database panel.  To clarify, the testing server is correct because I can view the files when I type in the URL.

 

The ColdFusion server is running - I checked it in Windows >> Services. 

 

I just can't connect to the database in Dreamweaver's Databases panel.

 

Thank you.  

 

 

This topic has been closed for replies.
Correct answer ssailer

Save the following code as the file C:\ColdFusion2021\cfusion\wwwroot\estimates\index.cfm

In index.cfm<br>
Time is: <cfoutput>#now()#<cfoutput>

What happens when you now launch this URL in the browser: http://localhost:8500/estimates/ 


I just got this resolved.  Come to find out, RDS was not enabled in CF Administrator.  The pages are working now!!!  😄 

1 reply

BKBK
Community Expert
Community Expert
July 31, 2022

Is  http://localhost:8500/estimates/ perhaps the URL of your test site? It seems you have mistakenly entered this URL somewhere (in the RDS settings) as the URL of the Administrator. So check your Dreamweaver RDS settings.

ssailerAuthor
Inspiring
August 1, 2022

Just to be clear, it's the server settings within the site setup that you're asking me to check?  If so, I'm referencing localhost as the remote and testing server. 

 

server folder:  C:\ColdFusion2021\cfusion\wwwroot\estimates\

web url:  http://localhost:8500/estimates/

 

Thank you so much for offering to help.  I'm still stuck.  😕😕 

BKBK
Community Expert
Community Expert
August 2, 2022

Save the following code as the file C:\ColdFusion2021\cfusion\wwwroot\estimates\index.cfm

In index.cfm<br>
Time is: <cfoutput>#now()#<cfoutput>

What happens when you now launch this URL in the browser: http://localhost:8500/estimates/