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.
Unfortunately, you assume the command line is a flexible option but it is not. I don't always want to have to write script for the command line option for the different scripts I might write. Plus, I don't always want to automate the running of my scripts. I would like to run the SQL script on test server, validate results then run on the production server. My scripts often produce results which I would like to examine before running on production.
Thinking this over more then main reason using the connection dialog box is burdensome is we use IASPs and the requirement to always select the IASP at connection time. I know the connection dialog defaults to the last selected for that server but there has to be a selection made first before it remembers. For those that have several IASPs this can become even more tedious.
Please reconsider.
The RSS plugin from the command line provides the flexibility to quickly switch between servers or to do multiple systems from a script/bat file as previously mentioned. With that in mind, the decision at this time is to not provide the additional requested support.
While I admit I had not considered the command line as an option I don't think its always appropriate for some scripts. I will consider this option.
The thought I had when I wrote this RFE is that I would like some way to open a RSS session examine the script, run it on test until its working fine and then quickly connect to the production server to run ONCE there. I don't always want to run on both/multiple servers from the same script in a batch.
The original request sounds like you are asking for a particular RSS script to be run against multiple partitions. If that is what is needed, there is already support for running an RSS script from the command line using the RSS plugin. See GettingStarted section 9.1.31 ftp://ftp.software.ibm.com/as400/products/clientaccess/solutions/GettingStarted_en.html#9.1.31. Using the RSS plugin, you could write a shell script or bat file to invoke your RSS script multiple times to your various partitions. Is that sufficient for what you need?
If this request is implemented, it would be nice if it could accommodate variable server/partition values. A script could be coded to work on a development server/partition then be promoted to test then production based on environment variables rather than changing the script at each level.