Learning Documentation Community Open Exchange Global Masters Certification Partner Directory Ideas Portal
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
New post
  • Profile page
  • Posts (246)
  • Replies (3,084)
  • Mentions (380)
  • Official certification & Credly badges (0)
  • Global Masters badges (108)
  • Followers (64)
  • Following (1)
AllAccepted answers
    go to post
Robert Cemper · Sep 12, 2024

Oh dear !
I started with DSM 1.0  in 1978  and met Terry in the kick-off training for support in Mainard.
It was a great experience to me. 

0 0 https://community.intersystems.com/post/code-scanner?page=6#comment-270156
    go to post
Robert Cemper · Sep 11, 2024

ÍD is an reserved name in IRIS / Ensemble
in fact as you describe it, it is rather a KEY than a typical ID
so this query may serve your needs

SELECT LIST(Value) WHERE KEY=11 

SELECT LIST(Value) WHERE KEY=12

0 0 https://community.intersystems.com/post/sql-query-get-multiple-records?page=6#comment-270066
    go to post
Robert Cemper · Sep 11, 2024

demo video added    https://youtu.be/JpRJzDNp96c

1 0 https://community.intersystems.com/post/code-scanner?page=6#comment-270056
    go to post
Robert Cemper · Sep 11, 2024

@Mary George 

there is one.

I just posted a cross namespace cross CLS, MAC; INT, INC search
https://community.intersystems.com/post/code-scanner

It's pretty fast just using COS and Globals.  No class.

0 0 https://community.intersystems.com/post/search-all-namespaces?page=6#comment-270031
    go to post
Robert Cemper · Sep 4, 2024

Congrats:
I like your code example that demonstrates deep understanding of the DB concept.
 💪

0 0 https://community.intersystems.com/post/cache-dynamic-sql-pagination?page=6#comment-269761
    go to post
Robert Cemper · Sep 3, 2024

From docs:

tformat = 1  >>> Express time in the form "hh:mm:ss" (24-hour clock).

W $ZTIME(338,1,)
00:05:38

W $ZTIME(338+43200,1)
12:05:38


My guess: You look for this

​​​​​​​W $tr($ZTIME(338,3),"AM")
12:05:38

1 0 https://community.intersystems.com/post/wrong-data-conversion-when-returning-ztimeh-and-ztime?page=6#comment-269606
    go to post
Robert Cemper · Sep 2, 2024
set time="2023-09-28T20:35:41Z"
write $TRANSLATE(tine,"-:TZ")

20230928203541
0 0 https://community.intersystems.com/post/how-convert-date-yyyy-mm-ddthhmmssz-format-yyyymmddhhmmss-format?page=6#comment-269546
    go to post
Robert Cemper · Aug 22, 2024

Do you look for a kind of LOGGING ?

0 0 https://community.intersystems.com/post/we-need-one-common-method-persist-data-all-tables-c-rest-api-intersystems-cache-object-script?page=6#comment-268931
    go to post
Robert Cemper · Aug 19, 2024

👍💪

0 0 https://community.intersystems.com/post/how-programmatically-update-port-number-multiple-items?page=6#comment-268841
    go to post
Robert Cemper · Aug 18, 2024

with   set pSettings("From_Source_Rec_Job","Adapter...

you pass a String literal

assuming the value of your variable  str = From_Source_Rec_Job

then    set pSettings(str,"Adapter","FTPPort")=2022 

should be sufficient

1 0 https://community.intersystems.com/post/how-programmatically-update-port-number-multiple-items?page=6#comment-268796
    go to post
Robert Cemper · Aug 16, 2024

iris | 08/15/24-05:47:48:778 (828) 3 [Utility.Event] Error while moving data directories

ERROR #5001: Cannot create target: /shared/durable/

You may have some file protection issue

0 0 https://community.intersystems.com/post/get-errro-command-iris-start-iris-quietly-exited-status-256-when-run-httpsgithubcomintersystems?page=6#comment-268716
    go to post
Robert Cemper · Aug 15, 2024

Studio has a feature to expand / compress ObjectScript Commands
Advanced Editing
this might be a starting point.

1 0 https://community.intersystems.com/post/theres-any-way-check-if-some-part-code-abbreviated-command?page=6#comment-268691
    go to post
Robert Cemper · Aug 9, 2024

You mentioned IIS.
Are you sure IIS is listening at port 57772 ?

And: http://localhost:57772/csp/sys/UtilHome.csp
looks like the old call to private Apache

0 0 https://community.intersystems.com/post/server-availability-error-while-launching-httplocalhost57772cspsysutilhomecsp?page=6#comment-268386
    go to post
Robert Cemper · Aug 8, 2024

on Windows use  $$$installdir\bin\iris.exe 

  • iris stop <instance-name>
  • iris start <instance-name>

for instance-name use iris list 

0 0 https://community.intersystems.com/post/cold-backup-batchfile-windows-server?page=6#comment-268246
    go to post
Robert Cemper · Aug 2, 2024
  • a zen page definition creates a class (just like CSP)
  • the runtime of this class is an INT routine.
  • Anr there is hidden the truth of JS and COS  
0 0 https://community.intersystems.com/post/how-get-value-zenpage-component-chromeedge-addon-js?page=6#comment-267836
    go to post
Robert Cemper · Jul 31, 2024

ZENpages load a bunch of dedicated js libraries + scripts in browser for it's communication
Suggestion: create a simple ZEN page and check js libraries and scripts used. 

0 0 https://community.intersystems.com/post/how-get-value-zenpage-component-chromeedge-addon-js?page=6#comment-267436
    go to post
Robert Cemper · Jul 29, 2024

do HELP^%G    no blank between P and ^%G
straight Objectscript

1 0 https://community.intersystems.com/post/iris-health-developer-version-interoperability-production-page-freezing?page=6#comment-267361
    go to post
Robert Cemper · Jul 29, 2024

not so much need of a SET class in ObjectScript

  • every local variable array or a global allows alphanumeric subsriüpts up to size 255
  • those subscripts are unique
0 0 https://community.intersystems.com/post/sets-objectscript?page=6#comment-267266
    go to post
Robert Cemper · Jul 28, 2024

thanks for the explanation ! 

0 0 https://community.intersystems.com/post/expanded-explanation-rag-vector-search-and-how-it-implemented-iris-iris-rag-app?page=6#comment-267221
    go to post
Robert Cemper · Jul 26, 2024

my example as code

0 0 https://community.intersystems.com/post/read-xml-response?page=6#comment-267121
  • first
  • ‹ previous
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • next ›
  • last
Robert Cemper
@Robert.Cemper1003
~~ retired but not tired ~~
MOD
Follow
Open Exchange profile

User statistics

Posts
246
Replies
3.1K
Likes
4K
Applications
81
Badges
108
Followers
64
People reached
126.5K
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