Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. 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

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


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.

IBM Employees should enter Ideas at https://ideas.ibm.com


Status Not under consideration
Created by Guest
Created on Jan 27, 2022

Use RACF resource to control access to DVM JDBC Gateway Server databases

Currently USERID and PASSWORD info needs to be updated and maintained in the DVM AVZDRATH job in order for DVM users to access different DRDA databases. The AVZDRATH job needs to be updated monthly whenever a user’s password changes or when a user’s role changes which subsequently changes whether the user should or should not have DRDA database access.

Sample SYSIN to AVZDRATH job:

DBTYPE=JGATE

DBNAME=TDXA

** NAME = User1

ZOSUSER=USERID1

ENCPWD=574B385EF10EFD8F65312FBD69969258

** NAME = User2

ZOSUSER=USERID2

ENCPWD=723B385EF10EFD8F65312FBD69969589

** NAME = User3

ZOSUSER=USERID3

ENCPWD=289B385EF10EFD8F65312FBD69969574

.

.

.

** NAME = User99

ZOSUSER=USERID99

ENCPWD=321B385EF10EFD8F65312FBD69969963

Rather than DVM Support maintaining security access to DRDA databases via a batch job, it would be better if access to different DRDA databases were controlled through access to a RACF resource (eg. RAVZ AVZDRATH) where access to the resource could be managed by a Security team.

Using a RACF resource to control DRDA database access would:

  • eliminate the need to update and run the AVZDRATH job every month as users passwords expire.

  • remove any security exposure having DVM Support maintain IDs and passwords in a batch job.

  • Satisfy best practices and better streamline roles and responsibilities between DVM Support and Security

Needed By Yesterday (Let's go already!)