Skip to Main Content
IBM Sterling


This portal is to open public enhancement requests for IBM Sterling products and services. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Delivered
Categories Adapters
Created by Guest
Created on Dec 20, 2018

Add H2 or other single file database adapter to ITX

Current ITX database adapters require heavyweight database infrastructures like Oracle, MySQL, SQL Server, or at least some type of third-party, separately installed application.  In organizations heavy with red tape and procedures, getting a database installed, getting access to it, or getting permissions to manage it directly can be either impossible or terribly slow.  In our specific case our only database option is Oracle and it is fully managed by a dedicated DBA team and runs on its own maintenance schedule with little to no coordination with affected applications.  We cannot control our tables, cannot administer them directly, can't create or update schemas ourselves, etc.  And we cannot install any other database product.

This has led to our current ITX policy of never using databases directly with maps.  We have eliminated all db activity where possible, and where still required we run async db events outside of the ITX workflows.  We use text files for lookup tables, including ones that may be updated (like X12 control file incrementing).  We have dozens of text files used for lookup and reference that would be much better served as database tables but we cannot afford to lose control and management of them when forced to move into an Enterprise-level db environment (our only other option).

We have researched other ways of doing this in a more database-oriented process without the bureaucracy of the Enterprise Database environment and found the H2 single file database.  There is no installation required as the entire db is within a single file.  It provides a SQL-like API and typical database characteristics.

While not appropriate for large scale usage, it would be perfect to hold lookup tables and other collections of data that need regular referencing by maps.  In the same way that any data file can a data source for an ITX map without additional software installation, an H2 single file database could be created and provided to an ITX map immediately.

Conceptually we see this both as a simple adapter for an input/output map card and also similar to a JAR file loaded with Launcher.  When loaded with Launcher at startup the JAR's classes are available to any map making a JEXIT() call.  Launcher can then manage the H2 database interaction with multiple concurrent events, effectively becoming the db server to avoid conflicts.

Summary:

Having a fully self-contained database that's available as an adapter for maps or even as a workflow resource in a Launcher environment allows ITX to have db features without the Enterprise-level overhead.

What is your industry? Aerospace & Defense
How will this idea be used?

To provide database capabilities in an ITX map or Launcher environment that is fully owned, managed, maintained, and executed by the ITX environment, without any third party software installation or Enterprise-level overhead or licensing costs.

  • Guest
    Reply
    |
    Oct 5, 2021

    https://lnkd.in/dn4nrkY

    Using the JDBC adapter you can access H2 database. Above link is to a short video showing an example. Would this meet your needs?

  • Guest
    Reply
    |
    Apr 2, 2019

    I'm available any time to discuss.

  • Guest
    Reply
    |
    Apr 2, 2019

    Need more information on this customer's use case.  We'll reach out directly to set up some time to discuss