Syndicate content 0  
Question
· Mar 19, 2024
Support for Java 17+

Any prevision when Java 17 or superior will be released?

Java 11 is not used any more, because vulnerabilities, security problems and new java resources not present in 11 version

1 3
0 191
I'm wondering what the best practice is for handling %Status values within the terminal.
1. set tSC=...
    do $SYSTEM.Status.DisplayError(tSC)
 
2. set tSC=...
   zwrite tSC

3. An alternative?

Is there a meaningful difference between the two? Should one be used over the other for any reason? Should something else be used?

0 2
0 192

I'm using a customised IRIS Community Edition Docker Container: Node.js has been added and the Native API for Node.js directory moved to a node_modules folder in /home/irisowner. I've changed the _SYSTEM password using the Management Portal (which connects to IRIS just fine)

If I shell into the running container and try to connect with a JS script file containing this:

const IRISNative = require('intersystems-iris-native');

let connectionInfo = {

host: 'localhost',

port: 1972,

ns: 'USER',

0 2
0 192
Article
· Jul 20, 2023 1m read
How to track your activity on DC

Hey Developers,

If you wish to know how you're doing in the Community and see your stats, you don't need to scroll through all your posts in your profile (though it is also possible). You can use the Online Analytics Dashboard. In it you can see your own detailed statistics for the current week, month, and all time, including:

  • number of views, likes, comments, followers
  • timeline graphics of views, likes, actions with your posts, comments
  • a table containing info about views, comments, and likes for your every post

      9 0
      0 194

      With rapid evolution of Generative AI, to embrace it and help us improve productivity is a must. Let's discuss and embrace the ideas of how we can leverage Generative AI to improve our routine work.

      1 0
      1 194

      Introducing a new component driver for Deltanji source control, which enables highly granular management of InterSystems Interoperability Productions with tight integration into the management portal

      InterSystems Interoperability Productions are defined in a single monolithic class definition. A production can contain many hundreds or thousands of configuration items. This presents a problem if multiple developers are working on different Business Processes within the same production simultaneously. Simultaneous development is almost inevitable for large productions containing many configuration items. 

      4 0
      0 194

      Hey Developers,

      Join us to review the latest additions to Health Insight and future product plans for analytics in HealthShare:

      Health Insight New and Next @ Global Summit 2022

      https://www.youtube.com/embed/A1LPBSEWRjQ
      [This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]

      0 0
      0 194

      Hi All,

      I have to convert a binary 32-bit IEEE 754 floating point to an decimal representation.

      Is there any inbuilt function available in Cache 2015.1 version to convert IEEE 754 floating point to decimal representation?

      For Example:

      Input:
      IEEE 754 value => 0 10000111 10111000000000000000000

      Output:
      After Converting => 440.0

      Thanks,

      0 2
      0 192
      Question
      · Dec 12, 2019
      ComplexMap Riddle

      Im usually pretty good at ComplexMaps and implemented a couple, but I have one that is stumping me on how I can implement it. My problem is I have no real "leading data" to key off of and need something else...

      It goes a little bit like this:

      D123456 THING1 THING2 THING3 THING4

      D789101 THING1 THING2 THING3 THING4

      0 1
      0 193
      Question
      · Sep 13, 2024
      Iterate over array of namespaces

      How do you iterate over the array of namespaces returned in the result byref from the call below?

      DO ##class(%SYS.Namespace).ListAll(.result)

      Running "zw result" displays the namespaces (as individual subscripts in result) in the Terminal but I want to be able to programmatically iterate through each namespace name.

      1 6
      1 187

      Introduction

      In today's rapidly evolving threat landscape, organizations deploying mission-critical applications must implement robust security architectures that protect sensitive data while maintaining high availability and performance. This is especially crucial for enterprises utilizing advanced database management systems like InterSystems IRIS, which often powers applications handling highly sensitive healthcare, financial, or personal data.

      9 3
      1 133

      Hello, I am total newbie when it comes to ObjectScript (just started going through the tutorial). We have a task where we have to update the port number for 75-100 items (say for half of the items in our production). Going through the documentation and other community posts it looks like we could utilize class method 'ApplySettings' in Ens.Production. But we are running into an issue. Below is what we currently have. When we hard code the item, it works. But, if we store the item in a variable and try it pass it through. Then it doesn't work. We are also not seeing an error. Is our

      0 3
      1 190

      Hi Community,

      Watch the new video on InterSystems Developers YouTube:

      Introduction to HealthShare Unified Care Record

      https://www.youtube.com/embed/BCtHpkw5D_Y
      [This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]

      0 0
      0 193
      Question
      · Aug 18, 2023
      GetEnviron() on CentOS

      Why I'm not getting OS level environmental variable in the IRIS for below actions:

      CentOS termial:

      [root@]# export TEST="test"
      [root@]# echo $TEST
      test
      [root@]# iris session MYIRIS

      Node: myiris01, Instance: MYIRIS

      Username: User
      Password: ********
      NSPACE>s test = $SYSTEM.Util.GetEnviron("TEST")

      NSPACE>w test

      NSPACE>

      0 8
      0 185

      I have the following method call (have included html and css as well). when I debug the code in a browser, JavaScript seems to work fine. Loading image is coming up, table is getting hidden. But when I close the debug and just load the page and run it, loading image is not coming up, neither the table is hidden. Not sure what is going on? I need help to understand what I am doing wrong?

      XData Style

      {

      <style type="text/css">

      #loading {width: 100%;height: 100%;top: 0px;left: 0px;position: fixed;display: block; z-index: 99}

      0 3
      0 190

      I am trying to pull the status of operations in health connect. I'm successfully pulling if it's enabled/disabled, but I'm not getting access to where the current item status is held (for example, items in error). I found "##class(EnsPortal.Utils).ItemStatuses", but I can't retrieve data from that. Is this data readily accessible via another means?

      Thank you!

      0 4
      0 189

      Hello,

      I am still trying to figure that Calculated Measure stuff and I hope to learn from you. I have several cubes I am trying to create calculated measures using the Calculated Member Expression.

      I have a cube called Cards. There is a measure called count that give total cards count of 15,000. There are two dimensions I am considering. One is the CreditGrade (A, B, C, D, nograde) and the other is the date of the scoredate.(2000-2015).

      The CreditGrade dimension has two hierarchies. H1 being the creditnumber and H2 being the CreditGrade (The one I need).

      0 2
      0 191

      We're excited to announce the launch of the Community Roundtable series!

      Roundtable sessions are for you to learn new things and connect with other Community members. Each month we'll select a new topic, provide an overview and select a specific date and time for this event.

      We drafted a couple of topics for the first roundtable to choose from, but most of all we want to hear what you'd love to discuss!

      Navigate >> to this challenge << on Global Masters to choose the topic and suggest yours.

      UPD: Challenge is closed. Thank you for voting and ideas! We will be announcing the topic for the first session shortly.

      1 1
      0 173