Hi,
I have a citrix xen app application under test. Initially I used multi protocol to create scripts. As I got so many issues with ICA file handlling, I bypassed the web interface and used ICA file as input and created a single protocol ICA script.
I am not understanding why my script runs only a single iteration. Second iteration, it halts parsing at the first step i.e, citrix_set_connect_opt(ICAFILE, launch.ica). I could see the login screen but the script waits for a time out and fails. I have attached the error log to this post.
I somehow thought that the issue is with logging out, some server session is not able to launch second iteration, I moved login to init and logout to end and had business steps in action part. So each user, logs in only once through out the test.
With this approach, when I injected load from controller, I could see only 4 users running at any point in time. Rest of the users are failing and the logs give a blank Error, no description and no number associated to it.
When I replay the script in Vugen, I see in log "Number of max concurrent connections to server: 4" as a statement. Does this have any impact on my session handling with multiple user load test. I spoke with the citrix administrator and found that the max sessions are unlimited to that server. Infact, I am able to establish more than 12 sessions manually.
Is this something related to my tool that I should handle from or do I need to ask my developer to change some settings at server side.
Please suggest at the earliest.