Search

Clear filter
Announcement
alex kosinets · Feb 8, 2020

M is in the cell

to connect to MX-server. Start sheet will open. You will see buttons for calling tests and games I downloaded and installed in USER, but unfortunately I am having a lot
Article
Steve Pisani · Nov 23, 2021

Mutual TLS setup

format (again, if not use openssl to convert it to the this format) for Example: At this point, it is worth TESTing the connection with the TEST button, which if nothing
Question
Sorin Fratila · Feb 4, 2021

Development and production servers with GIT as version control

all the testing on this production server with test accounts, but we cannot do automated testing with this setup. Is it possible with Cache 2017.1 to have GIT as source control
Question
Stefan Cronje · Jan 13, 2021

CI/CD Using GitHub and Travis CI - Source to Cache XML Format

in Multiple phases. The first one will not involve automated testing using TravisCI yet. It will only involve travisCI pulling the latest code from github and creating a release
Article
Eduard Lebedyuk · Aug 1, 2016

Tips & Tricks - ByRef object passing

(Utils.ObjByRef).Test() ClassMethod Test(UseByRef As %Boolean = {$$$YES}) { Set Obj = {} Set Obj.Property = 1 Write "At the begining ",Obj.Property,! Do
Question
Sam S · Sep 16, 2019

Map a repeatable field from a record map file

Trying to map two repeatable fields from a record mapper. The fields are separated by a ^. I've tried a fore each, but still getting an error when testing in the transform
Announcement
Janine Perkins · Sep 13, 2016

Featured InterSystems Online Course: Building Custom Business Operations

Learn to design, build, implement, and test a new custom business operation in an Ensemble production by taking this online learning course.This course will teach you how
Question
John Murray · Mar 5, 2016

Development teams and namespaces

. In general, we work with three environments for each application - production (LIVE), TEST and development (BASE). Over the past few years we have moved to a model of deploying all
Article
Eduard Lebedyuk · Oct 18, 2016

Macros in the InterSystems Caché

we need to do now is to write $$$HW ($$$ for calling the macro, then its name): ClassMethod Test() { #define HW Write "Hello, World!" $$$HW
Question
Vikram Annadurai · Jul 17, 2019

Getting "Service Unavailable" Error on PostMan

Hi Guys, I am new to Cache, I am trying to create an simple REST API on Studio and testing it with postman before that i have config the Web Application System > Security
Article
Zenkov Artem · Oct 18, 2019

Tool for creating odt and docx documents from templates

/azenkov1991/DocumentTemplate Hi Artem! Very cool! I've just tested it on docker (build a repo, see the PR) - and it works like a charm! For docker funs it I set all the settings
Question
Sebastian Mueller · Oct 5, 2017

Using dynamic objects and dynamic arrays

test case took "_time_" seconds",! set start = $P($H,",",2) for i=1:1:iterations { do ..TestVariables() } set time = $P($H,",",2) - start w
Question
Lassi Autio · Sep 26, 2018

How to implement business service that always returns CE (HL7 commit error

I want to test automatically that HL7 business operation works correctly in error conditions. One is to test CE acknowledgement. I have planned to implement test production which
Announcement
Shane Nowack · May 23, 2022

Beta Testers needed for our upcoming InterSystems IRIS System Administration Specialist Certification Exam

, we would like you to beta test the exam. The exam will be available for beta testing on June 20-23, 2022 at InterSystems Global Summit 2022, but only for Summit registrants (visit
Article
Dmitry Maslennikov · Oct 11, 2016

Internal Structure of Caché Database Blocks, Part 2

database is 8192 bytes. set str="" for i=1:1:1000 { set str=str_"1" } for i=1:1:50 { set ^test(i)=str } ​ quit Take a look