If one of your packages on OEX receives a review you don't get notified by OEX only on YOUR package.
So @Evgeny Shvarov suggested publishing my monthly summary of reviews here in DC.
It reflects my experience with the status I found at the time of my review.
Hi All,
I am new beginner to cache/mumps language. I want to learn Ensemble code but I do not have any application access to Ensemble code.
Is there documentation apart from Intersystems Ensemble documentation that can help me to learn Ensemble. Any notes or documents will be very handful
Please assist!! Thanks in advance.
How strange this is to me. I'm querying a table against a numeric(15,2) column call max_client_resp_service. When I query max_client_resp_service > 0 or any number, I get results, but they are not always right, for example where max_client_resp_service > 5 returns values less than 5, e.g. 2.00. When I query < 110 of any higher number I get zero results. It's as though the comparison operator, especially less than function is not working. See attachments for screen shots. I'm stumped. Ok looking at this further, it appears ">" returns all records, "<" returns no results.
Hi Community,
Please welcome the new video from #VSummit20:
⏯ New & Next: Cleaner, More Comprehensive Unified Care Records
Does Caché or IRIS have Data Masking capability natively to Test/Dev/Report environment, like other databases?
Hi community,
I'm going to publish several articles on how to perform actions that you can do in the web portal but via code.
Today.... Web Applications via code
Hey Developers,
We are excited to announce the launch of the InterSystems Partner Directory!
This is the place to go to find commercial services and solutions built on InterSystems products.
Why InterSystems Partner Directory?
Is there a shorter way than
$P($ZD($H),"/",3)
?
Is there a way to get a report of how many messages are passing through a production? I am trying to gauge how many messages we process weekly, monthly, and yearly. Also, over specific months.
Would appreciate if someone can guide me on this
We use Cache for Windows 2017.1.3
SR Software Engineer – HealthShare
Location: Melville, NY (REMOTE)
- Remote candidates will be considered. Will be required to travel to NY office on occasion.
The primary purpose of this role is to perform Technical and Functional Specification, Design, Coding, Testing, Documentation in the areas of Development, Maintenance and Support of the Health Information Exchange. The role is most suitable for innovative engineers with problem solving attitude and interested to learn new technologies.
- Design and develop solutions using InterSystems stack of technologies; primarily InterSystems
any persistan class can be used as msg body, if i use one of my persistent class(ex sample.person) as msg in the ensemble then perform purge management where inculde msg bodies .. will we loose the sample.person data?
Uber type application and database management system wanted.
Reaching out to the development community. Here at POLC we are planning to soon launch a new ride hailing app called POLC. Wanted to know if any developers on this forum has built a similar system before? Please DM me on +27 66 243 1618
I have some system with heavy production. There are about 500GB of journals daily. And I'm looking at the ways, how to decrease the amount of data that appeared there.
I found no way, on how to split have the journal separately for mirroring databases and for others. So, I'm thinking about moving some of the globals to CACHETEMP. So, they will disappear from journals. So, thinking about Ens.* globals, I have about 30% of data in journals just for such data. Which production data can be safely moved to CACHETEMP, with no issues for mirroring?
Or, maybe you have some other suggestions, how to
I'm working in an application that uses %SIMILARITY to find matches among a set of documents that vary greatly in length. It's generally good but I've noticed issues with ranking short partially-matching documents over longer documents that match the search string entirely.
Reading up on the Okapi BM25 ranking function (which is what %SIMILARITY / the %Text package use) at https://en.wikipedia.org/wiki/Okapi_BM25 I see mention of the BM25+ modification, which "was developed to address one deficiency of the standard BM25 in which the component of term frequency normalization by document length
Hi Developers,
We've launched a new educational channel on Global Masters - GM Academy!
It contains selected educational materials from InterSystems online learning portal.
Currently, there are 2 courses for beginners: Caché learning path and InterSystems IRIS learning path.
But depending on what'd like to learn we'll be adding more and more content. So - what you'd like to learn?
Tell us in this intro challenge!
Is there somewhere a dialect class for Cache 2018.1 with Hibernate version 5.x ?
Let's celebrate start of the summer by special Hello Sunshine Campaign on Global Masters! Join it to introduce yourself to the other developers, and to get some points for your participation! And yes - just in time new rewards arrived:
Amazon Echo Dot (4th Generation)
available from 2nd Advocate level
I have a routine tag that takes an argument and I want this argument to be an array reference. So I try something like:
do mytag(.myarr)
The mytag tag, adds subscripts to myarr.
When I evaluate myarr after the tag call, only the subscripts passed in are retained in myarr. The subscripts added by mytag are missing. Is there a way to pass an array so it will behave the way I want it to?
If I export a class definition to an XML file, is there a way to programmatically import it so that I could schedule a task to look in a given location for XML files once a day and import class definitions?
Good afternoon people,
I'm setting up an integration using ASTM protocol via Interoperability, but I'm having a problem in returning the communication, the message stays in Loop and doesn't return the information to the device simulator that is executing the operation.
.png)
Has anyone of you worked with this protocol and are able to help me unravel this protocol?
Settings that are in SERVICE:
Settings that are in Operation:
Hi
Is there any way to schedule a production to run only during office hours ?
Thanks
I have a BPL Business process which always processes messages - mainly it waits for responses since downstream systems are seriously async.
I need to update this process.
Wwould the existing instances of this Business Process complete correctly after the update?
My BPL changes would result in:
- New S method in the Thread class
- New OnResponse method in the context class
Both changes are in the middle of the process, so there are S/OnResponse methods before and after my change.
What if it's only a new S method? What if it's only a new OnResponse method?
I'm building a Flutter app for smartphones and with same code a Flutter web app.
Both are using IRIS with a RestAPI.
As described in your documentation
I added
- "x-ISC_DispatchParent":"solidara.CorsDispatch"
in the Info block of the Swagger definition and added
- Parameter HandleCorsRequest = 1;
in the spec file after generating the RestAPI.
I also copied the example dispatch class to
- Classsolidara.CorsDispatch
With the Android app on my smartphone the OnHandleCorsRequest() is
Hi InterSystems Architects,
Please may I know the relationship between
1. Menus, Workflows, Workflow Items, Components, Code Tables, etc
Detailed relationship diagrams, how each element in each of the above are related to another.
2. When I extracted the data. I see ID number, but they aren't unique or related. I wanted to build a relationship between them myself in the absence of documents but I am missing the critical unique primary key of each and how they are referred in another table.
Your help is appreciated and let me know if you need any specific (Non Confidential) information to get
Hi all,
Are there limitations to the size of a file or stream that %XML.Reader will parse?
I am trying to parse a large, 573MB, XML file using either the 'OpenFile' or 'OpenStream' methods, but both return errors.
When I try to use the 'OpenStream' method I get a 'ERROR #6301: SAX XML Parser Error: input ended before all started tags were ended' error',
and when I try the 'OpenFile' method I get a 'ERROR #6301: SAX XML Parser Error: <STORE>'.
'%XML.TextReader' appears to parse the file OK, so I may be able to get use that as a workaround, but ideally I would like to get '%XML.Reader' working.
Regar
An international Company ,whose Headquarter is based in Switzerland, is looking for a Senior InterSystems Developer who will join the new IT center based in Turin.
The Senior developers will design, develop and help the operation of Event Processing Solution based on the IRIS Data Platform.
I downloaded the free version of CachePCkit_x86.exe. During installation, the antivirus detects a virus
PDM: Trojan.Win32.Generic
c: \ users \ ...... I \ temp \ pde9cb \ setup.exe
How to eliminate this problem
I need to pass a parameter string that contains slashes to a REST call.
I tried URL encoding, or making URL map to accept query parameter instead of path parameter but apparently we only allow for path parameters.
I can come with several workarounds, but these involve some transformation at client and then on server, but I'd prefer a direct support.
Q1: is there any Cache specific trick to pass slashes in path parameters
Q2: are we going to support query parameters in REST?
something like this would help:
<Route Url="/test?var=:var" Method="GET" Call="Test" Cors="true"/>
Dan Kutac
We have a set of some fairly standard HL7 interfaces that usually end up doing about 90% of the same thing as every other interface. I'd really like to be able to write a script that I can modify some text, and have it create Services, Processes, Operations, DTL and Business Rules.
So, let me provide a more concrete example: I feel capable of a writing to and replacing variables within a text file, different process. This is obviously going to be pseudo-code, but my thinking is this
Create "Memorial Hospital Process"
Create "Memorial Hospital
Create Service Called "Memorial Hospital ADT



