Nouvelle publication

Rechercher

Question
· Avr 23, 2024

Lire le code source de la librarie standard ObjectScript.

Bonjour,

 

J'essaie de trouver le code source de la routine WRITE et je n'y arrive pas.

Pourriez vous m'aider ?

 

Cordialement,

 

Alin C Soare.

2 Comments
Discussion (2)2
Connectez-vous ou inscrivez-vous pour continuer
Question
· Avr 23, 2024

Internal of ObjectScript -- source code of Standard Library

Hello,

I am interested about reading the source code of the primitives of the system.  For example, I want to see how WRITE is implemented.

Can you help me to get a reflexive interrogation of the system ?

 

Kind regards,

 

Alin C Soare.

9 Comments
Discussion (9)4
Connectez-vous ou inscrivez-vous pour continuer
Annonce
· Avr 23, 2024

有奖调研!您最常用的代码托管平台是什么?

Hi 开发者们,

为了更好地优化开发者社区服务,我们希望了解中国的开发者们最常用的代码托管平台是什么,即日起我们发起一项有奖调研。详情如下。

调研时间:2024年4月23日-2024年5月14日

调研方式:

为了便于您的参与,我们准备了两种调研方式,您可以选择任意一种方式参与调研

1. 方式一:点击【此处】进入调研表单,参与调研。

建议您从电脑端参与调研,为了快速完成调研,调研前务必准备好您的社区主页URL。

如何找到社区主页URL:在开发者社区页面点击“个人头像”后,复制浏览器中的URL即可,格式如下(例):https://cn.community.intersystems.com/user/claire-zheng

2. 方式二:在本帖下跟帖留言,注明您最常用的代码托管平台即可。

调研奖励:

调研结束后,我们将进行随机抽奖,为参与此次调研的开发者们送出以下奖品——

  • 迷你桌面吸尘器5份
  • 充气颈枕2份
  • 以及特别奖励1份,奖品为:Apple AirTag

欢迎大家积极参与!

3 Comments
Discussion (3)2
Connectez-vous ou inscrivez-vous pour continuer
Annonce
· Avr 23, 2024

インターシステムズ主催 第14回 開発者向けウェビナー「ベクトル検索機能のご紹介」のご案内

 

連続3回のシリーズでお届けする新機能についてのウェビナー、第二弾はベクトル検索です。

日時:5月30日(木)13:30~14:00 (参加費無料・事前登録制)

ご登録はこちらから

セッション概要:IRIS 2024.1の実験的機能として、ベクトル検索が実装されました。この機能により、ベクトル型が新たにサポートされ、ドキュメントの類似検索などが可能になります。また、大規模言語モデル(LLM)や生成AIと組み合わせて、最先端のアプリケーション開発を強力に支援します。本ウェビナーでは、ベクトル検索の概要について解説します。

ウェビナーの前に少し内容を確認されたい方は、開発者コミュニティの記事「Vector Search (ベクトル検索) をご紹介します」をぜひご参照ください。

こんな方にお勧め:

・ 文書検索に興味のある方

・ 大規模言語モデルや生成AIの活用を検討されている方

ご多用中とは存じますが、皆様のご参加をお待ち申し上げております。

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer
Question
· Avr 22, 2024

SSL/TLS Client/OAuth2 Configuration - Testing

I am trying to setup a OAuth2.0 configuration to connect to a server within our Network using OAuth2.0. My previous attempt worked, however forgot to capture the steps before I had whipped the System so please bear with me. 

I have an SSL/TLS Client configuration setup as we use the setup for our LDAP configuration. 

When I go through the following steps within the Terminal, I am getting the following error...

%SYS>kill ^ISCLOG
%SYS>set scope="openid fhirUser"
%SYS>set jwt = ##class(%SYS.OAuth2.Authorization).GetAccessTokenJWT("EpicFHIRPOC","1fd8f5cc-18ee-4eff-990d-4606037b932e",scope,.properties,.error,123)

%SYS>

%SYS>zwrite error
error=""
%SYS>zwrite jwt
jwt="0 "_$lb($lb(6085,"OSUMC","error:0200100D:system library:fopen:Permission denied, error:20074002:BIO routines:file_ctrl:system lib, error:140DC002:SSL routines:use_certificate_chain_file:system lib",,,,,,,$lb(,"%SYS",$lb("e^Send+313^%Net.HttpRequest.1^1","e^Post+1^%Net.HttpRequest.1^1","e^GetAccessTokenJWT+44^%SYS.OAuth2.Authorization.1^1","e^^^0"))))/* ERROR #6085: Unable to write to socket with SSL/TLS configuration 'OSUMC', error reported 'error:0200100D:system library:fopen:Permission denied, error:20074002:BIO routines:file_ctrl:system lib, error:140DC002:SSL routines:use_certificate_chain_file:system lib' */

When I attempt to Test the SSL/TLS configuration to that same FHIR server, that I can access from my desktop I am seeing...

But that same configuration runs ok when I attempt to connect to the LDAP server.

Is this a problem with my OSUWMC SSL/TLS configuration?

Does my key/cert have the correct permissions??

[root@int-lxiris-vd01 private]# ls -lat int-lxiris-vd01_osumc_edu.key
-rw-rw-rw-+ 1 apache irisusr 3414 Jan  8 11:37 int-lxiris-vd01_osumc_edu.key

[root@int-lxiris-vd01 certs]# ls -lat int-lxiris-vd01_osumc_edu.pem
-rw-rw-rw-+ 1 apache irisusr 6521 Jan  9 10:38 int-lxiris-vd01_osumc_edu.pem
7 Comments
Discussion (7)2
Connectez-vous ou inscrivez-vous pour continuer