查找

Announcement
· Jan 15

[Video] Selecionando a estratégia de Controle de Fontes correta para sua equipe

Olá Comunidade, 

Aproveite o novo vídeo do InterSystems Developers YouTube:

⏯ Selecting The Right Source Control Strategy for Your Team @ Global Summit 2024

Assista a este vídeo para uma análise das opções, incluindo combinações que funcionam entre ambientes Private ou Shared Dev, bem como Client-side ou Embedded Source Control com tecnologia InterSystems. Também abordaremos atualizações para o popular pacote OEX git-source-control, que fornece funcionalidade Embedded Source Control em ambientes de desenvolvimento compartilhado de produtos InterSystems (conforme usado em nossas implantações do Health Connect Cloud).

 Apresentadores
🗣 @Ben Spead, Manager, Application Services, InterSystems
🗣 @Pravin Barton, Principal Application Developer, Application Services, InterSystems

Confira e descubra algo novo — aproveite! 👍

Discussion (0)1
Log in or sign up to continue
Question
· Jan 15

Single Operation to Concatenate 2 %DynamicArrays?

Hello,

Is there a single ObjectScript operator or method to concatenate two %DynamicArrays?

I'm looking for something that will do the following:

set arr1 = [ 1, 2, 3 ]
set arr2 = [ 4, 5, 6 ]
set arrcombined = arr1.%Concatenate(arr2)

or 

set arrcombined arr1_arr2

With end result:

zw arrcombined
arr1=[1,2,3,4,5,6]  ; <DYNAMIC ARRAY>

I can iterate and %Pop over the 2nd array and %Push each popped entry to the 1st array, but I was looking for something more succinct.

Thanks in advance.

4 Comments
Discussion (4)1
Log in or sign up to continue
Announcement
· Jan 15

[Video] First Vector Search on IRIS

Hey Community,

Enjoy the new video on InterSystems Developers YouTube:

⏯ First Vector Search on IRIS

Learn the concept of vector search and its growing importance in understanding and comparing textual feedback. By converting sentences into multi-dimensional numerical arrays, known as vectors, the software can calculate the similarity between them by measuring the distance between their respective points in vector space. This allows for a more nuanced analysis of language.

🗣  Presenter: @Seisuke Nakahashi, Senior Developer Support Engineer, InterSystems

Enjoy watching, and look for more videos! 👍

Discussion (0)1
Log in or sign up to continue
Discussion (3)2
Log in or sign up to continue
Question
· Jan 15

Running Service production

Hi Guys,

how do I know that my service is running in a production, I've this receiving service and the as blow that says lost TCP then closing TCP connection, then last one says ConfigItem starting job, and in the Jobs tab it says Listing. 

 

The issue that I've set a debugging line at the very beginning to see if it does execute and so far it didn't so does it mean my service is not running or maybe that the send party haven't send anything yet 

 

Thanks

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