search : eric a.

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

Comment on CFOBJECTCACHE Throws a java.util.ConcurrentModificationException by Eric J.
5361900 CF-4204021 Eric B. Trying to find a backup neo-cron file. Why doesn't the updater save a backup??
4047099 CF-4201409 Eric E. is it possible to edit a bug posted ? I would like to remove the path.
3078436 CF-4198617 Eric C. Can you please tell me what this is a duplicate of so I can track its status?
3076497 CF-4198615 Eric B. @Piyush, nevermind, I simply removed the throwonerror attribute and added a StructKeyExists(indx_stat, "errors") before attempting to access it.
Comment on Relative positioning of charts creates a mouse-over location offset that cannot be fixed by Eric T.
3076497 CF-4198615 Eric B. Hi Kailash, Thank you for this solution. I will try this later today and get back to you with my results. Is this a change that will be included in future CF hot fixes? Thank you, Eric
5376392 CF-4204034 Eric R. I should have mentioned that this is a problem in Internet Explorer 11. As a workaround, I reverted the \scripts\ajax\package\cfajax.js file to the hotfix 7 version and it worked. I'm guessing I could comment out the if{} block in the hotfix 8 file that calls .starts
3076497 CF-4198615 Eric B. Update 1: I just ran the script with the same set of files (16,000+) on a different server that is running ColdFusion 11 Update 11. It ran to completion without error. This confirms to me that this is an issue with Update 12 (or perhaps Update 11 is simply not throwing
3076497 CF-4198615 Eric B. Hi, Heap size settings from jvm.config: -Xms256m -Xmx2048m (these arguments were exactly the same before the update to CF11u12). I am going to try running the code in a lower tier that is configured the same as the production tier to see I can reproduce the results
5361900 CF-4204021 Charlie A. Thanks, Eric. And to Jason, who voted and offered a comment about how he could only revert to the previous update, he seems to have missed the discussions here about how he could get it working with that backed up neo-cron.xml, by editing it to have each task have
3076497 CF-4198615 Eric B. So I let the script above run. It went through 2,450 files - most were indexed, some were not. For example, a few files had the message "...check the exception for more details: An error occurred during EXTRACTTEXT operation in ". But, despite those messages, it kept
Eric Cobb Good approach!  One thing to note about using data compression in SQL Server, if your table does not have a clustered index on it, compression may not behave like you would expect. When compressing a Heap (a table w/o clustered index), SQL Server will only compress the data
3076497 CF-4198615 Eric B. Hi, Thank you for the reply. It is trying to index about 16,000 files. The number of files increases slightly each day, so, there has not been a large increase in the number of files indexed. The largest PDF is about 32MB. The smallest is about 2KB. I don't have any
3076497 CF-4198615 Eric B. Now running the following script using the same set of files on my local PC with CF12u12: LOCAL.Directory = "C:\Docs"; LOCAL.aFiles = DirectoryList(LOCAL.Directory, false, "name", "*.pdf", "name asc", "file"); for (LOCAL.i=1; LOCAL.i<=ArrayLen(LOCAL.a
Comment on Scheduled Tasks Deleted after installing CF11u16 CF2016u8 by Eric B.
Eric Cobb sp_estimate_data_compression_savings just provides an estimate of what the table size would be if you applied the specified compression level.  (typically "NONE","PAGE", or "ROW") You can run the below query to determine whether or not compression is enabled on a table or index
-peterson-intro-to-quick-orm-workshop-itb2020-episode-2 For the Video Version – https://youtu.be/A_vamEm55IY Summary: Gavin talks with Eric Peterson, Software Consultant for Ortus Solutions and Trainer leading the Intro to Quick ORM Workshop at Into the Box 2020 in Houston Texas, May 2020. Find out what the workshop is about, why you should
5361900 CF-4204021 Charlie A. Eric asks in a vote comment (on the right), "Trying to find a backup neo-cron file. Why doesn't the updater save a backup??" My answer will be of little consolation, but FWIW, it's not the updater that lost the neo-cron.back file. It was the first launch of CF, which
Comment on Content duplicated when using Coldfusion.navigate to update nested tabs by Eric R.
5674426 CF-4204282 Eric B. Ok, but, I'm only using Java 8, so would it be possible to provide a link to the JRE only, so that I don't have to perform the extra step of uninstalling the JDK every time?
still kept MORE THAN ONE backup generation, any of us in this boat (due to this latest bug in the Feb 19 updates) would have more likely been able to RECOVER from the problem. Like Eric said, some people will have no good bak file, and may not readily have a way to recover any from backups, etc. (Sure
2682150 CFB-4193624 Subir J. Eric, Here is a Code snippet which I tried to reproduce the case 800) ---> SELECT CUSTOMERFIRSTNAME, CUSTOMERLASTNAME, TAX CASE Tax WHEN Tax = 0 THEN '100' WHEN Tax = 500 and Tax = 1000 and Tax Can you please provide other repro case if above
2597828 CF-3042445 Language Eric Twilegar Bug 84633:(Watson Migration Closure)CFCDoc was a project on RAIForge that is no dead Problem: CFCDoc was a project on RAIForge that is no dead. Javadoc like tool for ColdFusion is critical when you start getting a large CFC API layer in your app. A native
2609003 CF-3949146 Akhila K. Hi Eric, I am testing this with a request to Amazon Glacier. Created a vault in Amazon console, tried with below code to set up initial communication: "> "> There seems to be an issue with above setup, and then after this I am stuck with creating an upload request
2599390 CF-3040256 Language : Datastructure Eric Twilegar Bug 80256:In CF 8 even when making a HTTP GET request FORM Problem: In CF 8 even when making a HTTP GET request FORM.fieldnames was still present. In CF 9 the FORM structure is still present, but form.fieldnames is not defined. Method
2672506 CF-4194441 Nimit S. Hi Eric, We have tried it multiple times, however, we are unable to repro this issue at our end. Are you still facing this issue? If yes, please share a isolated repro case so that we can further investigate and resolve this issue. -Nimit
2615160 CF-3043875 Core Runtime : Application Eric Twilegar Bug 86955:There is no way to "get" the default datasource set in the application Problem: There is no way to "get" the default datasource set in the application.cfc from other code. Method: Create an application.cfc. Put a in it.In a
2599305 CF-3040353 General Server Eric Twilegar Bug 80502:(Watson Migration Closure)JRun Problem: JRun.Jar in c:\coldfusion9\runtime\lib has very old versions of many open source libraries. Xalan and other Apache.org Java libs are embedded in this JAR and are old? Is there a reason
Comment on CFOBJECTCACHE Throws a java.util.ConcurrentModificationException by Nimit S.
2608111 CF-4190744 Piyush K. Eric, In CFML, myString.toUpperCase() would inherently be expensive, because the datatype of myString is not known to CF. But we did made some improvements in the way we handle generic strings. You should see a smaller delta now.
2682150 CFB-4193624 Performance Eric Belair Seemingly every time that I try to write a SQL CASE statement, CF Builder locks up and is unresponsive. Problem Description: I am writing a SQL query with sub-queries and CASE statements. When I am in the middle of writing a CASE statement, Cold
2609318 CF-3859374 Charting/Graphing Eric Tabet Relative positioning of charts creates a mouse-over location offset that cannot be fixed Problem Description: On a chart, the mouse-over (tip) is positioned in some absolute fashion and shows an offset (e.g. when there is some left margin) Steps
Charlie Arehart Ah, I see now that Bernhard was referring to the count of executions of a given query plan, which I now see was listed in an image here. I was (and still am)  viewing this on my phone and the image is small. And when I searched for the string, I didn't find it because
2682137 CFB-4198177 General - IDE Eric Belair Invliad "Duplicate Attribute Name" errors for CFSCRIPT params Problem Description: When I use "param" to set a default parameter value in CFSCRIPT, I am often seeing "Duplicate Attribute Name" errors, even though they are not duplicates. Steps
2615679 CF-3042895 Language Eric Twilegar Bug 85247:It would be nice if CF had a built-in function called Null() or None() which would return a special object (like struct/array) that can be used Problem: It would be nice if CF had a built-in function called Null() or None() which would return a
2672506 CF-4194441 Database Eric Johnson CFOBJECTCACHE Throws a java.util.ConcurrentModificationException Problem Description: We have been seeing this error several times a day since upgrading to CF 2016. Steps to Reproduce:Simply calling the CFOBJECTCACHE tag with action="CLEAR" will cause
2597821 CF-3042476 Language : Tags Eric Roberts Bug 84675:(Watson Migration Closure)THis is relation to CFMAP Problem: THis is relation to CFMAP. V3 of the Google API no longer requires an API Key...which is great fro those of us doing multiple domains using the same code. vres 1 &2 required a
2615639 CF-3043020 Language Eric Twilegar Bug 85495:Mongo is becoming one of the more popular non relational databases out there Problem: Mongo is becoming one of the more popular non relational databases out there. It is also fairly straightforward making it a good fit for ColdFusion. Can we
: External Customer Name: Eric Twilegar External Customer Email: 3D9A02F5446CCE0A992015D5 External Test Config: 11/30/2010
2597405 CF-3043891 Security : General Eric Twilegar Bug 86971:If you upload a file to CF using a a temporary file regardless if CFFILE action=upload is used Problem: If you upload a file to CF using a
2598380 CF-3041400 Application Deployment Eric Twilegar Bug 82789:Say you setup an application level mapping in application Problem: Say you setup an application level mapping in application.cfc Say it is core and points at c:\somedir\coreIn IIS you then have a directory called core in wwwroot
.http://www.regular-expressions.info/comments.html ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 3042199 External Customer Info: External Company: External Customer Name: Eric Twilegar External Customer Email: 3D9A02F5446CCE0A992015D5 External Test Config: 09/19/2010
lot of our stuff. ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 3040614 External Customer Info: External Company: External Customer Name: Eric Twilegar External Customer Email: 3D9A02F5446CCE0A992015D5 External Test Config: 12/15/2009
Comment on Seemingly every time that I try to write a SQL CASE statement, CF Builder locks up and is unresponsive. by Nikhil D.
Comment on CFOBJECTCACHE Throws a java.util.ConcurrentModificationException by Nimit S.
2609305 CF-3860648 Charting/Graphing Eric Tabet Unable to flush header/content prior to a graph Problem Description: CFCHART is now expecting to be in a page that hasn't yet been flushed to the user. This is a regression from previous versions where this was possible. Steps to Reproduce: Use
5376392 CF-4204034 Manas M. Hi Eric and Aaron, IE 11 is not supporting startsWith() method. Infact Chrome,Mozilla,Safari and Opera provide browser support for the same. As a workaround goto \wwwroot\cf_scripts\scripts\ajax\package\ and add the below snippet to cfajax.js if (!String
with the words:
Eric asks in a vote comment (on the right), "Trying to find a backup neo-cron file. Why doesn't the updater save a backup??"
And then I share my answer to that, if it may be of help for you.
: External Customer Name: Eric Twilegar External Customer Email: 3D9A02F5446CCE0A992015D5 External Test Config: 01/12/2010
2608200 CF-4165262 Database Eric Harris null/blank clob value returned as reference cursor from select statement in oracle causes No More Data Available To Read Problem Description: Coldfusion 11, Patch 9 looks to have introduced a bug where if you select a clob column that has blank text
3076497 CF-4198615 Kailash B. Hi Eric, Please try the steps mentioned below. This should solve the heap space outofmemory error you are getting: 1. Goto [CF Home]\cfusion\hf-updates\hf-11-00012\backup\lib 2. Copy the files cf-acrobat.jar and xmpcoreold.jar 3. Goto [CF Home]\cfusion\lib 4. Take a
2609319 CF-3859368 Charting/Graphing Eric Tabet With ENABLECFOUTPUTONLY turned on, CFCHART in Flash or HTML format do not render, only PNG/JPG do Problem Description: With ENABLECFOUTPUTONLY turned on, CFCHART in Flash or HTML format do not render, only PNG/JPG do Steps to Reproduce: Use following
2613538 CF-3285881 Language Eric Sontag cfexecute has a problem using redirect operator -p -D Actual Result: cmdoutput retyurns: mysql.exe Ver 14.3 Distrib 4.1.1-alpha, for Win95/Win98 (i32) Copyright (C) 2002 MySQL AB This software comes with ABSOLUTELY NO WARRANTY. This is free ... dummy
2608916 CF-3964189 AJAX : UI Components Eric Gutke CFGRIDCOLUMN HREF attribute not binding with column returned from CFC Problem Description: CFGRID is bound to a CFC that returns query results. One of the CFGRIDCOLUMN uses the HREF attribute with one of the columns of the returned query
Eric Cobb The Hidden Power Of CFQUERYPARAM! Everyone knows that you should be using CFQUERYPARAM.  It offers many benefits in the areas of security, data validation, and enhanced performance for your applications.  In fact, Adobe recommends that you use the CFQUERYPARAM tag within every CFQUERY
and Eric host this weeks episode. ColdBox 6 is being released, Fusion Reactor has a 25% discount for Adobe ColdFusion to celebrate 25 years. They remind you about the Ortus Webinar and Adobe webinar you might have missed, and announce this weeks Online CF Meetup with Brian Klaas on speaking about “I Didn
://youtu.be/PYT85e0cVdQ Summary Gavin and Eric host this weeks episode. Adobe is releasing ColdFusion Next Project Stratus as a Public Beta. Rakshith will be presenting on the Online CF Meetup this Thursday about the Public Beta. They announce the August Ortus Webinar, Javier Quintero will be presenting Friday
2600209 CF-3039273 Document Management : Office Integration Eric Reeves Bug 78774:While trying to test out the ability to create PowerPoint (ppt) presentations, it became quickly apparent that any images with text (charts with legends and labels) are no longer legible in the presen Problem: While
2613526 CF-3295644 Scheduler Eric Sontag Scheduled Task that executes a url on a specific port revert back to 80 after the service restarts Problem Description: Scheduled Tasks that execute urls on specific port revert back to 80 after the service restarts Steps to Reproduce: 1) From the CFIDE
2598383 CF-3041397 ORM Support Eric Twilegar Bug 82785:When using EntitySave on a table with column defaults you often need to reload the data Problem: When using EntitySave on a table with column defaults you often need to reload the data. You call EntitySave and then ORMFlush in order write
2597041 CF-3175165 SharePoint Support Eric Shaffer NTLM Authentication Support Dept. of Defense clients are beginning to use Sharepoint HEAVILY. The need to use CF's Sharepoint integration abilities is becoming a matter of "we have a job...we don't have a job". The problem is that currently, CF
3623407 CF-4200058 AJAX : UI Components Eric Richardson Content duplicated when using Coldfusion.navigate to update nested tabs Problem Description: When trying to update the content of a nested tab via Coldfusion.navigate() call, the content for all tabs after the first tab will be duplicated
Eric and Gavin host this weeks episode. They discuss Fusion Reactor 8.5 has been released, as well as a new release to Lucee Spreadsheet lib 2.11.0. They announce the date and time on the next Ortus Webinar, presented by Gavin on Modern ColdFusion – no more copy and paste. They give you an update
://youtu.be/iv6uLhkiYVg Summary: Eric and Brad host this weeks episode.They talk Adobe’s Happy Hour Roadshows hitting California in the next 2 weeks. They announce a Fusion Reactor Webinar, Lucee 5.3.4 release and the CBValidation 2.0.0 and 2.1.0 releases. Michael Born released a new CF Project, cfsnippets
3851606 CF-4200508 Language : Member Functions Eric Fxd toList() Does Not Work on getColumnList() Problem Description: Member function toList() doesn't work on the getColumnList() function of a query object. Steps to Reproduce: 1) Create a query {code:java} news = queryNew("id,title", "integer
2609303 CF-3860808 Charting/Graphing Eric Tabet Flash/HTML format CFCHARTs will generate unexpected URLs if attribute "URL" is set to "" or " " Problem Description: When URL attributre is set to empty (URL="") or space (URL=" "), the chart will still generate a URL and append random "r" parameter
://youtu.be/SneDj9bEtjw Summary: Gavin and Eric host this weeks episode.They discuss the big news, Corvid-19 and its affect on upcoming ColdFusion Conferences. They discuss the CommandBox 5.0.0 release and a new automated deployment for Lucee engines to ForgeBox, so the bleeding edge is updated daily. They discussed
can't point to specific comments in Tracker (that I can see), I am repeating it here for you and anyone else who may see/ask the same question:
"Eric asks in a vote comment (on the right), "Trying to find a backup neo-cron file. Why doesn't the updater save a backup??"
2609139 CF-3923429 Caching Eric Peterson Queries stay cached even after clearing them in the administrator panel Problem Description: ColdFusion is not clearing the query cache when clearing it through the Administrator panel. Steps to Reproduce: Write a query and set `set
2609553 CF-3832635 Web Services Eric Harris WSDL auto-generation seems in-correct Problem Description: New install of Coldfusion 11. Modified axis2.xml file to allow for SSL Web Service calls. 80 443 Added Internal Root certificate
2IEA-E Summary: Brad and Eric host this weeks episode. ColdBox 6 was actually finally released. Adobe ColdFusion 2020 Beta is now public, and is available on ForgeBox to start with CommandBox. They discussed ContentBox CMS is free and will always be, and this Mura discussion has sparked a big jump
2598450 CF-3041319 Application Deployment Eric Twilegar Bug 82679:(Watson Migration Closure)Application mapping to a * Problem: Application mapping to a *.zip\*.jar file We are currently heavily using Application level mappings. It is a huge deal for us. This allows us to have many version of our
3076497 CF-4198615 Piyush K. Eric, Looks like the memory outage is occurring when the code hits the part in our PDF processing library. I've tried indexing a couple of hundred PDFs with sizes up to 50 MB without running into Out-of-memory errors. So, I'm afraid I'm going need some more info. Can
4047099 CF-4201409 File Management : CFFile Eric Esquivel Cffile upload with ? char as filename Problem Description: Error message when uploading a file with ? into the filename using cffile upload or uploadall Steps to Reproduce: upload whatever file with ? into the filename using cffile upload
2608119 CF-4188077 CFPRINT Eric Harris cfprint with usepdfpagesize is throwing null pointer exception occasionally Problem Description: Once or twice a day ( have determined this is happening about 3% of the time over time ) Coldfusion will throw a nullpointerexception ( Message has empty string
Charlie Arehart Eric, are you responding to my comment or Brad’s, in saying you don’t think training up non cf devs is “effective"?I don’t think Brad was saying he was "trying" it but that he does it. I know others who have relayed how they have. Is it as easy as the old days? No, but again
3078436 CF-4198617 General Server Eric Cross Passing JSON argumentcollection to CFC from JavaScript broken after updater 4 Problem Description: Functionality change from Updater 3 to Updater 4 caused JavaScript load with parameters to stop sending argumentcollection Steps to Reproduce
2597822 CF-3042475 COM/DCOM Eric Roberts Bug 84674:This is a com object that converts a SWF file into an EXE (essentially a screensaver executable) Problem: This is a com object that converts a SWF file into an EXE (essentially a screensaver executable). This worked with no issues on the 32 bit
.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly. IIS was not able to process configuration for the Web site or application. The authenticated user does not have permission to use this DLL. The request is mapped to a managed handler
3076497 CF-4198615 Performance Eric Belair Java Heap Space OutOfMemoryError using CFINDEX after installation of Update 12 Problem Description: I have a template file that runs as a CF scheduled task to index a collection of PDFs. It has run every day without incident for months. I installed Cold