go to post Robert Cemper · Dec 1, 2019 Thanks for the clarification. It's a rare chance I might be up at that early time and if my body is it doesn't mean my brain is too.
go to post Robert Cemper · Dec 1, 2019 the code worked together with the link: ObjectScript Leaderboard @Dmitry Maslennikov I joined your leaderboard This is the private leaderboard of Dmitry Maslennikov for Advent of Code 2019. It seems to be the official one (at least by the well-known names).
go to post Robert Cemper · Dec 1, 2019 Could someone explain to a newcomer what the time is telling me ? Any local time (lokes like EST) ? or some total ??? --------Part 1-------- --------Part 2-------- Day Time Rank Score Time Rank Score 1 11:37:18 15816 0 11:50:08 14212 0
go to post Robert Cemper · Dec 1, 2019 what is the join code for ObjectScript Leaderboard I get asked for ?? You can join a private leaderboard by entering its join code here: --- Your Private Leaderboard --- You don't have a private leaderboard. You can only have one. You can [Create It] now.
go to post Robert Cemper · Nov 30, 2019 mine is Windows. I just tried it with the Symposium (Docker, UBUNTU) ==> Community Version + Key License Capacity InterSystems IRIS Community license Customer Name InterSystems IRIS Community Order Number 54702 Expiration Date 10/30/2021 Authorization Key 8116600000500000500008000084345EF8F2473A5F13003Product=ServerLicense Type=Concurrent UserServer=SinglePlatform=IRIS CommunityLicense Units=5Licensed Cores=8Authorized Cores=8Extended Features=3A5F1300 . . . . . . Atelier required a restart but then it worked. WELL: default in Ubuntu / Docker : firewall offI fear Red Hat is different. But my last Red Hat is 15 yrs back :-( My personal decision was to move to Docker because it is really easy after 1/2 day playing with basics.
go to post Robert Cemper · Nov 29, 2019 Hi Udo, I tried it with my 1 year old Atelier installation.Setup of a new sever connection.The test showed me: OK so I changed to PASSWORD only AND the test worked OK. And access as well..
go to post Robert Cemper · Nov 29, 2019 you either remove the reference to the objector terminate the process that holds the references.
go to post Robert Cemper · Nov 29, 2019 The added %XML.Adaptor is not active until the related object is closed and a new instance of it is opened again.
go to post Robert Cemper · Nov 28, 2019 check license usage in SMP/Operations Check CSP Session as well In Security / Application force authentication not to lose licenses to Unknown user,It is not to comfortable but may help. BTW. my preview licenses had all features but NO users. I kicked them as useless.
go to post Robert Cemper · Nov 28, 2019 You are on the right way.It has to be a SYSTEM DSN. in win10 clich to startthen click the GEAR symbolnext search for ODBC and you should be there. OR search from WINDOWS control panel -> administration -> ODBC data sources (64bit) -> System DSN
go to post Robert Cemper · Nov 25, 2019 sorry. this was done by a PHP developer back in 2008/2009. the <Caché side was default from the wizard. I have no idea about the details anymore.
go to post Robert Cemper · Nov 21, 2019 $system.UpgradeAll("",.ERRLOG) may give you a hint on problems. Studio sticks with dictionary version. If there is a mismatch Studio refuses. And Mgmt Portal only shows Class documentation. I'm not so familiar with Healthshare: Is there eventually some Read/Only DB involved that blocks Update ?I think of class... EXTENDS (read/only class), ENSLIB ???
go to post Robert Cemper · Nov 21, 2019 eventually check qualifiers. Do $system.OBJ.ShowQualifiers() It could be necessary to set some of them by do $system.OBJ.SetQualifier()
go to post Robert Cemper · Nov 21, 2019 Try to run $system.OBJ.UpgradeAll() to catch all namespaces involved Some namespaces are excluded. %SYS for sure, not so sure about SAMPLES
go to post Robert Cemper · Nov 18, 2019 Great stuff! just a few years to late for me but good for future projects
go to post Robert Cemper · Nov 18, 2019 I faced a similar issue some years back. As PHP is so close to web servers I decided to use a WebsService to call the ClassMethod aka Procedure.It was easy on both ends and I could avoid the ODBC module (at that time only 32bit)
go to post Robert Cemper · Nov 17, 2019 In addition to Nigel's answer.: A central list of all routines doesn't seem to exist. But: Search the Documentation for CHUI and you will be surprised.(CHUI stands for CHaracter based Utility Interface) Special findings: Using ^GBLOCKCOPY for Fast Global Copies Character-based Management Routines Legacy Documentation this is really old stuff and mostly obsolete but still operational for special requirements WARNING: they are hard to read and much harder to understand Using the Caché ^%R Routine, Version 2008.1. Caché Programming Guide, Version 4.1: “Chapter 9 — Additional Routine Utilities” includes: %RCHANGE, %RCMP, %RCMPSEQ, %RCOMPIL, %RCOPY %RD, %RDEL, %RDELETE %RFAND, %RFIND, %RFIRST %RI, %RIMF %RKILL %RO, %ROMF %RPURGE %RVERMAX Caché Programming Guide, Version 4.1: “Chapter 10 — Additional Global Utilities” includes: %G %GCHANGE, %GCOPY %GD %GI, %GIF, %GIGEN %GO, %GOF, %GOGEN %GSET
go to post Robert Cemper · Nov 16, 2019 I'd expect better text search in a source control repository.Anyhow there is either a bug or a setup problem related to your Error msg in Atelier. Do you have any Windows based PC available to use Studio ?
go to post Robert Cemper · Nov 16, 2019 This routine is mapped to another database, are you sure you want to change it?? No => yes%DIRFULL.INT reply with NO (default) and you won't change any %*routine if you work from your namespace (RPMS?)