Nueva publicación

Rechercher

Pregunta
· 27 mayo, 2025

How to programmatically create SQL Gateway Connection?

In Management Portal one can create and configure connection in:

System Administration
 > Configuration
  > Connectivity
   > SQL Gateway Connections
    > Create New Connection

But how to create new connection programmatically?

2 comentarios
Comentarios (2)2
Inicie sesión o regístrese para continuar
Anuncio
· 27 mayo, 2025

Meet the Winners of the AI Programming Contest at InterSystems READY 2025 @ Tech Exchange!

Hi Community!

We’re excited to announce that several winners of the InterSystems AI Programming Contest have been invited to showcase their projects at the Tech Exchange during InterSystems Ready 2025!

Join us on Wednesday, June 25, to explore innovative, real-world solutions built with InterSystems IRIS, AI, LLMs, and intelligent agent technologies — directly from the developers who created them:

Presenter Demo
@Muhammad Waseem, Technical Consultant, Traverse Health

Next generation of autonomous AI Agentic Applications

iris-AgenticAI

@Yuri Marx, Director, YM Services

Natural Language Control of IRIS

langchain-iris-tool

@Eric Fortenberry, Integration Analyst Senior, AdventHealth

A Minimalist View of AI: Exploring Embeddings and Vector Search with EasyBot

iris-easybot 

@Alena Krasinskiene, Quality and Customer Experience Manager, Banksia Global

AI Agents as First-Class Citizens in InterSystems IRIS

bg-iris-agent

@Henry Pereira, Tech Leader at BPlus tecnology
@Henrique Dias, Senior Platform Architect, AI at Zendesk
@José Pereira, Data Engineer at Shift

Command the Crew - create an AI crew to automate your work

Facilis

These developers have built cutting-edge solutions using InterSystems IRIS technologies, integrating AI, LLMs, and intelligent agents to solve real-world challenges.

Don't miss the chance to see these demos live and connect with the minds behind them at Ready 2025!

4 comentarios
Comentarios (4)3
Inicie sesión o regístrese para continuar
Pregunta
· 27 mayo, 2025

SQL Query returns <UNDEFINED> with OFFSET

I am testing vectorsearch, while doing so I am trying to paginate my resultset for a "next page" function to give me the first, second, third 15 entries within a table. 

For this I have two embedding classes. One with a HNSW Index (vectornomicembedtextlatest) , and one without (vectornomicembedtexttest).

Calling SELECT ID,PRIMKEY FROM SQLUser.vectornomicembedtexttest LIMIT 5 OFFSET 1 works fine with the first entry having the rowID of 486448. (I deleted old entries in the beginning and reused the table)

SELECT ID,PRIMKEY FROM SQLUser.vectornomicembedtexttest ORDER BY PRIMKEY DESC LIMIT 5 OFFSET 1  -> This works fine.

Calling my Vectorsearch SQL command however gives an <UNDEFINED> error: 
SELECT Primkey FROM SQLUser.vectornomicembedtexttest WHERE Mandant = '0' AND Klasse = 'CRMSHOPARTIKEL' LIMIT 3 OFFSET 1 ORDER BY VECTOR_DOT_PRODUCT(Embedding, TO_VECTOR('-.3707275390625,-.092041015625,-3.88720703125,... ,.298583984375', DOUBLE, 768)) DESC 

SQLCODE 400
[%msg: <ObjectScript-Fehler: <UNDEFINED>%0Afirst+3^%sqlcq.PHARMBUY.cls113.HWwDnTI0TjK.1>]

If I do the same for my indexed table everything works fine
SELECT Primkey FROM SQLUser.vectornomicembedtextlatest WHERE Mandant = '0' AND Klasse = 'CRMSHOPARTIKEL' LIMIT 3 OFFSET 1 ORDER BY VECTOR_DOT_PRODUCT(Embedding, TO_VECTOR('-.3707275390625,-.092041015625,-3.88720703125,... ,.298583984375', DOUBLE, 768)) DESC 

This is the Index
Index HNSWIndex On (Embedding) As %SQL.Index.HNSW(Distance = "DotProduct") [ SqlName = HNSWIndex, Type = index ];

However vectornomicembedtextlatest also starts with a rowID of 1 instead of 486448 because I haven't deleted any entries. Not sure if that is the problem here. 

Comentarios (0)1
Inicie sesión o regístrese para continuar
Artículo
· 27 mayo, 2025 Lectura de 7 min

Guide de configuration de l'environnement FHIR

Je sais que ceux qui découvrent VS Code, Git, Docker, FHIR et d'autres outils peuvent parfois avoir des difficultés à configurer l'environnement. J'ai donc décidé de rédiger un article qui explique étape par étape l'ensemble du processus de configuration afin de faciliter les premiers pas.

Je vous serais très reconnaissant de bien vouloir laisser un commentaire à la fin de cet article pour me faire savoir si les instructions étaient claires, s'il manquait quelque chose ou si vous avez d'autres suggestions qui pourraient être utiles.

La configuration comprend:

✅ VS Code – Éditeur de code
✅ Git – Système de contrôle de version
✅ Docker – Lancement d'une instance de la communauté IRIS for Health
✅ Extension VS Code REST Client – Pour l'exécution de requêtes API FHIR
✅ Python – Pour l'écriture de scripts basés sur FHIR
✅ Jupyter Notebooks – Pour les tâches liées à l'IA et au FHIR

Avant de commencer: Vérifiez que vous disposiez des privilèges d'administrateur sur votre système.

Outre la lecture du guide, vous pouvez également suivre les étapes décrites dans les vidéos:

Pour Windows

https://www.youtube.com/embed/IyvuHbxCwCY
[Este es un enlace integrado, pero no puede ver el contenido integrado directamente en el sitio porque rechazó las cookies que se necesitan para acceder a él. Para ver el contenido integrado, debe aceptar todas las cookies desde la Configuración de cookies]

Comentarios (0)2
Inicie sesión o regístrese para continuar
InterSystems Official
· 27 mayo, 2025

Nueva versión puntual de IRIS 2025.1.0: corrección crítica de interoperabilidad

Estamos publicando una versión puntual de InterSystems IRIS, IRIS for Health y Health Connect 2025.1 — versión 2025.1.0.225.1 — para abordar un problema crítico de interoperabilidad que afecta a quienes utilizan hosts de negocio con la opción de Configuración Predeterminada del Sistema habilitada.

¿Cuál es el problema?
En ciertas configuraciones donde un host de negocio está marcado como habilitado para la Configuración Predeterminada del Sistema, aplicar nuevos ajustes desde la interfaz puede indicar incorrectamente que los cambios se aplicaron, aunque no se haya realizado el reinicio necesario. Esto podría provocar que los ajustes no surtan efecto y generar confusión o comportamientos inesperados en entornos de producción.

¿Por qué una versión puntual?
Debido al riesgo de un comportamiento incorrecto en tiempo de ejecución en las configuraciones afectadas — especialmente para quienes dependen de actualizaciones precisas e inmediatas en componentes de producción — hemos priorizado esta versión puntual para garantizar una alta visibilidad y una resolución rápida.

¿Qué incluye?
Esta versión puntual actualiza todos los kits y contenedores de:

  • InterSystems IRIS® 2025.1.0
  • IRIS for Health™ 2025.1.0
  • HealthShare® Health Connect 2025.1.0

La versión también incluye actualizaciones para WebGateway, Arbiter, ICM y variantes de contenedores con acceso restringido.

Comentarios (0)1
Inicie sesión o regístrese para continuar