Hi Developers,
Enjoy watching the new video on InterSystems Developers YouTube:
⏯ Diving into InterSystems Cloud Technology
Hi Developers,
Enjoy watching the new video on InterSystems Developers YouTube:
⏯ Diving into InterSystems Cloud Technology
Hi guys,
I have read thos two links how to translate CSP application
https://cedocs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GCSP_localization_tags#GCSP_localization_tags_compile https://cedocs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=ASTRLOC#ASTRLOC_localization_util_export
I have exported strings to XML
Hi Community!
We're pleased to invite you to the "Online Meetup with IRIS Programming Contest Winners" on April 3rd at 11:00 EDT!
It's a virtual Meetup with some of the winners of the past InterSystems IRIS Online Programming Contest.
What awaits you at this virtual Meetup?
HI,
I have sample %session like this
%session.Data("product", "1") = "Product 1"
%session.Data("product", "2") = "Product 2"
%session.Data("product", "3") = "Product 3"
%session.Data("product", "4") = "Product 4"
%session.Data("product", "5") = "Product 5"How can i loop in tag based CSP application over %session?
if i have <csp:while condtion=""> Is there something like %session.Data("products").Next() ?
Hi,
Kindly find the below example :
If I open google chrome and I add the below link (just an example) , it will download a file to my local PC.
https://www.abc.com/cgi-bin/ocs/pswd=123&rpt=1
pswd correspond to the password
rpt represent the report
How can I do the above using code in cache studio ?
What type of services should I use? what's the parameters ? functions? and how can I test it?
How to post a standard HTTP requests to the server with special parameters on the URL while the server returns data records instead of HTML pages ?
Thank you in advance.
Hi
I am working on a project that will interact with some software called ROS (Robot Operating System). One of the development challenges we have is as follows:
ROS uses web sockets... So one connect with ws://localhost:9090 to the web socket server. It starts off as http, but then "upgrades" to web socket. It then keeps open this "tunnel" for bi-directional communication..
I need something like a HTTP Outbound adapter, but the Web Socket version of it...
Does anyone have any experience in this area?
Nigel
IRIS 2010.1 brought us a new feature: %Net.WebSocket.Client
As a continuation of my series of WS Clients I just couldn't resist to try it.
Well, this is the result and it was rather simple in the end.
You basically need to prepare 3 classes:
The example uses the WSS.EchoServer (a derivate from former SAMPLES in Caché).
The default assumption is to have Client and Server on the same system & namespace.
In Caché you had an example of a WebSocket Server in namespace SAMPLES
With IRIS the samples are gone and require additional installation effort.
So I refurbished the code with some useful additions:
This contains 2 classes:
The server is essential for the 'native' WebSocket Client Demo
Hi-
I am trying to create a named filter in analyzer that filters for encounters that happened yesterday.
The UI only allows me to select the NOW member, and not NOW-1
Where is this named filter stored, and can I edit the MDX expression to add -1 to the MDX?
Is it possible to integrate Microsoft Dynamics with Ensemble?
Does anyone have experience in creating a Business Routing Rule using Exists function?

I've used the comma delimited 'In' function, but I would like more manageability. Entering and remove items from a look up table would be much easier to manage then changing the comma delimited string.
Messages go to error state.

Any help would be appreciated.
This is my first post, so if I am doing anything wrong please let me know.
A recent discussion made me aware that the documentation on DataType classes is excellent.
http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY…
I just miss the visualization of the methods for Data Format Conversions.
LogicalToDisplay() / DisplayToLogical()
LogicalToOdbc() / OdbcToLogical()
LogicalToStorage() / StorageToLogical()
LogicalToXSD() / XSDToLogical()
Graphic makes it much easier to understand for anyone beginning with Caché objects.

