新しい投稿

検索

InterSystems公式
· 2024年11月26日

Suppression de l'InterSystems System Alerting and Monitoring (SAM)

Le 4 décembre 2024, System Alerting and Monitoring (SAM) sera supprimé des sites de téléchargement d'InterSystems, du registre de conteneurs et du site de documentation.

InterSystems a annoncé l'année dernière qu'il avait cessé le développement de SAM et l'a simultanément qualifié d'obsolète. InterSystems continuera à prendre en charge les clients existants utilisant la technologie de la même manière que les versions de produit au-delà de la fenêtre de version minimale prise en charge.

Intersystems a constaté que la plupart des clients intéressés par le type d'observabilité fourni par SAM ont choisi de connecter l'API de métriques InterSystems IRIS et la journalisation structurée à la plateforme d'observabilité existante de leur organisation pour avoir une vue plus complète de leur plateforme opérationnelle.

Si vous avez des questions sur votre utilisation actuelle ou prévue de SAM, veuillez contacter votre équipe de compte ou dbpprodmgrs@intersystems.com.

1 Comment
ディスカッション (1)1
続けるにはログインするか新規登録を行ってください
InterSystems公式
· 2024年11月26日

InterSystems System Alerting and Monitoring (SAM) を削除します

2024年12月4日に InterSystems System Alerting and Monitoring (SAM)  を InterSystemsダウンロードサイト、コンテナレジストリ、ドキュメントサイトから削除します。

InterSystemsは SAM の開発中止と、非推奨になることを昨年ご案内しました。現在この技術をお使いのお客様については、ミニマムサポートバージョンを過ぎた製品バージョンのサポートと同様にサポートを継続します。

これは、SAM が提供するオブザーバビリティに関心をもつようなお客様はほとんど、既存の運用プラットフォームのビューをより優れたものにするために、すでにInterSystems IRIS の Metric API構造化ログ(英語ドキュメント)を、組織のオブザーバビリティ・プラットフォームに接続済みだと判明したことによります。

現在ご利用中または利用を予定されていた SAM に関するご質問は、弊社担当アカウントチームにお問合せいただくか、 dbpprodmgrs@intersystems.com  までご連絡ください。

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
質問
· 2024年11月26日

HL7 Encoding issue

Dear All,

I have been sent an HL7 message as a file with the MSH segment as follows....

MSH|^~\&|SendingApp|pms3medd|HealthLink|cribrumt|20241121050000|PKI|ORU^R01|01_ASCIItest_2|P|2.3.1||||||UNICODE

I try picking up the file with a "EnsLib.HL7.Service.FileService" business service using a  EnsLib.File.InboundAdapter adaptor.  The Character set is set to "Native" and the Default Char Encoding to latin 1.

I am seeing the following error:

ERROR <Ens>ErrGeneral: Incorrect Character Encoding/Translation Table used for file.(Native/RAW)
+
ERROR <Ens>ErrException: <TRANSLATE>ParseIOStream+71 ^EnsLib.HL7.Parser.1 -- logged as '-'
number - @''

 

I have tried adjusting the the cCharacter set and the Default Char Encoding to no avail.  Has anyone encountered this problem before? Note that I need this interface to pick up ASCII encode messages as well.

 

Reagrds

 

Brad

4 Comments
ディスカッション (4)1
続けるにはログインするか新規登録を行ってください
記事
· 2024年11月25日 3m read

第三十二章 UDP 客户端 服务器通信

第三十二章 UDP 客户端 服务器通信

本页介绍如何使用 UDP 在进程之间建立远程通信。

介绍

通过%Net.UDP来支持 UDP。此类提供以下方法: Send()数据包到指定的目的地和端口、 Recv()来自套接字的数据包以及Reply()发送器最后收到的数据包。

目标被标识为本地主机名或者 IPv4IPv6 主机地址。该端口可以是指定的端口号或动态端口分配。

建立UDP套接字

要使用 UDP,必须使用%New()方法来创建 UDP 套接字对象。然后,该对象实例用于发送、接收和回复数据包传输。

创建 UDP 套接字对象时,可以指定端口号和主机地址,如下例所示:

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
お知らせ
· 2024年11月25日

[Video] Adapt AI to your Existing Architecture

Hi Community,

Enjoy the new video on InterSystems Developers YouTube:

⏯ Adapt AI to your Existing Architecture @ Global Summit 2024

Learn about the importance of having a clear strategy and objectives before adopting AI. Rather than chasing "shiny objects," businesses should focus on outcomes, using trusted technologies and partners. Discuss the need for responsible AI, underscoring that ethical considerations, bias, and transparency should guide AI integration from the start. Additionally, with AI’s rapid evolution, staying current with data and aligning projects with company ethics are essential. The advice to businesses: get started now, assess your readiness, and prioritize collaboration with established partners.

🗣  Presenter: Merv Adrian, Founder and Principal, IT Market Strategy

Enjoy watching, and expect to see more videos! 👍

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください