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

My ideas

Showing 4922 of 4922

New QSYS2 Table function : QSYS2.WRITER_INFO

Hello, I wanted to retrieve the list of all the writers present on my client's machine.I tried with the SQL table : QSYS2.OBJECT_STATISTICS.SELECT * FROM TABLE (QSYS2.OBJECT_STATISTICS('*ALL ','*DEVD')) WHERE OBJATTRIBUTE in ('PRTLAN','PRTVRT','PR...
3 months ago in IBM i / Db2 for i 2 Submitted

New compile option for embedded SQL allowing to raise SQL errors as RPG errors

Something like EXEC SQL SET OPTION SQLERRHANDLING = *EXCEPTION; that would allow a user to trap exceptions like this: monitor; EXEC SQL SELECT * FROM TABEL_THAT_DOES_NOT_EXISTS; on-excp [Whatevere error code for SQL error]; //Do something endmon;
25 days ago in IBM i / Db2 for i 0 Submitted

Allow means to display multi-line clickable hot spot links in ACS 5250 emulation.

Despite the intent for many to move to web based UIs, many products still have 5250 interfaces and many customers continue to want to use them. It is useful for 5250 outputs to display a hyperlink to get to web help, do searches, etc. (e.g. starti...
5 days ago in IBM i / IBM i Access Family 0 Submitted

Download spool file as text UTF-16 from IBM Navigator for i

In old client access, through navigator (desktop application), we could download spool file as UTF-16. But, In the new IBM i Access Client Solutions (ACS), through IBM Navigator for i, the spool file downloaded as UTF-8. Please, support, to downlo...
6 days ago in IBM i / Application Development 0 Submitted

Add support for the BOOLEAN SQL data type to IBM i Access ACS Windows Application Package

According to the ServiceLevel\readmesp.txt in the Windows Application Package it has last been updated in May 2024. So i guess the support for the BOOLEAN SQL data type isn´t implemented in the included ODBC Driver. This results in Errors when a B...
6 days ago in IBM i / IBM i Access Family 0 Submitted

Add issuer certificate serial number in qsys2.certificate_info and QycuRetrieveCertificateInfo API

In the DCM GUI, the hierarchy view provides the certification chain: the authority (one or more) + the client/server certificate. However, there is no solution for finding this link using code: The qsys2.certificate_info SQL service and the QycuRe...
3 months ago in IBM i / Security 0 Submitted

HMC V11 should support to add new zip-file with collected service data from HMC UI to an existing IBM case

HMC V11 now supports collection and upload of service event data like VIOS snap, HMC debug files and saves them locally or upload automatically for a new case creation.If a case already exist, the HMC service Event menu should allow to add new col...
2 months ago in Hardware Management Console 2 Submitted

Align "upgvios" (HMC command) with "viosupgrade" (VIOS command)

As all (Ansible) development work has now stopped on the ibm.power_vios collection it would be very helpful to align the capabilities / command line flags of the (HMC command) "upgvios" with those of the (VIOS command) "viosupgrade". In doing so, ...
about 2 months ago in Hardware Management Console 0 Submitted

Add an HTTP status code for SQL not found

When deploying a REST web service based on SQL queries, it is possible to specify an HTTP status code for success (200 by default) and another for error (500 by default). However, when reading datas by an SQL select and a WHERE clause (e.g., sele...
4 months ago in IBM i / Web Serving 2 Submitted

Remove permissions from catalog files

Here is a reproducible example Signon on QSECOFR or a profil with *secadm create a table CREATE TABLE LIB.CLIENTBQ ( NUMERO DEC ( 5) NOT NULL WITH DEFAULT, NOM CHAR ( 20) NOT NULL WITH DEFAULT, IBAN CHAR ( 14) NOT NULL WITH DEFAULT) remove public ...
3 months ago in IBM i / Db2 for i 2 Future consideration