Nova postagem

Pesquisar

Pergunta
· 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
Discussão (1)0
Entre ou crie uma conta para continuar
Artigo
· Mar. 1, 2022 2min de leitura

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

これは、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】
ミラーリング
 

Discussão (0)1
Entre ou crie uma conta para continuar
Pergunta
· Fev. 28, 2022

TrakCare Integration with Azure AD

Hi There, 

I am reaching out to the community to see if anyone has implemented SSO via SAML into TrakCare from Azure AD? 

Also looking to see if anyone has come across automated role provisioning, I have seen this from an IRIS perspective but not directly into TrakCare. 

Thanks in Advance

Cheers, 

TC

2 Comments
Discussão (2)2
Entre ou crie uma conta para continuar
Observe que esta postagem está obsoleta.
Anúncio
· Fev. 28, 2022

[Video] Securing FHIR Applications with OAuth 2.0 (Part 1)

Hi Community, 

Join us for this introduction to the terminology and workflow of using OAuth 2.0 with an HL7 FHIR server:

⏯ Securing FHIR Applications with OAuth 2.0 (Part 1)


🗣 Presenter: @Patrick Jamieson, Product Manager IRIS for Health, InterSystems

Enjoy watching on InterSystems Developers YouTube channel and stay tuned!  

Discussão (0)1
Entre ou crie uma conta para continuar
Pergunta
· Fev. 25, 2022

Optimal Apache/Web Gateway settings

After what is seemed was weeks, I finally got SSL/TLS enabled on both Apache Web Server and IRIS using the Web Gateway. However while we can now use HTTPS to connect to our Development instance of IRIS, I am running into several errors when I have others try to access the Management Portal via HTTPS.

We are seeing...

  • "Unexpected status code, unable to process Hyper Event: Internal Server Error (500)"
  • Server Unavailable

Does anyone have a Optimal settings list that I need to set for Apache/Web Gateway https? I am assuming the errors listed above are some kind of time out or settings somewhere.

Thanks

Scott Roth

6 Comments
Discussão (6)3
Entre ou crie uma conta para continuar