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.
See this idea on ideas.ibm.com
Z Digital Integration Hub is a Java based strategic hybrid cloud integration product on z/OS for realtime information flow between z/OS core systems and hybrid cloud application. We are currently implementing the support for STOP, DISPLAY and SHUTDOWN command from MVS console as an important requirement from a major customer.
We are using JZOS API MvsCommandCallback and the command responses are written to SYSLOG using the JZOS API MvsConsole.wto. The messages written to WTO are currently using the common message id BPXM023I. Customer wants product specific message id (for example HVLZC7501E) instead of the generic message id BPXM023I. The Java on Z application requires an option with JZOS API MvsConsole.wto to provide product specific message id.
Idea priority | High |
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.
authorized (permitted to BPX.CONSOLE or has an EUID=0) then the system does not include
"BPXM023I" in the message text and only the text specified by the caller. If the user ID that the
application runs under is permitted to BPX.CONSOLE, then the application can put its desired
message ID at the beginning of the text supplied by the JZOS API MvsConsole.wto and the system
will output exactly what the application specified without prepending BPXM023I.
This design point is to prevent unauthorized users from issuing messages with spoofed message IDs.