查找

InterSystems Official
· May 24, 2023

Zen Reports to be removed from InterSystems IRIS and IRIS for Health beginning with (New Target) of 2025.3

InterSystems is announcing an end of maintenance event for Zen Reports beginning in Intersystems IRIS and IRIS for Health 2025.1.  This follows the deprecation notice made when InterSystems IRIS was introduced in 2018 and subsequent inclusion of InterSystems Reports in 2020 to provide replacement reporting functionality.  An overview of the timeline is:

March 2018.   InterSystems IRIS 2018.1:  Announcement of Zen Reports deprecation, continued shipment to provide continuity for existing applications

April 2020.     InterSystems IRIS 2020.1:  Intersystems Reports incorporated as part of user-based InterSystems IRIS and IRIS for Health and Advanced Server licenses

May 2023.      End of maintenance notification for Zen Reports

2H 2024.        Zen Reports available as an ipm module

2H 2025 (InterSystems IRIS 2025.3)   Zen Reports package removed from InterSystems IRIS and IRIS for Health distributions

InterSystems introduced InterSystems Reports, powered by Logi Reports from insightsoftware (formerly Logi Analytics)  as an embedded reporting solution starting with InterSystems IRIS and IRIS for Health 2020.1. InterSystems Reports provide a modern, drag and drop reporting solution for InterSystems customers and partners.  

We expect to transition Zen Reports to an independent package using IPM (InterSystems Package Manager) and to stop shipping Zen Reports with InterSystems IRIS and IRIS for Health version 2025.3. Zen Reports will continue to be available as an ipm module and may be distributed but will not be maintained by InterSystems.  The WRC will continue to provide support on prior versions of Cache and IRIS that contain Zen Reports but no updates are expected to Zen Reports software.

For more information on getting started with InterSystems Reports:
InterSystems Learning Path

InterSystems documentation

Global Summit session: Intersystems Application Services' move from Zen Reports to InterSystems Reports

insightsoftware's Logi Report documentation and tutorial

 

Please comment below or contact dbpprodmgrs@intersystems.com with any questions about this announcement.  

9 Comments
Discussion (9)5
Log in or sign up to continue
Discussion (0)1
Log in or sign up to continue
Question
· May 18, 2023

How to understand the HTTPRequest Error Object reference required

I am trying to call to a website that renders a xml structure as a response.if I put the url on the browser an xml rendered page is returned but if i call to this using the below code I get an object reference error which I am finding had to understand is there anyone who could help understand this error or point me in the right direction thanks.

Set tSC=$$$OK

  Set httpRequest = ##class(%Net.HttpRequest).%New() Set httpRequest.Server = "msedgewebdriverstorage.blob.core.windows.net"
  Set httpRequest.Port=443
   Set httpRequest.ContentType ="application/octet-stream" 
    ;;"application/xml"
    Set httpRequest.SSLConfiguration="Open"
    Set httpRequest.Https=1
    Do httpRequest.Get("/edgewebdriver"_$C(63)_"comp=list")
    
    
    Do $System.OBJ.Dump(httpRequest.HttpResponse)

 

please note the SSL is just an empty SSL configuration to be able to use https

2 Comments
Discussion (2)1
Log in or sign up to continue
Article
· May 9, 2023 2m read

Helper for Objectscript Language Extensions

Creating your own commands or shortcut is one of the strongest features of ObjectScript
If you create your own Language Extensions to ObjectScript you mostly have to find the
proper %ZLANGC00 or %ZLANGV00 or %ZLANGF00 and add the extensions manually.

A few utilities do it already automatically (ZPM, ZME, ..)
This utility allows you to add your extensions also programmatically.

  • eg. at first run, or during installation I found this quite useful for my Docker-based demos as it all happens at start time.

This package includes a demo example to visualize the operation of this utility.

