Questions
Als letztes aktiv
Hi,Currently we have ColdFusion 2016 Update 1 installed on our deployed server. After we upgraded our CF version from 9 to 2016, all cfgrids combobx columns started behaving a bit strange. Grid combobox columns are not displaying the exact values defined in cfgridcolumn values and valuesdisplay list. We have some links on the grid that opens up a pop-up with cfgrid. This grid combobox list data is getting mapped to the parent grid combobox list.For ex: If the parent grid second column is a combobox and values="true,false" and the pop-up grid second column combobox values="FE,TSE,TS", If I try to edit pop-up grid second column, true/false is appearing in the combobox list.Strangely this is happening with all the grids that have editable combobox columns. Can you please help me with theGrids settings is something like:<cfset gridArgs = structNew()><cfset gridArgs.name = "LoansGrid"><cfset gridArgs.pageSize = 20><cfset gridArgs.format = "html"><cfif SERVER.ColdF
Is there any "good" documentation out there showing me what I have to do, step by step would be nice, to configure CF to work with an Oracle DB?I've never worked with Oracle before so I'm not familiar with any of their ODBC drivers or how to configure them. One would think there is some sort of tutorial out there somewhere to do this! Getting frustrated... 😠
We would like to secure a GeoCortex Web HTML5 viewer application using a registration and sign-on page developed/served in ColdFusion 11. The GeoCortex server and CF11 server are on separate MS 2012 Server boxes.Any suggestions are appreciated.
I am running two servers, one on CF11 Hotfix 10 and one on CF11 Hotfix 7. After being up for some period of time I get this error when going to Server Update / Updates.The selected type [CFContainerID] was not set via the ESAPI validation configuration The error occurred in index.cfm: line 170Called from index.cfm: line 164Called from index.cfm: line 52Called from index.cfm: line 51Called from index.cfm: line 1-1 : Unable to display error's location in a CFML template.Restarting the application server fixes the problem, but it returns after the server has been running for a while. Any ideas what causes this and if there is a fix?Thanks, Michael
get the following error with my code below. Please Help.Table will be rows = dscgrd, columns = dsckcrse, rows x cols = count of dsckextid. All grouped by teacher_anumber. 0 is not greater than zero or less than or equal to 0. The range passed to ArraySet must begin with a number greater than zero and less than or equal to the second number. The error occurred in C:/ColdFusion10/cfusion/wwwroot/CFIDE/groups/crosstabs.cfm: line 4139 : GROUP="dscgrd"> 40 : <tr><th>#dscgrd#</th> 41 : <CFSET temp = ArraySet(course_idarray, 0, b, "N/A")> <CFQUERY NAME="crosstabquery" DATASOURCE="LIISthinkgate"> SELECT teacher_anumber, dsckcrse, dsckextid, dscgrd FROM evaluationstudentcourse ORDER BY dscgrd, dsckcrse</CFQUERY><CFQUERY NAME="crosstabcolumns" DBTYPE=
Ich suche die Einstellungen für cf 2016, um ein PDF zu generieren mit CMYK.
Hello,I'm new to the forum, so please bare with me if I have not provided the proper details or in the desired format. Problem: Daily, usually in the evening or early morning hours, USA time, our Cold Fusion sites are found down (4 sites, plus the default admin, cf instances) all connected through IIS and the Cold Fusion sites are configured to run as a Windows Service. Resolution: Start the sites via jrun.exe or start them via Windows Services (services.msc) and it works fine, no further issues until the next problem occurs again later.System: Windows 2008 Enterprise 64bitVMware client running on VMHost - HOST info: VMware ESXi 5.1.0 64bit, 1 CPU, 2 cores assigned. 6GB of RAM. VMware host reports less than 50% CPU usage and memory across multiple VM Clients (Guests), no spikes of note.Cold Fusion 9 64bitCold Fusion: Server Product ColdFusion Version 9,0,1,274733 Edition Enterprise &nbs
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
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.