查找

Question
· Aug 20

Enabling IPM across namespaces

I've been trying to set up a script I can run after installing an instance to enable IPM across all namespaces. I have been able to install IPM successfully using

set r = ##class(%Net.HttpRequest).%New(),
    r.Server="pm.community.intersystems.com",
    r.SSLConfiguration="ISC.FeatureTracker.SSL.Config" 
d r.Get("/packages/zpm/latest/installer"),
    $system.OBJ.LoadStream(r.HttpResponse.Data,"c")

and then running the zpm commands

repo -r -n registry -url https://pm.community.intersystems.com/ -user "" -pass ""
enable -map -globally

This seems to enable me to run further zpm commands in the namespace where I initially installed IPM. In other namespaces, I can see that IPM is installed, but I do not seem to have a registry configured and cannot install packages from it unless I first run a similar 'repo -r -n registry...' command in each namespace. Is this expected? I thought 'enable -map -globally' was supposed to avoid the need to do that, but I may be missing something.

1 new Comment
Discussion (4)4
Log in or sign up to continue
Question
· Aug 20

SOAP.OutboundAdapter question

Using a WSDL and the SOAP wizard I created a WebServiceClient, and Operation to send an encoded message to a Vendor. But the vendor is now sending back an HL7 in the SOAP response.

I tried updating the Operation to Extend EnsLib.HL7.Operation.ReplyStandard, but still use the EnsLib.SOAP.OutboundAdapter. When I did this it broke my Operation and would not compile with the following error...

ERROR #5478: Keyword signature error in osuwmc.Nutrition.HL7SoapOperation:Method:SendMessage, keyword 'method argument/s signature' must be 'EnsLib.HL7.Message,EnsLib.HL7.Message,%Library.String' or its subclass

  > ERROR #5030: An error occurred while compiling class 'osuwmc.Nutrition.HL7SoapOperation'

Detected 1 errors during compilation in 0.015s.

The WebServiceClient is expecting "SendMessage"

Set tSC = ..Adapter.InvokeMethod("SendMessage",,pRequest.key,.encodedMessage)

So how do I get the Operation to send with the Data Class Structure they require but receive an HL7 ACK back to parse out and error if they send back an AR, AE, CR, etc...

We are looking for a way that if we receive an HL7 ACK AR response to ensure that the message keeps sending.

Discussion (0)1
Log in or sign up to continue
Question
· Aug 20

How to change the IRIS user when starting a terminal session in an IRIS container?

Running "docker exec -it iris iris terminal IRIS" automatically logs you in as irisowner in the terminal session, but how do you log in as a different user?

2 Comments
Discussion (2)3
Log in or sign up to continue
Announcement
· Aug 20

[Video] Can AI Fix Bugs? Evaluating Progress and Challenges

Hey Community!

We're happy to share the next video in the "Code to Care" series on our InterSystems Developers YouTube:

⏯  Can AI Fix Bugs? Evaluating Progress and Challenges

Watch this video to examine the challenge of using generative AI to automatically fix software bugs. The discussion highlights the SWE-bench dataset, which provides a way to test AI systems by checking whether their predicted fixes pass both existing and new automated tests. Despite the challenges, the area shows significant potential. Automatic bug fixing remains a demanding but highly valuable use case, with ongoing progress likely to influence how generative AI is applied across different technologies and codebases.

🗣 Presenter: @Don Woodlock, Head of Global Healthcare Solutions, InterSystems

Enjoy watching, and subscribe for more videos! 👍

Discussion (0)1
Log in or sign up to continue
Article
· Aug 20 2m read

Como mesclar contas existentes (atualizar e-mail) no InterSystems Developer Community

Olá, Comunidade,

Às vezes, pode ser necessário juntar várias contas ou apenas atualizar o e-mail que você usa nos diferentes portais do Ecossistema de Desenvolvedores da InterSystems. Como cada portal funciona de forma um pouco diferente, aqui está um guia para te ajudar com o processo.

Mudar seu e-mail

Se você quiser usar um e-mail diferente 

(por exemplo, usar um e-mail de trabalho em vez de um pessoal, ou vice-versa), veja como atualizá-lo em todos os portais:

1. Atualize seu e-mail no InterSystems SSO. Para isso, faça o seguinte:

  • Siga as instruções na tela para fazer a alteração.

2. Com seu novo e-mail, faça login no Developer Community e/ou no Open Exchange.

3. Não faça login no Ideas Portal. Primeiro, envie uma mensagem direta para @Irène Mykhailova com seus e-mails antigo e novo. Quando ela confirmar a mudança, você poderá fazer login no Ideas Portal. Caso contrário, você criará um novo usuário no portal.

4. Não faça login no Global Masters. Primeiro, envie uma mensagem para @Olga Zavrazhnova com seus e-mails antigo e novo. Quando ela confirmar a mudança, você poderá fazer login no portal Global Masters. Caso contrário, você terá que mesclar suas contas.

Mesclar suas contas

Se você já tem vários logins registrados no Ecossistema de Desenvolvedores e quer  mesclar suas contas,  por favor, envie uma mensagem direta para @Elena E com seus endereços de e-mail antigo e novo. Ambas as contas devem ter sido usadas para login pelo menos uma vez nas respectivas plataformas. Saiba que a fusão de contas ou a transferência de dados não é possível no Ideas Portal.


Esperamos que isso ajude você a gerenciar suas contas no Ecossistema de Desenvolvedores. Se tiver alguma dúvida ou sugestão, não hesite em compartilhá-la na seção de comentários deste artigo.

Discussion (0)1
Log in or sign up to continue