Learning
Documentation
Community
Open Exchange
Ideas Portal
Global Masters
Certification
Partner Directory
Startup Hub
Developer Community
Ask DC AI
Posts
InterSystems Official
Articles
Questions
Announcements
Discussions
Tags
Events
Tech Article Contest
Programming Contest
InterSystems Ideas Contest
Event Calendar
Products
InterSystems IRIS
InterSystems IRIS for Health
HealthShare
TrakCare
Caché
Ensemble
InterSystems Analytics (DeepSee)
InterSystems Text Analytics (iKnow)
Jobs
Job Opportunity
Job Wanted
Members
About
About Us
FAQ
Feedback
Report an Issue
Share an Idea
Code of Conduct
Contact Us
EN
Ask AI
Language
EN
|
ES
PT
JP
CN
FR
EN
Search
All
Top posts
Latest posts
Tags
Type of post
Announcement
Article
Question
Discussion
Search by user posts
Tags
Anniversary Celebration
Caché
Developer Community Official
Documentation
Ensemble
Global Masters
Health Connect
HealthShare
Internal Tech Article Contest
InterSystems Data Studio
InterSystems Ideas Portal
InterSystems IntelliCare
InterSystems IRIS
InterSystems IRIS BI (DeepSee)
InterSystems IRIS for Health
InterSystems Kubernetes Operator (IKO)
InterSystems Natural Language Processing (NLP, iKnow)
InterSystems Official
InterSystems Reports (Logi)
IRIS contest
Job Opportunity
Job Wanted
Learning Portal
Open Exchange
Other
Partner Directory
Resource Library
Summit
Supply Chain Orchestrator
TrakCare
.NET
Access control
Adaptive Analytics
Alerts
Analytics
Analyzer
Angular
Angular2
API
Apple macOS
Application Server
Artificial Intelligence (AI)
Authentication
AWS
Azure
Backup
Beginner
Best Practices
Big Data
Business Operation
Business Process (BPL)
Business Rules
Business Service
C++
Callout
CaretDev
CCR
Certification
Change Management
ChatGPT
Cloud
Code Golf
Code Snippet
Coding Guidelines
Columnar Storage
Compatibility
Compiler
Containerization
Contest
Continuous Delivery
Continuous Integration
Convergent Analytics
CSP
CSS
CSV
Cubes
Dashboards
Databases
Database Transaction Processing
Data Import and Export
Data Model
DC Feedback
Debugging
Deployment
Developer Community FAQ
Development Environment
DevOps
Digest
Distributed Data Management
Docker
Document Data Model (NoSQL)
DTL
Early Access Program (EAP)
Eclipse
ECP
Embedded Git
Embedded Python
Encryption
Enterprise Message Bank
Error Handling
Events
Failover
FHIR
Field Tests
Framework
Frontend
FTP
Generative AI (GenAI)
George James Software
Git
GitHub
Globals
Global Summit 2016
Global Summit 2017
Global Summit 2018
Global Summit 2019
Global Summit 2022
Global Summit 2023
Global Summit 2024
Google Cloud Platform (GCP)
Graph
High Availability
HL7
HTML
iFind
Indexing
Innovatium
IntegratedML
integration-required
Interoperability
InterSystems API Manager (IAM)
InterSystems Business Solutions and Architectures
InterSystems Demo Games
InterSystems Package Manager (IPM)
IoT
isNewTech
ITvisors
J2 Interactive
Java
JavaScript
JDBC
Journaling
JSON
Key Question
Key Value
Kubernetes
Languages
Large Language Model (LLM)
LDAP
LEAD North, LLC
Listings
Localization
Machine Learning (ML)
Management Portal
Mapping
MDX
Meetup
Message Search
Microservices
Microsoft Windows
Microsoft Windows Server
Mirroring
Monitoring
Multi-model
MultiValue Basic
Namespace
Natural Language Processing
Node.js
OAuth2
Object Data Model
ObjectScript
ODBC
Open Source
OpenVMS
Perforce
Performance
PID^TOO||
Platforms
Podcast
Prompt Engineering
Python
React
READY 2025
Red Hat Enterprise Linux (RHEL)
Relational Tables
Release
REST API
Security
Sharding
SOAP
Source Control
SQL
SSL
Startup
Studio
SVN
Swagger
System Administration
System Alerting and Monitoring (SAM)
Terminal
Testing
Tips & Tricks
Tools
Tutorial
Ubuntu
UI Development
UIMA
Unstructured Data
Vector Search
Video
Virtual Summit 2020
Virtual Summit 2021
Visualization
VSCode
Vue.js
Web Gateway
Webinar
XML
ZEN
Apply
Clear filter
Question
MohanaPriya Vijayan
· Oct 1, 2020
ERROR #00: (no error description) in Management Portal Display Mode
Because you set
Test
to 0 and nothing else, Objectscript recognizes that as a failure condition but has absolutely no information to provide beyond that.
Announcement
Evgeny Shvarov
· Mar 26, 2021
Bonus Points for InterSystems Developer Tools Contest
Unit
Testing
- 2 points Applications that have Unit
Testing
for the InterSystems IRIS code will collect the bonus.
Question
Stewart H
· Oct 4, 2017
Error when sorting a dictionary section of a file
If you don't find anything in DICT.DICT or DICT
TEST
, try looking in VOC and DICT VOC as well.
Question
Dmitry Vaysbeyn
· Aug 7, 2017
Get a count on number of HL7 Interface messages on various Business Services and Operations.
Inbound", you could use the SQL query option (System Explorer>SQL) to run the following:SELECT count(*)FROM Ens.MessageHeader WHERE SourceConfigName = '
TEST
Inbound'If you wanted
Question
Scott Beeson
· Sep 27, 2016
Get list of rows affected by UPDATE?
() ClassMethod
Test
() { do ..
Question
Ankur Shah
· Nov 5, 2019
Cache DB - How I can access identity column value in SqlComputeCode with property
() ClassMethod
Test
() { set obj = ..
Question
Sylvie Greverend
· Jul 2, 2024
getFile from rest api and swagger
Once it's complied it creates a "DownloadImg" classmethod in .disp.cls swagger { "swagger": "2.0", "info": { "title": "
test
", "version": "1.0.0" }, "paths": { "/
Test
": {
Article
Robert Cemper
· Mar 5, 2024
Columnar vs. Row Storage with IRIS native
How to use it All
tests
are running in Namespace USER and are initiatedexclusively from the command prompt. USER>do ^Demo
Test
Columnar vs.
Article
Hiroshi Sato
· Mar 28, 2024
How to register and reference task schedules programmatically
InterSystems FAQ rubric Here, we will introduce a sample code for registering and referencing task schedules. ①Sample of task schedule registration *Create a task to execute do ^
TEST
Article
Niyaz Khafizov
· Jul 27, 2018
Load a ML model into InterSystems IRIS
So, you can
test
your model without any extended tool.
Question
Dmitry Maslennikov
· Apr 30, 2020
%JSON.Adaptor for streams
,"imported object Base64Stream size = ", $Fnumber(newObject.Base64Stream.Size, ",") } } So, let's to some
tests
. Quite small size of the stream. All good.
Question
Ashok Kumar T
· Apr 11
Subroutine execution issues in WorkMgr
%New() set sc = wqm.Queue("f1^
test1
") quit ;
test1
.mac ; f1() do subr1 quit subr1 set ^
test
($NOW()) = "" quit I agree that return values are always not required when executing
Question
Laura Blázquez García
· May 16, 2018
XML string to Serial Object
")
TEST
>do reader.Next(.envelope,.sc)
TEST
>w envelope.Body.SUCCESS TRUE
TEST
>w envelope.Body.LIST.GetAt
Article
Dmitry Maslennikov
· Oct 5
The Wait Is Over: Welcome GoLang Support for InterSystems IRIS
integration
testing
.
Announcement
Celeste Canzano
· Jun 27
Beta testers needed for our upcoming InterSystems EHR Reports Specialist certification exam
Note: Beta
test
scores are completely confidential. Interested in participating? Read the Exam Details below.
first
previous
…
39
40
41
42
43
…
next
last
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up