Questions tagged [intersystems-iris]

InterSystems IRIS is a complete cloud-first data platform which includes a multi-model transactional data management engine, an application development platform, and interoperability engine, and an open analytics platform.

InterSystems IRIS provides a set of APIs to operate with transactional persistent data simultaneously: key-value, relational, object, document, multidimensional. Data can be managed by SQL, Java, node.js, .NET, C++, Python, and native server-side ObjectScript language. InterSystems IRIS includes Interoperability engine and modules to build AI solutions. InterSystems IRIS provides features for horizontal scalability (sharding, ECP) and provides High Availability features, Business intelligence, transaction support, and backup.
It is commercial software but with Free Community version which could be downloaded from: https://download.intersystems.com

Official website: https://www.intersystems.com/products/intersystems-iris/

Developers Community: https://community.intersystems.com/?filter=articles

App Store: https://openexchange.intersystems.com/

42 questions
2
votes
1 answer

How to keep external applications in synch to intersystems instance of a mirror

Our application is built on top of Intersystems IRIS (previously cache) and consists of a large core and DB that is enhanced with several external modules that connect to the core. We deploy IRIS and the external apps on premise on the same server…
2
votes
1 answer

Encryption Iris ODBC 64 Bit

We have ODBC 32bit Encryption working on our database with a SSLDEFs.ini file. However 64 bit ODBC Encryption will not work and give generic error, same error if the ini file is not there for 32BIT. We have copied the ini file to the 64bit folder? …
2
votes
1 answer

ZEN : Allow multiple date formats in a dateText control and converting them to the YYYY-MM-DD

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…
2
votes
1 answer

How to set Schema in mybatis for IRIS databse

My Intersystem IRIS database contains multiple schema i.e. Each Developer has his own Schema. While accessing database from Spring boot application I am getting following error: [SQLCODE: <-30>:]\r\n[Location:…
2
votes
2 answers

How could we debug a Docker container which status in unhealthy?

We are following this tutorial to be able to use the Data Platform IRIS: https://github.com/es-comunidad-intersystems/webinar-gestion-apis We have found an issue, because of it looks like the IRIS version which is being requested in the tutorial, is…
Yone
  • 2,064
  • 5
  • 25
  • 56
2
votes
1 answer

InterSystems IRIS Provider Communication link failure: System.Net.Sockets.SocketException in C#

I'm using VS Studio 2017 and InterSystems IRIS databases version 2019.1. When i'm trying to access database from code it will throwing below error: InterSystems.Data.IRISClient.IRISException: '[IRIS Provider] Communication link failure:…
Nayan Rudani
  • 1,029
  • 3
  • 12
  • 21
1
vote
1 answer

How can I figure out the name of the database for data in the current InterSystems IRIS Namespace?

InterSystems IRIS namespaces can refer to one database where we have code and data. But in the case of the production deployment, the best practice is to have one database for code and one for data. What is the way to know the NAME of the database…
Evgeny Shvarov
  • 468
  • 5
  • 17
1
vote
1 answer

GUID reference(s) missing from stream

I met this Jenkins build problem when commit to P4. ERROR #5001: GUID reference(s) missing from stream websys/TranslationType/questionnaire.QCNXXCVD.Edit/68D7225A-DE63-11EB-AF4C-005056B66BA0.xml; 35551C28-0C38-11EB-A1C8-005056B66BA0 So how can I…
1
vote
1 answer

How to turn off journaling in IRIS programmatically

How can I programmatically turn off journalling in a particular InterSystems IRIS database?
Evgeny Shvarov
  • 468
  • 5
  • 17
1
vote
1 answer

Sending a PDF file in a REST Message

I am trying figure this out any help appreciated. Thanks in advance The service is a file passthrough that picks up a PDF and then uses the BPL code below to create the rest wrapper and sends the stream data. I am not grabbing the stream from the…
1
vote
1 answer

Dynamically add tables and other components to ZEN PDF Reports

I need a way to programically and dynamically add tables and other controls to a blank Zen Page. Are there code examples where a global can dynamically create the tables and populate it with data?
1
vote
1 answer

How to connect IRIS Health to local FHIR server

I want to know how I can connect IRIS Health to local FHIR server. I would like to implement a new feature. Currently I am using HAPIFHIR Server. Thanks
user15581360
1
vote
2 answers

Moving IRIS db in runtime?

I'm almost running out of disk space so I want to move 1 DB to a different hard drive. It's a rather simple but lengthy action during a shutdown of IRIS. But is this somehow possible under runtime in a stand-alone installation? I'm looking for kind…
1
vote
1 answer

How to shrink IRISTEMP db in runtime?

After running an extensive block of daily statistics my IRISTEMP has expanded dramatically. But FreeSpace shows 97% unused and FREE space. How can I shrink IRISTEMP in runtime without shutdown and manual intervention?
1
vote
0 answers

How to generate SOAP client when there are '/' characters in WSDL type definition in IRIS

We are connecting to a 3rd party SOAP web service. The wsdl looks like below Please notice that the portType was defined as /cvpService. Then when we are trying to use SOAP Wizard to generate a client for the service, we will encounter the…
Xun
  • 73
  • 1
  • 5
1
2 3