Hi,
How to view Messages centrally from Multiple Productions by using Enterprise Message Viewer?
Thanks
Hi,
How to view Messages centrally from Multiple Productions by using Enterprise Message Viewer?
Thanks
Hi,
Currently I am getting field number while hovering on the HL7 Message Viewer Content.
How can I get field name instead of field number?
Thanks
Hey Developers,
Watch the new video on InterSystems Developers YouTube:
I'm trying to implement an OAuth2 server, but I have som issues when trying to setup JWT under OAuth 2.0->Client.
I get the error message saying "No match between server name 'localhost' and SSL certificate values 'cache'". I have set up a SSL/TLS configuration as simple as possible without any certificate files. I'm accessing my server via HTTPS with an unsigned certificate.
Can anyone point me in the right direction on how to resolve the issue I'm encountering.

Screenshot 1: When I set "Source other than dynamic registration" to "JWKS from URL" under "JSON Web Token (JWT) Settings"
Screenshot
Hi community,
This is another article about how to perform actions that you can do in the web portal but via code.
Today.... Add a default setting value by code
My extension has recently reached first 1000 installations. And thank you all of you, who use it and fill issues and even contribute to the project.
The latest version of the extension already has more not yet announced features. I'm going to make this announcement later.
Sometime ago GitHub announced their new feature - sponsoring OpenSource projects stored on GitHub.
I would like to invite you to donate to the project if you found it useful for you or just wanted to support it.
You can do it by clicking the new Sponsor button appeared on GitHub.
Fill free to contact me directly, if want other
Hi folks!
Is there a way (function) to know the name of the database for data of the current namespace?
I take the case where we have one database for data and another database for code in a namespace.
Thanks!
Hi,
I want to disable auto retrieve functionality in Production Monitor But Auto Update checkbox is not appearing in Production Monitor.
Looking Forward
Thanks
I am trying to delete a field based on a value in one of the subfields. I would like to remove the below Field with the Field value "Field8". I know how to find the number of fields and iterate. If I just use "" I still get a tilde at the end.
Ex .
|Field^Field1^Field3~Field4^Field5^Field6~Field7^Field8^Field8
My objective is to find routine's Date/Time Saved someplace inside Cache. The routine's Date/Time Modified as returned by various queries like %Library.RoutineIndex and as seen on the File Open screen is actually Date/Time Compiled last, not Date/Time Saved last. Does anyone know if Date/Time Saved is created when the Save icon is pressed or the routine is imported? Such a timestamp should be immune to subsequent compilations with no changes.
I am also curious about the internal Cache mechanism that marks the routine's tab with + which means saved but not compiled yet.
I am unable to download Cache Studio from the Intersystems web page. The download link times out.
https://www.intersystems.com/developing-with-intersystems-iris/
Scroll down and click on 'Studio'. Spins then times out.
@Andreas Dieckow can you provide any insight?
Joe
I have been working within Objectscript for a few months and I am seeking assistance today because all of the help files within the docs.intersystems.com domain are currently down and they wont be back up until next week. (I raised a special ticket for this)
I have been trying to figure out how to convert a binary number 0101001 in to a decimal number using a variable called CNumber and I have tried using the method below and it hasnt worked.
In a typical database, changing the type of a column from some kind of date/time to a string would require a degree of migration effort for existing values. In Caché, my suspicion is that this is not the case, and I could simply change a property definition from %Timestamp to %String (MAXLEN = "30") and recompile, without needing to worry about damaging the existing data stored for this property. Is this correct? Or would I find the existing data in this property being lost or corrupted?
Thanks in anticipation
Hey Community,
You've probably already heard about Discord and many of you are already chatting there. And now we invite you to become closer to the world of InterSystems technology and join the social club of our developers!
Use a super-fast way to communicate with each other:
Hi,
I am getting following error while compiling a routine :
Compilation started on 08/05/2021 12:58:31 with qualifiers 'cku /checkuptodate=expandedonly'
Compiling routine : demoroutine.mac
ERROR: demoroutine.int(1) #1026: Invalid command : 'write "Use one of the following options"' : Offset:6 [write^demoroutine]
TEXT: write "Use one of the following options"
Detected 1 errors during compilation in 0.022s.
Please note that Routine contains just a below simple write command :
write "Use one of the following options"
Thanks
Dear,
From time to time I get the following error after executing a select statement:
[SQLCODE: <-400>:<Fatal error occurred>]
[Cache Error: <<UNDEFINED>Main+65^%SYS.DBSRV *%qsc(1187,8)>]
[Location: <ServerLoop>] InterSystems.Data.CacheClient.CacheException [SQLCODE: <-400>:<Fatal error occurred>]
[Cache Error: <<UNDEFINED>Main+65^%SYS.DBSRV *%qsc(1187,8)>]
After repeating the query, the query succeeds.
How do I start debugging this type of issue?
Thanks,
Bart
Hey everyone,
We've made a video tutorial for an easy start on InterSystems Partner Directory:
Hi folks!
Want to share a lifehack with you on ObjectScript highlighiting withing VSCode for script files.
Script files are just files with lines of ObjectScript that we feed anywhere, e.g. into IRIS during Docker baking procedure.
Typical usecase - here is the Scriptfile
here is the Dockerfile where we feed it.
And here is how it looks like usually in VSCode:

