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 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 Olympics
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
Python
React
READY 2025
Red Hat Enterprise Linux (RHEL)
Relational Tables
Release
REST API
Security
Sharding
SOAP
Source Control
SQL
SSL
Startup
Studio
SVN
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
David Hockenbroch
· Jul 28, 2021
Can I programatically import a class from an XML file
=STREAM.LinkToFile("c:\where\is\your\file.xml") D STREAM.Rewind() ;
test
loading the stream, doesn't actually create it yet. The last '1' parameter means
test
& report. D
Question
prabakaran a
· Apr 20, 2017
Cache FTP issue
(read/write) FTP server it automatically logged out.CODE:S ftp=##class(%Net.FtpSession).%New() S Server="
test
" S Username="
test
" S Password="
test
" I $L(Server)=0
Question
Ruslan K
· Jun 14, 2018
AddEventListener for a control
://www.intersystems.com/zen" ] { <page xmlns="http://www.intersystems.com/zen"> <button id="btn1" caption="
Test
Server"/> <
Question
Scott Roth
· Jul 10, 2023
REST - ERROR #6097: Error '<READ>Read+28^%Net.HttpRequest.1' while using TCP/IP device '9999
'9999'" when I attempt to
test
my operation. When I look up the General Error Messages for 6097 I am seeing...Error '%1' while using TCP/IP device $zu(189,1)='%2'. What does
Discussion
Yuri Marx
· Nov 12, 2022
HackerHank
If you want prepare yourself or
test
a programmer for a job, this is my tip: https://www.hackerrank.com
Question
Eduard Lebedyuk
· Apr 8, 2019
Can datatype redefine getter/setter
wasn't saved.see my
test
with %Persistentset obj=##class(Test.String).%New()write obj.prop ;nothing loaded yetset obj.prop=77 write obj.prop ; unchanged as neither stored nor
Announcement
Rubens Silva
· Mar 16, 2020
IRIS-CI: A docker image for running InterSystems IRIS in CI environments
be. And that's it: the only thing required to start running the
test
suites is the path of the application. Also, since this is supposed to be a ephemeral and run-once container
Question
Lucas Fernandes
· Jul 28, 2020
Get Application Error Log by SQL
. For example, to get the dates when errors were logged for a particular namespace
TEST
, you can use do ##class(%ResultSet).RunQuery("SYS.ApplicationError", "DateList", "
TEST
Question
Akshay Pandey
· Oct 25, 2021
Running Python script from terminal vs studio
not sure how same method is behaving differently studio is not a real terminal with an isolated session context. Classmethod
Test
() { set code = $zf(-1,"python C:\keys\GetToken.py
Question
Jiri Svoboda
· Nov 7, 2016
CLS location from INT code
, but is definitely something to keep in mind if you're using it.) I'm curious - what are you trying to do with this? I am implementing my own minimalistic
test
runner that runs all defined
#Best Practices
281 Posts
•
39 Followers
Article
Zhong Li
· Mar 15, 2019
Run A Deep Learning Demo with Python3 Binding to HealthShare (Part II
demo environment. In this "Part II" we will
test
what we could do with it. Many people at my age had started with the classic MLP (Multi-Layer Perceptron) model. It is intuitive
Article
Mark Bolinsky
· Mar 6, 2020
InterSystems IRIS for Health 2020.1 HL7 Benchmark
in the Workload Description and Methodology section. The
tested
workloads comprised HL7v2 Patient Administration (ADT) and Observation Result (ORU) payloads and included transformations and re
Question
Mark O'Reilly
· Jun 16, 2021
REST example
/user/api/
test
and not: http://localhost:52773/user/api/
test
/ Also, do either: In application settings set Password as Allowed Authentication Method and in your Postman
Announcement
Steve Brunner
· Aug 2, 2016
2016.1.2 Maintenance Release
Test
for 2016.2 today. Final Release Date will be based on how that goes, but not too far out since we've been in Field
Test
for a while.
first
previous
…
26
27
28
29
30
…
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