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 Power Systems Development
IBM Power Systems Development
IBM Power Systems Development
The CAAC has reviewed this IBM Idea and recommends that IBM not implement this request.
Although there is much information on installing ACS, it does seem that adding the ability to check for update in 5250 is a good idea.
Background: The COMMON Americas Advisory Council (CAAC) members have a broad range of experience in working with small and medium-sized IBM i customers. CAAC has a key role in working with IBM i development to help assess the value and impact of individual IBM Ideas on the broader IBM i community and has therefore reviewed your Idea.
For more information about CAAC, see www.common.org/caac
Carmelita Ruvalcaba - CAAC Program Manager
Hi, if I have understood your idea correctly, then your suggestion for Option 3 is already how ACS update works if as long as you are NOT using the connection option "Prompt for user name and password every time".
I would recommend you use "Use default user name to prompt once for each system"
More details in the video below
https://www.youtube.com/watch?v=MoMJJbsxJ_U
If you wanted to go one stage further you could configure single sign-on and you will not need to sign on at all.
https://www.ibm.com/docs/en/i/7.5?topic=sign-configuring-single
Hope this helps
Steve Bradshaw,
Member of CEAC, TD of i-UG.co.uk & Friendly Techie at RowtonIT.com
There is a relatively simple way to keep the installation up to date.
Install the acsbundle.jar with properties file on a windows server and
install hod and kmp ( session and keyboard definition ) in a folder on the PC.
When ACS is installed on the PC you define a system environment variable
SETX acsbundle "\\myServer\Running\IBMiAccess_v1r1_1.1.9.4\acsbundle.jar" /M
Then you install the hod and kmp files in a folder the user has right to access on the PC for example
"%userprofile%\ACS\IBM\"
In the same folder where the hod and kmp files are located you create a bat file that executes this
start javaw.exe -Xmx1024m -jar "%acsbundle%" "%USERPROFILE%\ACS\IBM\iAccessClient\Emulator\myIBMi.hod"
It starts Java, uses the reference from the environment variable and tells it to use myIBMi.hod
Of course a shortcut has been created on the desktop to the bat file.
Now comes the fun part.
IBM has now published a new version of ACS ( ie version 1.1.9.5 ).
You prepare and install it on the windows server in the folder
\\myServer\Running\IBMiAccess_v1r1_1.1.9.5\
Then a GPO ( Group Policy Objects ) is sent out modifying
acsbundle to point to "\\myServer\Running\IBMiAccess_v1r1_1.1.9.5\acsbundle.jar"
And then everybody are using the new version after a restart of the PC and the old version can be archieved.
The installation process can be reduced to two bat files.
setting the environment variable acsbundle
requires administrator rights
installing the hod and kmp files should be done with the user logged in.
And the best part?
Everybody are happy. It reduces the work for my colleagues and works for my users.