Search

Clear filter
Article
Evgeny Shvarov · Nov 21, 2019

Describing a module.xml for ObjectScript Package Manager

Suppose you want to deploy /rest-test app with community.objectscript.RESTExample.cls as a dispatch class.
Article
Robert Cemper · Sep 18, 2022

Reviews on Open Exchange - Statistics

I produce my monthly Review Report on OEX packages now for 18 months.These are a view figures and some comments: Total packages checked = 669 Packages tested and reviewed by myself
Article
Benjamin Thorne · Aug 7, 2018

Validate Email Address with non-English characters

The class method "test" takes an email address and validates it based on this additional criteria: Class brianpalmund.validateSpecial Extends %RegisteredObject { // I had an issue
Question
Chris Marais · Jun 28, 2022

Issue : GitLab - gitlab-runner on Windows not executing irissession

/mgr -U TEST "##class(isc.git.GitLab).load()
Question
Ahmad Bukhtiar · Nov 16, 2020

is there healthshare installation for one user for learning

the installers and familiar with docker, check this git : https://github.com/grongierisc/healthshare-docker It's an unofficial version of HealthShare on docker, very useful to do test
Question
Safeena M · May 30, 2017

Web Method Invocation by Cache Class

%New()set result=service.Test()where MyApp.MyService is the name of your web service class, and Test() is the instance method you want to call.
Question
Fabio Goncalves · Mar 17, 2016

Atelier Debugging

I have tested with Atelier 1.0.122 (unreleased) and it worked. What's the $ZV of your cloud server?
Announcement
Anastasia Dyubaylo · Nov 2, 2017

Two New Videos about Atelier

; the use of open source Git hooks, %Installer, and Atelier, with Jenkins and automated Unit Tests.
Discussion
Scott Roth · Oct 12, 2023

Private Web Server Architecture Suggestions??

Our Development environment/namespace only has 1 server, but both Test and Production have failover/DR mirroring containing 3 servers for Test, and 3 additional servers for Production
Question
Stephen Carter · Nov 30, 2020

[Cache ODBC][State : S1000][Native Code 400]

ODBC Test Tool GUI shows: Full Connect(Default) Successfully connected to DSN 'Test DB'.SQLExecDirect:In: hstmt = 0x00000000022030D0, szSqlStr = "select
Question
Pietro Montorfano · May 20

Users in write only

[SQL]LOGS>>INSERT INTO app.Log VALUES ('Test 1') 1.
Question
Zach McKinney · Mar 13, 2024

Change Stream Property in Ens.StreamContainer with DTL

I'm trying to figure out why it works on the DTL testing tool, but doesn't while running in the actual Process.
Question
August Turano · Apr 1, 2024

Python Class only works in %SYS namespace

When I run the test program method numpytest below in %SYS it works just fine.
Question
Sean Pham · Aug 29, 2023

executing $ZF(-1, "ps2pdf -DNOSAFER in.ps out.pdf") command takes 1 second from ensemble command line but 1 minute in Cache Studio. Running ghostscript 9.52.

Testing ghostscript version 9.52 (ps2pdf command) from Cache Studio and it's taking about 1 minute to complete. Size of EQ110823BG1001A.ps file is about 11MB.