Find

InterSystems Official
· Mar 15, 2022

InterSystems Kubernetes Operator 3.3 is published

The InterSystems Kubernetes Operation (IKO) version 3.3 is now available via the WRC download page and the InterSystems Container Registry.

IKO simplifies working with InterSystems IRIS or InterSystems IRIS for Health in Kubernetes by providing an easy-to-use irisCluster resource definition. See the documentation for a full list of features, including easy sharding, mirroring, and configuration of ECP.

IKO 3.3 Highlights:

  • Support for 2021.2 and 2022.1 editions of InterSystems IRIS & IRIS for Health
  • Support for Kuberentes 1.21
  • Deploy common System Alerting and Monitoring (SAM) configurations as part of your irisCluster
  • InterSystems API Manager (IAM) can now also be deployed and managed as part of the irisCluster
  • Automatic tagging of mirror pair active side, so a service can always point to the active mirror member.
Discussion (0)1
Log in or sign up to continue
Question
· Mar 3, 2022

Customizing SDA in HealthInsight - excluded tables

i'm trying to extend both the MemberEnrollment and the MedicalClaim objects in HS.  The CareProvider is perfect for some of my extensions (Operating provider, referring provider, third-party insurer), but the documentation says https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI...

 

I need something that is just like a CareProvider, and I will be using the CarePRoviderType as a CodeTableDetail.  

 

Why is CareProvider excluded?  Does this mean I can't add property HS.Local.SDA3.MemberEnrollment.PHPProvider as HS.SDA3.CodeTableDetail.CareProvider?  

 

What is a better solution? Yes, this is also going to go to HealthInsight, so I'll need an analogous table in HSAA.

 

Thanks,

Laura

2 Comments
Discussion (2)1
Log in or sign up to continue
Question
· Mar 2, 2022

C#/.NET XEP - Storing an object array generates a Console Write "Elapsed server write time: [elapsed time]"

Calling  InterSystems.XEP.Event.Store(object[]) issues an unnecessary debug console line "Elapsed server write time:..." which is polluting the console window.
Traced it to a IRIS.xepSSNDFinish

Is there any way this can be disabled?

 

Thanks!

1 Comment
Discussion (1)0
Log in or sign up to continue
Article
· Mar 1, 2022 2m read

ミラー・データベースがミラー構成削除後に読み取り専用でマウントされる

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

ミラー構成削除時に、ミラー・データベースのミラー属性を削除するオプションを指定しないと、通常データベースに戻すことができず、次回マウント時に読み取り専用でデータベースがマウントされます。 読み書き可能なデータベースに戻すためには、システムルーチン ^MIRROR を使用してミラー属性を削除する必要があります。
手順は以下のとおりです。(%SYSネームスペースで実行します。)

%SYS>do ^MIRROR
 
This instance is not initialized as a mirror member
 
1) List mirrored databases
2) Remove one or more mirrored databases
3) Create a Mirror
4) Join Mirror as Failover Member
5) Join Mirror as Async Member
 
Option? 2     ※ 2 を入力します。
There is one mirrored database on this system
Remove it? y      ※ yes または y を入力します。
Removing c:\intersystems\ensemble\mgr\mtest\ ...succeeded
Press to return to the main menu...


【補足】 フェイルオーバーメンバそれぞれでミラー構成の削除を行う際、データベースのミラー属性も一緒に削除するかどうか確認するメニューは、以下のように表示されます。

In addition to the above, do you also want to remove mirror attribute of
mirrored databases (the databases themselves will not be deleted)? y 


管理ポータルでミラー構成を削除する際のミラー属性削除の画面は、以下のように表示されます。

ミラー属性削除の図


デフォルト選択が<no>であるため、yまたはyesを指定しないとミラー属性は削除されません。 ^MIRRORの使い方や、ミラー構成削除については、以下ドキュメントページをご参照ください。
ミラーリング【IRIS】
ミラーリング
 

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