Article Evgeny Shvarov · Mar 20, 2018 3m read

Hi, Community!

I’m sure you are using Developer Community analytics built with InterSystems Analytics technology DeepSee:

You can find DC analytics n InterSystems->Analytics menu.

DC Analytics shows interactive dashboards on key figures of DC entities: Posts, Comments, and Members. 

Since the last week, this analytics project is available for everyone with source code and data on DC Github!

1
1 698
Question Stefan Cronje · Aug 4, 2018

Hey folks,

I am new to IRIS and cloud platforms. I've done the InterSystems IRIS Experience on the learning site and read a lot of the online documentation. What I am unable to figure out is which type of package or option you will use on the cloud provider.

AWS for example, has AWS EC2, Elastic Beanstalk and some other products geared towards Docker containers.
Azure has Kubernetes and some other options.

5
0 712
Question Alexandr Ladoshkin · Aug 3, 2018

Hello there,

I have some problem with inserting date to table using dynamic sql.

I have Country class. This table has relationship with class Continent as parent and child. In addition I have another statistic class where property Country has type of Country class. I get ID such as "1||1" next I execute dynamic sql INSERT INTO Stats(Country) VALUES("_CountryId_"). Then I select Stats table and see that value of Country column is "11") As a result a can't get Country object.

Please advice solution of this problem

Thank you

2
0 458
Announcement Michelle Spisak · Aug 3, 2018

The recording of Anton Umnikov's It's Machine Learning, Not Rocket Science! webinar is now available on learning.intersystems.com

In it, Anton provides a great, high-level introduction to machine learning and shows why you don't need to be a "unicorn" data scientist to start using machine learning to your advantage! 

Watch it now

0
0 248
Question Mark Anthony Manalo · Aug 2, 2018

Hello everyone,

Im just wondering if there is any possibility to "Listen" to a cache DB? We have our cache DB somewhere else provided by a different company, we are provided the interface to connect to that cache DB so we can extract the cache DB every night.

Im just curious if theres a way to "listen" to the cache DB, so if theres any changes on the table in the cache DB, I could make a trigger to extract the table again.

I know i could just set my ETL every hour or so... but that would extract all the tables in cache DB.

Thanks a lot for any help and information.

Kind regards,

mark

9
0 920
Question Tiffany Raczynski · Aug 1, 2018

I am receiving this alert every couple of minutes.  I am trying to figure out what is causing this and if it is just the settings on my TCP operation or if this indicates an actual issue.  Is it an issue with my framing (MLLP) or reply code actions (not set)?  Something else?

Error:

ERROR <Ens>ErrTCPTerminatedReadTimeoutExpired: TCP Read timeout (30) expired waiting for terminator SegTerminatorAscii=13, on |TCP|7049|12692, data received =''
(alert request ID=2071)

Screenshot:

Here are the settings on my operation:

2
0 2332
Question Virginia Rogers · Jul 24, 2018

I have a web application and one of the CSP pages contains the following snippets:

<script language='javascript'>
function SubmitForm(pid,sid) {
//code to process form

alert ("study saved");

self.document.location="newpage.csp";

}

</script>

<form name="Studyform"  method="post" onsubmit='return SubmitForm(#(SubjObj.%Id())#,#(StudyObj.%Id())#);' >
<!-- form contents -->

</form>

The form is correctly processed, the object is saved, and the alert appears, but the new page does not get loaded and I cannot figure out why.

Any suggestions?

5
0 561
InterSystems Official Steve Brunner · Jul 18, 2018

InterSystems is pleased to announce availability of a field test version of Caché and Ensemble 2018.1

These kits can be downloaded from the Field Test portal page.

There are hundreds of bug fixes, and several new features, including:

  • Microsoft Volume Shadow Copy Service (VSS) Integration
  • Support for Microsoft Integrated Windows Authentication for HTTP Connections
  • SSH Enhancements

All platforms are available, except Oracle Solaris 10, 11 for x86-64.  

We expect to update the field test kits about once a week, until release.

9
0 1232
Question David.Satorres6134 · Jun 14, 2018

Hi,

I'm getting mad trying to get data from an external REST service that uses Basic Authentication from Ensemble. The BO worked fine when I was using a test server without authentification, but as soon as we need to go to production I cannot have it working.

So far, I've created the username/password at the credentials page (Ensemble-Configure-Credentials). I've setup the BO to use this credentials. But nothing happens.

I've tried with the Rest Client (addon for Mozilla), and using the same address, port and user/pwd works just fine.

8
0 1911
Question Jayvee Rato · Jul 31, 2018

Hi Guys,

I' am using Cache Object Binding for .NET, our Cache Version is Cache for Windows (x86-64) 2010.2 (Build 454U).

How can I set the connection for Cache List of Objects? Here is my sample code.

//CACHEObject as my file generated from OBJECT BINDING

CACHEObject.ContainerImco containerImco = new CACHEObject.ContainerImco(cacheConnection);
CacheListOfObjects<CACHEObject.ContainerImco> lcontainerImco = new CacheListOfObjects<CACHEObject.ContainerImco>();

//Already tried this one but fails

4
0 1008
Announcement Daniel Tamajon · May 21, 2018

As a developer, usually I'm concerned about how my code health is, and how the other coders code can affect to my own work.  And I'm quite sure most of us feel very similar.

In our company we use a Static Code Analysis tool to analyze code for different languages to ensure we are writing high quality and easily maintainable code by following a few best practices in terms of code structure and content. And the question was: why should be different for Caché ObjectScript language?

3
4 1233
Announcement Evgeny Shvarov · Aug 1, 2018

Hi, Community!

