検索

お知らせ
· 2024年8月8日

[Video] HealthShare Deployment Automation at Warp Speed

Hey Community,

Watch this video to learn how to leverage standard automation tools, scripting, and HealthShare APIs to drive standardized deployments for consistent delivery of HealthShare federations:

⏯ HealthShare Deployment Automation at Warp Speed @ Global Summit 2023

Presenters:

🗣 @Francois Le Floch, Senior Solutions Engineer, InterSystems
🗣 @Mark Bolinsky, Principal Technology Architect, InterSystems

Subscribe to our YouTube channel InterSystems Developers to stay tuned!

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
記事
· 2024年8月8日 2m read

Mirrored databases are mounted read-only after removing the mirror configuration

InterSystems FAQ rubric

If you do not specify the option to remove the mirror attribute of the mirror database when deleting the mirror configuration, the database cannot be restored to a normal state and will be mounted read-only the next time it is mounted. To restore the database to a read-write state, you must remove the mirror attribute using the system routine ^MIRROR.

The procedure is as follows (execute in the %SYS namespace):

%SYS>do ^MIRROR This instance is not initialized as a mirror member 1) List mirrored databases
2) Remove one or more mirrored databases ※Select this menu
3) Create a Mirror
4) Join Mirror as Failover Member
5) Join Mirror as Async Member Option? 2                 ※Enter 2
There is one mirrored database on this system
Remove it? y           ※Enter yes or y
Removing c:\intersystems\ensemble\mgr\mtest\ ...succeeded
Press to return to the main menu...

[Additional Information] When deleting the mirror configuration on each failover member, the menu shown below will be displayed, asking whether you want to delete the database mirror attributes as well.

In addition to the above, do you also want to remove mirror attribute of
mirrored databases (the databases themselves will not be deleted)? y 

The default selection is <no>, so if you do not specify y or yes, the mirror attribute will not be deleted. For information on how to use ^MIRROR and how to delete the mirror configuration, please refer to the following documentation page:
Mirroring [IRIS]
Mirroring

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
お知らせ
· 2024年8月8日

[Video] Preparing Your Data for Use with Generative AI

Hi, Community!

How can you get your data ready for generative AI applications? Get some key tips from an InterSystems expert:

Preparing Your Data for Use with Generative AI

In this video, @Jeff Fried, Director of Platform Strategy at InterSystems, explains how to prepare your data and make sure it is governed, secure, fair, enriched, and accurate.

Continue your journey with the Basics of Generative AI learning path (2h 45m).

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
ディスカッション
· 2024年8月8日

Code Golf: Imprima todo caractere que seu programa não tem

Hoje teremos um code golf diferente: construir um programa (usando apenas caracteres ASCII imprimíveis, tabs e caractere de nova linha) que imprima exatamente os caracteres no espaço imprimível ASCII (de 32 a 126) que não apaecem no código fonte do seu programa (em qualquer ordem, mas quantas vezes você quiser).

Como sempre o objetivo é produzir o menor código fonte que seja capaz disso.

O meu (admito que não muito bom, mas faz o trabalho!) código:

Class ascii.ascii {

ClassMethod ascii()
{
    set x="!#$%&'()*+,-./0123456789:;<>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdfghijklmnopqruvwyz{|}~"
}

}

Diremos que os caracteres na assinatura:

ClassMethod ascii(){}

não contam como código fonte do programa.

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
質問
· 2024年8月8日

Restart Service

Hello! I was wondering if there was a way to have a Service in HealthConnect restart if there have not seen any messages in a certain amount of time? I have a connection problem that requires me to restart services often and I was hoping to create a task that would automatically restart the services. Thank you! 

1 Comment
ディスカッション (1)2
続けるにはログインするか新規登録を行ってください