Questions
Als letztes aktiv
We just upgraded from ColdFusion Enterprise 10 to ColdFusion Enterprise 16. Unfortunately, we couldn't figure out a way to migrate the SOLR collection. The migration tool on the CFAdmin page doesn't work. Anyone done this?Thanks,Nam
On our servers we have CF 9.02 (yea, yea please get past this), and we are looking at upgrading to CF 2016. So I downloaded the 30 day trial version installed it on the dev server, but used the internal Tomcat server to run CF9.02 simultaneously. Every appears to be working as expected except FLEX SWF files.I followed instructions from here ColdFusion Help | Installing Integrated Technologies but I get blank pages with debugging information but no errors..Has anyone else seen this issue? Can you point me in a direction to look?thanks,Kev
Accidently showed hidden characters \r\n, can't work out how to hide againI can't figure this out It's not hidden characters, or whitespace characters (I've hidden both in the editor preferences).Anyone know how to re hide these things?
Updated and deployed a CF app from CF8 to CF11. I downloaded the CF 11 "demo" in November, and it has expired. I received an email inviting me to buy. The version in the email says it was CF Enterprise.I only want to buy Standard, but - will this screw-up my installation? It's all working, and I don't see any problems. How does an unlicensed version make itself known?The CF8 version I upgraded from is standard, and we're not doing anything fancy at all. - Executing an external program on the server, creating a PDF from CF Reports, and zipping a folder for downloading is about it.*really* don't want to re-install, as it was not trivial doing so.Thanks.
I am building a report in cf report builder where there records outputed are grouped and sorted by date in the cf queryI need to be able to display the date as the grouped heading on each page, if there is a change of date in results on the same page i am wanting the sub heading for the new grouped date to appear on the page as a sub heading.the output i am needing is the same as the output that would be generated from the following code in a cfm output<cfoutput query="queryname" group="TransactionDate">#TransationDate#<br> <cfoutput>#transationTime# , #transactiontype#, #transactionamount# </cfoutput></cfoutput>When i try and generate similar output above in cf report builder i am not able to have the TransationDate appear as the subheading once the date changesthe report simply outputs the rows containing#transationTime# , #transactiontype#, #transactionamount#however at the change of date there is no sub h
Hi All,I was working in generating pdf report from html content and I was trying to put footer html content in the pdf, but I'm unable to put it inside cfhtmltopdfitem tag as div tag and class is not allowed inside it. So, I just kept it inside my html body, but I'm getting a huge space between the html footer and the actual pdf footer(as show in the image).So, is there any way to resolve this?
Hello,i'm using CF11,part of my application.cfm file :<cfapplication name="myapp" clientmanagement="yes" sessionmanagement="yes" sessiontimeout="#createtimespan(0,0,30,0)#">When the user is logged in, session variable session.validlog is set to 1The JS script (loaded with index.cfm) :<script type="text/javascript"> function session_checking() { $.post("ajax-session.cfm", function(data) { if(data === "-1") { window.location = "http:/myserver/login.cfm"; } else { console.log('Session active') ; } }); 
Hello,I'm unable to fix the below error, please help to fix it, I've added Mime in so many way (like application/x-cfm, text/plain, text/x-cfm etc.) but it not fixed the issue.Thanks a lot in advance
Hi All,OS / Redhat Linux 7CF Version 11,0,07,296330Tomcat version 7.0.64.0Java version 1.8.0_25 I have this strange issue that I am hoping is an easy fix. Previously when I ran CF9 I was able to get into the Server Monitor without issue. Back in June we deployed a new server and installed CF11. Since then, I have not been able to get into the Server Monitor, so I am assuming the issue is related to the way I set up ColdFusion on this new server.When I click on Launch Server Monitor in the CF Administrator, it launches a new window but displays the following error message:I am not sure if it just is looking in the wrong area for the server monitor, or the issue is due with the account used to set up CF. ColdFusion is currently running as user "nobody"....which I am sure is not the right way to have this configured. For login information, I have tried using the Administrator account that we log into the CF Admin page with, but have not had any luck.Any
I try to uninstall coldfusion 2016, but the uninstaller fails with this exception:java.lang.NullPointerException at com.zerog.ia.installer.uninstall.DescriptorList.aa(Unknown Source) at com.zerog.ia.installer.uninstall.DescriptorList.registriesHaveBeenReloaded(Unknown Source) at com.zerog.ia.installer.LifeCycleManager.a6(Unknown Source) at com.zerog.ia.installer.LifeCycleManager.a3(Unknown Source) at com.zerog.ia.installer.LifeCycleManager.executeApplication(Unknown Source) at com.zerog.ia.installer.Main.main(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.zerog.lax.LAX.launch(Unknown Source) at com.zerog.lax.LAX.main(Unknown Source)How can this be solved?I'm
I need to report counts by program, level and if they have enrolled in a course for the selected year. With the below query I receive counts for both the enrolled and offered columns when a student is enrolled in the selected year and also previous years. It does not seem to select only the MAX(nmcrs.sch_yr). If this is not the proper way to achieve my results I am willing to change!SELECT distinct award.awd_cod, name.soc_sec, award.awd_txt, MAX(nmcrs.sch_yr),/* Registered Returning Students Count */SUM(distinct (case when nmprg.prg_cod <> 'UNGRDTR' AND name.level_ < '3' AND nmcrs.sch_yr = transact.sch_yr then 1 ELSE 0 END)) AS Enrl_FRSO_Cnt, SUM(distinct (case when nmprg.prg_cod <> 'UNGRDTR' AND name.level_ = '3' AND nmcrs.sch_yr = transact.sch_yr then 1 ELSE 0 END)) AS Enrl_JR_Cnt, SUM(distinct (case when nmprg.prg_cod <> 'UNGRDTR' AND name.level_ > '3' AND nmcrs.sch_yr = transact.sch_yr then 1 ELSE 0 END)) AS Enrl_SR_Cnt,SUM(distinct (case when nmprg.prg_cod
I'm am using a customized synonyms.txt file to create product / technical term synonyms as well as spelling corrections for product names. There seems to be an issue with spaces. Some work and some don't. This doesn't have a pattern nor make any sense to me. Can someone help?Config: ColdFusion v11.10 Ent. Win 2012 DCreference: Adobe ColdFusion 9 * Solr search examples Here's a the customized file:Items in bold do not work.# Some synonym groups specific to this example"GB,gib,gigabyte,gigabytes""MB,mib,megabyte,megabytes""Television, Televisions, TV, TVs""#notice we use ""gib"" instead of ""GiB"" so any WordDelimiterFilter coming"#after us won't split it into two words."ip edge, ipedge""telephone, phone""e-mail, email"# Synonym mappings can be used for spelling correction toopixima => pixmavip edge => vipedgeip-edge, ip edge => ipedgeuc edge,uc-edge => ucedgezeds => phonemanger => managerconfrencing => conferencingbusness => businessfone => phonecollabortion =
I have two CF2016 servers and I have this same issue on both. CF2016 is installed OOTB and I made no changes to any .js files.ColdFusion.Ajax.submitForm does post the form data to my specified URL, but the content within my CFTEXTAREA input within the form is posted as an empty string, even with content in the input. If I simply change the richtext parameter from yes to no, it works as expected. I'm not sure if it's related, but when debugging this issue, ckeditor.js is throwing an exception at line 426: Object doesn't support property or method 'item'Again, I made no changes to this file or ckeditor config.js.I'm using Windows 7, IE11 (compatibility mode is enabled). I can duplicate the problem in Chrome and FireFox.Anybody else experiencing this issue? Is it a bug or am I missing something?Thank you,-Chris
Hi Everyone,Here is the opportunity to provide valuable feedback to Adobe, for deciding the future of ColdFusion. Please take this survey https://www.surveymonkey.com/r/TZRT2HB for the same.For more details, please refer the blog post: Adobe ColdFusion survey - 2016 » Adobe ColdFusion Blog Thanks,Vikram
I have five (5) applications that are using Coldfusion 10. Each application is using the same Default Pool because I don't know how to separate the Default Pools. How do I get the service to stop going down?
We have an issue and we are almost 100% certain this is the cause Adobe ColdFusion 9 Hotfix APSB12-06 Causes Problems with Large Forms » Web Trenches We have tried to make the changes told to us in this link and restarted ColdFusion services but still have the error. We are on version 9 of ColdFusion. Has anyone else ever had this issue and how did you fix it?
I am using CF11 and I am trying to achieve the following:<cfset request.myValue = 1><cfset request.dataType = "cf_sql_integer"><cfquery> <cfsavecontent variable="scSQL"> SELECT * from table WHERE Field1 > <cfqueryparam value="#request.myValue#" cfsqlType="#request.dataType#"> </cfsavecontent> <cfset scSQL &= " AND Field2 > @Param1"> #scSQL#</cfquery>To explain in words, I want to set the values with cfqueryparam for SQL Injection purposes, but I also want to add some additional criteria using the same cfqueryparam. So the @Param1 is just my way of saying I want to use that same value.This is simplified of what I am really doing, so no I can't just add another cfqueryparam line, the SQL is bui
Guys,We migrate our database from MS SQL 2008 to MS SQL 2012, but, when I tried access our app, the app show me the follows error:Error Executing Database Query.Cannot open database "DB" requested by the login. The login failed. ClientConnectionId:562379cb-792a-4d92-88fb-b274aed1a6e9SQLSTATE S0001DATASOURCE DBVENDORERRORCODE 4060We generated a dump from our production environment and we imported into our developing environment, after imported, the CF show for us the error above.Someone, know how solve this problem?Tks,Fabiano Magno Pechibella
Hello,I'm unable to fix the below error while setting up IIS 8.5 for my ColdFusion 2016, please let me fix for the issue.Thanks a lot in advance .
For some odd reason, when our users try to upload files to our site running on Cold Fusion 11 through a Big IP F5 set up as a reverse web proxy, the F5 logs are showing a double "HTTP 100 CONTINUE" response which causes the connection to drop.We are running on a Windows 2008 R2 x64 OS with Cold Fusion 11 Enterprise update 9.There are 2 clusters one with 5 instances in it which houses the website and a backend single instance that runs our scheduled jobs.I've tried a whole slew of different things on the OS side and some stuff on the CF side including some connector parameters, none of which has worked at all.Does anyone have any suggestions?
Hi Team,We have CF11 and its application services frequently hanged. Let me know the reason.ThanksAnkush Mehra
Need some serious helping learning the cgi tag. Its for a contact form on a website. Basically how to use the link to have a message display that the form was submitted. Once submitted the info goes to an action.cfm page which works fine. But need help using the tag. Thanks!
CF2016 on Mac OS X 10.11.6After installing CF getting below error, obviously another application is binding to the same port but no idea how to resolve this..THanksThe ColdFusion 2016 server is starting up and will be available shortly.ERROR: transport error 202: bind failed: Address already in useERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [debugInit.c:750]
Hi, Using cf 11. Using solr collection for search after getting the records from stored procedure. The result in collection does not seems to appear in the order we see from the stored procedure result. Used sort attrbute to fix this,but does seems to work out http://localhost:8987/solr/searchfw2/select?indent=on&q="Stocking Holders"~10&fl=*,score&wt=json&sort=custom4 asc Could you please specify how to manage the order of records using solr collection?Thanks
HelloI am trying to write a refresh for cfcaptcha. I got it from cfjedi blog and I can't get it to work. I have tried a number of different senarios of this code and even rewrote some of it. The image does not appear, I had it flashing in and then it would disappear so that wasn't a solution. I am adding my code.. I am hoping someone can help me get this to work.showcaptcha.cfm page:<cffunction name="makeRandomString" returnType="string" output="false"> <cfset var chars = "23456789ABCDEFGHJKMNPQRS"> <cfset var length = randRange(4,7)> <cfset var result = ""> <cfset var i = ""> <cfset var char = ""> <cfscript> for(i=1; i &lt;= length; i++) { char = mid(chars, randRange(1, len(chars)),1);&nbs
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.