This portal is to open public enhancement requests against IBM Z Software products. 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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
This requirement is addressed by z/OS Connect (OpenAPI 2) V3.0.52 / APAR PH41977: https://www.ibm.com/support/pages/apar/PH41977
Specifically in PH40416: https://www.ibm.com/support/pages/apar/PH40416
This would be huge for us as well for debugging issues. We opened a similar RFE with RTC ID: 33835 that had 14 Votes
Description:
Currently we are debugging a lot of GMOMW0005E errors and they only provide the field name that encountered the error. Initially these were easy to debug but now that the environment is growing at a rapid pace it is near impossible as the error only contains the name of the field. There is no name of the API executed when the error is encountered.
Use case:
The GMOMW0005E mentions the error of A data type conversion error occurred while the leaf field XYZ of service interface null was converted: GMOMW0021E: Metadata is missing for field "XYZ" in the service interface file. Missing element is: responseDirection.
With it only giving us the field XYZ we cannot relate it to an API or Service without extensive research as to what we running at the time of the errors and then walking through the swagger of every API/Service. The name of the API or service with the error would be extremely helpful in debugging