Hi Rajiv,
I am also currently working on XenApp 6 (WIn2K8 R2, 64 Bit) with
Citrix Client Version 10 and the same LR version.
1) First thing, Citrix disconnect event, I suppose is a general random
error that I have seen in almost every project I have done. It happens
to one of around 40 users. However, the fact that you see it with
every VUser of yours is an issue. Do you see this right in the
beginning of script (or at any particular transaction) for every
user ? (like in the init part itself). OR do you see this happening at
any random time in the script execution?
2) Have you checked with your Citrix Admin the time out settings?
There are 3 kinds of time-outs:
a) Citrix Idle session timeout - The Citrix session is destroyed
if left idle for X amount of time, say.
b) Citrix active session timeout - usually set to "NEVER" or 1 or
2 days in some cases. (an active session under use should never
expire in between obviously)
c) Citrix disconnected session timeout - the time a disconnected
session shall remain alive on the Citrix server.
Citrix idle session timeout is of our use and may be the culprit
behind this.
3) FInally, remember there can be application specific timeouts also!
(which will be set by your application vendor on the app. servers) I
recently was having an issue in my Citrix script, in that every VUser
was failing at 29th iteration! Quite later I realized that it was
not an "iteration dependent LR issue" rather it was an "an
application timeout setting dependent timeout issue". I got that
fixed and Bingo! So see if your application after a particular "time"
disconnects from the ICA client. Try to replicate exactly what your
script does manually, better.
@James/All,
please add/edit info that I may have missed.
SAMEER RAJIMWALE.
On Feb 14, 7:18 am, Rajiv kumar <
rajivn...@gmail.com> wrote:
> Vivek,
> I had manually checked that, I could able to launch multiple instances from
> same machine using single Citrix login before running the script.
>
> -Rajiv
>
>
>
>
>
>
>
> On Mon, Feb 13, 2012 at 11:31 PM, Vivek <
vivek.lok...@gmail.com> wrote:
> > Make sure you can open multiple instances of the application manually, if
> > you can't you have an issue in configuration that needs looking.
>