0 Followers · 491 Posts

Choose the tag if you want to post something which doesn't relate to InterSystems data platforms or services. 

New
Question Kenji Kishimoto · Apr 29

Hi everyone,

I’ve been diving into the new IRIS 2026.1 features this week, specifically trying out the opt-in modernized Interoperability UI and the new DTL Explainer, but I’ve recently hit a persistent technical snag where the Management Portal becomes incredibly sluggish and my Terminal sessions start to experience significant input latency.

I am currently using a community setup to handle some automated local logging and script-based data scrubbing for my production archives in the background while I work.

0
0 26
New
Discussion Anna Golitsyna · Apr 23

Is there any dedicated place on the InterSystems site to complain about "Ask DC AI" lack of rather simple knowledge? I'd say, as a bare minimum it should be trained on ALL InterSystems usually excellent documentation and know how to quote from it. A couple of recent examples, all of them "beyond my knowledge", which really should not be "beyond my knowledge". Common language rephrasing did help with a couple of requests below, but AI should be able to rephrase itself.

9
0 104
Contestant
Article Andre Larsen Barbosa · Apr 14 4m read

Before finding the best solution for Supply Chain, we need to understand what Supply Chain is. Well, regardless of the language used, the term is known by the name already mentioned. For your information, the translation in Brazilian Portuguese is "Cadeia de Suprimentos" (Supply Chain), sometimes also called "Cadeia Logística" (Logistics Chain), but we will not dwell on the nomenclature, but rather on the meaning.

0
0 35
Question Mauricio Sthandier · Apr 12

hi 😊,

i'm able to LOAD DATA in IRIS from a rather complex, say Oracle's, query. It works pretty well but requires a target table created aforehand:

LOAD DATA FROM JDBC CONNECTION SOME_OTHER_SERVER QUERY 'complex query here' INTO TargetTable

is there a way to base such target table on the same query ? 
CREATE FOREIGN TABLE seems to require a column definition which I would prefer to be taken from the query
CREATE TABLE AS SELECT seems to be for local queries and other methods, like Linked Table Wizard or %SYSTEM.SQL.Schema.

1
0 38