Pesquisar

Resumo
· Set. 22

Publicações Desenvolvedores InterSystems, Setembro 15 - 21, 2025, Resumo

Setembro 15 - 21, 2025Week at a GlanceInterSystems Developer Community
Discussão (0)1
Entre ou crie uma conta para continuar
Pergunta
· Set. 22

Cache Locking - how to remove Cache lock from another process

Hello to all my fellow Cache Developers/Experts out there :)

The purpose of this post is to get input/feedback regarding an issue we are having with our Cache LIS web-based application not being able to remove locks that were taken under a separate process.

Here is the background of how the LIS does the locking and details about the issue:

-> our LIS web-based application sets records into a queue for doing locks and unlocks (the LIS runs under one process - guessing its the CSP server processes that process the broweser-to-backend requests) NOTE:  Our LIS is a web application, so in order for locks to be honored across all running user sessions, the LIS web-based application had to implement a web-based lock manager (this was a recommendation from InterSystems circa 2007/2008)

-> our application has a background job that runs to process records placed into the queue that has the lock/unlock requests (this background job is a separate standalone process that would do the physical LOCK + or LOCK - commands)

-> Overall, the lock manager process (as it is called) works really well.  But there are times when an unlock request is not able to be processed and we end up with an orphaned lock. When that happens, the users are not able to do any work with the associated database table/record(s) until the lock is released.  So our LIS web-based application has a feature to display which accessions (cases) are locked and allows the user to select one or more of the locked accessions and click a button [Remove Lock] to remove the lock.  This is the feature that is NOT working.   We are guessing that is because the LIS web-based application is running under one Cache process and the background job that takes out the LOCK + is running under a separate Cache process.  And we are guessing the LIS web-based application does not have the proper permissions to be able to remove a lock for another Cache process.  We are unsure what permissions would be needed by the LIS application default Cache account to be able to remove locks for another Cache process, such as the background job that takes out the locks.

Your input/feedback regarding this issue and recommendations for how to allow the LIS web-based application to remove the locks is appreciated.

Best Regards and GO TEAM!!

4 Comments
Discussão (4)3
Entre ou crie uma conta para continuar
Anúncio
· Set. 22

[Video] Unlocking a World of Possibility

Hey Community,

Enjoy the new video on InterSystems Developers YouTube:

⏯ Unlocking a World of Possibility @ Ready 2025

This talk challenges the healthcare industry to accelerate progress toward true interoperability and patient-centered care. It highlights the rapid evolution of technology, especially AI, and contrasts it with the lag in healthcare system integration, where outdated methods like fax machines and CD-ROMs still persist. The ultimate vision: a seamless, connected system where patients experience healthcare as intuitively as ordering a pizza.

Presenter:
🗣 Kari Hedges, Senior Vice President, Blue Cross Blue Shield Association

Curious about best practices? Watch this and subscribe for more!

Discussão (0)1
Entre ou crie uma conta para continuar
Pergunta
· Set. 22

InterSystems health connect interface to transfer files to SharePoint

hi everyone

we are migrating a legacy script that uploads the files to a SharePoint site through webdav to Health Connect engine.

I wonder if anyone has ever done that, if yes, what did you do to achieve this?

 

thanks in advance,

 

Frank

3 Comments
Discussão (3)2
Entre ou crie uma conta para continuar