go to post Robert Cemper · Dec 27, 2021 Correct: Your version is: Cache for UNIX (Red Hat Enterprise Linux for x86-64) 2017.1 (Build 792U) Mon Mar 20 2017 19:19:52 EDTBackport of %JSON classes to Caché is not available
go to post Robert Cemper · Dec 26, 2021 All code is also visible in QualityCheck Tab Codehttps://community.objectscriptquality.com/code?id=intersystems_iris_community%2FAdventOfCode
go to post Robert Cemper · Dec 26, 2021 Whoever provided your Cache and Ensemble, 2018.1should be able to do it. If he has a contract
go to post Robert Cemper · Dec 26, 2021 you get access if your product has a service contract with ISCWRC = Worldwide Response Center
go to post Robert Cemper · Dec 25, 2021 2021-12-25 22:24:55 UTC - DC Leaderboard final updateOnly 4 of 22 registered community members have completed all 25 exercises and reached 50 stars My own contribution at pos. #3 was disqualified by using Embedded Python.
go to post Robert Cemper · Dec 25, 2021 Hi Nigel,The CSP shell is rather limited. As it is not a browser, not running any CSS or JS it is only usefulfor basic cases with static layouts but is unable to do any dynamic stuff as required by ZEN or jquery.It is really just for CSP in the original sense.
go to post Robert Cemper · Dec 25, 2021 YES, pre-release was available in the first days of Dec.So dropping a few days and converting to Embedded Python was worth the rewrite.Since this is the future.It's somehow strange that the most likely oldest participant took that path first.
go to post Robert Cemper · Dec 25, 2021 Completed Solution:Repository: https://github.com/rcemper/AoC2021-rccDescription & Quality status: https://community.intersystems.com/post/aoc2021-rcc
go to post Robert Cemper · Dec 25, 2021 Oh, dear! Dismounting IRISLIB is probably the worst you can do to destroy the whole system.It's like removing the heart from your body. You shouldn't even think of it
go to post Robert Cemper · Dec 23, 2021 Dear Iryna, I just prepare Xmas. So it may take some time for the reply.
go to post Robert Cemper · Dec 22, 2021 not blocked and working as expected in IRIS for Windows (x86-64) 2021.1 (Build 215U) Wed Jun 9 2021 09:39:22 EDT
go to post Robert Cemper · Dec 20, 2021 I see! And I feel it is right.Therefore I suggested using a different private leaderboard about 2 weeks agowhere you have to request the access code from Developer Community Managers.Instead of this public published access key. It could be kind of a registration.And with 23 actives ist's not much extra effort + no need for recalculation and filtering.Eventually, this may happen next year.Though technically It may still be possible this year it's just bad tasteto change rules if you dislike the results during the game.The next challenge is that ISC employees are excluded from prizes.which requires a further step of filtering. Though I have this Info, I didn't apply.
go to post Robert Cemper · Dec 19, 2021 Interesting. How actual is your JSON input. ?I download the same JSON file with the "local_score" from AoCUpdate my table daily and sort it by( DC desc , score desc) every night. (see timestamps) But your scores do not match AoC but deviate from AoC in both directions from last night's input.(eg. yours by ~1000 pts minus ? )
go to post Robert Cemper · Dec 16, 2021 As your properties are NOT Calculated then there is a Storage Entry (check Storage section) they are persisted and not just there on run-time copy the class including Storage Definition !!! set class Parameter MANAGEDEXTENT = 0; to allow access to original Globals remove SqlCompute* from the Properties LastModified* ; to make it normal Properties now write to these properties whatever you need to do by object access or SQL
go to post Robert Cemper · Dec 15, 2021 The SQL statement you pass is an ordinary string.So with LongString enable it is about 3,4MB and of course I have never tried to write somuch in a single string. That's boring and hard to type.If you mean running long it's probably just useful on the command line or background.an ordinary connection to over ODBC/JDBC or HTTP in browser will most likely time out. What type of LONG are you referring to ?