The official community for ColdFusion.
Recently active
While try to setup a CF11 and use cfldap to a LDAP server with SSL (self signed cert), the self-signed root cert is added into the default "cacerts" file, but still failed to bind. It works from version CF7 to CF9. I even tried in CF10, also not work. Any body can help??? Million thanks!!!!!
I have lately upgraded to CF10 from CF9.Just lately I have noticed that I cannot get gmail smtp mail server verification within CFAdmin.I am using the same settings as before. In fact, on an old machine using CF9 I still get mail server verification.MAIL SERVER: smtp.gmail.comUSERNAME: name@gmail.comPASSWORD: xxxxxxxxxxSERVER PORT 25x Enable SSL socket connections to mail serverAny insight would be greatly appreciated! wayne
Hello, I am in the process to deploy .car file from ColdFusion 9 into ColdFusion 11.When I open ColdFusion 11 Administrator -> Package & Deployment -> ColdFusion Archives -> It shows Internal Server Error 500.Application Log file shows the error below:Element CAR.ARCHIVES is undefined in REQUEST. The specific sequence of files included or processed is: E:\ColdFusion11\cfusion\wwwroot\CFIDE\administrator\archives\index.cfm, line: 247Any help on this would be highly appriciated.Thank you in advance !!
Hi, How can i catch different SMPP error type return by SMSC server ?I want to catch result like 0x45,0x01,0x0B,0x58,0x15.... in my code. I can see eventgateway.log logging the error message but how do i get error type in my code ? Thanks
coldfusion10 - just installed it. could get in before i loaded the updatesserver is running fine otherwise
Am converting from Verity to Solr search. Anyone have any luck increasing the length of the summary generated by Coldfusion under Solr? I noticed that with Solr, the summary will list the first few words of whatever you enter for the "body" of the CFINDEX whereas Verity's summary is longer and goes to a paragraph/sentences where it finds the search word criteria (or close to it). Under the Solr, the summary doesn't seem that useful. I want to increase the summary text so it display more...hopefully, useful information.
DateFormat(query.fromDay, "m/d") + " " + DateFormat(query.toDay, "m/d")I wanted to show my report field like ' from 10/20/2014 to 10/25/2014 and have above code in the expression.I got error when run the report.It works for one expression like DateFormat(query.fromDay, "m/d"), but it does not work to combine 2 of them together.Your help and information is great appreciated,Regards,Iccsi,
I'm still using CF8 and Oracle 11G back-end.When I use NVL in the query of query I got error....Can't I use NVL to check on null value? Please helpHere is my codes:<cfquery name="GetC2" datasource="#Trim(application.OracDSN)#"> SELECT CamID2, rel2_2,p_ln2,p_fn2,ins,l_year FROM prt_temp WHERE Ins = 'CC' AND l_year = '1481' AND NVL(Child_LN2,' ') <> ' ' AND NVL(Child_FN2,' ') <> ' ' </cfquery> <cfif GetC2.Recordcount NEQ 0> <cfquery name="CheckRel2C2" dbtype="QUERY"> SELECT CamID2, rel2_2 FROM GetC2 WHERE NVL(Rel2_2,' ') <> ' ' AND NVL(p_ln2,' ') = ' ' AND NVL(p_fn2,' ') = ' ' AND Ins = 'CC' AND l_year = '1481' <
Hello, everyone,I've got a project that I'm working on that has (basically) the following folder structure:/ (webroot)-main----qry----disp-org----qry----dispI've got a form in /org/disp that has a CFSELECT that I need to bind to a CFC in /main/qry. I've tried "cfc:main.qry.cfcName.functionName(param)", and "cfc:/.main.qry.cfcName.functionName(param)", and I keep getting the "component cannot be found" error message. How can I get this to work?V/r,^_^
We are updating our Applications to use single sign on and are running into a problem with database access. We are using CF11 Enterprise and SQL Server 2008 on IIS 7.5.We have set up the ColdFusion Application Service to run under an AD service account and have created the data sources in CFAdmin leaving the username and password blank. The data sources verify and all seems good. The problem comes when running a query. The credential passed to the database is the service account and not the windows authenticated user. As such the query fails. What are we missing to get CF to pass the Windows Authenticated user credential instead of the service account?ThanksTim
HEllo, we bought cold fusion 9 in 2011, now we want to upgrade the version.What cold fusion version can we donwload to update? 9.0.2?, 10? what of them are free?
Hello,I created sample webservice (just because my other one didn't work):# cat test.cfc<cfcomponent> <cffunction name="echoString" access="remote" returnType="string" output="false"> <cfargument name="input" type="string"> <cfreturn arguments.input> </cffunction></cfcomponent>and now i'm trying to use that webservice by soapUI by sending:<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" > <soapenv:Header/> <soapenv:Body> <def:echoString soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <input xsi:type="xsd:string">333</input> &
I've sent an email to Adobe, and a member of Adobe sales team promise to call me last week, but nobody called me. So i'll try this forum.We are about to upgrade some of our customers ColdFusion 10 Standard servers to ColdFusion 11 Standard. While trying to find information about ColdFusion 11 Standard licensing, we could not find the exact answer regarding to the amount of virtual processor cores.So the question is: How many processor cores does ColdFusion 11 Standard allow on virtual server (vmware) (Windows Server 2012 R2)?Regards,Toni
Hi I am using CF11 on IE10 window server2012 with IIS8.0. I am using cftextarea with basic toolbar, it loading the toolbar but when I try to select any control from tool bar it throws the below JavaScript error:"SCRIPT5007: Unable to get property 'toLowerCase' of undefined or null reference fckeditorcode_ie.js, line 30 character 416"Please help me.........Thanks in advance.
My Coldfusion 11 server is running in a virtual machine.When I add a server I enter following data:Server Name: CF KOVApplication Server: CF+TomcatHost name: 192.168.0.100Webserver port: 8500Select 'Is Remote'This will add a server which status is 'Stopped'.When I read the manual of Coldfusion Builder 3 I see that I have to start a Admin Server Instance with adminstart.batThis adminstart.bat isn't installed.Where can I find this bat file?Should I stop the service 'ColdFusion 11 Application Server' and all other Coldfusion services?While installing COldfusion 11 I used the option 'Server configuration' and not the 'JEE configuration'
Any one has a link where I can download the CF Builder 2. Our licensed can't be found.
I have a report which has 40 columns and orientation is landscape. left and right margin is 0.0972 in.It shows all columns on pdf format, but missing last column when use Excel format.Are there any limitation for Excel format report?If PDF format has the last column, why Excel does not pick the last column?Your help and information is great appreciated,Regards,Iccsi
Property inspector of my ColdFusion Report Builder 10 missing suddenly, I tried to use View --> Panels --> Properties and Windows --> Inspector Properties, but it does not show.Are there any way to show Properties Inspector from hiding?Your help and information is great appreciated,Regards,iccsi,
I have a web application written in CF8 with Oracle 11g as the back end. This application has been used very often for more than 6 years. Currently I am moving to CF10 and did only a little modification to the CF codes. When I ran the new application in my test server, everything seems to be working just fine except when it calls an Oracle Package. This action produces an error: Error Executing Database Query The strange thing is everything work before and after calling the procedure, I tested using cfabort This Oracle Package is still working in production server (CF8) but not when it is called by CF10. My question is: Is there any changes for CF10 when calling a procedures? or is there any hotfix that I'm not aware of? The code is as follow: SELECT case trim(to_char(SYSDATE, 'DAY')) WHEN 'MONDAY' then '1' else '2' end AS TodaysDate from dual &
When I start my local CF11 server from within CF Builder 3 (installed on same server as CF Builder) I routinely get this error in the Server console window and then can't debug anything:[geodev01]:Error(10/17 at 04:38:53) For input string: "<html xmlns"
Getting "The requested resource is not available." message trying to access .html or .cfm web pages; folders and files under wwwroot - just installed CF 11 w/update 1 and internal Tomcat 7.0.52 - is an extra installation step needed to enable access? Thanks!
Fresh install of cf 10, using tested, mature code written for cf 9. Code is in production on cf 9 in several installations. Application is sitting on its home screen, where there are 4 areas that have ajax driven content that is updated every 5 minutes. After 20 minutes one of the alax driven areas generates an error. The error in is application.cfc, OnRequestStart, and is at the line where <cflogin> starts. Almost seems like a timeout, however it it throwing an error as indicate below. Anyone have any ideas how to go about troublshooting/solving this? Wrapping it in cftry and trying to get additional information does not provide any more detail, as a matter of fact the cfcatch info is all blank!EXCEPTIONstructCause structMessage [empty string] StackTrace java.lang.NullPointerException at java.util.Hashtable.put(Hashtable.java:542) at coldfusion.runtime.SecurityScopeTracker.setSecurity(SecurityScopeTracker.java:23 5) at coldfusion.runtime.SecurityScopeTrac
I have a page where I perform a database update and then redirect the page back to itself.Even though the database is updated correctly and the page is redirected, it is not refreshing the page so I am not able to see the changes made to the database.How do I make this happen?
From time to time, we have a problem whereby our ColdFusion 10 server dies hard, essentially the CF service stops responding to requests. The cause, in our case, has been traced to our upstream MS SQL server, where we are also storing user sessions (rather than in the registry). I notice via that JDBC settings for this MSQL resource that the timeout of the driver connection is 20 minutes. Is that excessive? What I'm looking for is a setting that would kill the request after a certain time if and when the database server becomes very slow or unresponsive. What happens currently, it seems, is that those requests are held in definitely, they stack up and then the server comes down. Is there an approach I can take with the database connector (or app settings?) that would enable a release/timeout of these held threads/requests?Thanks,Chuck WyattClark University
Email alert not working in alert configuration - coldfusion server monitor..please support. i have given the correct user name & password for email set up in coldfusion admin for error mail...on that same user name & password only given in Email alert in alert configuration - server monitor...it not sending any mail..please help me...what can i do for this
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.