Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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.

ADD A NEW IDEA

Db2 for i

Showing 380

Command to validate indexes

I am filing this RFE in response to the listed PMR at the advice of the IBM staff working on that issue.We recently had a case where a specific record in a table somehow did not update all related indexes using the updated field as a key. This lef...
over 6 years ago in IBM i / Db2 for i 2 Not under consideration

Partitioned tables increase limit partitions (more than 256 partitions)

Hello, We think that it will be useful increase actual limit of 256 partitions on a partitioned table. Our customer generates really big amount of information (Banking customer), and our estimations are that on next year he won't have enough ...
about 2 years ago in IBM i / Db2 for i 1 Future consideration

Multi-row insert in dynamic SQL RPG

Please enhance dynamic SQL support in RPG to include multi-row insert. Use Case: Dcl-DS myQualDS ExtName('THETBL') Dim(200) Qualified Inz; End-DS; myQualDS (1).dta = '1'; myQualDS (2).dta = '2'; Ctr = 2; SQLStatement = 'Insert into THETBL ? rows v...
about 6 years ago in IBM i / Db2 for i 2 Future consideration

TCP/IP Host table entries in SQL

In SQL we have theses views: QSYS2.NETSTAT_INTERFACE_INFO to get TCP/IP interfaces (CFGTCP option 1) QSYS2.NETSTAT_ROUTE_INFO to get TCP/IP routes (CFGTCP option 2) We need also a view to get TCP/IP host table entries (CFGTCP option 10).
about 2 years ago in IBM i / Db2 for i 3 Future consideration

AES Crypt

Make the AES algorithm compatible with AES calculated by different software platforms. The ENCRYPT_AES sql function can encrypt a DB column. Unfortunately the algorithm is IBM proprietary [The internal encryption algorithm used is from the CLiC To...
about 1 year ago in IBM i / Db2 for i 1 Not under consideration

EDRSQL server requires QUSER *RWX authority to ROOT

We recently secured our ROOT directory in the IFS; however, when the EDRSQL server job (QXDAEDRSQL) starts up; MSG CPE3401 is shown in the joblog and the job ends. (see attached joblog) The Security Audit Journal records an Authority Failure (AF) ...
about 1 year ago in IBM i / Db2 for i 2 Future consideration

Stop denial of service attack caused by using 3 part naming in a H/A environment

When I set up DB2 alias as per https://www.ibm.com/support/pages/rdb-relational-database-setting-brms-high-availability-environmentand then use 3 part naming in STATIC sql it initializes a denial of service attack and makes the system unusable. IB...
about 4 years ago in IBM i / Db2 for i 2 Not under consideration

SQL Request crossed between partition

On IBMi, you are not able to perform, throught SQL, a request to cross datas from differents systems.Always get a SQLCODE 42712:Message : [SQL0212] Indicatif de table en double A incorrect. Cause . . . . . : L'une des erreurs suivantes s'est produ...
almost 5 years ago in IBM i / Db2 for i 4 Not under consideration

Gain access to procedure parameters within a Create Table Statement

Within SQL stored procedures, I would like to gain the ability to reference a stored procedure's parameters within a create table statement. The current alternative I use is to create a qtemp table with fields matching the parameters that need to ...
almost 5 years ago in IBM i / Db2 for i 1 Not under consideration

cpyfrmimpf should handle commas.

The cpyfrmimpf command handles values similar to 123.45 and -678.90 in a numeric field, but sends message CPF2845, reason code 7 for values like 1,123.45 or -1,678.90. The command should handle commas as well as decimal points and minus signs. Use...
over 3 years ago in IBM i / Db2 for i 4 Not under consideration