Read files based on date selection
Hi, I have requirement such that on server there some files for example: text20101231, text20111231, text20121231 and text (Note: Current year file does not have any suffix in its name i.e. text is...
View ArticleRe: Read files based on date selection
So I'd say start with a cfdirectory of the whole directory, to get all the files. This returns a query object. You can then use this to do a query-of-queries on, e.g. based on your date criteria....
View ArticleDirectorywatcher COldfusion Executing 3 times
Hi, I created one Directory watcher through admin and I found that it is executing more than once. Is there anything that I am missing? The configuration file is as below ## DirectoryWatcherGateway...
View ArticleRe: CF10 -> CF9
Hi Check the Backward licensing policy of Adobe http://www.adobe.com/volume-licensing/policies.html# You can send your information to ColdFusion team cf.install@adobe.com Contact Customer Care :-...
View ArticleCF 10 Admin Proxy
How do I configure my ColdFusion 10 Administrator to use a proxy server to get out to the internet? I am running Ubuntu 12.04 LTS. Thank you!
View ArticleRe: CF 8, Client Sessions, & the Registry
Hellos again!I wanted to bump this just once to give folks a second chance. Still fighting this issue and hoping someone could give me a hint or two. Thank you for your time/views,bmj
View ArticleRe: RegEx Help
I ended up replacing all this RegEx non-sense with the awesome http://jsoup.org/ library and everything works like a charm! Thanks
View ArticleRe: ColdFusion 10 intermittent "service not available"
I can also confirm this situation that causes the app pool to crash. We have a site running several CF apps under the same app pool for a good 6 months and have never had an issue with the app pool...
View ArticleRe: Auto restart of additional CF instances
For those that are interested, it is possible to create a service for a 2nd instance of CF that will survive a server restart. (The new instance should be set as a service if you specified that when...
View ArticleCF10 Enterprise License/Dev problem
I am currently trying to learn CF10, Originally I installed the standalone developer edition, recently I decided to go ahead with the enterprise edition. My issue is that when I go to system info to...
View ArticleWhat software is best for using coldfusion components as datasources for html...
I have been using Flashbuilder and Coldfusionbuilder for the last few years and it has worked well. Now I am searching for the best software to create simular data centric sites for the iPad....
View ArticleRe: CF 8, Client Sessions, & the Registry
Just to be sure, before deleting the registry values, instruct ColdFusion not to store client sessions in the registry. You do so by navigating to Server Settings >> Client Variables in the...
View ArticleRe: CF10 Enterprise License/Dev problem
Hello DakaPC5, Please try the following:- Go to the folder cf_install\cfusion\lib and open the file license.properties.Enter the serial number at , sn= and save the file.Restart ColdFusion 10...
View ArticleTomcat version 7.0.23 outdated
Built-in tomcat to Coldfusion 10 is at version 7.0.23 while the current version of Tomcat is 7.0.41. Is there any current plans on updating the current built-in tomcat or do we need to ditch the...
View ArticleRe: CF10 Enterprise License/Dev problem
Thank you, However the sn= in the file is correct, I am pasting the lic file (without the sn of course) #CF License File#Thu Jun 20 01:10:11 EDT 2013appserver=0V\=LUFWP]J(Z^V)[G?G5'C@...
View Articlecffunction
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea7785946 1172e0811cbec22c24-7f5c.html
View ArticleRe: cffunction
If you're going to say things like "For details Re: cffunction see the attribute restPath in cfcomponent" it would be helpful if you actually hyperlinked the reference to "cfcomponent" to the relevant...
View ArticleColdfusion CFScript Query with MySQL Assignment Operator
I want to select "currentrow" as part of my query - I know I can loop over queries and get the "currentRow" variable, but I'm doing a QoQ before I use the rows and I want to keep the original rows,...
View Articlehow to use list function in CF
I have a file name as below : 2009 Master Calendar (4.2.09).xls Now how to use list funtions ie.listfirst or listlast to display the file name alone without the file ext. ie,.2009 Master Calendar...
View Article