Can multiple profiles be used to connect to Zowe Explorer simultaneously?
All Environment
The user and password stored in the base profile will be used by default for every profile that connects to each LPAR.
Issues arise if a different user and password is used on some LPARS.
To resolve this
1. Place the user and password properties in the secure arrays on each of the other profiles.
"secure": [
"user",
"password"
]
2. Use the Zowe CLI to issue 'zowe config secure' - A prompt will now appear for each new user and password combination.
When entering a different user and password for different profiles, different credentials will be used to connect to the respective LPAR.
Please note that the approach will not work if attempting to use APIML in the future.