New CF10 J2ee installation on Linux cluster. Admin password does not work
I just installed a new CF10 J2ee installation on Linux cluster. The cluster shares common storage. Admin password used during the installation does not work. 1. I have tried various browsers but the...
View ArticleCan not make any change inside ColdFusion 10 Admin
I installed 64-bit ColdFusion 10 on a 64-bit Windows 2008 R2 server. I got error " There was an error accessing this page. Check logs for more details." after I clicked "Submit Changes" when I tried...
View Articleinto
Hello EverybodyI'm getting a very strange situation. I'm working to migrate a Cold Fusion site from v8 to v10. Into new v10 environment I'm getting an error that is not present into v8 version. The...
View ArticlePDF markup in Coldfusion
I want to enable a teacher to annotate PDF's that a student has uploaded in my Coldfusion App like Adobe Acrobat X can do as discussed in the book "Adobe Acrobat X Classroom in a Book: The Document...
View ArticleGetting what amounts to be a left outer join just has not worked for me with...
Dear Sir: I have an issue that concerns development of coldfusion queries. I have not had unsurmountable issues with getting SQL (in <cfquery>) to work in order to add, update, delete or join...
View ArticleTryiing to call a CF function within a javascript function- CF10
Hello! I am pretty new to CF, so please forgive me. I am trying to call a CF fn within a javascript fn, and it doesnt seem to be working. I am using coldfusion.ajax.submitform() within my javascript....
View ArticleProblem with cfdocumentsection cftextarea
Hi, I am using <cfdocument format="PDF">, within my <cfdocumentsection> I call another .cfm file which contains <cftextarea label="example" disabled="disabled" name="somename"...
View ArticleHow can I combine these to tables?
I have a query that i get the MAX number of "stars" <cfquery datasource="Intranet" name="getMaxstars"> SELECT TOP (1) WITH TIES employee, SUM(execoffice_status) AS 'total_max' FROM...
View ArticleTesting Automation
hi guys, Do you use any tools to handle your coldfusion application testing?if yes, what do you use? I'm trying to find something that i can for testing that will not involve the developer team
View ArticleSession domain cookies interfering with subdomain cookies
We are upgrading to IIS7/CF10 from IIS6/CF7. We run several subdomains and CFID/CFTOKEN cookies issued by the domain are taking precedence over the subdomain cookies we're issuing. The result is that...
View ArticleHow to get a zip file from webservice
Hi, I'm trying to get a zip file from a NET web service but I get this error: Cannot perform web service invocation GetPolicy.The fault returned when invoking the web service operation...
View ArticleProblem with CFExecute...
I am trying to use cfexecute to run a video conversion application. The application is installed at:C:\Program Files\SourceTec\vee\vee.exe The video I want to convert is stored in the temp directory as...
View ArticleDomain and subdomain cookie conflicts...
We run a website on a subdomain (mysite.abc.com) while other parties within our company operate various other websites on the main domain and other subdomains (www.abc.com, anothersite.abc.com, etc.)....
View Articleget data from differnt table?
get data from differnt table?I have been looking around all over google and I just can find a good example of a join queryfor what i want to do.lets say you have two tables i created for example, from...
View Articleleft join
Being new to coldfusin i have some question about this query .why do we need the first select (joinquery) ? is this a left join , just by looking at it it looks weird?Is there other ways to do letf...
View Articleget max of a query?
i want to get the max of this query.<cfquery datasource="intranet" name="getMaxstars"> select submitterdept, sum((rating1+rating2+rating3+rating4+rating5)/5)/count(1) average_rating from...
View Articleoutput data from different dates?
I have thsi code.<cfquery datasource ="Intranet" name="GetDeptSubmissions">SELECT * FROM CSEReduxResponses</cfquery><cfquery dbtype="query" name="GetPending">SELECT * FROM...
View ArticleHow to detect whether the browser is ie11?
Hi all,I was detecting browser for ie by using #CGI.HTTP_USER_AGENT# CONTAINS "MSIE" this. Looks like internet explorer 11 does not contain MSIE. How can i detect ie 11 by using the same method?
View ArticleHigh CPU utilization on CF10 server.
Hi, Below are the details : High Level Architecture Its 3-Tier architecture consists of Web Layer, Application Layer, Database Layer. However, the Web & Application layer are hosted on the same...
View Articlerunning a script and creating a link?
How can i create a new link on a page when a submit (button) is click? what i want to do is when that button is click then it will run that script(cfm file) and will create a link on the same page.so...
View Article