Search

Clear filter
Question
Kurro Lopez · Nov 4, 2021

How to convert datetime ISO 8601 to ObjectScript datetime

Iso8601ToTimeStamp(ts) { s r=##class(%TimeStamp).XSDToLogical($e(ts,1,22)_":"_$e(ts,*-1,*)) w r," => " q $zdth(r,3) } Output:USER>do ^test 2021-10
Article
Oliver Wilms · Oct 17, 2021

Interoperability, RecordMap CSV Wizard, and Money

I wanted to use it to test the CSV Record Wizard. It was not obvious how to use it. The dialogue in Portal page had a field for quoted content.
Question
Don Martin · Jan 31, 2022

IntegratedML SQL PREDICT/PROBABILITY Error

The issue was also detected during recent internal testing and we're in the process of fixing it. Just wondering if this issue has been fixed in a new community edition release?
Question
Mike Williamson · Nov 17, 2023

How to find out details on what caused an automatic transaction rollback.

Mike I did not test 5.0.16 but I don't think this code has changed much so I expect this will work for you. in 1 terminal I started a transaction and set a global USER>tstartTL1:
Question
Sebastian Thiele · Dec 13, 2023

FHIR Server responds with status 403 - Reason?

proper access to the required resource(s)2) add to the Web Application the required role(s) with proper access to the required resource(s) Personally I would prefer option 2.Just for testing
Question
Gautam Rishi · Jun 21, 2023

Need help with git-source-control setup in IRIS

Hi everyone, I am new to "git-source-control", what i am doing so far will explain you in few steps.1. installed git-source-control into a namsapace TEST using ZPM "install git-source-control
Question
Lewis Houlden · Jun 30, 2023

Is it possible to revert the BRE editor UI in 2023.1

When you do a "test" or the rule logging it will at first return a rule number effected still but rule numbers are not on the rule editor.
Article
Peter Steiwer · Dec 31, 2019

Portlets that use data from DeepSee

html[html.length]="Testing" 2) We will now get our controller object.
Question
p rd · Jan 4, 2018

Convert complex XML to Cache Object

I use SoapUI 5.4.0 test Cache development web service, the parameters I need to send through SoapUI is as follows: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/
Question
Joerg Meier · Nov 2, 2016

iKnow - Text categorization "Category 1 covers the whole dataset"

SET numSrcTD=##class(%iKnow.Queries.SourceAPI).GetCountByDomain(domId,tTestSet) WRITE "The test set includes ",numSrcTD," sources",!
Article
Eduard Lebedyuk · Nov 20, 2019

Developing REST API with a spec-first approach

With this approach, you can use a variety of tools for a variety of related tasks, such as client generation, unit testing, API Management, and many others.
Question
Vinay Purohit · Jun 11, 2020

Ensemble ORU^R01 Message Error

I would try pushing it through the business service test function. Paying close attention to the message to make sure none of the segments have any corruption.
Article
Robert Cemper · Feb 10, 2021

using ZPM for Node.js

the terminal in this directory and run: $ docker-compose build this may take some time to complete Run the IRIS container with this project: $ docker-compose up -d How to Test
Article
Stuart Salzer · Nov 8, 2016

What is a core file, and when are they useful?

Table of Contents Core file ba­sics SuSE Linux Windows AIX Ubuntu Linux Testing Docker macOS (Darwin) Sanity Test HP–UX OpenVMS Transmission RedHat
Question
Evgeny Shvarov · May 19, 2020

How can I check that the value is String or Integer or Date?

() ClassMethod test() { s old=$system.Process.Undefined(2) try{ w ##class(%Utility).FormatString(undef)," => ",..ValType(.undef),!