Questions
Als letztes aktiv
Looking to lockdown Cold Fusion 11 on windows/apache env using guide. Only see direction for windows/iis or linux/apache. Is there a guide for windows/apache.
can I run multiple vm's on the same physical host with CFE?
Hi,Would like to know some good websites that is still using CF
aws subscription to coldfusion 10, reverted to developer what can I do? Worked for a year without a problem
I've been using CFEclipse for years, but want to give CFBuilder another shot. I can't get the coloring to do what it does in CFEclipse in cfscript. Basic tags like writeOutput and abort are simple black text in CFB3, while they are colored in CFEclipse. I've looked in the preferences under Coldfusion-Profiles-Editor-Syntax Coloring and cannot change anything that corresponds to the cfscript CF commands. Am I missing something, or is this unavailable in CFB3?
Eddie I am not so well informed with regard to CF Report Builder to question your expertise, but please say on!
I am looking for information on integrating CF 11 with sharepoint 2013 in a cloud environment.Any suggestions?
This is an install of ColdFusion 11 on Windows Server 2008, with IIS 7.5I am unable to get the administrator screen to load. http://127.0.0.1/CFIDE/administrator/index.cfmHere is the error and the IIS trace Here is the IIS trace, why is a StaticFileModule being used??:Here is my static MIME mappings, it does not contain a mapping for *.cfmHere is my Handler Mappings, it does contain a mapping for *.cfmWhat is wrong? How do I get the administrator web page to come up?Thanks,Tom Graf
HiHow to find out all running as well as inacitve instances of CF on a server?
Hi All,On Friday last, my tasks stopped firing. Found the issue on Monday and checked a few things and decided to reboot. The tasks that run during the day (only 2) worked up until end of business day and then all tasks never fired again.I can run the task as a web page (and have been doing so) but the trying to run from the admin tasks by pressing the little play button doesn't work either.I know of no changes on the server for quite some time.Not sure where to check Any help/ideas greatly appreciated.Pete
I have a CF app which needs to process totals for property and items like that, then I need to send that to .cfr fileSo how does regular CF communicate in an interactive mode with the report builder?Kevin
So here's a Query I need to build a subreport around...<cfquery name = "ac" datasource= #ODBC_DataSource#> SELECT tblArea.OIDEMSMaster, tblAreaStructure.OIDStructureTypeRef, Count(tblAreaStructure.OID) AS CountOfOID, SUM(tblAreaStructure.SF) AS TotalSF, SUM(tblAreaStructure.ReplacementCost) AS TotalRC, SUM(tblAreaStructure.LSI) AS TotalLSI FROM (tblArea INNER JOIN tblAreaLocation ON tblArea.OID = tblAreaLocation.OIDArea) INNER JOIN tblAreaStructure ON tblAreaLocation.OID = tblAreaStructure.OIDAreaLocation GROUP BY tblArea.OIDEMSMaster, tblAreaStructure.OIDStructureTypeRef HAVING (((tblArea.OIDEMSMaster)=#URL.OIDEMS#));</cfquery>And this is what I did in the 'builder':So I did the join from tblArea (primary key) to tblAreaLocation (foreign key), and then tblAreaLocation (primary key) tblAreaStructure (foreign key).I think I got this on right (options/suggestions...)!So I'm trying to build this: SUM(tblAreaStructure.SF) AS TotalSF, SUM(tbl
I am having weird issue - my CF application restart every 15 minutes - even though it is set to 2 hours in cfc and 2 days in cfadmin,...anybody experienced this issue?
Hi CF forum,I am VERY new to CF and I am working with a script which exports a database to an .xls file. It all works fine, but what I noticed is that in SOME cells (not all), it seems to skip over some of the data so I get this effect:DIETSPECIAL_NEEDTICKETCOSTIDnoneRegular502A19B7EFnoneRegular50392DDDDFnoneRegular508C6F0EA1noneRegular5094A9CF7DnoneRegular5094AB5198noneRegular5094B987B8noneRegulardontemail5094C439D1noneRegular5094C99CA9As you can see, my "dontemail" field seems to have skewed my table. This is data which doesn'tappear in all fields, but has a table name of "dontemail"which doesn't come through. It looks fine in the database, so all the data is where it's supposed to be, but it doesn't show up right on the export.Here's the code which generates this:<cfoutput>DATE/TIME ENTERED<cfloop list="#rsdata.fieldList#" index="c">#DelimChar##c#</cfloop>#NewLine#</cfoutput><cfoutput query="rsData"><cfsilent><cfwddx action="wddx2cfml" input="#
We are converting from SharePoint to DocuShare and have a ColdFusion development platform and we are looking for any ColdFusion code which helps to access the DocuShare API.Thanks,Chuck Fennimore
I can upgrade Tomcat myself, but that approach isn't documented and isn't likely to be supported by Adobe.Tomcat is bundled as part of ColdFusion 11, so I would hope Adobe would either provide a hotfix or suggest a supported method to upgrade Tomcat.Tomcat 7.0.59 fixes the following issues:Security Manager bypass CVE-2014-7810Request Smuggling issue CVE-2014-0227Denial of Service issue CVE-2014-0230
Hi all,we have some problems with CF11. I'll try to explain:our server configurations:- coldfusion 11 linux- oracle 10g- apache 2.4.6we have coldfusion enterprice (1 cluster, 1 instance) with 8gb ram dedicated.we have this problem:It works very well but sometimes we notice a sudden increase of incoming requests (about 1000/2000) and we saw the server unresponsive.this situation lasts about 10 minutes.we receives many CF timeout error like this:The request has exceeded the allowable time limit Tag: CFQUERY The specific sequence of files included or processed is: /webdat/vol1/htdocs/IGP_WEB/channels/condor14/404.cfm, line: 28and CF sends to Oracle a connection exactly every 5 seconds.ex:(HOST=192.168.100.71)(PORT=41521)) establish IGP * 010-JUN-2015 14:45:01 (CONNECT_DATA=(SID=IGP)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=cfusion))) (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.100.71)(PORT=41677)) establish IGP * 010-JUN-2015 14:45:06 (CONNECT_DATA=(SID=IGP)(C
Adobe Cold Fusion9.0はAWS上で稼働しますか?
i'm trying to get cfbuilder to work on my el capitan mac book air. the installer runs through and doesn't report anything major. but when i go to load it i get a popup telling me i have to go download the legacy java 6 for it to run.anyone else worked around this? seems odd to force me to install a version of java which has known security issues and is not supported by anyone.
My code:<cfajaximport tags="cfform,cfwindow,cfdiv"> <html> <head> <title></title> </head> <body> <cfwindow width="500" height="310" center="true" name="test" title="Test" initshow="true" draggable="true" resizable="false" modal="true" closable="true" headerstyle="color:red;font-size:18px;"/> </body> </html> Header of the window does not change. I s this a bug?
I'm in a catch 22 situationI've got Coldfusion 11 (64 bit) running on Win2K12 server with IIS 64 bit.I have a 32bit COM object I'm trying to use. I've setup a classic ASP page to test it because Coldfusion breaks when I set "Enable 32 Bit Applications" to TRUE within IIS for the DefaultAppPool.Enabling 32 Bit applications allows the object to be created however doing this breaks Coldfusion with an HTTP Error 500.0 - Internal Server ErrorDetailed Error Information:Module IsapiModuleNotification ExecuteRequestHandlerHandler cfmHandlerError Code 0x800700c1When I set "Enable 32 Bit Applications" to FALSE, Coldfusion starts working but then I cannot create by object.error '800a01ad' Automation server can't create object /boltz/FaxList.asp, line 6 Does anyone have any suggestions?Thank you!
We were using the GetHttpRequestData().headers["X-REWRITE-URL"] variable for our SEO optimized websites. Now we have upgraded the website to Coldfusion 11 and now we have no possibility to read our SEO URI from coldfusion request headers.Is there any other way to read this variable?
How do people restrict requests to CF files when using IIS 7 or 8 ? We can use URL Authorization, which works for all files except CF files. CF file requests bypass the IIS restrictions.We've worked with Adobe technical support and tried using Windows file/folder permissions to restrict CF access. But IIS needs anonymous access to check read web.config.Seems like I must be missing something basic here ...Any ideas?thank you,Chris
When running this code:<cfset sessionTracker = createObject("java","coldfusion.runtime.SessionTracker")><cfset sessionCount = sessionTracker.getSessionCount()>My total session count it 500, yet in the metric log for the same instance I see session count is 1500. Why such a difference in numbers? Which one is correct?- Alex
Hello everyone, I have two queries qryCustomer and qryStore. I have to loop through both at the same time. I tried to do this but that gave me duplicates.<cfloop query="qryCustomer"> <cfloop query="qryStore"> Insert Into tblResults Values(#Name#,#Id#); </cfloop></cfloop>If anyone knows how I can loop through both of them at the same time that way i can avoid inserting all ID's for the same Customer please let me know.Thanks in advance.
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.