Blog

RDS no longer working in ColdFusion 2016 on IIS

August 8, 2016

While setting up my first ColdFusion 2016 server I came across an interesting problem with RDS.

My problem was that I could not get RDS to connect via ColdFusion Builder 3.

The error when I would attempt a test connection:

Unable to contact RDS Server "[Remote Server]". This can be caused by incorrect configuration on either the client or the server.

Please verify your connection details below or check your servers documentation on how to enable RDS for your server.

The HTTP request to talk to your server returned with the following message:
Error executing RDS command. Status Code: 404, Reason : Not Found

First I made sure RDS was enabled via the ColdFusion Administrator.Having had some previous experience with RDS troubleshooting I knew that ColdFusion Builder made HTTP calls to /cfide/ folder on the server.  I reviewed the web connector configuration file (%CFUSION%\config\wsconfig\1\uriworkermap.properties) for my default site and found this entry:

!/CFIDE/*

Removing the “!” and running an IISReset command instantly enabled the RDS connection.

In order to continue to secure the ColdFusion Administrator folders I added these entries to the uriworkermap.properties file:

!/CFIDE/administrator/* = cfusion
!/CFIDE/adminapi/* = cfusion

Some things to remember when troubleshooting RDS:

  • In CF2012+ RDS is only enabled by default in the Development Profile during setup
  • RDS uses port 80 to make HTTP connections to the ColdFusion server. Tools that inspect HTTP traffic can be invaluable in troubleshooting.
  • RDS is NOT secure and SHOULD NOT be enabled on PRODUCTION servers

2 Comments

Joe
JoeOctober 15, 2016 at 9:45:10 pm

Hi - the error you described and eventually fixed matches mine. I am running a different stack.

Ubuntu 16.04/Apache2.4/Coldfusion 11

I am developing in CfBuilder 2016 in windows 7.

I get the same error.

The file (%CFUSION%\config\wsconfig\1\uriworkermap.properties) does not include the !/CFIDE/* as you describe, so that didn't resolve the issue for me.

Do you have any other ideas why the 404 error may be thrown?

I verified that RDS is enabled and that I'm using the correct password.

Jason Holden
Jason HoldenOctober 16, 2016 at 8:47:18 am

@Joe

It looks like you found the solution to your problem in another blog post:

https://www.jasonholden.com/blog/index.cfm/2014/8/22/Coldfusion-RDS-404-error-on-OSX

Leave Your Comment

Your email address will not be published. Required fields are marked *


about me

An information technology professional with twenty four years experience in systems administration, computer programming, requirements gathering, customer service, and technical support.