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
Workspace Knowledge Catalog
Created by Guest
Created on Oct 13, 2020

Provide DDL of assets when analyze phase of automated discovery fails.

When analyze phase of automated discovery fails, providing DDL of assets helps users to understand and/or troubleshoot the issue. For example, a view assets could not be accessed for data anymore when some of its dependency table is not available. Without info about the asset type and DDL, it is hard for an ICP4D user to understand why analyze phase could fail due to a non-existing table which user does not even select for analyze.

Sample reproduction steps:

In Db2 source:
db2 "create view a_view as (select * from TEST_TABLE)"
db2 "rename table TEST_TABLE to TEST_TABLE_renamed"

In ICP4D:
Select A_VIEW as a table asset for Automated Discovery, it fails with the following error message about TEST_TABLE rather than about A_VIEW itself:
[
{
"name": "Column analysis {ec1481df.fee6c3ac.0oona7b3o.bsvocn3.3c1vd6.u5us6htsp6c5u38fh4146}",
"message": "DataStage job failed. Check the log for more details.\nDataStage job log:\nEntry 26: main_program: Fatal Error: The connector received an error from the driver. The reported error is: \n[SQLSTATE 56098] com.ibm.db2.jcc.am.SqlException: DB2 SQL Error: SQLCODE=-727, SQLSTATE=56098, SQLERRMC=3;-204;42704;DB2INST1.TEST_TABLE, DRIVER=3.71.22\n[SQLSTATE 56098] com.ibm.db2.jcc.am.SqlException: DB2 SQL Error: SQLCODE=-727, SQLSTATE=56098, SQLERRMC=3;-204;42704;DB2INST1.TEST_TABLE, DRIVER=3.71.22.\n",
"jobLog": [],
"elapsedTime": 15619,
"status": "failed"
}
]
Needed by Date Nov 30, 2020
  • Guest
    Reply
    |
    Oct 26, 2020

    Got it, thanks @weiren! This explainability improvement is something that we'll look to improve in the next generation of discovery

  • Guest
    Reply
    |
    Oct 21, 2020

    ICP4D could indicate the asset is not an actual table, but rather something else, e.g. a view or an alias etc, and provide a way to show asset's DDL, in this example, it would be
    "create view a_view as (select * from TEST_TABLE)"

  • Guest
    Reply
    |
    Oct 20, 2020

    Thanks for your idea Weiren! Can you provide the ideal error message in the case that you outlined above? Thanks