New post

Rechercher

Article
· Dec 12, 2024 2m read

第四十八章 终端输入 输出 - PRINT 和 ZPRINT 命令

第四十八章 终端输入 输出 - PRINT 和 ZPRINT 命令

PRINT 和 ZPRINT 命令

将当前加载的 IRIS 例程的一行或多行写入当前设备。

ZPRINT与PRINT`具有相同的效果和参数。

Discussion (0)1
Log in or sign up to continue
InterSystems Official
· Dec 12, 2024

InterSystems IRIS & IRIS for Health 2025.1 開発者プレビュー #1

InterSystems IRIS® data platform、InterSystems IRIS® for Health、HealthShare® Health Connect 2025.1 の最初の開発者プレビューが WRC 開発者プレビューページ に公開されました。コンテナ版は InterSystems コンテナレジストリ から latest-preview のタグで取得いただけます。

この開発者プレビューには、IBM の Open XL C/C++ for AIX 17.x コンパイラへの移行機能が含まれています。これにより、古いコンパイラがサポート終了に近づいている中、将来の AIX ビルドとの互換性が確保されます。この移行では、AIX 7.2 と 7.3 で SSL3 をサポートする aixopenssl30 に焦点をあてています。

ドキュメントは以下のリンクからご覧いただけます。

キットについて

本リリースでは、すべてのサポート対象プラットフォーム向けに、従来のインストーラ形式をご提供します。サポート対象プラットフォーム一覧は こちらのドキュメント をご覧ください。

インストーラとプレビュー用ライセンスキーは、WRC プレビューダウンロードページ もしくは 評価サービスページ ("Show Preview Software" フラグをチェックしてください) から入手いただけます。

Discussion (0)0
Log in or sign up to continue
InterSystems Official
· Dec 12, 2024

Premier aperçu pour les développeurs d'InterSystems IRIS, InterSystems IRIS for Health et HealthShare Health Connect 2025.1 disponible

Les premiers aperçus pour les développeurs de la plateforme de données InterSystems IRIS®, InterSystems IRIS® for Health et HealthShare® Health Connect 2025.1 ont été publiés sur le site d'aperçus pour les développeurs sur WRC. Les conteneurs sont disponibles dans notre registre de conteneurs et sont étiquetés latest-preview.

Ces aperçus pour les développeurs incluent la fonctionnalité de migration vers le compilateur IBM « Open XL C/C++ for AIX » 17.x, garantissant la compatibilité avec les futures versions d'AIX à mesure que les anciens compilateurs approchent de la fin de la prise en charge. Cette migration se concentre sur la cible aixopenssl30, prenant en charge SSL3 sur AIX 7.2 et 7.3.

La documentation initiale est disponible sur les liens ci-dessous :

Disponibilité et informations sur les packages

Cette version est fournie avec des packages d'installation classiques pour toutes les plateformes prises en charge. Pour obtenir une liste complète, reportez-vous au document Plateformes prises en charge.

Les packages d'installation et les clés d'aperçu sont disponibles sur le site de téléchargement d'aperçus du WRC ou sur le site Web des services d'évaluation (cochez la case « Show Preview Software »).

Discussion (0)0
Log in or sign up to continue
Question
· Dec 12, 2024

Connecting InterSystems IRIS with Metabase BI

Hi everybody,

A customer would like to connect an IRIS database to Metabase BI.  But Metabase does not have a connector that supports the IRIS database.

Metabase only supports these databases:

- Amazon Athena
- BigQuery (Google Cloud Platform)
- Druid
- MongoDB (recommend version 4.2 or higher)
- MySQL (recommend version 8.0.33 or higher, as well as MariaDB version 10.4 or higher)
- Oracle
- PostgreSQL
- Presto
- Redshift (Amazon Web Services)
- Snowflake
- SparkSQL
- SQL Server
- SQLite
- Vertica

And a few others. 

However, it is possible to create a driver for Metabase that connect to IRIS.  Metabase comes with documentation on how to create a custom driver.

Has anyone yet developed, or know of development of the driver for Metabase to IRIS connection?

Thanks in advance.

Alex Bravo

Discussion (0)2
Log in or sign up to continue
Question
· Dec 12, 2024

Trouble with SSL configuration and %Net.HttpRequest object

Hi all,

I am trying to establish an HTTPS connection to a server using a %Net.HttpRequest object. I'm able to ping and curl the server via command line. The issue I am running into is that I am able to establish a connection, but something seems to be going wrong with verification from the server side. For example, if I use the CheckSSLCN method on the server, it returns this error message 

ERROR #6155: Unable to verify SSL/TLS connected to correct system as no SSL certificate present for this socket. */

However, if I go ahead and try to post something to the server I get this error message:

ERROR #6156: No match between server name 'dev-api.test.com' and SSL certificate values 'test.apim.net'. */

So far, if I set SSLCheckServerIdentity=0, I am able to successfully post messages to the server. My understanding is that something is going wrong with communication between me and the server, and the name it's sending me is not correct. I've exhausted the methods in this version of Cache for HttpRequest. Is there anyone with more insight or who has solved this problem in the past? Thank you!

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