How Can I resolve this?
ERROR #5001: Failure to determine first and last IDs in source table 'dc_irisbi.KeyResult'. Check indices on the source.
I trying to use this class in a deepsee cube, when I build, I get this error
How Can I resolve this?
ERROR #5001: Failure to determine first and last IDs in source table 'dc_irisbi.KeyResult'. Check indices on the source.
I trying to use this class in a deepsee cube, when I build, I get this error
Hello!
I call a Java-based web service from HC and get an error message back:
"ERROR # 6243: HTTP request to SOAP WebService returned response with unexpected CONTENT-TYPE: text / html; charset = utf-8."
The content (payload) that is sent from my HC-client is coded in iso-8859-1 but SOAP debug shows that Soap envelope to be sent with:
"Output from Web client with SOAP action = urn: submitFile
<? xml version = "1.0" encoding = "UTF-8"?> etc "
and I guess that's what is causing the error message?
How can I change from "UTF-8 to ISO-8859-1 in the soapcall??
Grateful for answers!
Regards Michael
A quine is a computer program which takes no input and produces a copy of its own source code as its only output.
How about a fun challenge?
The task is to write a quine in InterSystems ObjectScript. It can be a class, or a method, or a routine, or just a line to be executed in a terminal. You decide!
Here's some resources you might consider useful:
Hard mode: do not use source code access functions.
Here's my (extremely uninspired, I know) attempt:
Class User.Quine
{
/// do ##class(User.Quine).Test()
ClassMethod Test()
{
set sc = ##class(%Compiler.UDL.TextServices).GetTextAsString($namespace, $classname(), .str)
write str
}
}It produces this output:
.png)
How many different ways of producing a quine are there in ObjectScript?
Hi everyone,
Learn about iris-lockeddown, a version of the InterSystems IRIS data platform container designed to work with the most stringent container security policies:
⏯ Using Containers in Highly Secure Environments with IRIS Lockdown
Hi,
Under the social tab of my profile I found "InterSystems SSO" account along with my other social accounts.
What is InterSystems SSO account and to utilize it?
Thanks
Hey Community,
Here is a digest of the Developer Community videos on InterSystems Developers YouTube Channel in August 2021:
Hello,
The database is increasing a lot (almost a 1TB) and getting bigger with no sense after migration, the use of the plataform did not increase after the migration so is strange for us this increase.
how can I check everything is ok in the database? for example any table getting bigger.
Before the migration the logs were like:
07/22/21-17:18:26:304 (19701) 0 Starting Expansion for database /opt/Intersystems/HS/HS_201521705/mgr/cachetemp/. 276 MB requested.
07/22/21-17:18:26:373 (19701) 0 Expansion completed for database /opt/Intersystems/HS/HS_201521705/mgr/cachetemp/. Expanded by 276 MB.
Could you help me please. I am a VistA Application Administrator for the State of Tennessee and I have been using your web site: https://www.bmirwin.com/vnode/dictionary/index.php to write reports for the Health Departments in my state and I see it was shut down on 9/1/21. It was such a great site and I found it very easy to use. Is there a replacement site where I can get that information. It was so well formatted.
Thank you,
J.R. Shuey
New to IRIS. Installed docker container as per instructions. From my system I run:
# docker exec -it iris bash
and then try to start a terminal session, which fails
irisowner@2f54ebfbc52f:~$ irissession IRIS
How do I successfully start a terminal session?
Class CDSM.AddFedExID.AddFedExIDProcess Extends Ens.BusinessProcess [ ClassType = persistent, Language = objectscript ]
{
/// Add "Business Process" or "Business Operation" for the target
Property TargetConfigName As %String; Parameter SETTINGS As %String = "TargetConfigName:Additional";
Method OnRequest(pRequest As EnsLib.HL7.Message, Output pResponse As Ens.Response) As %Status
{
#dim newrequest = pRequest.
I'm using Deferred Response.
After I have obtained a token, is it possible to retrieve initial request somehow?
I'm creating patient extensions and I'm sending an SDA file to be interpreted by Information Exchange.
How do I map the custom SDA3 so that Information Exchange can see these new extensions?
I'm using SDA3.
How do I programatically query a task set up in the task manager? I need to know the code being executed.
Thanks
This article explains how to use the InterSystems IRIS platform to write a basic IMAP client. First, we present an overview of IMAP, then we discuss the main IMAP commands and client implementation. Finally, we offer a simple use of this IMAP client on the IRIS interoperability application.
Note that this article isn’t a detailed IMAP explanation. For more detailed information, please check the references of this article.
The Internet Message Access Protocol (IMAP) lets users retrieve emails.
In Java we can use reflection to get the method arguments in an array, we can also get the name of argument.
Do we have similar features in ObjectScript?
Thanks!
All French-speaking developers are friendly invited to follow a stream in the form of a journal.

Every first Thursday of the month at 12:00 (Paris time), we organize a 30-45 minutes stream on Youtube with the following format :
Previous episodes :
Hey Developers,
Learn how to use InterSystems IRIS data platform to meet change data capture (CDC) challenges created by data silos:
Hello Again,
We still need additional beta testers for this exam so that we can set a statistically valid passing score. Thus, if you match the exam candidate description given below, we would like you to beta test the exam!
New to Health Connect so please forgive me if this is a stupid question! Is there a specific error code returned when a user initiates an abort from the jobs tab of the business host? I want to be able to treat the Abort as Completed due to our complex business process. Currently, hitting abort just retries the message to the same business operation. Want I want to do is provide the error code used by the Abort (if there is one) and treat it as OK
Thanks in advance.
I have a client running cache on an AIX platform. I put together a objectscript to allow for the viewing the processes running against the database using a select from SYS.Process. One of the values I want in the view of the processes information is Jobtype but I want to convert it from the numeric value to a string value. In the Intersystems documentation there is a reference to an include file $syPidTab.inc that should include macros that make this translation. I have not been able to track down this include file.
There is a finite list of date formats that users want to use to enter a date in a form. These formats include single digits for month and day and double digits for year. The field is represented by a dateText control.
How would one get to allow a dateText control to accept multiple date formats ? I see only 3 listed here, do those include using single digits for month and day ?
I tried to set the value of format = "#(myPageProperty.myValue)# " but I got a compilation error in Studio so that went nowhere. Has anyone ever been able to set the format value depending on the user input value?
Hello,
I am trying to set up a user that can view the summary in SDA in the clinical viewer.
Is there a specific role that can be assigned that provides a view of the SDA?
https://docs.intersystems.com/hs20202/csp/docbook/DocBook.UI.Page.cls?K…
The August 2021 Learning newsletter is now available exclusively at learning.intersystems.com!
Psst: Missing this newsletter in your inbox? Not to worry — we will be back to our regular emailing schedule in September.
What learning resource names appeal to you? Let InterSystems Online Learning know in this 5-minute survey!
We invite you to the webinar "InterSystems Reports", on Tuesday, September 7th, at 10:00 (Moscow time). The language of the webinar is Russian.
InterSystems Reports, a part of InterSystems IRIS and InterSystems IRIS for Health, is a robust, modern report generation and publishing solution that includes:
If one of your packages on OEX receives a review you don't get notified by OEX only on YOUR package.
So @Evgeny Shvarov suggested publishing my monthly summary of reviews here in DC.
It reflects my experience with the status I found at the time of my review.
Hey Developers,
New video is already on InterSystems Developers YouTube:
Hi
I am getting below error while associating Facebook account :
App Not Setup: This app is still in development mode, and you don't have access to it. Switch to a registered test user or ask an app admin for permissions.
Please note upon opening from Facebook account is working fine, only issue is when opening from InterSystems site.
Thanks