The official community for ColdFusion.
Recently active
hi all,How to change language of the server monitor ? i got it in japanese and would like to turn it into English.Thx for your help,
I'm having a problem that is killing me for two days.The problem is that I have to configure two reports (ColdFusion+DotNet) on IIS (Server 2008, V7.5) such that they work on seperate application pool. But if I configure such in such that way I get an error "HTTP Error 403.18 - Forbidden The specified request cannot be processed in the application pool that is configured for this resource on the Web server". But this is solved if I put the application on the same pool as default website,but then the second application and the first would be on the same app pool. I also noticed that this problem doesn't occur on windows server 2003 IIS. I also tried isolating my application away from inetpub,that din work too Why is this happening?
I have one problem I need adobe flash player but when installation finished PC was written error 403 http://torturegame2.net
I get this error in the CF Administrator when trying to delete a scheduled tasks via the web interface:The following task could not be found: <task name here - removed for privacy>.The error occurred in scheduletasks.cfm: line 141Called from scheduletasks.cfm: line 10Called from scheduletasks.cfm: line 1-1 : Unable to display error's location in a CFML template.System info:Windows Server 2008 64-bitColdFusion 10,0,8,283805Tomcat 7.0.23.0JRE 1.7.0_17Any ideas?
Hello,I would think this would be very simple however I can't find a single Adobe document with any information about it!In ColdFusion 10 under the Data Sources / SQL Server there is a Connection String box...From my hours of Google Searching it SEEMS like all you have to do is add: AlternateServers=(X.X.X.X:1433) to that box and SQL Mirroring failover should work and be automatic...is this correct?If anyone has any documentation or experience with this I would greatly appreciate your input...it doesn't seem like this should be all that complicated...or unique...but all the info I find on this is either really old or not really pertaining to this simple setup.FYI SQL Servers are Microsoft SQL 2008 R2 (I think SP2).Thanks!
I have a client that runs cf8 ent on a 32 bit linux platform. We need to move it to 64bit but don't have that install and it's no longer available on the adobe website. Can you supply a link for me to download it?
I need to create a temp local table and look for ColdFusion informaiton, the cffile action write only can write text file, pictures is more to create file.I would like to know does ColdFusion support to create local temp tables on session start,If yes, should be able to get client temp directory and access the data using temp directory without using data source from ColdFusion server?Your help and information is great appreciated,Regards,Iccsi,
My devloper version on local machine crashed.How should I to get it back?Do I need uninstall it and download again from adobe web site or I can install one on top this one?If I uninstall all the local web site and configuration like data source will be gone?Your help and information is great appreciated,Regards,Iccsi,
I ave Coldfusion 9,0,2,282541 installation in both Test and Production however, Test has the Oracle driver. How can a can the driver on my Prodcution environment? Re-install Coldfusion 9? Do I need to uninstall first? Please advise.
Hi,It would seem that CF builder2 doesnt have any code assisting for cfscripting.?Surely ive missed something here.If this is the case then im wondering whats going on as DM CC is clearly trying to discourage you from using it for coldfusion (by stripping out previous CF tools).CF builder has no code assist for cfscript..i like to use cfscript in my components as I like the way it resembles other languages im familiar with, eg javascript, c# etc.Im wondering now, why bother, just use the TAGS ank keep life simple?
When I test my report it while in report builder, it looks great on the screen. When I try to actually print a page so I can see how it looks on paper using the forms, all I get is the background/ CF Developer message. What am I missing here? I should be able to test print the report. I don't mind the background but I need to see the data.
I know this has been asked before but I can't seem to find anything current. I came across some stuff but the links were diead or explanatory images didn't show.It seems that Report Builder doesn't do crosstabs. I wondered if anyone had come across any kind of workaround. What I would like to show is something like:Books Circulated Jan Feb Mar Apr... Year TotalRed Books &nbs
I have a sub report and on the main report and I want to set up sub report and main report data soruce using stored procedures.I have following code, it only runs sub report, but not main report has sub report on it.I would like to know any way to set sub report and main report to run a report which has sub report on it,Your help and information is great appreciated,Regards,Iccsi, <cfreport format = "PDF" template= "subReport.cfr" query = "#mysubStored#"> </cfreport> <cfreport format = "PDF" template= "MainReport.cfr" query = "#mydata#"> </cfreport> </CFIF>
I have a date array that i created from a database. I am trying to sort the dates into the correct order with the upcoming on top.... the best would be that after the date has passed it would go to the bottom of the list. Can anyone tell me if I am on the right path with what I have so far and give me any hints? thanks (the second loop give me an error)<!--- Declare query array ---><cfset dateArray = arraynew(1)><!--Poppulate Array row by row---><cfloop query="CDE_Dates2"> <cfset dateArray[currentRow][1] = event_date></cfloop><!--- Sort Array Dates ---><cfloop index="i" from="1" to="#arrayLen(dateArray)#"> <cfset dateVar = DateFormat(dateArray,"YYYY/MM/DD")></cfloop>
Hi,Why it's not working with checkbox? If I change the type ="checkbox" to type="text" the it worked, meaning the radio button is enabled.Thanks<script type="text/javascript">function EnableTextBox(sender, target, maxcar) { if ( sender.value.length >= maxcar ) document.getElementById(target).disabled = false; else { document.getElementById(target).disabled = true; document.getElementById(target).value = ''; } }//onchange from dropbox diffrent status function gotourl(url){ window.location= url; } </script><cfinput type="checkbox" name="prize" id="prize" value="1" disabled="disabled" onkeyup="EnableTextBox(this, 'completed', 1);"><cfinput type="radio" name="completed" disabled="disabled" value="1" />
Help in sending 23 min movie to other people to be able to be opened on their iPhone or iPad?
Doing installation and configuration testing on standard Tomcat 7.0.42 and ran into an interesting issue which *might* be licensing:1. CF10 deployed as J2EE WAR file on 1st physical host and 2 Tomcat instances: works fine.2. CF10 deployed as J2EE WAR file on 2nd physical host and 1 Tomcat Instance: will not accept the admin password to complete the set up. "Invalid password. Please try again" - A. the passwordreset.bat does not make any difference B. recompiling the J2EE WAR file does not make any differenceIs this a CF10 license issue: one license but two servers & some inter-machine check re licensing? If necessary, I can do a 30-day trial since this is just for testing in preparation to move from CF9 and JRun.Thanks,ScottPSAm very happy with the deployment thus far on the 1 server where CF10 has installed easily and is working correctly; just need to be able to
I have an invoice report that had N number of line items with N number of lines of description per line item. The invoice displays all of the line items, and then at the bottom of the last page, it provides a signature block for the customer to sign. Here is my problem: If I put the signature block in the page footer, it's displayed at the bottom - which I want - but repeated on every page. If I put the signature block in the report footer, it's displayed on the last page - which I want - but immediately following the last line item. I need it at the bottom of the last page only. The closest I have gotten is to try and predict the number of page that I will have and then hide the page footer until (what I think will be) the last page. However, this still have the page footer whitespace to show up which isn't right.
I've recently starting using cfthread on one of my CF 9 servers. I've seen some wildly odd behaviour from the threads and am wondering if this is a known issue.I am grabbing a set of data which is 1200 rows deep. I loop over that data 12 times, grab 100 rows each time and create a unique thread. If I don't artificially add delay the query distribution between the threads is random and weighted heavily towards the last thread created. Even after adding 5-6 seconds of delay between spawning new threads – the distribution is not level. The ONLY time I can get 100 rows per thread is when I insert a cfdump of the query (adding a LOT of additional processing time).Im writing the thread names into my table for debug purposes - so I can get an exact count of which thread is processing which numbers.Here is the distribution after adding 5-6 seconds of delay for a set of 100:threadtest COUNT(`threadtest`)MigThread1 21MigThread2 51MigThread3 2
We recently moved our application server to Server 2008 from Server 2003, running ColdFusion 8.0.1 over IIS 7.5. Ever since moving, our scheduled tasks no longer run. We receive the following message: There was an error running your scheduled task. Reasons for which scheduled tasks might fail include:The scheduled task is pausedThe URL is a redirection URL.The URL is protected by IIS NT Challenge/Response or Apache .htaccess password. The Username and Password text fields for editing a scheduled task are intended to support Basic Authentication only.The Domain Name lookup failed. Try using the IP address of the domain whenever possible.The URL is an SSL site, but the SSL port was specified incorrectly.The Web site is not responding.The directory specified for published results does not exist.None of these apply. If we run the URL direct from the server, the page executes correctly. In the scheduler.log the error we see is: "Error while executing task Connection Failur
1down votefavoriteI have a Windows 2008 R2 server, IIS7, Coldfusion 9.0.2. I created a 2nd CF instance, created an IIS website, used the web server configuration tool to bind the IIS website to the CF instance. Restarted IIS & CF windows services. It does not work as expected. It does not look like the IIS website is actually bound to the 2nd CF instance. With both the Windows IIS service and the new CF service running, I am able to hit the website and click around it.I then stop the CF service and the website still works. I would expect the website to not work when the CF Windows service was stopped. Any ideas as to what is going on?Thanks ~Joe~Here are the steps I did to create everythingCF admin > instance manager > Add New Instance with create Windows service optioncreate the website in IISremove the windows CF servicecreate a windows service and configure it to use a separate jvm.config filerestart IIS & CF servicesuse the web server configuration tool to bind the ne
For some reason ColdFusion seems to be changing some spanish characters. I've narrowed it down to ColdFusion (or maybe IIS 6 scripting handler) because the text comes out fine on a plain .html file but simply changing it to .cfm causes the characters to come out incorrect. Any help would be great! ThanksP.S. The screenshots above look far better when I'm editing this post vs viewing it, not sure what's going on there.
We're using CF10 on 2008R2 - with about 25 MS Access DB's running. Our problem started yesterday when the odbc server would lockup and require a reboot to get thing rolling again. After the reboot everything was fine for about 8hrs then the process started all over again. Looked in the application log and this is the error that started it all.Error Executing Database Query.[Macromedia][SequeLink JDBC Driver]Network problem, session aborted due to internal error in remote procedure call, connection closed. The specific sequence of files included or processed is:
I don't know how else to get this in front of Adobe managers, so I'm posting my displeasure here. I have asked previously in forums how to get detailed information about the differences between Enterprise and Standard editions, especially in CF 10. The product buying guide does provide a list of features not available in CF 10 standard, but there are no details on the differences where Enterprise has greater functionality. (i.e.sending email). CF Enterprise is a major investment for all but the largest organizations. Why does Adobe not provide details on functionality and options? Adobe - if you are indeed planning to continue with ColdFusion beyone version 10 you need to pay more attention to CF product information and documentation. I'm not here to debate whether Adobe is planning to drop CF, but just commenting that the product feels neglected from both a documentation and sales standpoint.
Learning tape on ColdFusion Builder shows an extension to auto-generate CFC components for access to database tables.I can't find that function in ColdFusion Builder 2. Is it still available? These are the extensions i have installed:This is what i see when i right click on a database table:Thanks very much!Steve
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.