Skip to Main Content
InterSystems Ideas
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.
ADD A NEW IDEA

InterSystems Products

Showing 393

Compression in SQL Functions

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...
Ashok Kumar T 7 days ago in InterSystems Products 0 Needs review

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...
Enrico Parisi 18 days ago in InterSystems Products 0 Ideas Contest

Dynamic Abstract Object Search

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...
Scott Roth 7 days ago in InterSystems Products 1 Needs review

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...
Scott Roth 7 days ago in InterSystems Products 0 Needs review

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...
Ashok Kumar T 8 days ago in InterSystems Products 1 Needs review

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...
Jeffrey Drumm 19 days ago in InterSystems IRIS for Health 0 Needs review

Dashboard of top N globals ordered in size and/or recent activity in all databases.

Add a system task storing the top N globals ordered by size in all databases and display the result in a dashboard showing the evolution in time.
Sylvain Guilbaud 14 days ago in InterSystems IRIS 0 Needs review

Add pool size in production configuration page

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

Create message subsets based on a message search

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...
Steven Brown 28 days ago in InterSystems IRIS for Health 0 Needs review

Macros in Classes

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...
Julius Kavay about 1 month ago in InterSystems Products 2 Needs review