Pesquisar

Anúncio
· Jun. 25, 2024

InterSystems Developer Ecosystem Spring News 2024

Hello and welcome to the Developer Ecosystem Spring News!

This spring was full of online and offline activities in the InterSystems Developer Ecosystem. In case you missed something, we've prepared for you a selection of the hottest news and topics to catch up on!

News

💡 InterSystems Ideas News #12 and #13

📝 Deprecation: InterSystems Public Key Infrastructure (PKI)

🛑 Alert: SQL Query using “NOT %INLIST” fails to return results

🛑 Apr. 8, 2024 – Alert: Upgrades fail for HealthShare® Health Connect instances not licensed for HL7® FHIR®

 Mar.19, 2024 - Advisory: AIX Memory Leak

 May 30, 2024 – Advisory: License Enforcement Changes – REST and SOAP

📝 InterSystems IRIS & IRIS for Health 2024.2 Developer preview update

📝 Windows upgrade removes Studio in 2024.2

📝 InterSystems Platforms Update Q2-2024

😭 The Global Masters Program will be temporarily PAUSED from April 26th

Contests & Events

 
Code Golf

⏯️ [Webinar in Hebrew] Maximize Your Success with InterSystems Support

⏯️ [Webinar in Hebrew] Introducing InterSystems Cloud Services

⏯️ [Webinar in Spanish] SMART on FHIR, extending the capabilities of HealthShare

🧑‍🤝‍🧑 InterSystems Developer Community Roundtable - March 5, 2024

🧑‍🤝‍🧑 InterSystems Developer Community Roundtable - March 26, 2024

🧑‍🤝‍🧑 InterSystems Online Developer Roundtable - April 25, 2024

🤝 Developer Meetup in Boston, March 27

🤝 Developer Meetup in Boston, April 24

👨‍💻 [Hackathon] InterSystems at MIT GrandHack 2024

👥 [Conference] J On The Beach

🚰 [Water Cooler Talk] Is ChatGPT effective in providing ObjectScript guide?

✍ The 3rd edition of the InterSystems Technical Article Contest in Spanish

Latest Releases

⬇️ InterSystems announces General Availability of InterSystems IRIS 2024.1

⬇️ InterSystems announces InterSystems IRIS 2024.1.0.267.2, includes support for Ubuntu 24.04

⬇️ InterSystems announces General Availability of InterSystems IRIS for Health, and HealthShare Health Connect 2024.1

 
⬇️ InterSystems IRIS, IRIS for Health, & HealthShare Health Connect 2024.1 developer previews
 
⬇️ InterSystems IRIS, IRIS for Health, & HealthShare Health Connect 2024.2 developer previews

Best Practices & Key Questions

❓ Key Questions of Winter 2023/2024: March, April, May

People and Companies to Know About 

🌟 Global Masters of Winter 2023/2024: March, April

👨‍💻 Celebrating a True Pillar of the Developer Community: A Journey of Dedication and Expertise

Job Opportunities

💼 HealthShare & IRIS Expertise wanted - Swiss based job opportunity

💼 Contract Job Opportunities?

💼 IRIS Engineer

💼 InterSystems Developer Job opportunity at Virtusa

💼 Software Engineer- IRIS

💼 Intersystems - Cache Objects Health Share Application Developer

💼 IRIS Developer/Support engineer opportunity

💼 InterSystems HealthShare Developer

And more

❗ How to showcase your Credly Badges

❗ How to manage subscriptions on InterSystems Ideas

So...

Here is our take on the most interesting and important things! 

What were your highlights from this past season? Share them in the comments section and let's remember the fun we've had!

Discussão (0)2
Entre ou crie uma conta para continuar
Pergunta
· Jun. 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
Discussão (2)2
Entre ou crie uma conta para continuar
Anúncio
· Jun. 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技術者の方

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

Discussão (0)1
Entre ou crie uma conta para continuar
Pergunta
· Jun. 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
Discussão (2)2
Entre ou crie uma conta para continuar
Discussão (7)3
Entre ou crie uma conta para continuar