How To
Summary
How to view and change the IBM i system connections defined in the IBM i Access Client Solutions Windows Application Package
Steps
One downside to removing the graphical interfaces other than the ODBC data source dialog from the Windows client is we no longer have an easy way to view the system configurations for the Windows client. Being a bit-head, I find it easiest to query the registry where the data is stored to see how the system connections are configured. To do that, I start a windows command line as administrator and run the command:
Which displays the connections, recursing through all the keys.
reg query "hkcu\Software\IBM\Client Access Express\CurrentVersion\Environments\My Connections" /sWhich displays the connections, recursing through all the keys.
And you would see something like the following, which shows two of the systems that connections are defined for.
HKEY_CURRENT_USER\Software\IBM\Client Access Express\CurrentVersion\Environments\My Connections\RCH720A
HKEY_CURRENT_USER\Software\IBM\Client Access Express\CurrentVersion\Environments\My Connections\RCH720A\Communication
Description REG_SZ
Secure Sockets Layer REG_DWORD 0x0
Signon Mode REG_DWORD 0x3
User ID REG_SZ
IP address lookup mode REG_DWORD 0x0
Port lookup mode REG_DWORD 0x0
IP Address REG_SZ 9.5.65.133
IP Address cache timeout REG_DWORD 0x5d08ea3f
HKEY_CURRENT_USER\Software\IBM\Client Access Express\CurrentVersion\Environments\My Connections\MCEI5L1.MAINZ.DE.IBM.COM
HKEY_CURRENT_USER\Software\IBM\Client Access Express\CurrentVersion\Environments\My Connections\MCEI5L1.MAINZ.DE.IBM.COM\Communication
Description REG_SZ
Secure Sockets Layer REG_DWORD 0x0
Signon Mode REG_DWORD 0x1
User ID REG_SZ US2D3749
IP address lookup mode REG_DWORD 0x0
Port lookup mode REG_DWORD 0x0
IP Address REG_SZ 9.155.11.89
IP Address cache timeout REG_DWORD 0x5cf7fa61
Version Release Level REG_DWORD 0x70300
Admin System Indicator REG_DWORD 0x0What is of particular interest here is the Signon Mode values
0x1 = Default user (specified by the user ID string) prompt once per windows logon and cache the password.
0x2 = Prompt for ID and password every time a connection is made
0x3 = Use Windows logon credentials (cache them)
0x4 = Use single signon (Kerberos)
Document Location
Worldwide
[{"Business Unit":{"code":"BU070","label":"IBM Infrastructure"},"Product":{"code":"SSRQKY","label":"IBM i Access Client Solutions"},"Component":"Windows Application Package","Platform":[{"code":"PF012","label":"IBM i"}],"Version":"All Versions","Edition":"","Line of Business":{"code":"LOB66","label":"Technology Lifecycle Services"}}]
Was this topic helpful?
Document Information
Modified date:
07 July 2021
UID
ibm10888103
