The official community for ColdFusion.
Recently active
Microsoft Windows 8 and Microsoft Windows 2012 server are now supported platforms for ColdFusion 10. The new Windows installers are available for download to all retail and licensing customers as well on the trials download page.The ColdFusion Builder 2.0.1 installers have also been updated to support Windows 8. The existing MAC OS X installer for ColdFusion Builder 2.0.1 has also been certified to now support MAC OS X 10.8.Refer this technote for more details about the support.
Can I install CF10 Standard edition on a Cloud server with the following CPU spec: Intel(R) Xeon(R) CPU E5-2650 O @ 2.00GHz 2.00 GHz (4 processors) ? ThanksPB
We recently upgraded from CF9 to CF10 so that we can support Exchange 2010 contacts and calendar events. However, I am having difficulties with the CFEXCHANGECONTACT tag. I am able to successfully connect to the Exchange service but it doesn't appear to understand the CF. I've search the Adobe website but there is little to no information regarding this issue.I am receiving the following error messages when I am using the different ACTION attribute values:CODE: <cfexchangecontact action="get" connection="myExchangeConnection" name="exchangeContact">MESSAGE: "The request failed. Could not read value from START_ELEMENT.Could not find CHARACTERS"CODE: <cfexchangecontact action="create" connection="myExchangeConnection" name="exchangeContact">MESSAGE: "Error occurred during an operation is executed in the exchange server. Error Code : ErrorInvalidArgument"CODE: <cfexchangecontact action="modify" connection="myExchangeConnection" name="exchangeContact">ME
As a new CF10 administrator, I am unfamilar with the wsconfig.exe command and why several updates recommend reconfiguring. Update 8 released last week when installed includes the standard phrase:"Adobe recommends reconfiguring the connectors using the wsconfig tool after applying this update. The tool is located at {cf_install_home}/cfusion/runtime/bin. For any exceptions, read the Tech Note."However the current ColdFusion 10 Update 8 TechNote doesn't explain how to reconfigure the settings! The tool when run just gives the options add, remove and exit . I found the complete syntax for wsconfig.exe via online help, but without real world examples, such as the info in ColdFusion security hot fix APSB12-25, I fear Update 8 is not installed correctly. Also, shouldn't the technotes for the updates list all of the bugs fixed by the update, known outstanding issues, and unresolved issues?Lastly, could future updates include a plain text file (NOT A P
I am having a problem with CFLDAP on my production server (Coldfusion Standard Edition Version 8,0,1,195765 running on Windows 2003 using Sun Microsystems Java version 1.6.0_04) and my test server (Coldfusion Standard Edition Version 9,0,1,274733 running on Windows 2008 using Sun Microsystems Java version 1.6.0_17).CFLDAP does not appear to be respecting the bitwise filter on the UserAccountControl field used to determine whether or not an account is enabled in Active Directory.For instance, the following two queries should return identical results:<cfldap action="query" server="#server#" name="CFLDAPResults" start="DC=mycompany,DC=com" filter="(&(objectclass=user)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))"&nbs
I inherited a website in which the DateFormat() function is littered throughout, and plays an integral role in ensuring the application runs correctly. For instance, we have a calendar system in which employees can book lessons on certain days and at certain times. The Date and Time functions are key to this application's success.But we moved the website from one server to a newer, shared, one a few months back running CF10 on Windows Server 2008. (I believe the old one was running CF8 on a Windows 2000 server or something.) But what appears to be happening is that other users on this new shared box are changing the date/time based on their needs and at different times, and it is affecting our applications. I called the support staff of the hosting company who told me I had to specify the date and time via Java in my application file and that should solve the problem.The issue is that I really have no idea how to do this. My programming with Java is virtually null, and even my familiar
Currently we have 2 CF servers configured in a cluster in failover HA mode that connect to a SAN, so only one server is active at a time. We are going to be changing this configuration by implenting load balancers and having both servers active. But there are two questions that I can't seem to find answers to:1) Since ColdFusion was installed in HA mode and not single server do we have to uninstall CF on each server and re-install CF as single server on each of our web servers? Or can we leave the HA install of CF as it is?2) If we do have to re-install CF in single server mode do we need to purchase a second license for CF?Thanks for the help in advance!
I can't find my CFIDE folder. My website is working fine with no errors, But can't locate the CFIDE folder. Is there a way I can find where the CFIDE lives?
I have a Coldfusion application that exist already, but would like to display a MS Report Builder Report within the application. How can I display the RDL type report within Coldfusion?
Is there a method to delay a cfdiv bind @11000911?I need to wait until user has finished typing so the ajax queries are not executed with each keystroke.<cfform><cfinput type="text" name="search" /></cfform>//on keyup get the list of names based on cfinput search value.<cfdiv bind="url:mycfm.cfm?search={search@keyup}" id="myDiv" />Thanks in advance.eSearing
Hi all,i am trying to install coldfusion on clean install lion macbook air but i get this error not matter what i do...Failed to create folder in Library/StartupItems as the user have insufficient Permissions...There is no StartupItems folder in lion so i created it and i gave permissions to read & write but nothing changed...Why i cant install coldfusion 9?
TSIA. use.typekit.com is the reason why these forums are excrutiatingly S L O W.Will Adobe kindly kick use.typekit.com to the curb, so some activity can actually take place?Thank you,^_^
I am working with a client who is trying to create an Oracle data source in ColdFusion and is receiving the following error message:Connection verification failed for data source: cqatjava.sql.SQLNonTransientConnectionException: [Macromedia][Oracle JDBC Driver]No more data available to read.The root cause was that: java.sql.SQLNonTransientConnectionException: [Macromedia][Oracle JDBC Driver]No more data available to read.Here is the information for the given situation:Oracle 11.2 64-bit Enterprise running on Linux (No RAC or encryption on the database server)ColdFusion 9.0.1.274733 32-bit running on Windows 2008We are trying to create an Oracle data source using the built-in Oracle drivers in CF (data direct).I have never had this issue before when trying to connect to an Oracle server.. even when my CF installation was 32 bit and my Oracle installation is 64 bit.Any help or thoughts would be much appreciated.PS - An ODBC Socket type data source works like a charm.~Mike
We are using cfprint to print pdf files to our network printers.Some of our pdfs only print 8 pages and the others print all 14 or so pages.They all print fine from acrobat reader.This happens with all our networked printers.Current Environment:CF9 EnterpriseWin2008 R2Any thoughts?Thanks,Ernie
I just upgraded my Coldfusion 9 server (multiserver edition on 64 bit Linux) to 9.0.1. Now when I try to start I'm getting the error:Error: no known VMs. (check for corrupt jvm.cfg file)I looked at the jvm.config file and java.home is pointing to the correct place (checked that based on other people's problems with this error)This was on my dev server. On my QA and Prod servers I installed 9.0.1 from the start. So I tried copying my jvm.config from one of those machines but I still get the same error.Anything else I can do to diagnose this error?
I am trying to create a page that gives users the option to view or download excel files stored in SQL Server database as varbinary(max)I have googled and searched and figured out how output images that are stored as binary. I have not been successful yet with excel spreadhseets and I want to be able to do pdf. and word also. Our DBA will not change the datatype. Any help would be awesome.Thank you - JimCode So far:<cfquery name="getBinaryXLS" datasource="rapImageTest"> select scopechange_data, contentType, contractID from Contract_ScopeChanges where ContractScopeChangeID in (11,12)</cfquery> <cfset i = 0> <table> <cfoutput query="getBinaryXLS"> <tr> &n
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSAC308487-F029-4f89-BAFB-B410E145E86E.html
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WS371453EC-36D5-44ce-BF1E-750E3016BBD6.html
Hi thereI’m wondering if someone might be able to help with a query I have regarding instance installations. The development agency I have been working for have used ColdFusion for around 10 years and in the last 3 years, started to use a multi instances scenario for their hosting.Each CF (Coldfusion 9 Enterprise) server we have holds and runs multiple sites. These sites range from 250,000+ hits per month sites to some small 10,000 hits per month sites. Our largest server, which my question is regarding, currently has around 70 sites. This server is a virtual windows 2008 datacentre box, with 4 virtual CPU’s and 14GB of RAM. I have currently set this server to have 3 instances in a single cluster, with a sticky session and round robin setup. Each instance, plus cfusion and admin instances, is running from the same jvm.config with the following args (through trial and error):java.args=-Xmx1540M -Xms512m -server -Dsun.io.useCanonCaches=false -XX:PermSize=512m -XX:MaxPermSize=1024m -Dsun.
Lets say I have a numeric list like this.mylist ="1,5,11,17,19"Now I need to remove just 11 from the mylist. (delete_value = 11)How do I remove the delete_value from mylistIts like the opposite of ListAppend?So I need the new list to be ("1,5,17,19")
Ok here's the problem I have some generated PDFs that contain sensitive information that can't live in the web root.I allow users to view them via a secured admin interface using the following code:<cfheader name="Content-Disposition" value="inline; filename=Export.pdf"><cfcontent type="application/pdf" file="#pdfFile#" />Works fine except when users are running IE8 on XP SP3, these users get a blank screen and nothing happens. Yes, they have acrobat, and so far it has failed on two versions 9 and 10.So I started to check for browsers and added the following if IE8:<cfheader name="Content-Disposition" value="attachment; filename=Export.pdf"><cfcontent type="application/octet-stream" file="#pdfFile#" />and again it works fine everywhere but IE8 on XP. So I tried mimicing a PHP script using the following:<cfsetting enablecfoutputonly="yes"><cffile action="READ" file="#pdfFile#" variable="FileData"><cfheader NAME="Expires" value="Thu, 19 Nov 1981 08:
I have the following 2 files.mycfc.cfc<cfcomponent output="false"> <cffunction name="set" output="true" returntype="void"> <cfargument name="text1" type="string" required="true"> <cfargument name="something" type="any" required="true"> <cfdump var="#arguments#"> </cffunction></cfcomponent>mycfc.cfm<cfscript> test = {firstName="Bob in line 2"}; i=1; &n
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSfd7453be0f56bba4-2a6b48f122a6582c7f-7ffe.html
The Coldfusion 9.0 Update 2 release document (http://helpx.adobe.com/coldfusion/release-note/coldfusion-9-0-update-2.html) states "do not install ColdFusion 9.0.2 alongside an existing ColdFusion 9.0 or ColdFusion 9.0.1 installation". Does that mean I cannot install the update to go from v9.01 to v9.02?
We are on our way to launch an application globally that we expect to become very, very large already during 2013. It is totally Cloud based.Can any of you recommend a ColdFusion provider who can scale and deliver from very small to extremely large demands from new customers?We come from PHP, have no previous experience with ColdFusion, so we also need a provider with extremely good support. We have just signed up with Hostec.com only to find that their support is nearly non-existent and that their own software has serious flaws. (I could not sign up this morning because they did not recognize my password. A New password request presented the wrong question combined with the answer from another question).When this takes off it is of extreme importance that the provider both can scale and deliver quick and correct support.If you do not want to publish an answer on the web you can send me a private email to tore.john.helle@epicss.comMessage was edited by: To
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.