CF10 Dumping Raw Code
So I've recently moved my servers from one hosting solution to another, same operating system, and setup using Plesk but I've ran into a small issue. It looks like the Connector that is used is...
View ArticleRe: Error NEED HELP ASAP!!
Alright i put that in like this and ran through the for with the cftry on it and nothing changed. <cfquery username='#username#' password='#password#' datasource='#datasource#'> INSERT INTO...
View ArticleDynamic Report heading
I have a stored procedure from MS SQL backend and the result heading is WeekResult1, WeekResult2, WeekResult3... etc until Week20Result for report datasource. I would like to assign the heading at run...
View ArticleRe: Failed to install hotfix APSB13-13 - SERVER-ERROR .......what can I do ???
Hi, I ran into this too. Its because you have RDS turned off. 2 things you can do:1) Turn on RDSor 2) manually type in your path to the jar like C:\CFPATH\myjar.jar (whatever you path and filename...
View Articlecfcollection action='create' permission denied "read" (what???)
Hello, everyone. I'm working on a script that will delete specific SOLR collections, re-create them, index them, then optimize them. The delete portion succeeds. The create, however, is failing with...
View Articlets '2013-05-13 15:00:00'
I use cf_sql_date as my report data source format.The report shows ts '2013-05-13 15:00:00 for the report.Please advise how I can change the format like mmm/dd/yyyy to my report for the date and...
View ArticleGroup Header only print on top of the page
I have a group in my report and I have a report header.I have a label and a field on the group header, but it only print every page on top of the page.I want it print every time it change group, do I...
View ArticleRe: ts '2013-05-13 15:00:00'
Thanks for the message and help,Does it apply to report designer?Thanks again for helping, Iccsi
View Articlecgi.remote_user set for / but not for /index.cfm
This is on a ColdFusion 10 install on Windows 2008 R2 with IIS 7.5. We have an additional authentication module, Cosign, installed for single sign-on. If I make a request for https://[servername]/test/...
View ArticleRe: CFCookie and domains
Thanks for the input BKBK...you are exactly right, it was interpreting the domain and www.domain differently. The cfcookie has been setting for years with no domain attribute and suddenly this problem...
View ArticleRe: cfcollection action='create' permission denied "read" (what???)
Is it possible that this issue is related to Java 7? I'm not sure of the timing, but this _may_ have started around the time that my dev system and the production systems were "upgraded" to Java 7. ^_^
View ArticleChange Report builder caption of a label
I want to change caption of a label on the report I build using Report Builder.Any information is great appreciated, Regards, Iccsi
View ArticleMenu components for ColdFusion
Could people recommend a nice menu library that could be used easily with ColdFusion application?
View ArticlePass variable in Dateadd() function
Hi, I want pass a variable for number part in Dateadd() funtion instead of hardcoding it. Eg:<cfset var a = 180> now i want to pass this value of a into "number" part of dateadd function....
View ArticleRe: Pass variable in Dateadd() function
<cfset var a = 180><cfset newDate = DateAdd("d", a, now())>
View ArticleRe: Menu components for ColdFusion
You could use Yahoo's (YUI) menu library, not only in ColdFusion, but in any other application server.
View ArticleRe: cfcollection action='create' permission denied "read" (what???)
What happens when you explicitly give all permissions to cfcollection?
View ArticleRe: cgi.remote_user set for / but not for /index.cfm
I wonder what would happen if you set index.cfm as a default page in IIS. To do that, you have to configure like this: IIS Manager => Your Server Name => Your site => Under HTTP features =>...
View ArticleCFSET and CFOUTPUT
I use CFQUERY to run a query in my cfr file which created by Report Builder.I tried to use CFSET and CFOUTPUT to assign a label caption from CFQUERY.It seems does not work, Can any on advise me how to...
View Article