go to post Robert Cemper · Apr 26, 2022 namespace %SYS ?all required privileges ? Checked Class Docu for 2017.1 >>> query Detail exists ! https://cedocs.intersystems.com/ens20171/csp/documatic/%25CSP.Documatic.cls
go to post Robert Cemper · Apr 26, 2022 this worked for me select CAST(0+AVG(PackingTimeSpent) as TIME) average .... the 0+ forces Integer, then CAST understands youand pls. don't ask why. I just tried the output from AVG() is definitely NOT Integer
go to post Robert Cemper · Apr 25, 2022 this are not properties but an ERROR Status Object.the boxes are non-printable binary values from $LB() or similar.
go to post Robert Cemper · Apr 21, 2022 if this is inside a method add [ProcedureBlock = 0] to the method
go to post Robert Cemper · Apr 20, 2022 @Jean Millette Just great! I was searching for this for quite some time
go to post Robert Cemper · Apr 18, 2022 Hi @Evgeny Shvarov, I run my Docker Desktop on WIN10 And with my setup, I have reviewed more than 300 Docker build sequencesAlways focused on how easy it is for the average consumer and how well the description fits reality.This package forced me to exercise settings that were just not needed beforeAnd (differently from others) there is not the slightest signal in the description of that requirement.It's some *KIT* stuff and the official doc doesn't care much about WIN.it finally moved along. and others should be warned [getting rid of it was another story]And the result was something that I see multiple times daily in my SMP instances.Sorry!Nice screenshots from VSCode.Just to be clear: I tried but will never use VSCode as long as I have my Studio available.And I never touched it in any of my reviews or other situations.
go to post Robert Cemper · Apr 17, 2022 You are right.But it works in a test within a Try-Catch bloxk try { ;;; run your code } catch e { if $ze["<RESJOB>" while $TLEVEL { tcommit } }
go to post Robert Cemper · Apr 17, 2022 It is rather brute force but matches your decision to skip rollbacks: while $TLEVEL { TCOMMIT } to be sure to catch all cases I'd place it in a %ZSTOP.mac It's the reverse of %ZSTART. >> docu
go to post Robert Cemper · Apr 10, 2022 Do you still expect some echo?Or is the question meanwhile just out of date?
go to post Robert Cemper · Apr 10, 2022 Do you still expect some echo?Or is the question meanwhile just out of date?
go to post Robert Cemper · Apr 8, 2022 Globals: Embedded Python vs. ObjectScript is also available on Online Demo since its first release. It is also listed in OEX Directory "Products with Demo"Pls adjust the list accordingly
go to post Robert Cemper · Apr 7, 2022 @Chris Stewart it was there even earlier see my article Repairing your Index the background then, were manually written index globals.the BIG advantage is to slice it down and run it as slow as you need with practically no extra load
go to post Robert Cemper · Apr 7, 2022 at first sight, it looks like an issue on variable scoping with embedded SQLa quite old issuetry %suspendedCount instead of suspendedCount &sql(SELECT count(ID) into :%suspendedCount FROM Ens.MessageHeader where TargetQueueName not like '_S%' and TargetQueueName not like 'ENS%' and Status='Suspended' ) resulting 0 into suspendedCount
go to post Robert Cemper · Apr 3, 2022 To force it to string you have to append some non numeric character ! but this one is then part of the subscript as $c(0) or whatever you appendin addition, you break the numeric sort and change to string sorting. USER>set s1=111,s2=444,q="." USER>set a(s2)=1,a(s1)=2,a(s1_q)=3,a(s2_q)=4 USER>zw a a(44)=1 a(111)=2 a("111.")=3 a("44.")=4
go to post Robert Cemper · Apr 2, 2022 Do you still expect some echo?Or is the question meanwhile just out of date?
go to post Robert Cemper · Apr 2, 2022 Do you still expect some echo?Or is the question meanwhile just out of date?
go to post Robert Cemper · Apr 2, 2022 Do you still expect some echo?Or is the question meanwhile just out of date?