search : david a. tucker

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

displaying top 100 results

Customer Info: External Company: External Customer Name: David Tucker External Customer Email: 17D216F9484497AA992015A7 External Test Config: 11/13/2009
Generator(strategy="increment")] public var myId:int; .....} Method: Result: ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 3039842 External Customer Info: External Company: External Customer Name: David Tucker External Customer Email: 17D216F9484497AA992015A7
to. Method: Result: ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 3039777 External Customer Info: External Company: External Customer Name: David Tucker External Customer Email: 17D216F9484497AA992015A7 External Test Config: 08/26/2009
6254346 CF-4205243 Charlie A. David R states in a "vote comment" here that "this remains an issue". Are you on update 7, David? That's what fixed this.
6800407 CF-4207164 David R. this is a result of autosize=true being the default, which is not a documented fact on https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-s/spreadsheetwrite.html. So this bug report is essentially a documentation bug report.
5747785 CF-4204399 David B. CommandBox is becoming the standard for CF dev environments (on any framework). We could use a quick resolution on this one.
5747785 CF-4204399 David B. I reported this error to Abhishek Jah at ColdFusion support on May 10th, 2019 as it relates to our development environment. We're using CommandBox locally for development (so a WAR deployment) and we have a couple of projects that are cfhtmltopdf() intensive. I
David Byers How does this affect hard coded variables that aren’t variables?  For example:
SELECT firstName, lastName FROM People WHERE (Deleted = 0) AND (personID = )
 Should the “0” in this instance be in a
