This portal is to open public enhancement requests against the products and services belonging to IBM Sustainability Software. 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.
1). Use container element's condition script so that It will not get processed on some condition
2). You can use below thing in Script so that It will print in console that some issue occurred while processing
throw "ERROR OCCURED";
From which you can find at what place this issue issue occurred.
3). There is "Ignore data source configuration errors" [plz set to false, if you want to stop document generation incase of authentication failure] and Ignore Invalid Data Errors [Set to False, It will stop process incase of invalid XML or JSON data that is returned from the end product] option is there in Launcher Metadata.
Hi, when we are processing ETM or DOORS data there are patterns we expect our users to follow so we can code and follow them. These can not easily be enforced with in the products.. for example.. in ETM we expect that when you publish a Test Plan it has all of its test cases contained within test suites..
so when we go to publish the test plan if we find that there are no associated test suites we should stop processing now rather then continue on looking for things we know do not exist so we would like the control to stop processing the template at this point in time rather than cater for all the events that might follow because somethign hasnt been completed correctly. At the moment we have to set variables eg critical_error and have everyblock check for it critical_error == true then dont process and skip to the next block.. this is very clumsy and inefficient. If we could throw and special exception that stops processing gracefully we would know exactly where it got up to rather than parsing the logs to find out where the issue occured.
Thank you for submitting this idea.
Could you please provide more details? For example, steps you follow when you get the errors you are mentioning. Type of verification you are talking about.
Thank you for helping us improve our product.