Search

Clear filter
Question
Victor Tamotsu · Nov 5, 2017

TPC-E in Caché

Caché's response time. Reading a bit about comparing installations in different environments, both in production as testing and homologation environments , I understood that the TPC-E
Article
Gevorg Arutiunian · Nov 8, 2018

Routine that converts indices to bitmap indices

(Originally posted on Intersystems CODE by @Iain Bray) The following code snippet converts all indices in a package to bitmap indices. The subroutine "test" runs the code
Question
Rajat Sharma · Nov 9, 2020

GNUpg command to encrypt/decrypt a file is working fine on InterSystems's Terminal but not working in the BPL process

()) To test for issues (2) and (3) add a $zf call which inits all your dependencies and returns version or some other trivia. To adjust PATH and LD_LIBRARY_PATH use System Management
Article
Jose-Tomas Salvador · Dec 30, 2021

Deployment of several IRIS instances in ECP architecture - Example

For those that, at some point, need to test what means that of ECP for horizontal escalability (computing power and/or users and processes concurrency), but they're lazy o have
Question
Azezur Rahman · Oct 16, 2020

What is CSPSystem

portal and for test purposes). This is the CSP-System (CSP means CacheServerPages). Enter a password, you will need it rarly or almost never. Thank You @Julius.Kavay
Question
Chip Gore · Jan 12, 2023

Needed Class Parameter specification and use that works SQLComputeCode

: Parameter TestParam = "Test"; Property TestCalc As %String [ SqlComputeCode = { Set {*} = ..#TestParam}, SqlComputed ]; [SQL]SAMPLES>>select * from DC.SQLCompute1. select
Question
Pravin Barton · Apr 7, 2023

How can I change the default string collation of a SQL stored procedure

condition on a SQL procedure that returns a string, it's case sensitive.For example: Class Sample.Person Extends %Persistent { Property Name As %String; ClassMethod Test
Question
Ranjith Narasimha · Jun 15, 2017

cache program to compare two files

How can i compare two files using cache program, i need this for unit testing purpose Vitaliy's answer pointed you to a classmethod that does the job. Sounds like maybe you're
Question
Trung Vu · Aug 1, 2017

WebSocket error

was quite naive when testing the web socket -- I just navigated directly to the link in Google Chrome. It worked when I implemented a separate JS client code. In a bit of testing, I
Article
Lexi Hayden · Aug 24, 2017

SMTP Servers to Use in Demos

)http://www.elbiah.de/hamster/pg/* For testing and demos I would also recommend mailinator. It's main use case to get the email where you send everything: logging, test emails
Article
Gevorg Arutiunian · Dec 27, 2018

Use %XML.Node to walk a DOM

The following code walks a DOM using %XML.Node. It also prevents %XML.Writer to change whitespace. Run the code using the class method "test": Class objectscript.walkDOM
Article
Benjamin Thorne · Jul 24, 2018

Check audit settings programmatically

The following code allows a user to view the audit settings of their instance. Run the code by running the class method "test": class objectscript.checkAudit Extends
Article
Mario Sanchez Macias · Sep 5, 2022

MANUAL FOR SUCCESSFUL UPGRADES (tips & guidelines

shows that a detailed plan will produce a successful upgrade with documented tests and actions. Introduction Include a brief description of the upgrade without details
Question
Adrian Kerr · Jul 25, 2016

How can we use %Stream.Object as an abstract definition of a morphable object

of discovering a decent solution /// /// The test results are as follows: /// /// >Do ##class(ADK.TestingStreamObject).Ztest(1) /// /// KILL'g Storage /// ..%KillExtent
Question
Julie Marulappa · Apr 18, 2019

How to remove escape characters from JSON

the "\" character in the file path. {"FileStatus":"P","Path":"\/somepath\/test\/test123\/filename.txt","InterchangeOID":"100458"}My Code: set tJSONFile = {"FileStatus