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.
See this idea on ideas.ibm.com
Please refer to IBM case number: TS014016695. It will fix the problem when ODBC driver creates multiple connections to the same host name as the same time. We had an issue in our organization when network connection drops between Windows cloud server and IBM i cloud provider - it causes the ODBC driver to create new multiple connections to IBM i server at the same time (independent FastCGI processes), which causes the driver to hang (hanging time increases with the number of simulations connections) due to updates of the same Windows registry keys. CLI and jt400 drivers do not have this behavior.
Proposal summary:
is it possible to add the connection keyword that would prevent the driver to update specific registry keys at the connection, like resolved IP address, last and current successful connection times and others. We can initially run the driver without this keyword to allow driver to create all the keys, and subsequent calls will be made with this new keyword. I don't have the complete information on what registry keys are updated every time the driver performs the connection, but from what I see, the driver updates keys that are not super important to establish the connection.
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.
The CEAC has reviewed this requirement and recommends that IBM view this as a HIGH priority requirement that is important to address.
Background: The COMMON Europe Advisory Council (CEAC) members have a broad range of experience in working with small and medium-sized IBM i customers. CEAC has a crucial role in working with IBM i development to help assess the value and impact of individual RFEs on the broader IBM i community and has therefore reviewed your RFE.
To find out how CEAC help to shape the future of IBM i, see CEAC @ ibm.biz/BdYSYj and the article "The Five Hottest IBM i RFEs Of The Quarter" at ibm.biz/BdYSZT
Sabine Jordan + Sara Andres – CEAC Program Manager, IBM
In case TS015843903 I have documented that persistent accesses to the ~/.iSeriesAccess/cwb_userprefs.ini file causes very long login times (up to 20 seconds), and the accesses its equivalent of a registry key over 200 times per login:
1815949 openat(AT_FDCWD, "/home/<Myhomedir>/.iSeriesAccess/cwb_userprefs.ini", O_RDWR|O_CREAT|O_APPEND, 0666) = 4
1815949 flock(4, LOCK_EX) = 0
1815949 fstat(4, {st_mode=S_IFREG|0664, st_size=1120, ...}) = 0
1815949 lseek(4, 0, SEEK_SET) = 0
1815949 read(4, "[CWB_CURRUSER\\Software\\IBM\\Clien"..., 4096) = 1120
1815949 read(4, "", 4096) = 0
1815949 flock(4, LOCK_UN) = 0
1815949 close(4) = 0
The majority of this accesses appear to be identical so it doesn't seem to useful and looks like an algorithmic issue from my perspective.
If the home directory is not local (as in my scenario) this causes very, very long login times and affects the operational stability of our application or QA testing. Requiring our customers to change their configuration is not a vaild solution either, should they have the same scenario (a mounted home directory).
IBM Power Systems Development
The CAAC has reviewed this IBM Idea and recommends that IBM view this as a high priority Idea that is important to be addressed.
Need to make ODBC as easy to use as possible. This includes reusing existing connections.
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