CF10 ODBC Socket Error - TCP/IP error, connection refused
Trying to define ODBC datasource for Excel. Getting foloowing error: Connection verification failed for data source: ABCDEFjava.sql.SQLException: [Macromedia][SequeLink JDBC Driver]TCP/IP error,...
View ArticleRe: I can't uninstall ColdFusion 10
Reed, The only ColdFusion Service that appears is "ColdFusion 10 Application Server" and I have disabled it and I'm still not allowed to uninstall ColdFusion 10. I also rebooted the server and still no...
View ArticleRe: I can't uninstall ColdFusion 10
Priyank, When I typed in the "Uninstall Adobe ColdFusion 10" command in the command prompt it tells me the command is not recognized. I'm really running out of ideas as to why it won't uninstall. Josh
View ArticleRe: CF10 ODBC Socket Error - TCP/IP error, connection refused
Hello Brian, Thank you for your post. Are you using the supported environment. You can check the details at http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/products...
View ArticleHow to upload multiple images
Hey folks. I have 10 file upload files for users to upload up to 10 different images into the same folder, but not sure how i should go about it. I did 10 different inserts, but it seemed very...
View ArticleRe: Unable to display Unicode characters
hi Harish, I meet the same problem. Did you solve this problem? Thank you.
View Articlechange xAxis font size of cfchart
I use a xml file to configure the chart style, but it did not work,it only works for color change. when I set fontSize="" for cfchart,all the font size changed,I want to change the xaxis font size...
View ArticleRe: cfthread of coldfusion on different systems-windows and RedHat
<cfloop index="pageIndex" from="1" to="#num#" step="1"> <cfthread name="thr#pageIndex#" threadIndex="#pageIndex#" action="run">...
View Articleparsing json failure with japanese characters in json string with coldfusion
In a cfm file,I get a string from a http request,but the string has japanese characters,I want to translate the json string to array using DeserializeJSON() funciton, but it appears error "JSON parsing...
View ArticleIs it possible to modify the SOAP response?
Dear all, I urgently need your help. I am new to SOAP and Webservices and have tried hard for the last 2 days to find a solution. Is it possible to modify the soap response? I'm writing a webservice...
View ArticleRe: Is it possible to modify the SOAP response?
<cffunction name="sendMetadata" access="remote" hint="I manage the metadata that I receive" returntype="string" output="yes"> <cfargument name="document" required="yes"...
View ArticleRe: Is it possible to modify the SOAP response?
this is the response I get when I run the wsdl in SoapUI:<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"...
View ArticleRe: How to upload multiple images
http://www.raymondcamden.com/index.cfm/2010/3/5/ColdFusion-9-Multifile -Uploader--Complete-Example ^_^
View ArticleTimed out trying to establish connection
Hi, We are getting below exception while establishing connection with SQL Server (Client Variable defined there). Could you please help. 05/07 10:21:25 error ROOT CAUSE: java.lang.NullPointerException...
View ArticleRe: How to redirect to the same page ?
You can't. Downloaded files do not do html or script processing, they only download the file. In some cases you can use the "target" parameter to spawn a child window when the user clicks the link for...
View ArticleColdfusion 10 and Exchange server 2010
Hi, We were using Coldfusion10 software to access exchange server 2010 sp2. It was working fine. Recently the server team upgraded server to Exchange 2010 SP2 RU5v2. Also planned to upgrade to sp3.Now...
View ArticleHit Counter
I wanted to make a hit counter just like how youtube records and displays the correct amount of users who view the video / site. No matter how many times you hit refresh / F5. How is this done or can...
View ArticleCF9 - Yet another collection issue.
Hello, everyone. Having some trouble with collections on a Solaris server. The following is working fine in a Windows environment. On two load-balanced servers, when I run a script that will REFRESH...
View ArticleHow to Bookmark Search Results
I know there must be an obvious answer, but I can't see it. I have a search form that passes form variables. Is there a way for the end-user to bookmark the results page since the variables are not in...
View ArticleRe: CF10 Upgrade - Now Forms Acting Screwy Not Accepting Mime Types On Uploads
Come to finsd out there was another accept attubte in a tag buried in the code. Adding: application/xhtml+xml was successful again in fixing this bogus error without debugging information.
View Article