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.
i am a bit disappointed: this is a very important question.
Bye
i am a bit disappointed: this is a very important question.
Bye
Thank you for this RFE. IBM z/OS Connect EE is a continuous delivery offering, and aims to satisfy the needs of a rapidly evolving market segment. It is information that like this that will help to improve the product.
Unfortunately, as it stands, this RFE is too broad for us to make any actionable progress on. From discussions with the community it covers many different use cases, from dev to production, across many different personas. In some cases the suggestions offered here may be appropriate solutions, in others they certainly are not. Also changing the error responses could introduce breaking changes in behaviour which would be difficult for both us and our customers to manage as part of a continuous delivery update.
As such this RFE is being rejected.
However, the points raised here and through the extended discussions we've had with the community around this RFE have been heard loud and clear by the z/OS Connect EE team. So this RFE will provide valuable input into how we approach debug, problem determination and monitoring as we continue to evolve the product.
Providing an "Internal Server Error" for any kind of problem is neither helpful from an problem determination stand point nor from an automated reaction stand point. On the problem determination side both the developers in dev/test as well as the application owner in prod should to able to get idea of what the problem might be without needing to call / open a ticket with the people who are responsible for operating z/OS Connect EE all the time. On the automated reaction side it is interesting to react correctly in the application. In some cases the end user should get an clear error text (for instance in the not autorized case), in others the front end application could take automated actions to solve the problem (for instance it could use z/OSMF or Zowe APIs to start a stopped transaction again) and then there are also situations in which the application could deactivate some a function and show an info page to the end user to prevent useless requests in a persisting backend system problem situation (also in this case z/OSMF or Zowe APIs could be used to reguarly check whether the backend function is available again). There are lot's of possibilities on how more specific response codes could be used.
Regarding the fact, that z/OS Connect EE in its today's implementation won't know about the problem cause in some of the samples I brought: The service providers are usually getting back error messages from the back end system, which can be interpreted by the service provider to provide an appropriate response code. Backend systems also could be enhanced to provide clear error messages in situations in which they don't provide them today.
Regarding security concerns: There could be some configuration / policy in z/OS Connect EE which tells who gets a more specific responde code and who don't.
Feel free to setup a call with me to discuss everything in detail. In addition to this one of the z/OS Connect EE design feedback calls could be used to discuss this.
Thank you for this RFE.
While the list above seems mostly sensible in some cases it suggests things that would be:
a) Impossible for z/OS Connect EE to know
b) Not appropriate to share with an end user since it gives away too much information about the backend implementation, which in some cases could be a security concern.
c) Just as valid as the error code that z/OS Connect EE uses today in that specific situation
Given the interest/votes this RFE has received recently we would like to clarify the key use cases to understand the real need.
The text in this RFE suggests that the focus is on helping a z/OS Connect EE user debug API mappings/errors during development.
We would appreciate some comments from the community/voters to help us understand if:
a) the "debugging" use case is for the z/OS Connect EE user OR the end API consumer?
b) What are the most important error conditions for to identify?
c) Why are they the most important?
Thank you again for your continued engagement
Another kind of error should be addressed is, ie, the following:
{"errorMessage":"BAQR0429W: API apiname encountered an error while processing a request under URL http://server.domain.com:22222/apiname/parm1234","errorDetails":"com.ibm.zosconnect.wv.transaction.messages.walkers.MessageWalkerException: GMOMW0005E: A data type conversion error occurred while the leaf field FIELD_NAME of service interface service_name was converted: IWAA1111E: String parm1234 exceeds maximum length of 7.."}
A possible mistake is to insert one or more character in the input field maximum accepted characters.
We would have a better and shorter error message, using an http error code.
For asynchtimeout requests, the HTTP Code should be 504...shouldn't it? It's currently gets set to 503.