六月 09 - 15, 2025Week at a GlanceInterSystems Developer Community
https://community.intersystems.com/node/584605
記事
お知らせ
#InterSystems IRIS
#IRIS contest
#開発者コミュニティ公式
6/09 ~ 6/15Week at a GlanceInterSystems Developer Community
https://community.intersystems.com/node/584604
概要
上記にリストされたInterSystems製品において、以下の機能のいずれかを使用している環境で、ネームスペースを切り替えたりグローバル変数にアクセスしたりする際、予期しない <PROTECT> エラーが発生する可能性があります。
- 暗黙のネームスペース
- デフォルトデータベースでは読み取り専用アクセス、それ以外では読み取り/書き込みアクセス
- 管理ポータルでのルーチンとグローバル一覧表示
問題には以下のものが含まれます:
- ネームスペースの作成に失敗する(DP-440830)
- 管理ポータルでルーチン一覧を表示する際、断続的にアクセスが拒否される(DP-439622)
- ユーザーが読み取り専用権限のみの場合、グローバル表示ユーティリティにグローバルが表示されない(DP-440744)
これらの問題はすべて DP-439649 で修正されます。プロセス固有のグローバル変数に対する権限チェックの適用方法の修正と、暗黙のネームスペースの修正が含まれます。
これらの修正は、動作上の不具合に対処するものです。なお、アクセス制御機能に不具合は存在しておりません。権限は正しく適用されており、ユーザーは割り当てられたスコープ外のグローバル変数やネームスペースにアクセスすることはできません。
この問題は、以下の製品のバージョン 2025.1.0.230.2、2024.1.4.516.1、2023.1.6.810.1、および 2022.1.7.116.1 で修正されています:
- InterSystems IRIS
- InterSystems IRIS for Health
- HealthShare® Health Connect
これらの勧告についてご質問がある場合は、カスタマーサポートセンターまでご連絡ください。
https://community.intersystems.com/node/584585
Hi.
I want to save and compile a class in VS Code, but I get the error:
Failed to save 'Utils.cls': Unable to write file 'isfs://mip:mz/API/Utils.cls?project=MZ' (Unknown (FileSystemError): Unknown Error).
Any ideas what is wrong?
Regards,
Matjaž
6 Comments
https://community.intersystems.com/post/vs-code
I have an application that is requires an Encoded HL7 message sent over SOAP over HTTPS using SSL/TLS... the Response that is return is also encoded, which I know how to Decode but not sure when I Decode the response how to Extract the HL7 message to send back to the router.
How do I capture the Routing Source System and parse the encoded message back into an HL7 format that would show on the trace viewer?
Below is an example...where I get the response and want to send it back to FeederScottRouting as an HL7 message that can be tied to the Parent ID of the sending request message?
.png)
4 Comments
https://community.intersystems.com/post/decodingrouting-encoded-hl7-response-soap-request