go to post Robert Cemper · Jan 4, 2020 Attention! The list of companies from enlyft.com is totally wrong.Even if you just look at Electronic Health Record you miss important countries like whole Scandinavia, Italy, Germany, China, ...and beyond that whole middle and eastern Europe and especially Russia. Where is Japan ?Just as a signal how massively wrong these figures are:My small Austria has more companies using Intersystems products than this 26 counting for India. I'd suggest you contact Intesystems Marketing for REAL figures.Your source is just faked information.
go to post Robert Cemper · Jan 2, 2020 Thanks for the confirmation.By this trick, (applied on coordinates) I could beat Oracle Spacial by magnitudes
go to post Robert Cemper · Dec 30, 2019 the issue is here: Method RtnReceive(RtnName As %String, RtnLines As %ListOfDataTypes(ELEMENTTYPE="%String", XMLITEMNAME="RtnLinesItem",XMLNAME="RtnLines")) As %String [ Final, ProcedureBlock = 1, SoapBindingStyle = document, SoapBodyUse = literal, WebMethod ] { use instead ELEMENTTYPE="%VarString", %VarString inherits from %String all except pre-define MAXLEN=50
go to post Robert Cemper · Dec 30, 2019 Wild guess from the hip: Your Data Type is a %String with default (MALXLEN=50)Try instead %VarString or %XML.String
go to post Robert Cemper · Dec 26, 2019 A few recommendations to improve performance: #1) %TimeStamp is a nice thing for display tough rather inefficient for indexing as it is mostly close to a unique index.If you just check for Date as you describe you better use an index on a calculate property of type %Dateinstead of a string, your date values in index are just integers !!! that makes your index slim and fast. #2)check for = is the easiest one, therefore, the fastestcheck for > is the slowest as you have no stop conditionbetween is somewhat better as you have to check > and < but you have a start / stop delimited range. And integer compare is by dimensions faster than any string compares with any available processor chip.And you do lots of them! in reality, better check the number of Global references and lines you execute.That's the truth. Costs are good guesswork based on generic parameters out of tune table but rather for the dimension.
go to post Robert Cemper · Dec 25, 2019 SUPER ! less scrolling = easier to foloww the contents. A real Xmas gift! Congrats & best wishes
go to post Robert Cemper · Dec 22, 2019 @Kenneth.Poindexter8571 this is correctthough the result might be disappointing. See: >ping www.intersystems.com Antwort von 172.227.166.122: Bytes=32 Zeit=22ms TTL=55 But: USER>w $system.INetInfo.AddrToHostName($C(172,227,166,122))a172-227-166-122.deploy.static.akamaitechnologies.comUSER>
go to post Robert Cemper · Dec 20, 2019 here ist lengthy doc to the wizard https://cedocs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GSTD_Start#GSTD_CreateWeb
go to post Robert Cemper · Dec 20, 2019 map your MS SQL Table to a class using SQL gateway in Studio create a new CSP page <html><head> <!-- Put your page Title here --><title> Cache Server Page </title> </head> <body><!-- Put your page code here -->My page body</body></html> use Tool / Templates / WebForm Assistantselect your Class and the Properties you needcompile ituse it
go to post Robert Cemper · Dec 12, 2019 Great to see the subject coming up. Especially as I had a very personal relationship to it starting with version -2 (SpeedMiner??)or so before it was named DeepSee 1.
go to post Robert Cemper · Dec 2, 2019 Sorry. My DOCKER is a Windows version. Iris is Ubuntu.So it is UBUNTU inside Windows.
go to post Robert Cemper · Dec 2, 2019 CACHE & IRIS have JDBC drivers as part of the installation. see this:https://cedocs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=BGJD_preface an example for SQLdeveloper using 3rd party JDBC (here DB2) might be a guideline how to proceedhttps://www.db2tutorial.com/getting-started/sql-developer-db2/
go to post Robert Cemper · Dec 1, 2019 just tried your line: My docker is slightly older. Checked it on Ubuntu server rcemper@TEST:~$ sudo bash[sudo] password for rcemper:root@TEST:~# root@TEST:~# docker --version#Docker version 19.03.4, build 9013bf583a And this one runs on WIN10>docker --versionDocker version 19.03.4, build 9013bf5 Same result for both of them: >docker container run -it -p 51773:51773 -p 52773:52773 -p 5001:5001 -p 5000:5000 --name rcc2 --rm store/intersystems/iris-community:2019.3.0.309.0[WARNING] No init process detected! This container may accumulate zombie processes if run for a long time. Consider using "docker create --init ..." or equivalent.[INFO] Starting InterSystems IRIS instance IRIS...[INFO] This copy of InterSystems IRIS has been licensed for use exclusively by:InterSystems IRIS CommunityCopyright (c) 1986-2019 by InterSystems CorporationAny other use is a violation of your license agreementStarting IRIS 12/01/19-22:24:43:883 (397) 0 [Generic.Event] Automatically configuring buffers12/01/19-22:24:43:959 (397) 0 [Generic.Event] Allocated 421MB shared memory: 249MB global buffers, 35MB routine buffers12/01/19-22:24:43:961 (397) 0 [Crypto.IntelSandyBridgeAESNI] Intel Sandy Bridge AES-NI instructions detected.12/01/19-22:24:43:975 (397) 0 [WriteDaemon.UsingWIJFile] Using WIJ file: /usr/irissys/mgr/IRIS.WIJ12/01/19-22:24:43:976 (397) 0 [WriteDaemon.CreatingNewWIJ] Creating a new WIJ file12/01/19-22:24:45:445 (397) 0 [WriteDaemon.CreatedNewWIJ] New WIJ file created- - - -
go to post Robert Cemper · Dec 1, 2019 Hi We used this @ german symposium: >docker imagesREPOSITORY TAG IMAGE ID CREATED SIZEstore/intersystems/iris-community 2019.3.0.309.0 ccc1f07e75b6 2 months ago 1.33GB >docker run -it -p 51773:51773 -p 52773:52773 -p 5001:5001 -p 5000:5000 -v c:\DockerData\:/data --name rcc2 --rm ccc1f07e75b6[WARNING] No init process detected! This container may accumulate zombie processes if run for a long time. Consider using "docker create --init ..." or equivalent.[INFO] Starting InterSystems IRIS instance IRIS...[INFO] This copy of InterSystems IRIS has been licensed for use exclusively by:InterSystems IRIS CommunityCopyright (c) 1986-2019 by InterSystems CorporationAny other use is a violation of your license agreementStarting IRIS 12/01/19-19:13:57:734 (397) 0 [Generic.Event] Automatically configuring buffers12/01/19-19:13:57:808 (397) 0 [Generic.Event] Allocated 421MB shared memory: 249MB global buffers, 35MB routine buffers12/01/19-19:13:57:810 (397) 0 [Crypto.IntelSandyBridgeAESNI] Intel Sandy Bridge AES-NI instructions detected.12/01/19-19:13:57:825 (397) 0 [WriteDaemon.UsingWIJFile] Using WIJ file: /usr/irissys/mgr/IRIS.WIJ12/01/19-19:13:57:825 (397) 0 [WriteDaemon.CreatingNewWIJ] Creating a new WIJ file12/01/19-19:13:58:490 (397) 0 [WriteDaemon.CreatedNewWIJ] New WIJ file created12/01/19-19:13:58:493 (397) 0 [Generic.Event]Startup of InterSystems IRIS [IRIS for UNIX (Ubuntu Server LTS for x86-64 Containers) 2019.3 (Build 309U) Wed Sep 11 2019 16:20:03 EDT] in /usr/irissys/bin/ with mgr: /usr/irissys/mgr with wij: /usr/irissys/mgr/IRIS.WIJ from: /usr/irissys/mgr/ OS=[Linux], version=[#1 SMP Tue Jul 2 22:58:16 UTC 2019], release=[4.9.184-linuxkit], machine=[x86_64] nodename=[e3f43e3bfd15]. numasyncwijbuf: 0, swdwrtmax: 0, wijdirectio: off, synctype: 3 System Initialized.12/01/19-19:13:58:504 (398) 0 [WriteDaemon.Started] Write daemon started.12/01/19-19:13:59:795 (409) 0 [Database.MountedRW] Mounted database /usr/irissys/mgr/ (SFN and it works as expected . But I used no durable feature !!
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.