This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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.
IBM believes that the request described already has a solution.
Error 404 (Not Found)!!1This behavior is currently available by specifying -- includeErrorMsg="true" -- in the HTTP header. Here is an example of this working using the JDBC client included in jt400.jar.
-- BEGIN EXAMPLE ---------------------------------------------------------
-- This starts QSH
QSH
-- This runs the JDBC program
java -jar /qibm/proddata/os400/jt400/lib/jt400.jar jdbc:as400:localhost
-- The response from the server include unicode characters. This setting is used to see meaningful output
!showmixedux true
-- This is a query that will fail with 404. This can also be run via Run SQL Scripts, but it is difficult to see the long output in that interface
select * from table( systools.httpGetClobVerbose('http://www.google.com/notExist','')) x
-- the result is
RESPONSEMSG,RESPONSEHTTPHEADER
<br/>*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% au<br/>to 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100%<br/>5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media<br/>screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.<br/>com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolutio<br/>n:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100%<br/>100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen a<br/>nd (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54<br/>dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}<br/>
404. ThatUX''2019''s an error.
The requested URL
/notExist
was not found on this server. ThatUX''2019''s all we know.,Not Found
*** Warning ***
SQLState: 01H52
Message: [SQL0462] Procedure or user-defined function HTTPGETCLOBVERBOSE in SYSTOOLS returned a warning SQLSTATE.
Vendor: 462
-- END EXAMPLE ---------------------------------------------------------