查找

问题
· 六月 25, 2024

Erreur de compilation sur IRIS 2024.01 sans changement de code

Bonjour,

Suite à la mise à jour d'IRIS de la version 2022.3 à 2024.01, une erreur de compilation apparaît lors de la compilation de la requête `qryGetAllLinkedActByAct` dans la classe `Di.Act`, bien que le code n'ait pas été modifié.

Voici la requête concernée :

Query qryGetAllLinkedActByAct(actId As %String) As %SQLQuery(CONTAINID = 1) {
    SELECT %ID, count(*) as maxRow FROM Di.Act WHERE (linkedAct = :actId) and status <> 'C'
}

Avant la mise à jour, tout fonctionnait correctement. L'erreur indique que le stockage de colonne n'est pas autorisé avec la licence actuelle. Des idées pour résoudre ce problème sans modifier la licence ?

Voici l'erreur complète

 ERREUR #5521: SQLError: SQLCODE=-157 %msg=Error compiling query qryGetAllLinkedActByAct in class "Di.Act": Le stockage de colonne est utilisé dans le tableau 'DI.ACT', mais il n'est pas autorisé avec la licence actuelle
  > ERREUR #5030: Une erreur s'est produite lors de la compilation de la classe Di.Act

Le soucis ne se produit pas lorsque je retire l'index suivant de la classe ( l'index est de type %Library.FunctionalIndex)

 Index wbI On (wbActDStart, wbActDEnd, stay) As Care.fidx.wb.WBIndex(ISACTPID = 1);

Comment faire fonctionner la compilation sans retirer cet index ?

Merci pour votre aide.

2 Comments
讨论 (2)2
登录或注册以继续
公告
· 六月 25, 2024

第16回インターシステムズ主催 開発者向けオンラインセミナー「Embedded Pythonの新機能」のご案内

 

ご好評をいただいておりますインターシステムズ開発者向けオンラインセミナー、連続3回のシリーズでお届けする新機能のご紹介、

7月は以下のテーマで開催いたします。

テーマ「Embedded Pythonの新機能」

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

ご登録はこちらから

[概要]

InterSystems IRIS および IRIS for Health 2024.1では、Embedded Pythonの利用範囲をますます拡大する新機能が追加されました。

・Python WSGI標準に準拠するWebアプリケーションの作成

・Python BPLエディタ

・フレキシブル組み込み Python ランタイム

本セッションでは、これら新機能をデモを交えてご紹介します。IRISをPythonで開発する際の新たなオプションとしていただければ幸いです。

[こんな方にお勧め]

・IRISに関わる技術者の方

・Pythonに興味のある方

・Python技術者の方

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

讨论 (0)1
登录或注册以继续
问题
· 六月 24, 2024

<STRINGSTACK> Error

I am updating a large JSON Dynamic Object. Inserting three streams using Do obj.%Set("data",pStream,"stream>base64").

Maybe I am calling Iterate() too often?

2 Comments
讨论 (2)2
登录或注册以继续
讨论 (7)3
登录或注册以继续
公告
· 六月 24, 2024

Brand new Learning Path: Getting Started with Generative AI

Hey Community!

We're happy to share our newest learning path dedicated to the essentials of GenAI, accessible on the Learning Portal via your SSO:

🤖 Getting Started with Generative AI 🤖

 

Here is what you can expect:

  • Learn about generative AI and how it differs from other types of artificial intelligence.
  • Get an introduction to best practices for interacting with GenAI, and see how to use it safely and responsibly.
  • See how your own data can be used to augment the results of GenAI.
  • Get the Credly badge for completing the Learning Path!

Depending on your level of familiarity and expertise, it will take you about 2h 45m. 

This learning path is designed for anyone new to GenAI; it's suitable for nontechnical audiences.

Don't miss out on this opportunity to stay ahead in the AI game. Start your Learning Path today!

讨论 (0)1
登录或注册以继续