Quantcast
Channel: Adobe Community : All Content - ColdFusion
Browsing all 5979 articles
Browse latest View live

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 Article


Can 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 Article


into

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 Article

PDF 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 Article

Image may be NSFW.
Clik here to view.

Getting 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 Article


Tryiing 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 Article

Problem 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 Article

How 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 Article


Testing 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 Article


Session 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 Article

How 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 Article

Problem 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 Article

Domain 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 Article


get 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 Article

left 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 Article


get 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 Article

output 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 Article


How 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 Article

High 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 Article

Image may be NSFW.
Clik here to view.

running 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
Browsing all 5979 articles
Browse latest View live