Rechercher

Digest
· May 1

Résumé de la communauté des développeurs d'InterSystems, Avril 2025

Bonjour, voici la newsletter de la communauté des développeurs de Avril 2025.
Statistiques générales
✓ Nouvelles publications 20 publiées le Avril :
 12 nouveaux articles
 8 nouvelles annonces
✓ Nouveaux membres 1 ayant rejoint le Avril
✓ Publications 1,153 publiées depuis le début
✓ Membres 167 ayant rejoint depuis le début
Meilleures publications
Bulk FHIR, étape par étape
Par Guillaume Rongier
Les meilleurs auteurs du mois
Articles
#InterSystems IRIS
L'API REST avec Swagger dans InterSystems IRIS
Par Guillaume Rongier
Contourner l'incompatibilité de scikit-learn 1.6.0 dans IRIS 2024.3 AutoML
Par Iryna Mykhailova
Vous rencontrez des difficultés pour connecter votre Visual Studio Code à votre instance IRIS via WebGateway ? Voici quelques conseils !
Par Iryna Mykhailova
Comment créer et intégrer JWT dans InterSystems IRIS
Par Lorenzo Scalese
L'utilisation de DocDB en SQL, quasiment
Par Iryna Mykhailova
Comment identifier les variables globales temporaires qui consomment de l'espace dans la base de données IRISTEMP
Par Sylvain Guilbaud
Sécurisation des interfaces HL7 avec des certificats SSL/TLS (X.509)
Par Sylvain Guilbaud
Présentation de l'adaptateur UDP
Par Corentin Blondeau
SQLAchemy-iris avec la dernière version du pilote Python
Par Lorenzo Scalese
#InterSystems IRIS for Health
Annonces
#InterSystems IRIS
#Communauté des développeurs officielle
#Summit
#Portail d'apprentissage
Avril, 2025Month at a GlanceInterSystems Developer Community
Question
· May 1

Best Practice for Existing ODBC Connection When System Becomes IRIS for HealthShare

Mirror Member

Hi ISC Experts,

I'm in the process of setting up InterSystems IRIS for HealthShare with database mirroring, and I’d appreciate some guidance around how to handle an existing ODBC connection in this new setup.

Scenario:

  • We currently have a system running IRIS for HealthShare that external systems connect to via ODBC (using a standard connection string with hostname and port).
  • We're now configuring mirroring on this system — it will become one of the mirror members (Primary/Backup).
  • The external system using ODBC will not be part of the mirror, but it needs to continue accessing the IRIS instance seamlessly during failover.

Questions:

  1. How should the existing ODBC connection be modified (if at all) to work properly with mirroring?
    • Can ODBC be configured with a mirror-aware connection string?
    • Or should we set up a Virtual IP (VIP) for the mirror and point the ODBC client to that and how would I make this mirror aware?
  2. What are the best practices to ensure high availability for ODBC clients during mirror failover?
  3. Are there specific considerations for HealthShare environments, especially with regard to externally connected systems (via ODBC) that are not mirror-aware?

Any official guidance, sample configurations, or insight from similar deployments would be greatly appreciated.

Thanks in advance!

Best regards,
Fraser

4 Comments
Discussion (4)3
Log in or sign up to continue
Question
· May 1

Embedded Python query

Hi Guys,

How can I use this same objectscript principle in embedded python to get the value of each field in my loop? 

  s sql="SELECT ID, Name, Age FROM Sample.Person WHERE Age="_Myage    

     Set RS=##class(%ResultSet).%New()

    Set Ret=RS.Prepare(sql)

    Set Ret=RS.Execute()

    While RS.Next()

    {

         Set name=RS.GetData(2)

}

it should be similar to this example which lists the whole row but how can I get the value of each field or if I can use GetData?  

 

Thanks

2 Comments
Discussion (2)1
Log in or sign up to continue
Digest
· May 1

InterSystems 开发者社区摘要,四月 2025

您好,欢迎阅读 四月 2025 开发人员社区通讯。
统计信息
✓ 四月发布了 2 篇新帖子:
 2篇新文章
✓ 四月有 17 位新成员加入
✓ 所有时间发布了 2,375 篇帖子
✓ 所有时间有 2,183 位成员加入
最高职位
四月, 2025Month at a GlanceInterSystems Developer Community
Digest
· May 1

InterSystems開発者コミュニティのダイジェスト、4月 2025

4月 2025開発者コミュニティ ニュースレターへようこそ。
全体統計
17 件の新しい投稿が公開 (4月 月):
 12件の新着記事
 5の新しい発表
6 人の新メンバーが参加 (4月 月)
1,490 件の投稿が公開 (全期間)
319 人のメンバーが参加 (全期間)
トップ記事
二要素認証について
Tomoko Furuzono順
今月のトップ作家
記事
#InterSystems IRIS
IRISから外部のWebAPIを呼び出したとき、レスポンス内の全角文字が化ける
Hiroshi Sato順
IRIS for MacにODBCアクセスする方法 その1
Hiroshi Sato順
IRIS for MACにODBCでアクセスする方法その2
Hiroshi Sato順
二要素認証について
Tomoko Furuzono順
ロードバランサやプロキシサーバ経由でアクセスしている接続元クライアントIPを取得する方法
Tomoko Furuzono順
インストールマニフェストを利用したアプリケーションのデプロイ
Tomoko Furuzono順
全角/半角混在文字列から指定された幅の文字列を取得する方法
Tomoko Furuzono順
サーバのIPアドレスやマシン名をオブジェクトスクリプトで取得する
Tomoko Furuzono順
Webゲートウェイの設定値をプログラムで変更する
Tomoko Furuzono順
Iris における Django アプリケーションの実行
Toshihiko Minamoto順
メソッドの実装に使用する言語を明示するーLanguage(メソッド・キーワード)の指定について
Tomoko Furuzono順
ADO.NET Managed Provider を使用してクラスクエリを実行し、結果セットを取得するサンプル
Megumi Kakechi順
お知らせ
4月, 2025Month at a GlanceInterSystems Developer Community