2005 Debugging Flex ColdFusion Connectivity Tip
If you are trying to debug Flex ColdFusion connectivity issues, then be sure to keep in mind that if you start ColdFusion at the command prompt you'll see a detailed dump of the messages, both in and out. To do this (on Windows):
- Make sure that ColdFusion is not running.
- Open a command prompt window.
- Go to c:\cfusionmx7\bin (or the appropriate folder in your own installation).
- Run cfstart.
A lot easier than net start blah blah.
Thanks, Ben.
I am using ColdFusion Report Builder, however, when I use query builder, it show me warning message "This server is not supported. Although you will be able to create a query, you will not able to retrieve query fields for your report.
and query builder open ...
And also another warning when I try to save the query in query builder
"The Report builder was unable to retrieve column information and cannot add in the query fields to the report automatically
This is the error returned by server:
Unsupported db operation: SQLMETADATA :
after press "OK"
the query builder close without saving anything..
What should I set to solve this problem ?
Thanks, Ben. Works great, even in CF8.