Hi Developers!
This is the digest of new solutions and applications submitted to InterSystems OpenExchange in March 2020!
isc-generate-db by Henrique Gonçalves Dias
Creating a new database, namespace, CSP/REST Application never been so easy.
cmPurgeBackup by @Alexey Maslov
cmPurgeBackup is an utility that can be used to erase old Online Backup files.
Hello Everyone, I am new here and I am learning docker to crack my upcoming interviews. I am confused whats the steps in a deploy process for Dockerized Apps stored In A Git Repo? I am so confused about this, Can anyone know about docker programming. If yes then please suggest some more tips which are useful for my future point.
Thanks Inadvance
Hi Community!
Please welcome the new video on InterSystems Developers YouTube, recorded by @Patrick Jamieson:
⏯ InterSystems API Management and FHIR
Hi guys,
Couple days ago, a customer approached me with the wish to enhance their existing legacy application, that uses SOAP (Web)Services so it shares the same authorization with their new application API based on REST. As their new application uses OAuth2, the challenge was clear; how to pass access token with SOAP request to the server.
After spending some time on Google, it turned out, that one of possible ways of doing so was adding an extra header element to the SOAP envelope and then making sure the WebService implementation does what is needed to validate the access token.
Hi Developers!
In March 2020 we improved again developers community engine and introduced the following new features:
See the details below.
The attached code package provides a simple implementation of a web service client that utilizes the USPS Shipping API to normalize an address.
This code requires the developer to obtain a USPS Shipping API user ID which can be obtained from the USPS shipping API website. The assigned User Id can either be passed into the web service call as a parameter or can be coded as a parameter into the Request object.
GA releases are now published for the 2020.1 version of InterSystems IRIS, IRIS for Health, and IRIS Studio!
A full set of kits and containers for these products are available from the WRC Software Distribution site, including community editions of InterSystems IRIS and IRIS for Health.
The build number for these releases is 2020.1.0.215.0.
InterSystems IRIS Data Platform 2020.1 makes it even easier to develop and deploy real-time, machine learning-enabled applications that bridge data and application silos.
Hi,
I'm using Operating System authentication and I need to give permission on Healthshare to allow a user to run only this two commands
##Class(Backup.General).ExternalFreeze()and
##Class(Backup.General).ExternalThaw()
This user is gonna be use to backup only.
There are any role on HealthShare for this?
Hi,
I'm having a problem when I'm attempting to freeze the instance.
I have a pre-script and post-script to freeze and unfreeze the instance, but when the script execute:
csession INSTANCE_NAME -U '%SYS' "##Class(Backup.General).ExternalFreeze(\"$SNAPLOG\",,,,,,1800)"
It's give me this error and fails the freeze:
Backup.General.ExternalFreeze: Failed, Unable to switch local journal file, Error: -99,ERROR #1142: Error switching journal file: 0 vi
At cconsole.
Hi Community!
Here is a digest of the Developer Community videos on InterSystems Developers YouTube Channel in March 2020:
| New Videos | |||
| № | Video | Views | Watch Time (hours) |
| 1 | 195 | 4,1 | |
| 2 | How to Create and Submit an Application for InterSystems IRIS Online Programming Contest 2020 | 191 | 5,8 |
| 3 | InterSystems IRIS and Node.js Overview | 139 | 3,1 |
| 4 | How to Enable Docker and VSCode to Your InterSystems IRIS Solution | 124 | 2,6 |
| 5 | Build HL7 Interfaces in a Flash | 74 | 8,1 |
| 6 | InterSystems IRIS Cloud Roadmap | 62 | 7,4 |
| 7 | Advances in Security | 57 | 6,4 |
| 8 | Durable Data Storage with Containers | 56 | 6,4 |
| 9 | Understanding System Performance Metrics | 37 | 3,3 |
| 10 | ISC-DEV Demo | 28 | 0,6 |
Hi Community!
The new video from Global Summit 2019 is already on InterSystems Developers YouTube:
⏯ A Skeptics Guide to Containers
The intersystems documentation gives the same description for both <MAXSTRING> and <NETWORK DATA UPDATE FAILED - MAXSTRING>. I suspect that the description for <MAXSTRING> is correct and the description for <NETWORK DATA UPDATE FAILED - MAXSTRING> was an accident. I would like to know what situation triggers the <NETWORK DATA UPDATE FAILED - MAXSTRING> error.
I want to create a CSP page that returns a pdf. The pdf is identified by a pdftoken parameter.
My goal is to validate the token and return the pdf (ContentType=”application/pdf”) if the token is good and return a text error message "Bad Token" (ContentType=”text/plain”) if the token is missing or bad.
My issue seems to be associated with ContentType. I can define one ContentType that works for the pdf or the error message. I am unable to change the ContentType.
Any assistance is appreciated.
ClassMethod OnPage() As %Status { set pdfToken=$get(%request.
A releases are now published for the 2020.1 version of HealthShare Health Connect!
Kits and Container images are available via the WRC's WRC Software Distribution site.
The build number for these releases is 2020.1.0.215.0.
HealthShare Health Connect 2020.
Hello everyone!
I have an abstract class representing the possible inputs for an Enum field, in the following way:
Class system.dto.sector.SectorStatusEnum [ Abstract ] { Parameter Active = 1; Parameter Inactive = 2; Parameter Production = 3; Parameter Upkeep = 4; }
I need to create a persistent class referencing the abstract class in the status field, so that the result of the operation is the same as the example:
Class datas.
Hello; we are scanning 835 files, and need to validate segment types (such as ISA, ST, IEA, etc.) before we give the file the "OK". I see segment types in the management portal under Ensemble / Interoperate / ASC X12 / ASC X12 Schema Structures. Are these segment types stored in an IS table anywhere?
Aside from EnsLib_EDI_X12.Document, are there any other tables that describe, or support, document segment types?
Thanks,
Laura
Hi-
I have a class that specifies that streams should be stored in SSA.DocumentCacheS, however, they are getting stored in CacheStream instead.
How can I get streams to properly store in SSA.DocumentCacheS?
Here's the section from my storage definition that shows the StreamLocation
<DataLocation>^SSA.DocumentCacheD</DataLocation>
<DefaultData>DocumentCacheDefaultData</DefaultData>
<IdLocation>^SSA.DocumentCacheD</IdLocation>
<IndexLocation>^SSA.DocumentCacheI</IndexLocation>
<StreamLocation>^SSA.DocumentCacheS</StreamLocation>
<Type>%Storage.