displaying top 100 results
Tracker Comment Comment on Allow External Elastic Search by Mike M.
Comment on Allow External Elastic Search by Mike M.
Tracker Comment Comment on Memory Variables Redis Password gets changed between Verify Button and Submit Changes by Manas M.
4107266 CF-4201603 Manas M. Hi Mike,
Any update on this ??
3549263 CF-4199836 Dattanand M. @Mike I am unable to repro this, please share the screen-shot if you still facing this issue.
Tracker Comment Comment on Allow External Elastic Search by Piyush K.
6289484 CF-4205362 Piyush K. Thanks Mike. I'm closing this.
In case you run into any issues pls. feel free to revert here or write to me at pnayak@adobe.com
Tracker Comment Comment on SpreadsheetGetValue returns a "-" by Piyush K.
6719452 CF-4206915 Piyush K. Mike,
I'm closing this. If you can share the detail requested in my last comment please feel free to leave a comment here, or drop me an email at pnayak@adobe.com
Tracker Comment Comment on Settings Summary throwing an error - ALLPDFSERVICEOBJ is undefined by Dattanand M.
3816599 CF-4200434 Dattanand M. @Mike I am unable to repro this issue with latest update of CF2016.
Please share with us the following info
1. On which update of CF2016 you are facing this issue.
2. Browser on which you are hitting this issue.
5120520 CF-4203580 Vijay M. Hi Mike,
{color:#333333}Consider comparing a date property from an ORM object, which could possibly be null, to today's date.{color}
{color:#333333}In this case, Yes or No will still not make any sense. You will not be able to distinguish between a null and non null
Tracker Comment Comment on Memory Variables Redis Password gets changed between Verify Button and Submit Changes by Manas M.
4107266 CF-4201603 Manas M. Hi Mike,
Followed the below steps:
1. Goto Server Settings -> Memory Variables
2. Select Redis from Session storage drop down
3. Provide Redis Server , Port and Password
4. Click on Verify Connection
5. Click on Submit Changes
I do not see an Issue
Result : Server has
3588520 CF-4200009 Mike P. I completely agree with Charlie on this. We are running CF2016 with update 7 and just had this happen so I'm not sure what Suchika's comments are based upon. Makes no sense to keep updating this file for every execution. There's bound to be either contention or, worse
Tracker Comment Comment on lsDateTimeFormat - minute in hour by External U.
2613559 CF-3228676 External U. Hi Mike,
CF10 deprecated timeFormat()'s 'm' mask. Thus, 'n' represents minute in timeFormat/dateTimeFormat/lsDateTimeFormat.
Adobe, I see this is marked Open/ToFix. What exactly is the "fix"? Existing behavior is correct. Only "fix" I see necessary is to fix
Tracker Comment Comment on SpreadsheetGetValue returns a "-" by Piyush K.
6719452 CF-4206915 Piyush K. Mike,
Can you pls. share the formula or the spreadsheet and the test cfm script that you are using .
I don't so the issue on CF 2018 update 7. I'm attaching the test script and the spreadsheet I used.
Tracker Comment Comment on Coldfusion 2018 CFIMAGE: Write an image to a file from Base64 string is not working. by Michael C.
5446523 CF-4204075 Michael C. Hi Arwin, Samuel and Charles,
I'm going to open another issue with the same description, because it would appear Adobe are ignoring this thread. I'll post the new issue number in here when it's done.
Cheers,
Mike.
Portal Comment Comment on ColdFusion (2018 release) Update 5 and ColdFusion (2016 release) Update 12 released by Charlie Arehart
Charlie Arehart Mike, I understand your stance.
To anyone else in Mike's boat, you may want to consider some thoughts I share in replies to Dave Cordes who created 13 | /go/portalentry.html?entryID=2469&commentID=2497#comment2497
Tracker Comment Comment on SpreadsheetGetValue returns a "-" by Piyush K.
6719452 CF-4206915 Piyush K. Mike,
I still don't see the issue. I'm attaching the test excel sheets with cells referencing data from another sheet.
If possible please narrow it down at your end and share an excel file an cfm test code with which you can observe the issue,
write
Tracker Issue lsDateTimeFormat - minute in hour
2613559 CF-3228676 Documentation Mike Causer lsDateTimeFormat - minute in hour Problem Description: In the mask the 'm' (minute in hour) is getting confused with 'M' (month in year).
Steps to Reproduce: LSDateTimeFormat( now(), "yyyy-MM-dd HH:mm:ss z" );
Actual Result: 2012-07-03 11:07:23 EST
Tracker Issue Object Literal Syntax for Ordered/Sorted Structs
one could express this, and I'm not sure any of the above (besides the optional type system) would make sense when looking at other language implementations, but it's a starting point. One should not have to revert back to 2005 and do:
when we could instead have:
Ordered departments
2610917 CF-3669336 Caching Mike Grove cachegetallids() is very slow when ehcache is configured to overflow to disk Problem Description:
When configured to overflow to disk, calling cachegetallids() is very slow with only a few thousand items in cache. Review the ehcache configuration in the "Test