Learning Documentation Community Open Exchange Ideas Portal Global Masters Certification Partner Directory Startup Hub
Developer Community
  • Posts
    • InterSystems Official
    • Articles
    • Questions
    • Announcements
    • Discussions
    • Tags
  • Events
    • Tech Article Contest
    • Programming Contest
    • InterSystems Ideas Contest
    • Event Calendar
  • Products
    • InterSystems IRIS
    • InterSystems IRIS for Health
    • HealthShare
    • TrakCare
    • Caché
    • Ensemble
    • InterSystems Analytics (DeepSee)
    • InterSystems Text Analytics (iKnow)
  • Jobs
    • Job Opportunity
    • Job Wanted
  • Members
  • About
    • About Us
    • FAQ
    • Feedback
    • Report an Issue
    • Share an Idea
    • Code of Conduct
    • Contact Us

EN

Search by posts, members, tags
Language
EN|
ESPTJPCNFREN
  • Profile page
  • Posts (261)
  • Replies (3,192)
  • Mentions (419)
  • Official certification & Credly badges (0)
  • Global Masters badges (110)
  • Followers (66)
  • Following (1)
AllAccepted answers
    go to post
Robert Cemper · Feb 17, 2022

to allow Indirection in your case or eXecute to work, you have to set  

ClassMethod Indirection() [ ProcedureBlock=0 ] 

see:  https://docs.intersystems.com/iris20212/csp/docbook/DocBook.UI.Page.cls?KEY=ROBJ_method_procedureblockand my related article: https://community.intersystems.com/post/summary-local-variable-scoping

0 0 https://community.intersystems.com/post/help-indirection-and-variable-scope?page=57#comment-181741
    go to post
Robert Cemper · Feb 14, 2022

upgrade version ?

0 0 https://community.intersystems.com/post/wrapping-lines-dynamic-grid?page=57#comment-181526
    go to post
Robert Cemper · Feb 14, 2022

It should be sufficient to add this to init:script

set user=##class(Security.Users).%OpenId("unknownuser")
do user.Roles.Insert("%All")
do user.%Save()
 ;;; just for comfort
set smp=##class(Security.Applications).%OpenId("/csp/sys")
set smp.AutheEnabled=64
do smp.%Save()

set

1 0 https://community.intersystems.com/post/demo-docker-container?page=57#comment-181511
    go to post
Robert Cemper · Feb 12, 2022

Thanks for having the :preview
That's comfort

1 0 https://community.intersystems.com/post/intersystems-iris-iris-health-healthshare-health-connect-20221-developer-preview-7-published?page=57#comment-181406
    go to post
Robert Cemper · Feb 11, 2022

Online Demo added

Online Demo Terminal
Online Demo SMP
 

1 0 https://community.intersystems.com/post/globaltojson-embeddedpython-pure?page=57#comment-181276
    go to post
Robert Cemper · Feb 11, 2022

Online Demo added:

Online Demo Terminal
Online Demo SMP
 

0 0 https://community.intersystems.com/post/globaltojson-embeddedpython?page=57#comment-181271
    go to post
Robert Cemper · Feb 9, 2022

FOR loop does not accept a quit with argument.

ERROR: CodeGolf.CHK.cls(7) :QUIT with arguments not allowed here c

but return is 5 chars more 

0 0 https://community.intersystems.com/post/code-golf-paired-opposites?page=57#comment-181041
    go to post
Robert Cemper · Feb 7, 2022

in object script the command is HANG  10   to wait for 10 sec 

0 0 https://community.intersystems.com/post/how-delay-few-seconds-businessprocess-custom-code?page=57#comment-180691
    go to post
Robert Cemper · Feb 6, 2022

possible but not likely:  your friendly WIN Firewall blocks port 1972 in both directions)

0 0 https://community.intersystems.com/post/issue-studio?page=57#comment-180581
    go to post
Robert Cemper · Feb 6, 2022

You could check in mgmt Portal  MEMORY at the Bottom Super server Port
The next chance is that you run out of licenses. Also available in MgmPortal.  
(CSP/ZEN can be a huge license eater)

0 0 https://community.intersystems.com/post/issue-studio?page=57#comment-180576
    go to post
Robert Cemper · Feb 6, 2022

#1
Caché Studio can't access IRIS for version reasons. Reverse IRIS studio can sometimes.
Better run separate versions.
#2
Studio requires access to SuperServerPort.  Actual 1972 previous was 51773.
if your IRIS runs in a Docker Container check the port mapping .    

1 0 https://community.intersystems.com/post/issue-studio?page=57#comment-180561
    go to post
Robert Cemper · Feb 5, 2022

check https://openexchange.intersystems.com/package/springboot-iris-crud

0 0 https://community.intersystems.com/post/how-use-intersystems-iris-springbootjava?page=57#comment-180531
    go to post
Robert Cemper · Feb 5, 2022

closed

0 0 https://community.intersystems.com/post/how-deal-it-enslibedixmldocument-restrictions-return-length-class?page=57#comment-180526
    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!

2 0 https://community.intersystems.com/post/top-intersystems-community-contributors-2021?page=57#comment-180206
    go to post
Robert Cemper · Feb 3, 2022

yes  GREAT !  covers all situations.

0 0 https://community.intersystems.com/post/code-golf-paired-opposites?page=57#comment-180071
    go to post
Robert Cemper · Feb 2, 2022

this works unlimited but has no exit if none unmatched found
method 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

0 0 https://community.intersystems.com/post/code-golf-paired-opposites?page=57#comment-179976
    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

0 0 https://community.intersystems.com/post/code-golf-paired-opposites?page=57#comment-179966
    go to post
Robert Cemper · Feb 2, 2022

NICE.  but runs forever if there is no unpared. 
And why starting with  -9 ?

0 0 https://community.intersystems.com/post/code-golf-paired-opposites?page=57#comment-179946
    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
}
3 0 https://community.intersystems.com/post/code-golf-paired-opposites?page=57#comment-179856
    go to post
Robert Cemper · Feb 2, 2022

and you get 0 if numbers are paired !

0 0 https://community.intersystems.com/post/code-golf-paired-opposites?page=57#comment-179821
  • first
  • ‹ previous
  • …
  • 56
  • 57
  • 58
  • 59
  • 60
  • …
  • next ›
  • last
Robert Cemper
@Robert.Cemper1003
~~ retired but not tired ~~
MOD
Follow
Open Exchange profile

User statistics

Posts
261
Replies
3.2K
Likes
4.1K
Applications
87
Badges
110
Followers
66
People reached
136.6K
Accepted answers
1.1K
  • Privacy & Terms
  • Guarantee
  • Section 508
  • Contest Terms
  • Cookies Settings
© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up