Encontrar

InterSystems Official
· 16 hr atrás

Announcing Availability of Adaptive Analytics 2025.4.1

InterSystems IRIS Adaptive Analytics version 2025.4.1 is now available from the InterSystems Software Distribution page.  This release includes AtScale 2025.4.1 and is compatible with the existing  Adaptive Analytics User-Defined Aggregate Function (UDAF) file - 2024.1.  New features included in AtSCale's 2025 releases include:

 

For more details on AtScale 2025.4.1, see the Release Notes.

For more information about Adaptive Analytics, see the InterSystems documentation and learning services  content.

Comentarios (0)1
Inicie sesión o regístrese para continuar
Pregunta
· 18 hr atrás

Acerca de %Net.HttpRequest

Tengo el siguiente código, con el que pretendo enviar el fichero pepe.XML que está en mi directorio C:\TEMP:

 httprequest=##class(%Net.HttpRequest).%New()
 httprequest.Username="dfgsdgsd"
 httprequest.Password="sdfbnnb"
 httprequest.Port=2222
 httprequest.Server="https://app.net
 httprequest.SetParam("API-Key","jh2871371naou1b82397"
 httprequest.SetParam("content-type", "application/xml"
 httprequest.Post("C:\TEMP\pepe.XML",2)
 response=httprequest.HttpResponse
 !,response
(Los datos no son reales. Supongo que Username, Password y Port no es necesario)

No hace nada, y no se ni si se conecta.

¿Qué hago mal

1 nuevo comentario
Comentarios (1)2
Inicie sesión o regístrese para continuar
Anuncio
· 21 hr atrás

October Article Bounty: Community Spotlight

Let’s shine a light on the amazing authors and contributors of our October Article Bounty! 💙
Huge thanks to everyone who joined in and shared their knowledge.

A special mention goes to those who created brand-new articles and shared their expertise — each received 5,000 points 🎉

1. @Robert Cemper >> "Sample for Beginners with Streams in IRIS"
2. @Vachan C Rannore >> "What I’ve Learned from Multiple Data Migrations"
3. @Harshitha  >> "Tips on handling Large data"

And also to those who joined the challenge and helped us in the search for interesting articles (each received 30 points 🙌):


@Mary George 
@Tom Cross 
@Prasanth Annamreddy 
@Padmaja Konduru 
@Marcelo Witt 

👏 We truly appreciate your effort and passion for sharing knowledge!

The final Article Bounty of the year (November) goes live on Global Masters tomorrow! It includes some awesome topics suggested by our Community members. Let’s share the knowledge!

Comentarios (0)1
Inicie sesión o regístrese para continuar
Anuncio
· 21 hr atrás

[Video] Creación de módulos $ZF en Rust con RZF

¡Hola, comunidad!

Nos alegra compartir un nuevo vídeo en nuestro canal de YouTube de InterSystems Developers:

Creación de módulos $ZF en Rust con RZF @ Ready 2025
 

Noah, desarrollador del equipo DARPA junto con Dave McCalden, presenta Rust ZF, una nueva capa basada en Rust para la API Iris ZF (Zero Functions). Tradicionalmente, ZF permite realizar llamadas dentro y fuera de IRIS utilizando C, pero requiere usar muchas expresiones y carece de seguridad en tipos y memoria.

El nuevo Rust ZF incorpora una interfaz ergonómica e idiomática en Rust, lo que facilita y hace más seguro para los desarrolladores integrar código Rust con Iris. Mediante una macro sencilla (RZF), los desarrolladores pueden definir funciones en Rust, crear bibliotecas dinámicas y cargarlas en IRIS, o bien llamar a métodos de IRIS directamente desde Rust. Noah lo demuestra con ejemplos como funciones matemáticas y ejecución de código en tiempo real.

También muestra cómo el ecosistema de Rust puede integrarse con IRIS, por ejemplo, utilizando el motor de juegos Bevy para crear una demo de Space Invaders que almacena y recupera datos del juego a través de IRIS. Por último, menciona que están trabajando en un servidor LLM MCP, que será presentado próximamente por Dave McCalden.

🗣 Ponente: @Noah Dohrmann, desarrollador del equipo DARPA

¡Disfrutad del vídeo y suscribíos para ver más contenidos! 👍

Comentarios (0)1
Inicie sesión o regístrese para continuar
Anuncio
· 21 hr atrás

【11月抽奖活动来啦】分享您对改善初始开发人员体验的想法!

大家好!

我们很高兴地宣布一个全新的抽奖活动。 这次的主题是

最初的开发人员体验💡

我们想听听您的想法,看看我们如何让使用 InterSystems 技术的第一步更顺利、更清晰、更鼓舞人心。无论是文档、入门、设置还是教程,您的想法都能带来真正的改变!

要参加此次抽奖活动,请遵循以下简单步骤:

  • 成为Ideas Portal 的会员,只需使用您的 SSO 登录。
  • 创建一个新创意
  • 选择 "初始开发人员体验(Initial Developer Experience"类别。
  • 尽可能详细地描述您的建议,强调该建议将如何改善新用户的开发人员体验
  • 在下面的评论中分享您的想法的链接和标题,以便其他人也能看到。

就这样!11 月底,我们将使用随机器选出一名幸运参与者,我们将送上一份特别奖品 🎁 。

我们期待您的创意和实用想法!祝您好运 ☘️


注意事项:

  • 我们不接受重复的创意。请确保您提交的创意独一无二。
  • 欢迎 InterSystems 员工参与。
  • 我们保留对创意进行审核的权利,审核决定为最终决定。
  • 以下是如何提交创意的简短指南
  • 提示:您发布的创意越多,获得奖品的机会就越大 🤗
Comentarios (0)1
Inicie sesión o regístrese para continuar