go to post Sergey Mikhailenko · Nov 26, 2021 In a studio it is possible.1. I put a delay of a few seconds in the service code.2. Start the service3. I find the required process, connect to it
go to post Sergey Mikhailenko · Nov 12, 2021 Hi Andy There is also an alternative SQL;manager in the apptools-admin application, with the ability to conveniently connect to external sources via jdbc
go to post Sergey Mikhailenko · Oct 9, 2021 By the way, I saw a shorter line from Sergei Shutov: zn "%SYS" d ##class(Security.SSLConfigs).Create("z") s r=##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="z" d r.Get("/packages/zpm/latest/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c")
go to post Sergey Mikhailenko · Oct 7, 2021 Hi, Guillaume!It’s very nice, I scattered this code in all my projects on openexchange, so that it was always at hand
go to post Sergey Mikhailenko · Sep 14, 2021 Hi, @Evgeny Shvarov ZPM A module from one command?Set tSC = ##class(%SYS.Portal.Users).%AddFavorite("WebTerminal","/terminal/")Or do you mean something more?
go to post Sergey Mikhailenko · Jun 28, 2021 Conducted testing on large tables. Process memory is not wasted. The result is good.
go to post Sergey Mikhailenko · Jun 8, 2021 Hi Nick! Thanks for the good article. There is a typo in the program code associated with a variable name and username
go to post Sergey Mikhailenko · May 6, 2021 Hi Jonathan. ZPM is very useful for deploying interoperability. Last year, there was even an interop competition. Many worthy projects took part in it.
go to post Sergey Mikhailenko · Apr 20, 2021 Thanks a lot, Robert.It's better not to look into the source code, I'm afraid to look there myself. Some parts of the global editor's code still remember DSM11, and the release took place in 1991.
go to post Sergey Mikhailenko · Apr 1, 2021 Hello MaryI solved this problem in this way. Found by context Prevent page refresh at session end - #;YSD2224 method ##class(%CSP.Util.AutoPage) .DrawAutoLogout ()Modified the place:...If % request.URL'["UtilSqlQuery.csp" {...I think there is something similar in the Healthshare portal.But you'd better contact WRC.