Questions
Als letztes aktiv
<!---Control the timeout---><cfsetting requesttimeout="600"><cfset thisDate = now()><cfset today = #DateFormat(thisDate,"mm-dd-yyyy")#><!--- Open ftp connection ---> <cfftp connection="MyFtp" server="#FTPserver#" username="#username#" password="#password#" action="Open" stoponerror="Yes"> <cfftp action="listdir" stopOnError="Yes" name="Files" directory="/export400" connection="MyFtp">
Hi,Using cfcache to cache templates for a short period of time, the number of threads in coldfusion.exe process increase unexpectedly. Moreover, these threads remains in process (view resource monitor). We don't know why. Maybe an xml config file of CF10 take control of these threads?When I use this code:<cflock name="prodDetail#URL.ID#" type="exclusive" timeout="10000"><cfcache timespan="#createTimeSpan(0,0,0,30)#" key="prodDetail#code#" id="prodDetail#code#" name="prodDetail#code#">........</cfcache></cflock>Thanks in advance.
Just wondering if it is possible for a slide to contain a background image and have text appear on top of it?I've tried many ways and each time, the image is being displayed on top of the text.Examples I've tried: <cfpresentationslide Title="FILE BACKGROUND" duration="14" presenter="Paul"> <html> <body background="file:///C:/inetpub/wwwroot/ppt_test/slide_header.jpg"> <h3>Sales</h3> <ul> <li>Overview</li> <li>Q1 Sales Figures</li> <li>Projected Sales</li> <li>Competition</li> <li>Advantages</li> <li>Long Term Growth</li> </ul> </body> </html> </cfpresentationslide> and <cfpresentationslide Title="DIV" duration="14" presenter="Paul"> <div style="background-image: url('slide_header.jpg'); width: 960px; height: 124px; color: ##000000; z-index: -
We will be upgrading from ColdFusion 9 to 11 Enterprise edition. Can we use the same licensing keys or do we need new ones?
ColdFusion 10 Update 14 causes an application pool stoppage on one of our 2012/IIS8.5 servers. Has anyone else had any issues? We had to roll back to update 12.Regards,Mark
Hi,I have installed Cold Fusion 11 in a developement environment.I noticed that there is an update for a security issue.I am unable to locate the update (security fix) for Cold Fusion 11.Does any one know where the update is located so I can download it?Thanks for your help,Mike
Hi,First, apologies if this (or a similar version) ends up posted here twice.I am trying to install CF11 (ColdFusion_11_WWEJ_linux64.bin) on a Scientific Linux machine and am getting the following, as it craps out:Preparing to install...Extracting the JRE from the installer archive...Unpacking the JRE...Extracting the installation resources from the installer archive...Configuring the installer for this system's environment...Launching installer...JRE libraries are missing or not compatible....Exiting....My java version is:java -versionjava version "1.7.0_71"OpenJDK Runtime Environment (rhel-2.5.3.1.el6-x86_64 u71-b14)OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)Do any of you have any suggestions as to what I need to do to get this to install?Thanks,Steve
I keep forgetting on how to order a column with datatype varcharOne of my column for pricing has these values: 5,12,15,18,21,23,31 etc when I cfoutput my query result I got the list showing as: 12,15,18,21,23,31,5It should be from less price to higher prices: 5,12,15,18,21,23,31 but I can't make this happening because the datatype for this column is varchar.I know there is a way around but I can't remember, can someone help me?My query is real simple:select ranges, pricesfrom feesorder by prices and this doesn't work
I m facing issues in my application because < , > and " are being converted to &lt , &gt and &quot respectively.Please tell me why this happens and how to prevent it from happening.Thanks in advance.
Hello, We configured with Coldfusion 10 Tasks that send mail using SES (Amazon) with username and password and validated. We launched the task and will manage coldfusion sending emails every x time processing them. In Coldfusion log we are seeing this error is repeated, albeit that finalment eventually send all emails pending queue, "Error", "scheduler-1", "10/23/14", "15 : 05: 19 ",," javax.mail.MessagingException: Could not connect to SMTP host: email-smtp.us-east-1.amazonaws.com, port: 465, response: -1 " A which may be due to this error? because users have reported to us that do not receive emails. Regards and thanks for yours answers
I'm trying to install security hotfix APSB14-23 per this page for my ColdFusion 9,0,0,251028: http://helpx.adobe.com/coldfusion/kb/coldfusion-security-hotfix-apsb14-23.htmlThe problem is when I get to step 5 (Stop the ColdFusion instance) I cannot find "ColdFusion 9 Application Server" listed in services.msc. Little confused as my ColdFusion sites are up and running fine. Is there another (correct/complete) way to stop the ColdFusion instance? Thanks for any help!
This might be obvious, but I'm not finding a way to view an archive of my posts. The original forum format had this feature. Anyone know if there is a button to view this?
Hi,In the coldfusion-out.log we are seeing scheduler log entries like this:Nov 11, 2014 20:54:14 PM Information [ajp-bio-8012-exec-127] - Starting HTTP request {URL='http://somesite.com:80/1.2?output=xml', method='get'}Nov 11, 2014 20:54:14 PM Information [ajp-bio-8012-exec-127] - HTTP request completed {Status Code=200 ,Time taken=313 ms}Nov 11, 2014 20:55:00 PM Information [scheduler-2] - Run Client Storage PurgeNov 11, 2014 21:00:00 PM Information [DefaultQuartzScheduler_Worker-1] - Task default.blah triggered.Nov 11, 2014 21:45:00 PM Information [DefaultQuartzScheduler_Worker-2] - HTTP request completed {Status Code=200 ,Time taken=773 ms}Quite simply, how can we disable the logging for such events? We want the tasks to run, but we don't want them to be logged.We have no logging enabled for scheduling in CF10 Admin, and yet they are still generated.Advice appreciated.
Hi there ,I was just wondering if anyone has ever come across the needs to run a Crystal Report 2013 report file (.rpt) file from ColdFusion?I am currently using ColdFusion 9, but it seems that the cfreport tag does not work with Crystal Report 2013?If anyone can help it would be greatly appreciated.Thanks,Ivan.
Cannot get cf8 administrator to run on windows 8.1
I'm changing from CF9 to CF11 and I have already purchased licenses. But I can not find the option to set the informix driver that is not in the list of available drivers !!!
I got this error Error Executing Database Query. [Macromedia][SQLServer JDBC Driver][SQLServer]Conversion failed when converting date and/or time from character because that grid send the date F, j Y H:i to cfc
Figures, my edition of CF8 gets corrupted on my server two days after CF9 launches so when I went to download a fresh copy, I can't find it. Does anyknow know where I can find a download for CF8?
I have installed CF11 on my windows 7 PC for development.I have also installed Apache 2.2When I try to run the server configuration utility I get the message:C:\Program Files (x86)\Apache Group\Apache2.2\conf\httpd.conf.1 (Access denied)Why is that ?I tried to run the configuration utility as administrator, but I get the same result.I think that running as administrator is useless because this is a java module, so it should be the java engine to be run as administrator...But I could be wrong.Please help me because I have to do some developments and I badly need to have a CF11 running here.Thanks in advance for any help.Sergio
I have designed a Restful component using Coldfusion 11. Now I need to think of securing this REST service.After searching for sometimeI found HTTPS + oauth2 is the best combination for securing REST service.In the official OAuth 2.0 — OAuth page, We have libraries for different languages. But there is nothing listed for ColdFusion.Any one having any kind of knowledge if we have a library for oauth2 in ColdFusion? Can I depend upon some Java library ? If yes , any library suggestion?
What does "Header length too large" mean?
I can't activate an installation of ColdFusion Builder 2 because it says I have two adjacent installations of CF Builder on two other computers.The two other computers disks drives were erased before CF Builder could be deactivated.So, it still thinks they are currently being used.What can I do ?? Ted C
I am trying to use CFPRINT to print UPS labels to a network printer. The starting labels (png files) are great and I can print them locally to the zebra printer and they work wonderfully. The barcodes produced by CFPRINT however are of such poor quality that the barcode scanner cannot read them. My research shows that jpedal resizes the images to 72 dpi which is just not crisp enough for a scanner. I read about using a jpedal setting: org.jpedal.upscale=2 but I have no clue as to where you would utilize this.Any suggestions using on how to fix this using Coldfusion. Any suggestions using php or asp.net (other technologies we support internally)??
Hello, everyone,I'm running CF server connecting to an Oracle (11g) db.I have a table that keeps track of projects (past, present, future) and need a way to sum the days for each project, for each month, that have happened.For example. ID - Name - Start - Stop - Employees 001 Project A 01-Oct-14 31-Dec-14 8 002 Project B 06-Feb-15 21-Feb-15 9 003 Project C 30-Oct-14 29-Nov-14 3 004 Project D 26-Dec-14 16-Apr-15 21 I'm trying to create an overview where the display will have the months of a Fiscal Year go across the page, indicating the number of employee days for each project that have elapsed. (NOT countin
Hello, everyone,I'm looping through all the days of the current month, using DateDiff to display the difference in days between the current date and the date of the loop, and I'm getting TWO days showing a difference of 0. <cfloop from="1" to="#DaysInMonth('01-Nov-14')#" index="ndx"> #DateDiff('d',DateFormat(ndx & '-Nov-14'),now())#<br /> </cfloop> The output will be 6 5 4 3 2 1 0 <!--- (today, Nov 7) ---> 0 <!--- (tomorrow, Nov 😎 ---> -1 -2 -3 -4 How can there be two days with a difference of 0?V/r,^_^
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.