go to post Robert Cemper · Sep 12, 2021 Finally, the docker image now builds OK and contains all required classes & all globals.( + also the bug in dc.script.Genre.cls was fixed) Connection to local PowerBi now works and shows the expected images.Thanks for fixing it.I was somewhat surprised that IRIS Analytics was not required at all since therewas no Cube nor Pivot nor Dashboard. I built it myself just using dc.dc.bi.PopSongs.OK. PowerBI graphics look better.But here is not the place to comment on ZEN graphics.
go to post Robert Cemper · Sep 11, 2021 no chance. M$ wants a corporate e-mail. I have no corporation.confirms my personal opinion on M$ products I can only use the free download version.
go to post Robert Cemper · Sep 11, 2021 When I downloaded your Repo from GitHub the docker image generated.But I just see just NOTHING inside the container of the dc.* classes or globals that are in the repoI couldn't find any cube or pivots or dashboards. Neither in the container nor in the repo.Not just me, also Power BI just found NOTHING.What do you expect me to vote for ?Sorry.
go to post Robert Cemper · Sep 10, 2021 I was unable to reproduce it in InterSystems Studio Client 2021.1.0 Build 205maybe some older version ?
go to post Robert Cemper · Sep 10, 2021 I placed a prodlog on the strange behavior of $system.OBJ.Load()PRODLOG 951065
go to post Robert Cemper · Sep 10, 2021 As seen in my comment I can reproduce the error pattern and show some really dirty effects.Someone willing to debug this source control and expose his SYSLIB may be the winner.
go to post Robert Cemper · Sep 9, 2021 from class docs: • property Server as %String(MAXLEN=64,MINLEN=0); Name of the remote server where the DB resides.If empty, the database is local.Remote server must already be configured to be entered here. so this applies if you have some ECP connected DBs
go to post Robert Cemper · Sep 9, 2021 omit the server name and just use "" for your local server %SYS>set db=##class(Config.Databases).DatabasesByServer("",.dbList) %SYS>zw db=1 dbList="DEMO,IRISSYS,CACHE,ECODE,EDATA,ENSLIB,IRISAUDIT,IRISLIB,IRISLOCALDATA,IRISTEMP,USER" %SYS>
go to post Robert Cemper · Sep 8, 2021 https://docs.intersystems.com/iris20211/csp/docbook/DocBook.UI.Page.cls?KEY=RCOS_fzdate write $zd(+$h,4,,4)
go to post Robert Cemper · Sep 5, 2021 s max=0,glb="^MyGlobal" f s glb=$q(@glb) q:glb="" s:$ql(glb)>max max=$ql(glb) zw max
go to post Robert Cemper · Sep 5, 2021 Beginners see the query plan first and then create the index on items in WHERE clause.Experts mostly reverse the sequence.
go to post Robert Cemper · Sep 5, 2021 for questions 1.1You should use static IP addresses. hope this description helpshttps://pimylifeup.com/raspberry-pi-static-ip-address/
go to post Robert Cemper · Sep 5, 2021 #1 add an extent Index#2 try https://community.intersystems.com/post/repairing-your-index
go to post Robert Cemper · Sep 3, 2021 SSO account can be shared for WRC (if enabled), DC, OEX, Learnig, ..Global Masters is an external application that can make use of SSObut has its own independent accounts as well.
go to post Robert Cemper · Sep 3, 2021 SSO is part of Social Tab in Edit Profile in Global Masters.it allows sign in using WRC SSO https://globalmasters.intersystems.com/
go to post Robert Cemper · Sep 3, 2021 did you try ZN "%SYS" to return ? or switching to a different Namespace and back to %SYS ?