How to Use it

 ; typ = "C" ... command extentson
 ;       "F" ... function extension
 ;       "V" ... variable Extensin
 ; ext = name of the extension
 ; code (by ref) numbered array of lines to add
 ;  
 ; do cmd^zLangExtender(typ,ext,.code)   ;>> add extension 

How to Test it

Open IRIS terminal or console

USER>ZN "%SYS"   
%SYS>do ^zLangExample  
Compiling routine : %ZLANGF00.mac  
label="ZZDUMMY"   
line=6  
line(1)=" ; "   
line(2)=" ; just a demo dummy"  
line(3)="ZZDUMMY(%a) "    
line(4)=" quit " I got '"_%a_"' for test""   
line(5)=" ; what a nice demo "  
line(6)=" ; "   
sc=1   
typ="F"   
**** try ****  
sc=" I got 'hi folks' for test"    
result:
         ;Generated by %ZPM.PackageManager: Start
ZPM(pArgs...) Quit ##class(%ZPM.PackageManager).Shell(pArgs...)  
         ;Generated by %ZPM.PackageManager: End  
         ;  
         ; just a demo dummy  
ZZDUMMY(%a) 
         quit " I got '"_%a_"' for test"  
         ; what a nice demo
         ;
%SYS>   

And if you run it a second time ?
It returns a standard error %Status.

%SYS>do ^zLangExample
%objlasterror="0 ...ZZDUMMY^%ZLANGF00 already defined.........
label="ZZDUMMY"
line=6
line(1)=" ; "
line(2)=" ; just a demo dummy"
line(3)="ZZDUMMY(%a) "
line(4)=" quit " I got '"_%a_"' for test""
line(5)=" ; what a nice demo "
line(6)=" ; "
sc=""0 ...ZZDUMMY^%ZLANGF00 already defined.........
typ="F"
ERROR #5001: ZZDUMMY^%ZLANGF00 already defined
%SYS>

Warning

It is meant mainly for COS experts !

GitHub

Video

Discussion (0)1
Log in or sign up to continue
Article
· May 8, 2023 4m read

ヘルスモニタでのチェック頻度およびアラート通知条件の確認と変更方法

これは InterSystems FAQ サイトの記事です。

InterSystems IRIS では、柔軟でユーザ拡張可能な監視ツールである「システムモニタ」をお使いいただくことが可能です。

システムモニタには、以下の3つのインスタンス監視ツールがあります。

  • システムモニタ:システムの状態およびリソースを監視・固定パラメータに基づいて通知 (アラートおよび警告) を生成
  • ヘルスモニタ:主要なシステムメトリックおよびユーザ定義メトリックをサンプリング&ユーザ変更可能パラメータおよび規定の通常値と比較し、該当しきい値を超えた場合に通知を生成
    ※ヘルスモニタは既定では無効となっています。
     起動するには、^%SYSMONMGR を使用してヘルスモニタを有効にする必要があります。
     ただし、システムモニタのサブスクライバクラスは、ヘルスモニタが有効でなくても動作します。
  • アプリケーションモニタ:重要なシステムメトリックをサンプリング&ユーザが作成したアラート定義を使用して評価

messages.logに、以下のようなログが記録される場合があります。

[SYSTEM MONITOR] DBLatency(c:\xxx\) Warning: DBLatency = 1510 ( Warnvalue is 1000).
※このメッセージの意味については こちらの記事 をご覧ください。

このメッセージはシステムモニタのインスタンス監視ツールであるヘルスモニタにより出力されています。
システムモニタは色々なリソースの使用状況を監視する機能です。
メッセージ中のDBLatency は、データベースの読み取り I/O 速度(ディスク I/O 応答速度)を監視し出力しているものです。


ご参考ドキュメント
IRIS ヘルス・モニタ


このシステムモニタよりコンソールログへメッセージが出力されますが、メッセージの重要度が 0 のものは、インフォメーションのメッセージになります。

