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,
Post an idea
Upvote ideas that matter most to you
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
See this idea on ideas.ibm.com
The tool currently does not support reporting on tables if they have a clone table defined on them.
The job ends with a code of 8 and message -
ALAA506E-Base/Clone tables not supported
This means that we cannot run a summary or detail report against the base table.
We have a requirement to produce a daily detail report of activity by certain users or plans against the Production schema. This is effectively an audit of those users.
In the job, we specify -
OBJECT FILTERS-BY NAME....
TABLE OWNER=PROD_schema
TABLE NAME =%
PARTITION =0000
INC/EXC =I
As it stands, the job fails because the tool doesn't support tables with clones defined on them.
As a workaround, we therefore have to add -
TABLE OWNER=HMLR
TABLE NAME =Table_with_clone%
PARTITION =0000
INC/EXC =X
We are therefore unable to produce a report that show whether certain users or plans have done any update activity on the base table. We do not have a requirement to report on any activity for certain users against the clone.
Needed by Date | May 11, 2021 |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
Thank you for submitting this Db2 Log Analysis Tool for z/OS enhancement request. We have reviewed this request and believed it was a good candidate for the Db2 Log Analysis Tool for z/OS product and have implemented it.
APAR: PH55662
We appreciate your input to the Db2 Log Analysis Tool for z/OS development team. We hope that you will continue to submit enhancement suggestions for improvements as customer feedback is a key component to shaping the future direction of Db2 Log Analysis Tool for z/OS.
Sincerely,
The Db2 Log Analysis Tool for z/OS Team
In our environment we need ALA support on CLONE tables for AUDIT reasons as well as for providing last resort recovery.