User bio
my video https://youtu.be/zx6WoApljBI
my story https://community.intersystems.com/post/45-years-intersystems-1978-2023
Member since Jul 21, 2017
Posts:
Replies:
That's a typical case,
where I write my personal ZZanyname function into %ZLANGF00.mac
to hide the details
which version ?
I tried and failed.
CLASS DOES NOT EXIST>%FromOref+8^%Library.DynamicObject.1 *%Library.EntityProjectionUtil
SAMPLES>w $zv
IRIS for Windows (x86-64) 2024.3 (Build 217U) Thu Nov 14 2024 17:59:58 EST
Open Exchange applications:
Certifications & Credly badges:


Global Masters badges:







Followers:
Following:
#1) in %SYS find the sessions by this Stored Procedure:
.png)
#2 Next based on the SessionId I can open the Object
%SYS>set sess=##class(%CSP.Session).%OpenId("kTkyVXwgxw") %SYS>set pid=sess.ProcessId %SYS>if $l(pid) set tSC=$$DeleteSession^%SYS.cspServer(pid)
The last row was found in
Class %CSP.UI.Portal.CSPSessions
ClassMethod EndSession
Attention. Not every CSP Session has also a pid !