This is a digest of the Developer Community postings in July 2018.

Most viewed

Atelier and Studio  1070

Caché and Ensemble 2018.1 Field Test Release  268

GraphQL for InterSystems Data Platforms  191

Cache Dynamic SQL Pagination  155

Caché SQL Queries  154

$ZF(-100,..) issues  145

InterSystems Platform Functions  127

Docker with overlay support  124

Atelier. Compilation returns "Failed to read /api/atelier/v1/..."  123

Error: CSP application closed the connection before sending a response  122

Use GZIP to compress/decompress files  112

K-Means clustering of the Iris Dataset  76

Intersystems Cache Python Object-Relational Mapper  74

The way to launch Apache Spark + Apache Zeppelin + InterSystems IRIS   72

Continuous Delivery of your InterSystems solution using GitLab - Part VIII: CD using ICM  70

Storage Performance Series - NetApp All-Flash FAS (AFF) A300  69

Load a ML model into InterSystems IRIS  57

Most voted

Caché SQL Queries  9

GraphQL for InterSystems Data Platforms  7

Caché and Ensemble 2018.1 Field Test Release  7

The way to launch Apache Spark + Apache Zeppelin + InterSystems IRIS   6

Use GZIP to compress/decompress files  3

Check audit settings programmatically  3

K-Means clustering of the Iris Dataset  3

Docker with overlay support  3

Load a ML model into InterSystems IRIS  3

Storage Performance Series - NetApp All-Flash FAS (AFF) A300  2

Most commented

Error: CSP application closed the connection before sending a responce  30

Create studio project file  14

Atelier and Studio  12

Cache Dynamic SQL Pagination  10

Unable to export lookup tables (.LUT) and HL7 schemas (.HL7) directly via Atelier to commit in source control (GIT)  9

Using regular expressions in a routing rule  9

zgetFile+8^User.Read.1  8

$ZF(-100,..) issues  7

Multi-line terminal commands  7

Querying ODBC SQL Server  7

0
0 420
Question karthik siva · Jul 31, 2018

Hi,

I want to include Info icon on DeepSee-Widget title bar like the image below. And when I click or hover on the icon it should display some information about the widget. I tried with the options available in Widget settings and referred InterSystems's documention as well, I couldn't find a way to get this.

Please help me to achieve this. Thanks in advance.

4
0 355
Question Stella Ticker · Jul 20, 2018

The REST webservice works perfectly when run on SOAP UI. This end point server is an https site that uses basic authentication (uname and pwd).  But when I run the request through an Enslib.Rest.Operation using a configured SSL and stored credentials, I get an "unauthorized" error, unless I explicitly hard code the password in the operation class. HS Version is 2014.1 .

I have 2 questions. Pardon me, they are both related!!

4
0 1234
Question Sebastian Thiele · Jul 31, 2018

Hi everybody,

we have some legacy ZEN applications build upon CSS2 style definitions. We moved the application due to an upgrade to a newer version of cache (2017.2.1). Anyway I have in mind that in one of the prior relases css3 style interpretation was enforced by ZEN and you could explecitly tell the framework to use CSS2 by setting a global. Anyway I can´t found any hints in the docs on that. Does anyone of the %ZEN gurus have this in mind?

best regards,

sebastian

1
0 270
Question John Jacobs · Jul 29, 2018

Working with a client who has two TryCache instances on his W10 machine. Trying to bring in globals from a text file which works fine in my environment but on his, he cannot make ^%GI accept a file from his C drive. His Cache is on C as is mine. Checking the path and the file name carefully, it is accurate. D ^%GI and enter the path with filename (as works fine for me on my system) and he gets a message [unavailable] and when he hits enter out of that message, he sees Cannot import from THIS device. I think I'm missing a config or security setting of some kind but I don't know what it is.

1
0 382
Question Jon Astle · Jul 26, 2018

I work for a large NHS Trust in the UK and we are using Healthshare and we process 1000s of messages each day.  Many of these are standard HL7 messages however for several months now we also pickup and drop off 1000s of PDF files.

We have our message purge set to 365 as we have to keep a years worth of messages as we have a retrieval and send process that enables us to replay any set of messages to any destination which we use to prepopulate end systems with activity and result history.

4
0 892
Question Julian Matthews · Jul 26, 2018

I have a process which is passed a .rtf within a GlobalBinaryStream. I am trying to then output just the .rtf to a folder on a server, but not even sure where to start.

Is there a Built in Operation that I can pass the GlobalBinaryStream to which will then write the file to a folder, or do I need to use a custom class for the operation?

Thanks 

2
1 1649
Question JAQUELINE KRIEGER · Jul 18, 2018

Hi community, 

I'm in a proyect that I have to load data that cames from 3 different sources and one of these sorces is a csv file that contain the name of a switch and the name of a port. My cube have also this information, but I have to show only the values that match with this information.  I'm trying to filter the cube through this method below, the problem was  the result of the method is not only a value, it is an array with many values ​​and I must use the IN operator and not this "&" symbol. I wanted to know if it's possible or not?

6
0 469
Question Tom McDevitt · Jul 14, 2017

Is there a class Method that will return the number of OBX segments under the OBR segments? I see  method ChildCountGet
body {
margin: 0px;
font-family: verdana,arial,helvetica,sans-serif;
color: black;
background: white;
}
body.Class { }
body.Index {
background: #CBE6EB;
background-position: right;
background-image: url('/csp/broker/images/docindexgradient.png');
background-repeat: repeat-y;
}
body.Storage { }
body.About { }
body.Search { }
.Summary {
background: #C0C0C0;
margin-left: 0px;
margin-right: 10px;
border: 1px

5
0 986