We love hearing from our users. Tell us what you want to see next and upvote ideas from the community. * Bugs and troubleshooting should as usual go through InterSystems support.
Introduce SQL functions such as COMPRESS() and UNCOMPRESS() to facilitate data compression and decompression. These functions support the zlib and zstd algorithms, both of which are already implemented in IRIS for stream compression.
ObjectScript...
Do not include table statistics when exporting Production for deployment
Preface To export a production or productions components for deployment using Interoperability > Manage > Deploy Changes > Deploy, the export of persistent classes that are part of a deployment (typically message classes, but there can be...
Scenario: Search a REST JSON Response object for specific values instead of iterating through multiple levels to pull out the specific data elements one needs. While I don't necessarily need to read the JSON response into a Persistent object, I on...
Shutdown/failover routine to fully disable java gateway connections
Scenario: Failover Primary to Backup device, but something is wrong with the Backup that could not be started as the Primary, so you have to fail back to the Primary. Problem: When this happens, we have noticed that the Java Process that is runnin...
Add Validation for Dispatch Class in Web Application Settings
Currently, when creating a web application, the Dispatch Class field accepts class names that may not exist. This can lead to runtime errors if the class is undefined. Add a validation check to ensure the specified dispatch class exists before all...
Port Authority: Include FTP/SFTP Server Names and Ports
The Port Authority database is a great tool for tracking ports and IP addresses for inbound and outbound connections for interfaces based on the TCP adapters. However, it does not record hostname and port (FTPServer and FTPPort properties) for Fil...
Pool size used to be displayed in Production Configuration page in Management Portal in old version of Ensemble, unfortunately this (IMHO very important) information is now missing. To get the pool size you need to click in each and every host in ...
Enrico Parisi
4 months ago
in InterSystems IRIS
1
Planned or In Progress
The idea would be to create a subset of message headers that can be used as the basis of a message search so any future work on that subset can be referenced without querying the full bank of messages. Potentially more than one person could use th...
Currently, there are two possibilities to use macros in a class
1) with the "Include" keyword at the beginning of a class definition
2) in EACH (class)metod definition one or more macros can be defined with the "define", "def1arg", etc. keywords...