David Byers I was trying to grab the attention of the community, Charlie!  Do you think I succeeded?   I agree that it might help to make changes in order to try and shake off the reputation.  I don't know the actual answer.  This article is intended to be more of a wakeup to the community
David Byers Mark;  This does not work under ACF at least. <a href="https://cffiddle.org/app/file?filepath=6022bf1a-4040-403b-ba8c-92c7e17fac8a/b33ba0e5-6a0e-46ee-b83e-4d95012a6a57/ae632e76-e3a3-44b4-bac8-4e7fcf40e4ca.cfm" rel="nofollow">CFFiddle examplea>
Comment on Converting an array of structs to a query dynamically by David Byers
Comment on cflogin doesn't work in a cluster with Redis session management by David T.
Comment on What CF Summit Needs is a CF101 Pre-conference Workshop by David Byers
2682139 CFB-4198117 David B. I received a version bump but there are no notes as to the solution. It's been more than a year and this is your main CF tool
Comment on High processor and memory usage when editing a simple cfm file by David B.
Comment on Making Adobe ColdFusion a Thriving Community by David Byers
6412607 CF-4205759 David S. I found a workaround for this from a blog post by Rupesh Kumar from 2005. this function he wrote is key: then I use localUrl() against the file path for the images, in the src attribute of the img tag. Anyway, this works perfectly.
David Byers Interesting! I've never experienced a problem getting the generatedKey to appear in the results, but apparently it can happen.  I've just never run across it.
2962266 CF-4198446 David H. Does anyone know exactly when this fix will be released? I installed a cumulative update on Windows 2016 today, and it didn't seem to fix the issue.
2682139 CFB-4198117 David B. Same problem with a normal 1600x900 display. I'll post screen shots of both CFB2016 and CFB2018 (running side by side on my machine) to prove it
4213019 CFB-4198314 David R. this is still an issue; am I installing 2016 or 2018? This is flagged as "withdrawn" as a duplicate of CFB-4198317 but that record appears to not exist.
Comment on High processor and memory usage when editing a simple cfm file by David B.
David Byers Agreed... and that's why I think it's bad overall.  I remember a time when I said "can't we all just use the same browser?"  I don't think that's good for innovation.
David Byers It's not that quick, but the user doesn't see the delay.  Threading the processing of the emails and database insert still takes a couple of minutes for 10,000 records, but since the user doesn't see it, the perception is that it's lightning fast.
David Byers That's a great question, and I don't have an immediate answer to it.  For me there wasn't any "testing" required since... well... it wasn't connecting before I installed the cert and it was connecting afterwards.  Sorry I couldn't be more help.
Comment on High processor and memory usage when editing a simple cfm file by David B.
2682141 CFB-4198069 David B. Subir, I'm still having the problem and I've created a quick little cfc (attached) so you can see for yourself. The settings is the only command here and it should show an error no matter which commands you put after it.
2682141 CFB-4198069 David B. Interesting sidenote : If you choose "Open file" from Builder and open the file from (let's say) the Desktop, it doesn't show any errors. But if you add this to a Project which has the CF Nature applied and open it from the Navigator by double clicking it, it shows
6254346 CF-4205243 David R. I am on a fresh install. Is it not possible to bundle these updates in the installer? I just figured out how to click the download button (adding / altering element overflow attributes; or somewhat equivalently, deleting irrelevant elements) so I will be fully updated
2673514 CF-4126462 David B. I can reproduce this exact same issue. We have a government customer with a list of XSD files that are all related by one XSD with multiple entries like this: But we get a 500 error every time. The XSD files are all in the same directory, Here are the log files
Comment on Reload/Redirect Loop caused by HTTP2, IIS10 and Safari. by David S.
Comment on Adobe could support and bolster the ColdFusion Community by creating a CF focused jobs portal by David Byers
David Byers Agreed.  Command Box is impressive, and I have a healthy respect for it in an ecosystem.  In this case, it was important to have a local VM environment that mimicked the production environment as closely as possible.
Comment on cfhttp errors to Could not access a java object field called query_string by David T.
Comment on Writing an image to a file from Base64 string generates black image by David F.
3114916 CF-4198738 David B. Sorry @Nitin, I had just left on vacation when you sent your "Any update on this?" and forgot to try it again when I returned. I just tried it again a on a new installation (Ubuntu 16.04, CF 201, Update 4). I can't reproduce the issue now. When it happened last, I
2921659 CF-4198400 David B. Took me a few hours to figure this out. First I thought it was me, then I thought it was IIS, then I thought it was Tomcat... You get it. I have the API manager turned off and I don't use the REST services (no mapping). Can this simply be turned off?
Comment on "Customize Perspective" menu item does not work and crashes IDE after restart by David B.
Comment on CF2018 update page, scroll bar is missing in the update description. by Charlie A.
Comment on Creating a Development Environment/Workflow for solo or small team development using ColdFusion, MS SQL Server, and Docker Compose – Part 1 by David Byers
Comment on Using ColdFusion to send a one off SMS Message using AWS SNS (in five lines of code!) by David Byers
Comment on Creating a Development Environment/Workflow for solo or small team development using ColdFusion, MS SQL Server, and Docker Compose – Part 1 by David Byers
Comment on I wanted a pre-conference workshop to bring more developers into the CF fold… Adobe one-upped me with something even better. by David Byers
2609112 CF-3928680 External U. Hi David, I agree. Adding a vote may increase the priority of this ticket. Thanks!, -Aaron
Tracker Issue Bug 74751:Hi,
2602181 CF-3037141 General Server David Dharmaraj R Bug 74751:Hi, Duplicate ID: CF-3037140 Problem: Hi, Would it possible to provide us a (Flex / AIR) GUI clientfor accessing the built-in Apache Derby database. Thanks, David R Method: Result: ----------------------------- Additional Watson
2602182 CF-3037140 General Server David Dharmaraj R Bug 74749:(Watson Migration Closure)Hi, Problem: Hi, Would it possible to provide us a (Flex / AIR) GUI clientfor accessing the built-in Apache Derby database. Thanks, David R Method: Result: ----------------------------- Additional Watson
Charlie Arehart David has posted <a href="https://coldfusion.adobe.com/2020/03/part-2-creating-development-environment-workflow-solo-small-team-development-using-coldfusion-ms-sql-server-docker-compose/">his part 2a>. Great to see the things you're sharing here, David.
2612294 CF-3529340 Security David Epler Allow multiple sandboxes regardless of CF license Defining multiple sandboxes are a long standing feature of ColdFusion that have been restricted to just Enterprise, but should be expanded to Standard to provide better security
5399887 CF-4204050 Davide T. I also have same problem on my server: Server Details Server Product ColdFusion 2016 Version 2016.0.10.314028 Expected Result: "Hotel Tambù Desirè " instead of "xn--hotel tamb desir -7sb03a "
3678095 CF-4200110 Social : Oauth Login David Hobza Returning Invalid OAuth access token There seems to be an issue with the cfauth tag. Don't know if it is a new update that is causing it.
2608566 CF-4062006 Nimit S. David, We have not received any update on this bug hence, closing it. We can evaluate this again if anyone can provide a repro case.
Comment on Opening some files causes a race condition (80-100%) by Dattanand M.
2673454 CF-4126533 Security Analyzer David Epler Security Analyzer - Unnamed Application and Using LitePost (https://github.com/dcepler/litepost) as example code to test. In the Model Glue variation of LitePost, the Security Analyzer is flagging Application.cfm as not being within a named
2608619 CF-4048126 AJAX : UI Components David Jacobson Filter NOT changing grid resultset Problem Description: When entering a value in a search field and filtering the grid data, the value of the field doesn't get passed to the cfc query for the grid as previous before 4.x upgrade. Steps
2612321 CF-3525133 Database David McGuigan Add onMissingDatasource support to application.cfc Letting your application run specific code ( most likely the programmatic generation of datasources through the admin API ) when a missing datasource error files from any cfquery in your application
2682304 CFB-4130054 Security Code Analyzer David Epler Security Analyzer - Show icon in navigator pane Related Bugs: 4146775 - Similar to ColdFusion Builder Currently if a file has an issue it is only identifiable from the the security analyzer pane. An indicator should also be shown
: PreRelease User User Name:Adam Cameron Note Added: If this is representative of "the design", then the bug is in the design. It's still a bug. Needs to be reopened. Date Added :2015-07-20 19:45:46.0 Added By: PreRelease User User Name:David Epler Note Added: Why has this been withdrawn? Generating
2598422 CF-3041352 Language : Functions David Henry Bug 82721:isDefined() on null value in a struct returns true in CF9, was false in CF8 Problem: isDefined() on null value in a struct returns true in CF9, was false in CF8 Method: #IsDefined("myStruct.none")# Result
2601067 CF-3038357 Language David McGuigan Bug 76864:(Watson Migration Closure)Please add support for a single array argument to the max( ) and min( ) functions Problem: Please add support for a single array argument to the max( ) and min( ) functions. Method: Result
David Byers What CF Summit Needs is a CF101 Pre-conference Workshop How many beginner developers are out there wondering how to do the most basic things we take for granted? The post What CF Summit Needs is a CF101 Pre-conference Workshop appeared first on ColdFusion. ColdFusion Summit
Michaela Light David thanks for listing CF Alive Podcast in your post. I would suggest you take a look at the <a href="https://teratech.com/cf-alive-inner-circle/" rel="nofollow">FB group CF Alive Inner Circlea>. It is for ColdFusion developers and managers who want to be part of making CFML
2673453 CF-4126534 Security Analyzer David Epler Security Analyzer - Unnamed Application and Fusebox Using LitePost (https://github.com/dcepler/litepost) as example code to test. In the Fusebox variations of LitePost, the Security Analyzer is flagging Application.cfm as not being within a named
2613396 CF-3324088 Web Container (Tomcat) David Epler Report Update Level in cfinfo and server.coldfusion struct Since it has been deemed that Updates no longer increment the ColdFusion version number, administrators and developers need a way to determine the update level of ColdFusion without
2613825 CF-3159969 Documentation David Byers Link to documentation on administrator screen is broken. Problem Description: When clicking on the Documentation link in the locally installed CF Administrator, the page you are taken to is: http://127.0.0.1:8500/CFIDE/administrator/http%3A%2F%2F127
2600084 CF-3039405 CFForm : Standard XML David R Bug 79002:"The cfform skin name bluegray not found Problem: "The cfform skin name bluegray not found. " is what the error message I am getting. But the documentation says that we can specify "bluegray" as a skin.{some_other_code} Method
2598017 CF-3041840 Document Management : Office Integration David Lakein Bug 83724:(Watson Migration Closure)Spreadsheet functions: Can we get a function to tell if a cell is a value, formula, or comment?SpreadsheetSetCellFormula saves the value with a hint that it's supposed to be a formula; same
David Byers ColdFusion: My First Time. Share yours in the comments ColdFusion, for me, started with a single function. It became a career-changing technology that has served me very well for the better part of 20 years. The post ColdFusion: My First Time. Share yours in the comments appeared first
Aaron Neff Hi David, Nice find! Filed <a href="https://tracker.adobe.com/#/view/CF-4203797" rel="nofollow">https://tracker.adobe.com/#/view/CF-4203797a> giving you credit. Thanks!, -Aaron
Kishore Balakrishnan Hi David, Could you please let me know what article is it that you are referring to? Also you could reach out to me at (<a href="mailto:kishore@adobe.com" rel="nofollow">kishore@adobe.coma>) in case of any delays in your article getting published.   Regards, kishore
2673317 CF-4126912 S P. Hi David, We had a pre-release bug raised related to a particular built-in function. And we are handling the scenarios related to built-in functions as part of that bug. Will be adding these functions too, to that list and hence will be closing this ticket. Thanks, Preethi
2608719 CF-4018168 External U. David can you provide a repro case for this? (http://sscce.org/). Also, you can test your own theory by checking the Java type of the miscreant array by calling .getClass().getName() on it. That might help troubleshooting.
2612744 CF-3434473 External U. OK, what I think is clear here though is that whilst there might be an ER in here somewhere, the current implementation is not desirable? David, to be completely honest with you "but as a faster way to mitigate blocks of in legacy code" should not be the grounds
2608226 CF-4160218 Security David Mitchell GetSafeHTML will crash on invalid XML (antisamy, nekohtml) Related Bugs: CF-4160212 - Similar to Problem Description: When attempting to sanitize data the getCleanHTML (actually the underlying scan method from Antisamy) will throw an "Invalid HTML input
2673452 CF-4126535 Security Analyzer David Epler Security Analyzer - incorrect flagging of method="post" on Using LitePost (https://github.com/dcepler/litepost) as example code to test. Security Analyzer is flagging fusebox/home/entry/comment/dsp_commentForm.cfm with a warning, low for getvspost
2612292 CF-3529344 Security David Epler Sandboxes should allow Fully Qualified Domain Names (FQDN) not just IP Addresses Currently ColdFusion only allows for IP Addresses to be entered into the sandbox under Server/Ports. This is problematic if the outbound connection might be going to a service
2598507 CF-3041259 Scheduler David McGuigan Bug 82574:Automatic scheduled tasks logging Problem: Automatic scheduled tasks logging.It’d be great when I browse scheduled tasks to see a "last run" ( and optional "history" log ) for each scheduled task. Method: Result
Fusion 8.0.1 Method: Result: ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 3039786 External Customer Info: External Company: External Customer Name: David Epler External Customer Email: 274C5CB74460D6A799201549 External Test Config: 08/27/2009
simple to query a directory and copy the files manually... This feels like it's missing: Method: Result: ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 3038004 External Customer Info: External Company: External Customer Name: David Mc
2598018 CF-3041839 Document Management : Office Integration David Lakein Bug 83723:(Watson Migration Closure) can read from an XLS file into a query, but how about a function that can do that? Would be very nice if there was a function that could read from an in-memory spreadsheet object to a
David Byers Installing an SSL Certificate into ColdFusion’s Trust Store My experience in converting a .p12 certificate into an X.509 certificate and importing it into the ColdFusion keystore. The post Installing an SSL Certificate into ColdFusion’s Trust Store appeared first on ColdFusion. Blog,ColdFusion,Troubleshooting,blog,ssl,troubleshooting
David Byers Quick Tip: Negative Indexing on arrays in ColdFusion 2018 ColdFusion 2018 allows you to address an array using a negative index, pulling from the end of the array instead of the beginning. The post Quick Tip: Negative Indexing on arrays in ColdFusion 2018 appeared first on Cold
David Byers How do I know if an article won’t be published? I wrote an article last month that has been "pending" for a while now.  How do I know if I create an article on the community that will not be published, or gets rejected?  Who do I communicate with? The post How do I know if an article
David Byers Note to Self: IIS 10 Pre-Requisites for ColdFusion 2018 These are the minimum requirements that need to be installed in IIS for a CF install. The post Note to Self: IIS 10 Pre-Requisites for ColdFusion 2018 appeared first on ColdFusion. ColdFusion,Language,Testimonial or Case Study
David Byers Articles not being approved? I have a couple of articles that have been pending approval for months now.  Can you tell me if/when they will be published? https://coldfusion.adobe.com/preview/6924/ Since January 10 https://coldfusion.adobe.com/preview/6520/ Since November 2 The post
David Byers Best Practices for Secure Password Storage in ColdFusion The biggest mistake that a developer can make is to store passwords in the clear. The post Best Practices for Secure Password Storage in ColdFusion appeared first on ColdFusion. Blog,Lockdown,Security,blog,ColdFusion,lockdown,security
Charlie Arehart David, did either of the above solve your problem? I and dwaltermys each replied with different ways to get to the same solution (but because of this blog's moderation of comments). If it did not help, then you ought to add a comment to the tracker ticket and the blog post, so
3854931 CF-4200533 AJAX : UI Components David Jacobson cftextarea form variable missing Problem Description: When submitting a cfform with richtext via ColdFusion.Ajax.submit, the cftextarea value is always [empty string]. Steps to Reproduce: Fill out form add text to cftextarea and submit Actual
2673316 CF-4126922 S P. Hi David, There is an internal bug with a similar scenario that was logged, hence will be closing this bug and be extending the scenario to the ones raised here as well. Now, that bug has been made external. Thanks, Preethi
2608586 CF-4057631 Piyush K. Hi David, looking at the html source of your site, it seems that you are importing cfwindow tag. Can you try using the test code shared by Aaron or myself, in your environment and share the results. If you continue to face the issue, can you narrow it down to a working
2608586 CF-4057631 Piyush K. David, I am sure you will agree that it would be difficult to identify and isolate the issue as a bug, unless we have the test code with which we can observe the issue. Is it possible for you to share something with which I can observe it, at my end? It is also
2608619 CF-4048126 External U. Hi David, Very cool that the text fields are working. I believe Ext.getCmp('myComboBox').getValue() would get the selected value from a combo box named myComboBox. If you can post the updated grid & JS code, I could see if I notice anything that would need to change
2608636 CF-4040469 Piyush K. David, How are you creating a custom toolbar? Can you please share the code ( or the relevant part of the code) with which you can observe the issue. Also, please share the update level of your CF server. You can find that information in the settings summary of your CF
2596968 CF-3295469 Nimit S. @David: I tried creating a repro case as per description but issue is not getting reproduced. May be I am missing something here. If you can attach the same testcase using which issue can be reproduced.
2596968 CF-3295469 External U. We are still having this issue every week. It's a serious issue that affects dramatically our SLA. At the time this first happened (almost 2 years ago) we worked with @David to try to solve the issue... but there was nothing we could do. The solution? kill -9
2598094 CF-3041746 External U. David Stockton from FusionReactor / CFConsultant.com here. We have diagnosed and resolved this issue and can provide support under our paid consulting services to resolve this on your systems. However, it would be great for the community if Adobe can release a patch
2600077 CF-3039412 External U. +1 David already mentioned the advantages of this. I'd say we do NOT need an extra parameter "array" here (even not optionally), because it is a clear case when an array is passed. The "list" parameter is just existing, because it is not clear, if the value should
Comment on High processor and memory usage when editing a simple cfm file by Mukesh K.