A user is able to start multiple instances of a published application though the Allow only one instance of application for each user option enabled in the Published Application Properties.
This might cause multiple disconnected sessions of a limited published application which introduces additional issues when the users are attempting to reconnect to those sessions.
Some users are unable to successfully start or reconnect to a published application. They might receive the following message:
“You already have an instance of this application open and are not allowed to run more than one instance. Please contact your System Administrator.”
Caution! Refer to the Disclaimer at the end of this article before using Registry Editor.
The SucConnTimeout parameter was added to the ICA Client in version 8.x to help prevent users from starting applications quickly.
The parameter can be placed with a default value of 20 seconds in the WFClient section of the appsrv.ini file on a client or the default.ica file for the Web Interface site. Some applications take more time to start up, so set it to 40 or 60 seconds for a higher value.Example of parameter setting in the APPSRV.INI or DEFAULT.ICA file:
[WFClient]
Version=2
SucConnTimeout=40
Users rapidly clicking published application icons can initiate multiple sessions prior to the application instance counter getting updated.