Hi all,
I'm pleased to announce this personal project to convert a number to text, in spanish, english, catalan and russian.
the aim of this function is to convert numbers into text. It allows a maximum number of 15 digits.

Hi all,
I'm pleased to announce this personal project to convert a number to text, in spanish, english, catalan and russian.
the aim of this function is to convert numbers into text. It allows a maximum number of 15 digits.

I have created some roles, and would like to know if there is a way to export the Roles and save them off to a file? I want to create a backup file of these roles for DR purpose, and in case I ever get hit by the preverbal bus.
Thanks
Scott Roth
The Ohio State University Wexner Medical Center
Hello,
I am a beginner with Object Script and I hope anyone can help me solving my questions.
1. Is there a way to time a loop in Object Script?
2. My code leads to the following error, even though it executes the method.
Is there a way to ignore this specific error, so that I can repeat my code in a time loop over and over again without stopping?
<<THROW>%CreateProperty+85^%DocDB.Database.1 *%Exception.StatusException FEHLER #5805: Der ID-Schlüssel ist nicht eindeutig im Extent '%Dictionary.PropertyDefinition' : '^oddDEF("db.stream","a","Datum")' ist bereits vorhanden.
Hi all. We are going to find duplicates in a dataset using Apache Spark Machine Learning algorithms.
Note: I have done the following on Ubuntu 18.04, Python 3.6.5, Zeppelin 0.8.0, Spark 2.1.1
In previous articles we have done the following:
In this series of articles, we explore Machine Learning and record linkage.
Imagine that we merged databases of neighboring
Hi
Anyone worked on "ccontrol list " command execution through Cache Object Scripting.
I executed through bat file passing this ../bin ccontrol list . Icould not get the results through COS but executed in command prompt
it pops up with notepad and list down Cache instances.
Need help here to address the same stuff through cache object scripting.
Hello everyone,
i want to create an iris document database with Atelier with some properties, where i can import my JSON formatted data from an API to the database which i created. Right now i know how to import my local JSON formatted data to my created database:
ClassUser.Classtest
{
ClassMethodgetFile()as%Status
{
setfilename="/home/student/Downloads/own_scrobble.json"
IF$SYSTEM.DocDB.Exists("db.Streamingdatabase"){
SETdb=##class(%DocDB.Database).%GetDatabase("db.Streamingdatabase")
}
Hi,
This is available on github and wairing for approval on the Open Exchange.
It allows you to
Hey folks,
I've shared a debug stack we created on the Open Exchange.
I want to post the link here, but need the link to this article for the Open Exchange. Which came first, the chicken or the egg? ![]()
The github link:
https://github.com/stefanc82/Cache-Debug-Stack
Hi folks,
I've created a datatype class whoch extends from %Library.String with a REGEX parameter and the validation of the value against the regular expression. The class does not support Populate using the regular expression as a template for data population.
Hi, Community!
It's October! And we have DC October 2018 release here!
What's cool?
See the details inside!
Newbie question.
We have a desire to leverage apigee to do a call to our MPI system.
Not sure if this is something we can do via HealthShare.
Anyone doing a soap request or restful call from InterSystems through Apigee?
If I am overlooking the obvious (documentation) any guidance is greatly appreciated.
Thanks in advance
Hello World;
i have a problem to call function from cache ,
cache-call:functioninmaccache^MyFileMac(" + id+ ")
This rule works but always gives the same link
thanks for yours response
Can anyone tell me where to find good resources to learn Caché besides InterSystems. I am looking foe material (ie books, white paper, exercises, ect). There does not seem to be a lot of information on Caché.
Thank you for all of your help
Justin
Using our cool new debugging extension for Visual Studio Code I'm trying to debug a CreateProjection method of a class, but when I compile it the work apparently gets done in one of the worker jobs, so my breakpoint never triggers.
Is there a compiler flag or qualifier to force the compilation to be done in-process rather than getting handed off to a worker job?
You have a global ^CODE("TNO","BIO",291,"AKI") that may or may not exist. On the data side of the global ref it can have a boolean value of 0 (false) or 1 (true) and this global is wrapped up in a Caché class accessible from myobject.AKI property. At the object level, how do you check whether the property is defined ie. is there a $DATA equivalent for Cache Object properties? Also, how would you kill /null the property as opposed to making the value 0 (false) or an empty string?
I did a clean install of InterSystems ensemble on a new computer. However, even though my OS and my browser are set the English, the Ensemble installation is in dutch. Does anyone know how I can change the language of my InterSystems Studio so that it is in English?
Hi All,
I need urgent help,
I want to export the values from Global to CSV file.
Values are in global are :
^Global1(1)="1,2,3,4"
^Global1(2)="5,6,7,8"
.
.
.
^Global1(n)="n,n,n,n"
I want output in CSV File as:
1,2,3,4
5,6,7,8
.
.
.
n,n,n,n
I made a class:
ClassMethod ExportNewSchemaGlobals(pFile)
{
Set ary("^Global1")=""
Set pFile = "C:/Test.csv"
Set ary = ##class(%Library.Global).Export(,.ary,pFile)
}
Hello,
I have a question about creating properties with curl.
I already did create properties in Java with the following command.
<DO db.%CreateProperty("TotalSteps","%Integer","$.TotalSteps")>
It created the property TotalSteps with the type %Integer and the data path $.TotalSteps (since the header of my data source is also TotalSteps).
Now I would like to create the same property in curl with the following command
<curl -i -X POST -H "Content-Type: application/json" http://localhost:53774/api/docdb/v1/namespaceName/prop/databaseName/ propertyName?type= propertyType& path= propertyPath&
Hi everyone,
I need submit a object have a json string as property of class, but I get an issue, object can't save to SQL table if I take json data to json property. I try making a test class with only json property and get the same issue, no data row in SQL table after run ClassMethod . Some one know what's problem, please help me. Here my test class:
Hi,
It has been pointed out to me that one of my applications fails to display all of the contents when displayed on an iPhone or a tablet of smaller res that a desktop screen.
Desktop..

iPhone..

The code does not change between the two views of the same page.
To maintain easy alignment and control, I have used standard <tr> and <td> <table> codes, expecting same behaviour in any browser on any platform. My guess is using <div> controls for display will make a difference, but I'd be interested if anyone has any experience of this kind and if there is a simple fix.
The code snippet doing this
I'm new to Iris, trying to follow this guide ( https://community.intersystems.com/post/k-means-clustering-iris-dataset ) about using clustering. I've followed all instructions until showing the data. At that point, `dataFrame.show()` fails with `java.sql.SQLException: Access Denied`.
I'm using IRIS 2018.12.609.0 on Windows 10 Pro 64 bits. Python is 3.6.6, PySpark is 2.3.1, installed from Anaconda (Python 3.6.6 |Anaconda, Inc.| (default, Jun 28 2018, 11:27:44) [MSC v.1900 64 bit (AMD64)] on win32).
Along the road I had problems with Hadoop winutils, solved using information here (
I would like to know , if its safe to use %NOLOCK in insert query while doing some parallel processing in Ensemble. We will have pool size of more than 1 for a business process. The business process does an entry in internal meta data table , which will be used for some internal reporting. The same row might get updated by some other process later point of time. i could not produce any error or any issues . Looking forward to hear some opinion on this.
Developing a Full-Stack JavaScript web app with Caché requires you to bring together the right building blocks. In this third part of this article series I will show how to link our React app to our three back-ends we created in part 2.
I have an http adapter that calls out to a web service and is looking for a "Completed" response. I want the adapter to wait a certain number of seconds before calling out again to get a response. I have tried setting the retry interval on the business operation but that does not do it. See my code below.
While pResponse.StringValue = "Processing" {
set tSC=..Adapter.PostURL(tURL,.tHTTPResponse,,tId)
do tHTTPResponse.Data.Rewind()
set pResponse.StringValue = tHTTPResponse.Data.Read(3000000,.tSC)
$$$TRACE("Second Response: "_pResponse.StringValue)
}
Hi Community!
I'm pleased to announce that we've just launched the new product in the family of InterSystems Data Platforms:
IRIS for Health — is the world’s first and only data platform engineered specifically for healthcare. It empowers you to rapidly create and scale the industry’s next breakthrough applications.
I would like to know if it is possible to backup a database via shellscript in Linux?
Thanks.
There are some classes in our code base that contain Methods only (no properties). I told my colleagues that converting them into the ClassMethods should improve performance as it would eliminate unnecessary OREF support at run-time. Some of them replied that it would be microseconds, so what is the reason to bother.
Is it possible to estimate the impact of OREF support of method calls at run-time? E.g., as a % of all CPU load.
Hi Community!
We want to invite you to join the live broadcast in Developer Community Twitter!
@Evgeny Shvarov and @Joe Lichtenberg will present "Using Blockchain with InterSystems IRIS"!
This session will cover the applicability of blockchain technology to address current business challenges, and will present a live application using InterSystems IRIS with blockchain integration.
It will start in an hour! ![]()
Hi, Community!
This is a digest of the Developer Community postings in September 2018.
Most viewed
Atelier 1.3 Stable Release 324
Intersystems IRIS and the next applications generation 149
How the Intersystems IRIS ended to anemic databases era 141
Dynamic objects and JSON support in InterSystems products 141
UDL support 127
Global Summit 2018: Unconference topics to discuss 118
How I implemented GraphQL for InterSystems platforms 116
Is there a function similar to Oracle's CDC in the cache database? 116
Find a table given its name 113
Most voted
George James Software lunchtime meeting at Global Summit 2018 10
Save the date - DACH Symposium 2018 9
Atelier Source code versioning 5
Intersystems IRIS and the next applications generation 4
Global Summit 2018 - Make sure you hang out till Wednesday! 4
Developer Community September 2018 Release 4
New Video: Atelier – Debugging a Class 4
Most commented
How can I create properties (DocDB, Python)? 15
Is there a function similar to Oracle's CDC in the cache database? 15
How to open Cache studio on Mac OS 11
Change time in message browser etc from UTC to local time 10
LDAP Connection/Configuration 9
class Ens.Queue visible to ODBC? 9
How to Open Terminal In Caché Mac OS 9
Top 10 Authors to Follow by Views
Gevorg Arutunyan, Posts, 379
Yuri Gomes, Posts, 290
Robert Cemper, Posts, 190
Eduard Lebedyuk, Posts, 187
Dmitry Maslennikov, Posts, 185
Rustam Ibragimov, Posts, 127
Alexander Tsvetkov, Posts, 78
Mark Bolinsky, Posts, 60
Raymond Lawrence, Posts, 43
Irene Mikhaylova, Posts, 38
Top 10 Experts to Follow
Fred Gustafsson, Answers, +5
Robert Cemper, Answers, +4
Jolyon Smith, Answers, +3
Nicole Aaron, Answers, +3
Alexander Koblov, Answers, +2
Tomas Vaverka, Answers, +2
Len Goodkin, Answers, +2
Herman Slagman, Answers, +2
Evgeny Shvarov, Answers, +1
Eduard Lebedyuk, Answers, +1