Skip to main content
Participant
January 31, 2017
Question

Enable Robust Reporting

  • January 31, 2017
  • 1 reply
  • 652 views

Server 2012

IIS

CF2016

  1. Comments on stackexchange seem to indicate I need to mod cgi.path_ info. Is this true? Where is this file?
  2. Can robust reporting be enabled on a test server with no license? I have a license for the production server.

Thanks,

Harry

This topic has been closed for replies.

1 reply

WolfShade
Legend
January 31, 2017

Log on to CFAdmin

From left panel, expand "DEBUGGING & LOGGING"

Click on Debug Output Settings

Put a check in box for Enable Robust Exception Information

Click "Submit Changes" button in upper-right corner of page

From left panel, click Debugging IP Addresses

Make sure the IP address of your computer is in the list

If not, add the IP address of your computer to the list

HTH,

^_^

hamackeyAuthor
Participant
January 31, 2017

Thank you, it does appear that robust reporting is enabled, however, despite adding the ip addresses of the developers to the list, the only way the can see the debug output is on the server using the installed browser.

Still cannot see why a local pc cannot see this. Firewall is off. I used three browsers.

hamackeyAuthor
Participant
January 31, 2017

In addition to following the instructions above, you also need to uncheck this setting on your test server.

Check your "enable http status codes" setting under server settings > settings in the CF administrator. http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSc3ff6d0ea77859461172e0811cbf3638e6-7ffc.html

When CF sets a 500 status code on error IIS sees this and responds with its error page.

While unchecking this option will technically solve your issue the real solution would be to modify IIS' settings so that it serves up your desired error page. You shouldn't be sending coldfusion's error pages to users on a production site