display error when value added to url
cf 10 installed on new iis 7 server when i add a value to the url it produces page cannot be displayed. It works fine with old cf 9 on different server.
View ArticleRe: display error when value added to url
Hi Are you passing variables via URL like http://localhost:8501/b.cfm?name=VJ ??? If yes, then create a file name a.cfm and enter the code mentioned below <cfoutput> <a...
View Articlecom.sun.mail.smtp.SMTPSendFailedException: [EOF]
We are seeing this error since going to ColdFusion 10 enterprise. We have installed all the updates. Server is Windows 2008 64-bit with all the latest updates applied. This appears to be very random,...
View ArticleRe: display error when value added to url
Yeah. The original post pretty much sums up to "Help! I am having an error!" We need information like: 1. What is the error message?2. What code are you using?3. What's your favorite color? (<-...
View ArticleQuestion on determination of installed updates to CF9
How does you determine what updates are installed on teh server running CF9?Does version in teh administrator stating: 9.0.2.282541 mean update 9.0.2 is installed?
View ArticleInvoke NET webservice(svc) with data complext
I'm trying to invoke a NET webservice type REST but I have problems because first, I have to get the values and send like a object. I put the values in structs but someones I have to puthem in a list,...
View ArticleRe: PDF function error: "Platform, Locale, and Platform Name must not be null"
I've created a cfm page that enumerates all the fonts in the c:\windows\fonts directory and lists the ones that are incompatible with the CF PDF components: <cfset fontobj =...
View ArticleRe: Invoke NET webservice(svc) with data complext
This part I don't know how to translate in CF, If some can help me please. myEmission.cliente = new System.Collections.Generic.List<IntegrationService.Cliente>(){...
View ArticleCF Reporting using objects
I already have a very complex dynamic query the displays a list on the webpage. Now I need to pass this result set as object or csv or xml to CFR and produce a report. how to do this?
View ArticleRe: Executing coldfusion code contained in an SQL record.
Thanks Aegis ! I think it is the best way to execute queries result. and it's working !I advice developpers to add the evaluation expression if they are assigning database content to a variable....
View ArticleColdfusion does not recognize IE11 - Flash forms not working.
This is a problem that has me banging my head on my desk. We have a web application that still uses Flash based web forms. (Before anyone says it, I know we need to get away from the flash forms, but...
View ArticleRe: Question on determination of installed updates to CF9
HI You have installed ColdFusion version 9.0.2. In order to know the update level, you can login to ColdFusion 9 Administrator and under the Settings summary, check the update level....
View ArticleRe: CF Reporting using objects
Hi jolakammu, You may try something like the below code:- <cfquery name = "query_name" dataSource = "db_name"> select * from table_name</cfquery><cfspreadsheet...
View ArticleRe: display error when value added to url
I'm sorry about running the .cfm. Run the a.cfm. Sorry for the typo
View ArticleRe: Coldfusion does not recognize IE11 - Flash forms not working.
We ran into this problem as well, and while we rolled back all our internal machines to IE10 and prevented future updates, this did nothing to help our external and client users. We wound up scrapping...
View ArticleRe: CF Reporting using objects
May be I was not clear on my question. Now how to pass this data to a coldfusion report and generate nice looking (header, footer, body, bolding , page number, grouping etc) report as pdf. Thanks. I...
View ArticleRe: Question on determination of installed updates to CF9
So this screen shot of the administrator shows that I’m at version CF9.0.2?Which would include the 9.0.1 & 9.0.2 updates? cid:image005.jpg@01CEF249.8A34BED0 Jim IzattEnterprise Technology...
View ArticleSession variables and RESTful API in Coldfusion10
We are in the process of gradually implementing REST services for our web application new design. Currently, the application is in old procedural style type app. The new app will be in html5 with back...
View ArticleSwitch service account causes tomcat to load instead of iis
Hello, I have a site set up as default using Coldfusion 10. When I first started the website, I was using the Coldfusion Application Service as local and everything loaded fine. The client requires...
View ArticleRe: Switch service account causes tomcat to load instead of iis
Hi PIM, All the CF services should be running under the same account and should have Read attributes, Read extended attributes and Read permissions on {coldfusion-home}/config/wsconfig and...
View Article