Coudl be more beautiful, right?
Hi,
How to write code in table trigger to send SMS upon any modification on particular column?
Thanks
Hi all,
We have a session values in a cache method and need to get those values in a client method (JavaScript).
Eg :
ClassMethod Method1()
{
Set %session.Data("Param1")="Data 1"
}
ClientMethod onloadHandler [Language = javascript]
{
var ret = zenPage.getSessionValues();
}
ClassMethod getSessionValues() As %String [zenMethod]
{
Set Data = $G(%session.Data("Param1"))
Quit Data
}
This is the code we implemented. But the problem is getSessionValues() method isn't called.
We need to know how to call a class method from client method.
Thanks,
Syed M
Hello, first of all thanks for your time reading this question ◀️
We would need to achieve the following task:
We have a Ens.Response message with this structure:
<?xml version="1.0" ?>
<!-- type: Mensajes.Response.Justicia.PLATINO.EnviarIniciadoresGeneralResponse id: 10986665 -->
<EnviarIniciadoresGeneralResponse>
<EnviarIniciadoresGeneralOut>
<![CDATA[<?xml version="1.0" encoding="ISO-8859-1"?>
<mensajeWS xmlns="https://wslexnet.webservices.lexnet/3.22"><respuestaEnvioMensaje
Hey Community,
Here is a digest of the Developer Community videos on InterSystems Developers YouTube Channel in July 2021:
Hi community,
This is another article about how to perform actions that you can do in the web portal but via code.
Today.... Add a business item in your production by code
Hi,
How to check if data string contains Unicode characters?
Thanks
Hi Community,
We're pleased to invite you to the online meetup with the winners of the InterSystems AI contest!
Date & Time: Friday, July 30, 2021 – 11:00 AM EDT
What awaits you at this Virtual Meetup?
Hi Developers!
Currently, we are experiencing technical issues with DC sign-in - you may not be able to sign in and contribute to the Developer Community.
Our engineers are already working to solve the issue, so we are committed to restoring service quickly.
To stay in touch, let's continue our tech talks on InterSystems Developers Discord Server 👈
Thank you for your patience!
Dear Experts,
I have to pull out a report of certain code tables and this is my first script and I need to write many.
1. If I have to refer to the table, seeing the reference in the components with reference to SQL table and column,
can I use Select < What I need from the table>
Inner join with reference table?
I tried, I used the code table reference in the components, but I am getting errors,
| Code | CT_abc |
| Loc | ID |
| Type |
P: Public Pv: Private C: Community |
| code | CT_loc.edit |
| Loc | Location Id |
| Hopital |
Description C: Cardiology |
I heard about Message Bank when we started redesigning a Health Connect production to run in containers in the cloud. Since there will be multiple IRIS containers, we were directed to utilize Message Bank as one place to view messages and logs from all containers.
How does Message Bank work?
I added Message Bank operation to our Interoperability Production. It automatically sends messages and event logs to the Message Bank.
Resending Messages
The Message Bank provides an interface for portal user to resend messages from the Message Bank portal.