The Adabas & Natural Ideas Portal does not contain ideas from products ApplinX and EntireX. Please refer to the IBM Ideas Portal for these products (IBMid required).
We need integration with OKTA for our Natural environment on zOS. This includes NDV and NWO servers so clients accessing Natural AJAX applications will be authenticated through OKTA on all platofrms.
Due to increased security requirements, the Entire Access must support longer passwords and special characters for both connection usernames and passwords.
Ability to Define Table Execution Order Within a DataSync Group
We would like to request a new feature for CONNX DataSync: the ability to define and control the execution order of tables within a synchronization group. In environments with large numbers of tables and very different table sizes, the order in wh...
Diana Charro
about 2 months ago
in CONNXUnder Review
With the increased support for Natural HA, allowing mainframe applications to write to the browser through work files of type TRANSFER would give a local print and download capability
Predict and Docker In a Predict installation on Linux there is the folder $NATDIR/docker:
There are instructions to build Natural based containers like:
...
NaturalWebIO
NaturalWebIONSC
...
It would be great to have something like
NaturalWebION...
Introduce a command in all utilities to show environment details.
Add in all Adabas utilities (and nucleus) a command "Environment" which should write a file to /tmp with a list of all environment variables and the parameter settings (like the asterisk command). I suggest to add this command to all Software AG p...
Utility to “retransmit rows” that causes Connx to enqueue replication commands for those rows
Sometimes Connx data files or queue files are corrupted and get deleted. In those cases, the target DB loses synchronization from the source Adabas. The only currently available solution is to do an Initial State for Adabas files that were touched...
Aur Saraf
4 months ago
in CONNXFuture consideration
Instead of deleting corrupted queue files or data files, move them
On startup, cnxmq (EP) reads all .q queue files (_mdt_??? data files) and, when it detects a corrupted file, deletes it. Instead of deleting, how about creating a directory (e.g. named corrupted.<PID>) and moving them there, so they can be e...
Every time cnxmq crashes, we have a script that restarts it (per your recommendation), and when it's restarted the new process's cnxmq_run.log overwrites the old process's, so when we come in later we have no idea what caused the crash because the...