Skip to Main Content
IBM Data Platform Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data Platform 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
Workspace Db2 for z/OS
Created by Guest
Created on May 12, 2025

Better error message when using incorrect dataset for recover tocopy

A PGR table with 5 partition have a combination of full Image copier and partition image copies.

executing

RECOVER TABLESPACE userid.table DSNUM ALL TOCOPY hlq.DB2.IC.userid.table.PART4

gave this error

DSNUCATO - TOCOPY DATASET NOT FOUND

but the dataset exist but is not eligible for RECOVER as it is a image copy on a partition.

I would be good if the error message say that



Needed By Not sure -- Just thought it was cool
  • Admin
    SOO KIM
    Dec 19, 2025

    Dear Christer,

    The explanation for message DSNU519I documents the exact scenario that is described. https://www.ibm.com/docs/en/db2-for-zos/13.0.0?topic=messages-dsnu519i

    DSNU519I csect-name TOCOPY DATA SET NOT FOUND
    Explanation
    The data set specified with the keywords TOCOPY, TOVOLUME, or TOSEQNO cannot be found in the SYSCOPY table for the object to be recovered.

    This may be caused by a mismatch in granularities. If the RECOVER specifies a particular DSNUM, the data set specified with the TOCOPY keyword may be for an image copy of this DSNUM or of the entire table space or index space. However, if the RECOVER is for the entire table space or index space, the specified data set must be for an image copy of the entire table space or index space.

    We hope this resolves your concern.

    Sincerely,

    The Db2 Utilities Team