Find

Announcement
· Aug 13, 2024

[Video] CommonWell Connection

Hi Community,

Play the new video on InterSystems Developers YouTube:

⏯ CommonWell Connection @ Global Summit 2023

InterSystems is a Service Adopter for the CommonWell Health Alliance network, and we have built connectivity to the network into our solutions. Learn how easy it is to connect to CommonWell and discover alternative methods of delivering the data back to our customers.

🗣 Presenter: @Kevin Ferriter, Senior Product Manager, InterSystems

Enjoy watching and look out for more video content! 👍

Discussion (0)1
Log in or sign up to continue
Article
· Aug 13, 2024 17m read

VIP dans le cadre de GCP

Si vous exécutez IRIS dans une configuration miroir pour HA dans GCP, la question de la fourniture de Mirror VIP (adresse IP virtuelle) devient pertinente. L'adresse IP virtuel permet aux systèmes en aval d'interagir avec IRIS en utilisant une seule adresse IP. Même en cas de basculement, les systèmes en aval peuvent se reconnecter à la même adresse IP et continuer à fonctionner.

Le principal problème, lors du déploiement sur GCP, est qu'un VIP IRIS doit être essentiellement un administrateur de réseau, conformément aux docs.

Pour obtenir l'HA, les membres du miroir IRIS doivent être déployés dans différentes zones de disponibilité d'un sous-réseau (ce qui est possible dans GCP car les sous-réseaux couvrent toujours toute la région). L'une des solutions pourrait être les équilibreurs de charge, mais ils coûtent bien sûr plus cher et nécessitent d'être administrés.

Dans cet article, j'aimerais fournir un moyen de configurer un VIP miroir sans utiliser les équilibreurs de charge suggérés dans la plupart des autres architectures de référence GCP.

2 Comments
Discussion (2)0
Log in or sign up to continue
Question
· Aug 13, 2024

Exclude globals from mapping

Hi

I've more than 100 classes that are packed like  CRD.Health.MyClass so I've defined the global mapping as CRD*, but now I would like to map some of the classes (CRD.Health.SomeClass) to different database so how can I exclude it from my current mapping to be in the new one because if I map it in the new database it will still conflict with the old mapping?

 

Thanks     

2 Comments
Discussion (2)2
Log in or sign up to continue
Announcement
· Aug 13, 2024

InterSystems Testing Manager - %UnitTest フレームワーク用の新しい VS Code 拡張機能

%UnitTest framework を使用してユニットテストを構築したことがある場合、またはこれから構築しようとお考えの場合は、InterSystems Testing Manager をご覧ください。

VS Code を離れることなく、ユニットテストの閲覧、実行またはデバッグ、過去の実行結果の表示が可能になりました。

Discussion (0)1
Log in or sign up to continue
Article
· Aug 12, 2024 2m read

第八章 指定自定义 HTTP 请求

第八章 指定自定义 HTTP 请求

默认情况下,Web 客户端使用 HTTPSOAP 消息传输到 Web 服务并接收响应。Web 客户端会自动创建并发送 HTTP 请求,但可以创建自定义 HTTP 请求。为此,请使用以下步骤:

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