go to post Robert Cemper · Feb 6, 2022 possible but not likely: your friendly WIN Firewall blocks port 1972 in both directions)
go to post Robert Cemper · Feb 6, 2022 You could check in mgmt Portal MEMORY at the Bottom Super server PortThe next chance is that you run out of licenses. Also available in MgmPortal. (CSP/ZEN can be a huge license eater)
go to post Robert Cemper · Feb 6, 2022 #1Caché Studio can't access IRIS for version reasons. Reverse IRIS studio can sometimes.Better run separate versions.#2Studio requires access to SuperServerPort. Actual 1972 previous was 51773.if your IRIS runs in a Docker Container check the port mapping .
go to post Robert Cemper · Feb 5, 2022 check https://openexchange.intersystems.com/package/springboot-iris-crud
go to post Robert Cemper · Feb 3, 2022 Big THANKS to the whole community for the interest and the trust in my contribution,Not to forget to thank the excellent support team and the fruitful cooperation within the community!
go to post Robert Cemper · Feb 2, 2022 this works unlimited but has no exit if none unmatched foundmethod length = 64,and it shows only the abs. value 38 instead of -38 s y=$lfs(o) f i=1:1 s a=$lf(y,i),b=$lf(y,-i) ret:a+b&'(a*b) i
go to post Robert Cemper · Feb 2, 2022 but it fails if the unpaired is < -9 as in the ref.example "-110,110,-38,-38,-62,62,-38,-38,-38" and doesn't stop
go to post Robert Cemper · Feb 2, 2022 NICE. but runs forever if there is no unpared. And why starting with -9 ?
go to post Robert Cemper · Feb 2, 2022 size = 65 return 0 if all pared; { 0 is excluded for pairing } ClassMethod Solve(o As %String) As %Integer { s y=$lfs(o) f i=1:1:$ll(y) s c=$li(y,i) ret:'$lf(y,-c) c q 0 }
go to post Robert Cemper · Feb 2, 2022 Special thanks for defining the clear rules and excluding 'dirty' tricks
go to post Robert Cemper · Feb 1, 2022 #1 convert both dates to $HOROLOG format and substract it # 2 use $system.SQL.Functions.DATEDIFF()
go to post Robert Cemper · Jan 31, 2022 set def=##class(%Dictionary.CompiledClass).%OpenId("Sample.Person.JSON") write def.SqlSchemaName Sample_Person write def.SqlTableName JSON
go to post Robert Cemper · Jan 31, 2022 example: set def=##class(%Dictionary.CompiledClass).%OpenId("oex.Dir") write def.SqlSchemaName oex write def.SqlTableName Dir