Question Yuri Marx · Nov 1, 2020 Where is PEX jar file can be found? PEX Java classes are not in the maven public repository, so I need to download pex jar file. Where is PEX jar file can be found to download? #Interoperability #InterSystems IRIS 1 9 2 353
Question Yuri Marx · Oct 4, 2020 Why not update jdbc driver to mvnrepository The current jdbc driver version is 3.1.0, but it is not published in the public mvn repository, only the old version, see: https://mvnrepository.com/artifact/com.intersystems/intersystems-jdbc It is very bad to the Java Community. And why not publish IRIS Hibernate dialect in mvn repository too? These actions are important to Java Developers. #Java #JDBC #InterSystems IRIS 6 11 2 1.3K
Question Yuri Marx · Aug 11, 2020 Label security Is it possible restrict access in IRIS from label data classification (ultra/top secret, restrict, ostensive, etc.)? #Security #InterSystems IRIS 1 2 1 208
Question Yuri Marx · Aug 11, 2020 Database compression InterSystems IRIS database supports compression? If yes, wha is possible compress? (logs, temp tables, blob data, backup, etc) #Databases #InterSystems IRIS 1 5 1 638
Question Yuri Marx · Jul 24, 2020 IRIS for health creates FHIR database? Iris for health has a wizard or procedure to create a fhir database and expose as rest service? #FHIR #InterSystems IRIS for Health 1 1 1 218
Question Yuri Marx · Jul 18, 2020 Execute create table in the Management Portal Is it possible execute create table from management portal? I tried this: CREATE TABLE SQLUser.Teste(ID INT NOT NULL, coluna1 VARCHAR(255), coluna2 VARCHAR(255), coluna3 VARCHAR(255), coluna4 VARCHAR(255)CONSTRAINT TestePK PRIMARY KEY (ID)) Error message: #SQL #InterSystems IRIS 1 3 2 270
Question Yuri Marx · Jul 10, 2020 Best option to consume RSS What is the best option to consume rss data and store in the DocDB? #Interoperability #InterSystems IRIS 1 4 2 203
Question Yuri Marx · Jun 29, 2020 Get Property MaxLen Set cdef = ##class(%Dictionary.ClassDefinition).%OpenId(table)Set count = cdef.Properties.Count()For i = 1:1:count { Write cdef.Properties.GetAt(i).Name, " ", cdef.Properties.GetAt(i).Type, "", <MY QUESTION>,!} How can I do to get maxlen? #ObjectScript #InterSystems IRIS 2 8 3 619
Question Yuri Marx · Jun 27, 2020 Example list persistent classes with name, type, primary key and foreign keys using %Dictionary Hi guys, Do you have any objectscript sample to list persistent classes with name, type, primary key and foreign keys using %Dictionary? #ObjectScript #InterSystems IRIS 1 1 2 1.2K
Question Yuri Marx · Jun 14, 2020 What is the best option to generate database diagram? What is the best free/open source option to generate the database diagram (MER) to the iris or cache persistent classes? #Databases #Data Model #Open Source #InterSystems IRIS 2 1 2 569
Question Yuri Marx · Jun 12, 2020 What the steps to create a custom interoperability adapter? It is possible develop a new interoperability adapter? If yes, how can I do it? #Interoperability #InterSystems IRIS 1 6 2 427
Question Yuri Marx · Jun 11, 2020 How do I publish my REST API using HTTPS? When a publish my API, only HTTP is available. How do I publish my REST API using HTTPS? #REST API #Security #InterSystems IRIS 1 4 2 497
Question Yuri Marx · Jan 3, 2019 iris.node not found I followed the instructions in the documentation https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls... (Install iris.node on nodejs for windows). Procedures made:=> Copy iris.node to the location specified in the NODE_PATH environment variable: C:\Program Files\nodejs=> I used: var irisobj = require('iris') on my js fileBut is not work. Error: The specified procedure could not be found. #Node.js #InterSystems IRIS 2 13 2 822
Question Yuri Marx · Nov 2, 2018 How Can I get sentiment analysis from a source or entity from iKnow REST API? Hi,How Can I get sentiment analysis (positive or negative attribute) from a source or entity from iKnow REST API? #Analytics #InterSystems Natural Language Processing (NLP, iKnow) #REST API #InterSystems IRIS 1 6 2 496