センサオブジェクトで設定された最大値や警告値を超えた場合は、メッセージの重要度が 1 Warning , 2 Alert のものを出力します。

Alertの場合:
ある期間のセンサの読み取り値が 3 回連続してセンサの最大値を上回った場合にアラート (深刻度 2 の通知) を生成
Warningの場合:
ある期間のセンサの読み取り値が 5 回連続してセンサの警告値を上回った場合にワーニング (深刻度 1 の通知) を生成


ヘルスモニタのセンサーオブジェクトの設定(最大値等の変更)は、^%SYSMONMGR ユーティリティを使用して行えます。
※システムモニタのセンサオブジェクト設定は固定パラメータであるため変更はできません。

変更例)

DBLatencyのログ出力のしきい値を、
 Alert (深刻度 2 の通知):3000 から 4000 へ
 Warning (深刻度 1 の通知):1000 から 2000 へ
に変更します。

センサオブジェクトの設定を行う前に システムモニタを停止する必要があります。

%SYS>do ^%SYSMONMGR
1) Start/Stop System Monitor
2) Set System Monitor Options
3) Configure System Monitor Classes
4) View System Monitor State
5) Manage Application Monitor
6) Manage Health Monitor
7) View System Data
8) Exit
 
Option? 1
1) Start System Monitor
2) Stop System Monitor
3) Exit
 
Option? 2
Stopping System Monitor... System Monitor stopped
 
1) Start System Monitor
2) Stop System Monitor
3) Exit
 
Option?

センサオブジェクトのしきい値の変更を行います。

%SYS>do ^%SYSMONMGR
1) Start/Stop System Monitor
2) Set System Monitor Options
3) Configure System Monitor Classes
4) View System Monitor State
5) Manage Application Monitor
6) Manage Health Monitor
7) View System Data
8) Exit
 
Option? 6
1) Enable/Disable Health Monitor
2) View Alerts Records
3) Configure Health Monitor Classes
4) Set Health Monitor Options
5) Exit
 
Option? 3
1) Activate/Deactivate Rules
2) Configure Periods
3) Configure Charts
4) Edit Sensor Objects
5) Reset Defaults
6) Exit
 
Option? 4
1) List Sensor Objects
2) Edit Sensor Object
3) Exit
 
Option? 2
Sensor? ?
 
 Num  Sensor                         Threshold
:
  9)  DBLatency
 10)  DBReads
 11)  DBWrites
 12)  DiskPercentFull
: 
Sensor? 9 DBLatency
Base? 1000 => 
Alert Value? 3000 => 4000   <-- Alert(2) メッセージ出力レベルを 4000 に変更
Setting Max Multiplier and Warn Multiplier to 0. Enter a Warn Value
 
Warn Value? 1000 => 2000   <-- Warming(1) メッセージ出力レベルを 2000 に変更
Sensor object DBLatency updated.
Base           750
MaxMult        0
AlertValue     4000
WarnMult       0
WarnValue      2000
1) List Sensor Objects
2) Edit Sensor Object
3) Exit
 
Option?   <-- このあと全て <Enter> で抜ける

システムモニタを再開することで、設定したセンサオブジェクトの値が有効になります。

%SYS>do ^%SYSMONMGR
1) Start/Stop System Monitor
: 
Option? 1
1) Start System Monitor
2) Stop System Monitor
3) Exit
 
Option? 1
Starting System Monitor... System Monitor started
 
1) Start System Monitor
2) Stop System Monitor
3) Exit
 
Option?   <-- このあと全て <Enter> で抜ける

※変更可能なセンサオブジェクトの一覧は こちら をご覧ください。

Caché 用に作成された資料になりますが、以下で^%SYSMONMGRユーティリティについて詳しく説明をしています(IRISでも根本機能は同じです)。ぜひ参考になさってください。
モニタリングツールによるシステム監視(P.8~)

Discussion (0)0
Log in or sign up to continue