ColdFusion 9 Update 1 causes app with Flex Integration to stop working
We recently installed the ColdFusion 9 Update 1, over a reinstalled ColdFusion 9 after a server crashed. Other applications work fine but the application featuring Flex Integration has quit working. It...
View ArticleHow to redirect to the same page ?
i am using the following code to open a file on a cfm page ie.,when user clicking on a hyperlink it opens the cfm page and displays the pop up to save the file <cfif isdefined("url.isemailPopUP")...
View ArticleIs it allowed to run Coldfusion 9 or 9 with CF10 license?
I'm having endless problems with server crashing on "Service temporarly not available" - see Bug 3318104.Tried all the recommended solutions - latest updates, reinstalled IIS connector, disabled...
View ArticleIIS 7 Outbound Rewrite Rules Not Working
Can someone please give me a definative answer if there is a work around for this bug. I am creating a new web app on CF8 and IIS 7 in which I would like to utilize IIS for SEO friendly URLS -...
View ArticleDownloading file not the correct contents
Hi, I have a link on another page the take me over to the page that contains the code below: <CFOUTPUT><CFSET FPATH = #GetDirectoryFromPath(ExpandPath("*.*"))#><cfdirectory...
View ArticleOffice 365 + CF Mail
I am trying to send mail using ColdFusion (8) and Office 365, but I'm not sure what username to use in either the Mail Settings in CF Administrator or using a regular CFMail tag. Any help is much...
View Articledoes not keep formatting as coded
I am creating a PPT using the <cfpresentation> tag using coldfusion 9.0.1. The presentation gets generated, however the information within is not getting displayed as it is coded. I am using...
View ArticleHelp with my reatil coldfusion website
I had a local programer change my wesite to coldfusion, he has since left town.I need to make changes and dont know how.I have the information to access my site, when I make changes it gives me an error
View ArticleNeed to restrict numeric entry to two decimal places
Hello, I have a cfform with a cfinput of type=text. I need to restrict what can be entered into the cfinput so that it allows only two decimal places. I have tried the mask, but it won't work because...
View ArticleCF10 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 ArticleUnable to display Unicode characters
I am receving contents in japnese language from server , and i am unable to display unicode characters.cfm code:<cfhttp method="post" url="...
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 Articlecfthread of coldfusion on different systems-windows and RedHat
Recently I use cfthread writing a multithread samples. Each thread ask a http request.When I run this cfc file with coldfusion9 on windows, it runs well. Then I run the same cfc file on coldfusion9 on...
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 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 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 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 Article