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.

Status Delivered
Workspace IBM i
Categories Db2 for i
Created by Guest
Created on Jun 14, 2019

SQL service for cartridges in media library

please add SQL service to retrieve media library content from attached tape libraries. similiar to media_library_info it would be good to have possibility to get information of which cartridges are placed in which tape library.
Similar information as provided with WRK-/DSPTAPCTG


Use Case:

could retrieve inserted tape cartridges via program


Idea priority Medium
  • Guest
    Reply
    |
    May 18, 2023
    This enhancement was delivered in May 2023 with IBM i 7.5 PTF Group level 4 and IBM i 7.4 PTF Group level 25.

    The new QSYS2.TAPE_CARTRIDGE_INFO view returns information about tape cartridges.

    You can read about it on a new fact page here: https://www.ibm.com/support/pages/node/6982057
    And in IBM Documentation here: https://www.ibm.com/docs/en/i/7.5?topic=services-tape-cartridge-info-view

    Db2 for i development team
    IBM Power Systems Development
  • Guest
    Reply
    |
    Feb 26, 2021

    IBM will use this request as input to planning but no commitment is made or implied. This request will be updated in the future if IBM implements it.

  • Guest
    Reply
    |
    Dec 8, 2020

    IBM has received the requirement and is evaluating it. IBM will provide a response after evaluation is complete.

  • Guest
    Reply
    |
    Oct 25, 2019

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Power Systems
    Product - IBM i
    Component - Db2 for i
    Operating system - IBM i
    Source - None

    For recording keeping, the previous attributes were:
    Brand - Servers and Systems Software
    Product family - Power Systems
    Product - IBM i
    Component - Core OS
    Operating system - IBM i
    Source - None

  • Guest
    Reply
    |
    Jul 23, 2019

    @chr.jorgensen: cool stuff!! thanks a lot!

  • Guest
    Reply
    |
    Jun 15, 2019

    In my opinion IBM is wasting a lot of resources on writing things you could also write yourself or by just hiring a developer.

    IBM would better invest its time in things you can't write yourself (ie. lack of API's).

  • Guest
    Reply
    |
    Jun 14, 2019

    The requested SQL service is already available - not as a IBM i built-in service, but as an open source solution:
    https://bitbucket.org/christianjorgensen/sql-udtf-cartridge_info/src/master/

    There's even a SQL service returning the content of a tape a la DSPTAP:
    https://bitbucket.org/christianjorgensen/sql-udtf-tape_label_info/src/master/