Search

Clear filter
Question
Nikita Savchenko · Jan 1, 2017

Is it Possible to Change the Current Device to be Terminal?

After reading a lot near InterSystems's Jobs and Terminal I/O documentation sections multiple times, I still does not understand one concept.Maybe this question will be kind of incorrect
Article
John Murray · Mar 17, 2016

Tips for running an app in a mirrored environment

Here are a few tips that might be useful to people who are running applications in an environment that's configured to use InterSystems mirroring.
Announcement
Jeff Fried · Jan 29, 2020

Health Connect 2020.1 preview is published

2/12/20) HealthShare Health Connect 2020.1 has many new capabilities including: Healthcare Interoperability FHIR R4 Support HL7 Productivity Tools API Management InterSystems
Question
ED Coder · Apr 7, 2020

How to start a job in ensemble

InterSystems documentation states that this method should never be used in a live, deployed environment.
Question
Đặng Phú Lộc · Mar 19, 2020

[JavaScript] Accessing server function/variable in JS file

With InterSystems products it's very easy. There are many articles available here on community about REST implementation.
Question
Laura Cavanaugh · Nov 26, 2019

recent version of zenutils.js

I edited a copy stored in the default directory for our web application (e.g. c:\intersystems\DEV\CSP\{application}) but the file on production is stored in {install dir}\CSP\broker
Question
Gary Holt · Jul 6, 2020

Cache db performance on windows, linux, aix

Have you been in contact with your InterSystems account team? They can be a good source of information in the context of what your application needs are. Erik
Question
Kevin McGinn · Feb 28, 2020

Defining COS script credentials

I am new to Intersystems cache COS scripts (cache is a client system). ThoughCOS scripts basically appear to be straight forward, I am having issues with the logon credentials.
Discussion
Guillaume Rongier · Nov 16, 2021

How to script the download of installation kits from the wrc

q=intersystems&type=image However, there is no direct link to download the installable (non docker) versions.
Article
Developer Community Admin · Oct 21, 2015

Solving the Problem of Data Silos: Process and Architecture

Despite the best efforts of risk managers and compliance officers, negative events still occur.This white paper describes a data line-of-sight solution based on InterSystems Ensemble
Article
Developer Community Admin · Oct 21, 2015

A Platform for Automation and Success with Care Management

change in a patient’s clinical data.To support these innovations, North Shore-LIJ made the strategic decision to invest in HealthShare, the health informatics platform from InterSystems
Question
Stephen De Gabrielle · Jan 4, 2018

Diagraming our service

do not have the latest greatest for VISIO but it looks like in the latest release there is a Data Visualizer, which would allow you to map from Excel to Visio.Preface I am new to InterSystems
Question
Manish Valecha · May 30, 2018

3 Daemon WRTDMN (pid 28161) died. Freezing system

On a Linux system, you can run it with a command such as:bash$ cd /InterSystems/Cache/binbash$ ./CacheHung.shYou'll need to use your own path to the bin directory, of course.
Question
sansa stark · Sep 13, 2018

Authentication Error

InterSystems Support) so that they can work with you interactively on your problem(s).
Question
Evgeny Shvarov · Oct 2, 2022

Are there auto-generated getter methods for class parameters in ObjectScript?

or CompileTime So, technically, you can define the Get method for Parameters And generated code for those parameters ROUTINE User.Test.G1 [Type=INT,Generated] ;User.Test.G1 ;(C)InterSystems