検索

質問
· 2025年2月10日

freeze and thaw databases (scripts on windows)

Hi experts, 

Please, I'd know how the best way to do freeze and thaw databases on windows.
I'll do freeze databases before snapshot and thaw after snapshot.
I think is necessary execute scripts. Please, do you know where can I found it?

Thank you.

1 Comment
ディスカッション (1)1
続けるにはログインするか新規登録を行ってください
ダイジェスト
· 2025年2月10日

Publicações Desenvolvedores InterSystems, Fevereiro 03 - 09, 2025, Resumo

Fevereiro 03 - 09, 2025Week at a GlanceInterSystems Developer Community
ダイジェスト
· 2025年2月10日

InterSystems Developers Publications, Week February 03 - 09, 2025, Digest

Articles
Announcements
Questions
#InterSystems IRIS
To configure VSCode as Studio for Intersystems
By Manoj R
Base64 decoding and storing it in a local path
By Vachan Rannore
Py fails in Win Terminal - fixed
By Robert Cemper
trying to put the SYSMGR global into a readable string
By JIM WHEELER
How to find all globals in routines?
By Anna Golitsyna
Error encountered while calling an API
By Anthony Decorte
How to check if the system user with the name "John" already exists in IRIS via SQL?
By Evgeny Shvarov
Error - SFTP connection with ssh key on a server that excludes the rsa-ssh algorithm
By Moussa SAMB
Track the global set location
By Ashok Kumar
Sorting, remove duplicate and count of Json file
By Sandeep
I don't know what I did wrong.
By Chiho Han
Visual Studio Code eating licenses
By Fabio Care
Where is InterSystems IRIS Download for Windows?
By Irina Yaroshevskaya
#InterSystems IRIS for Health
#Ensemble
#Caché
#Other
#Health Connect
Discussions
February 03 - 09, 2025Week at a GlanceInterSystems Developer Community
記事
· 2025年2月10日 1m read

Cómo gestionar correctamente la hora del sistema del contenedor IRIS

En un entorno con contenedores, podéis gestionar la hora de vuestro contenedor mediante la variable TZ o a través de los directorios /etc/timezone y /etc/localtime.

environment:
      - TZ=Europe/Paris
volumes:
    - "/etc/timezone:/etc/timezone:ro"
    - "/etc/localtime:/etc/localtime:ro"

Podéis encontrar ejemplos completos aquí:

IRIS Community

IRISHealth_Community

IRIS production

IRISHealth production

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

How to force stop a Live job

I have an operation using $ZF this operation ran and did not error but the job has been active and it can not be stopped I have tried stopping it from the front end and through the terminal using ##class(ENSLIB.Job).%New() Stop method. Now my production will not update even if I add a new item to the production I cannot update the item is there a way to force stop  this job.

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