Learning
Documentation
Community
Open Exchange
Global Masters
Certification
Partner Directory
Ideas Portal
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
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 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
Article
Mihoko Iijima
· Feb 23, 2024
Using an Azure bot to access IRIS
linked to the
patient
. Overview of how the bot application works below: (1) In an application like Teams, a user asks "Hello". Teams sends the message to the "Bot Framework
Article
Sergey Kamenev
· Nov 11, 2019
Transactions in Global InterSystems IRIS
, to meet the requirement of consistency, you need to include an
index
change in the same transaction as a global node value change. Say, for example, we have a global ^person
Question
Arpitha Ramakrishnaiah
· May 11, 2017
Compare and update two directories\namespaces for class files
classes quick-and-dirty : you can have a look at the global ^oddDEF. It contains the class definition of all classes : methods, properties,
indexes
, storage etc. are all in this global
Question
Stella Ticker
· May 12, 2017
Using multiple processes to process a single file
to a global will take under 5 minutes.In which case you have a serious bottleneck going on such as a poor referential integrity check. If this is not
indexed
or tuned then you
Question
Kevin Furze
· Sep 13, 2017
is there a reverse version of $listNext
values in the $ListBuild list by skipping that
index
in the integer-subscripted array): ``` Kill tArray Set tPointer = 0 While $ListNext(tInputList,tPointer,tValue) { If $Data
Question
Goran Stefanovic
· Dec 12, 2018
GROUP BY causes NativeError: [10053
by field1This is not the final solution but a way to understand the limits of your server.BTW:an
index
on field1 might be useful anyhowExampleIndex ff on field1 [ DATA = filed2
Question
Token Ibragimov
· Feb 22, 2019
how to convert JSON to object in cache 2010 version
" |%data("expires_in") = 3300 |%data("refresh_token") = "" | %data("scope") = "sms_send" |%data("token_type") = "Bearer" | %
index
Question
Paul Mathieson
· Oct 26, 2016
Data extraction using SQL Via ODBC
clauses can make the queries perform worse than doing the raw table scan, appreciate adding
indexes
would help however it's not an option since we don't own the system, we simply
Question
Matthias Ruckenbauer
· Aug 29, 2019
linked table (ODBC), %New() -> %Save
and the generated class has an
Index
MainIndex On id [ IdKey ]; which looks fine to me. The storage is Storage GSQLStorage { <StreamLocation>^remote.SomeDataAccessS
Question
Steve Riddle
· Nov 9, 2020
Apache RewriteRule on IRIS
; Options
Indexes
FollowSymLinks MultiViews AllowOverride All Require all granted RewriteEngine On RewriteRule "^/foo\.csp" "/bar.csp" [PT] <
Question
Nicola Sartore
· Nov 5, 2021
Iterate over an SQL result set
cursor
index
. While (result.%Previous() > 0) { // Do nothing. } // Show get column data again. While (result.%Next()) { Wrtie result.%GetData(1) } Can we not loop
Question
Andy Stobirski
· Apr 21, 2022
Using host variables with embedded SQL isn't working for me
,! if this is inside a method add [ProcedureBlock = 0] to the method maybe try adding %NOINDEX to your where clauses in case you have an
index
issue. When I do that, it returns 0
Question
Michael Davidovich
· Mar 21, 2024
OAuth 2.0 Resource Service Scope Check Fail
in a for loop. Further inspection reveals ..ATIndexOpen is an '
Index
Open' generated method. So it's trying to open some object with the ATIndex of that encrypted token. Not sure how
Question
Jim Cooper
· Oct 14, 2024
Using Cache, Python and pypyodbc, struggling dates
: # for each date column
index
if row_list[date_col] is not None: # if value is not None
Question
Jeffrey Drumm
· Jun 1, 2021
Storing a %DynamicObject
I've been tasked with an interface that needs to supply some additional metadata for the
indexing
of HL7v2 messages. After toying with a couple of ideas, I thought that it would
first
previous
…
86
87
88
89
90
…
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