Learning
Documentation
Community
Open Exchange
Global Masters
Certification
Partner Directory
Ideas Portal
Developer Community
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
New post
Language
EN
|
ES
PT
JP
CN
FR
EN
New post
Search
All
Top posts
Latest posts
Tags
Type of post
Announcement
Article
Question
Discussion
Search by user posts
Tags
Caché
Developer Community Official
Documentation
Ensemble
Global Masters
Health Connect
HealthShare
InterSystems Ideas Portal
InterSystems IntelliCare
InterSystems IRIS
InterSystems IRIS BI (DeepSee)
InterSystems IRIS for Health
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
Nael Nasereldeen
· Aug 31, 2017
jsonProvider - handling underscore character
2 USER>w outputObj.test_test W outputObj.test_test ^ <UNDEFINED> *
test
we found out that we can access it like this, but not sure if it's the recommended
Question
Evgeny Shvarov
· Sep 4, 2017
What is The Best Backup Strategy For a Small-sized Database in Caché
but has the great advantage of running while Cache is up.Third party backup software can do a pretty good backup but it's still dirty and may have corruption.An AWS snapshot should work, I've never
tested
extensively.Tom Fitzgibbon | 917-933-1226 | gototomAtG...l
Question
Soufiane Amroun
· Sep 20, 2017
How to program a schedule for an adapterless service
Hi world,i want to program a schedule for my adapterless business service , i found a method "
test
" in "Ens.ScheduleHandler" but i don't know how i program it for my service can
Question
Rich Taylor
· Oct 6, 2017
Starting Cache and Mirroring arbiter at HP UX startup
, you'll see names starting with S##name and K##name (digits for the #). This signals which services are (S)tarted or (K)illed when the system switches to this runlevel. On my
test
Article
Developer Community Admin
· Oct 21, 2015
Solving the Problem of Exchanging Medical Information between the DoD and the VA
to complete up-to-the-minute patient information – and at lower cost due to the elimination of costly duplicate
tests
and the reduction of medical errors. This evolution
Article
Mark Bolinsky
· Jan 25, 2016
POWER8 Processors and Simultaneous Multi-Threading (SMT) Levels with Cache
specific application and usage patterns. If in doubt, stress
testing
your application is highly recommended. First start with SMT 4 and then again with SMT 8 to compare the results
Question
Thomas Noitz
· Apr 3, 2018
Comparing Cache-Objects
, there are several related articles and discussions on that:Exploring Code Generation with Caché Method Generators Generic way to
test
if all the propertiers of an object
Question
Peter Cooper
· May 20, 2018
JSON - is this a bug
thought javascript was doing something differentif (oJSON.theValue) { write("hello") }I *thought* that it was evaluating it as a booleanIt's not - the
test
is showing if it's definedSo
Question
Vivek Ranjan
· Aug 31, 2018
ERROR #6901: XSLT XML Transformer Error: SAXParseException: invalid character 0x1C (Occurred in an unknown entity
;xsl:template match="*" mode="mytemplate"> <xsl:variable name='myvar'> <xsl:choose> <xsl:when
test
="/Container/Encounters/Encounter/SeparationMode
Question
sansa stark
· Sep 13, 2018
Authentication Error
tested
the LDAP connection using the d ^SECURITY method and it came ok. Please help thanks @sansa.stark - seeing that you have posted 3 DC questions about LDAP in the past ten
Question
Julian Matthews
· Oct 1, 2018
Issues manually creating HS.SDA3.Patient
this in Terminal as a
testing
area, these are the steps I followed:Set Patient = ##class(HS.SDA3.Patient).%New()Set PatNum1 = ##class(HS.SDA3.PatientNumber).%New()Set PatNum2
Article
Alex Woodhead
· Jun 20, 2023
Python Shell - Grab last expression output and put back into variable. An Underscore Tip
.
Testing
out functionality is being confirmed via the shell: $SYSTEM.Python.Shell() Python 3.9.5 (default, Mar 14 2023, 06:58:44) [MSC v.1927 64 bit (AMD64)] on win32 Type
Question
Nezla
· Jun 19, 2023
Images in Zen Reports
tested
in 2017.2) but I'm trying to find out how to configure in iris2022 (I think it's changed) . the below is my 2017.2 - if I omit the foxit/adobe path then images are not shown
Question
Nezla
· Jun 5, 2024
JavaScript in Zen pages
is selected but not showing as selected in the dropdown box. For
testing
purposes I've set option 4 to be selected by default as example and it's not showing as selected in required
Article
Dimitri Olchanyi
· Apr 8
Setting Up an ODBC/JDBC Linked Table Connection to MySQL from Iris
the "Do not use delimited identifiers by default" checkbox is checked. Click "
Test
Connection" to confirm the connection is successful. Use the Terminal based API to Create
first
previous
…
201
202
203
204
205
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