Quantcast
Channel: All LoadRunner Practitioners Forum posts
Viewing all articles
Browse latest Browse all 12134

Facing Issues while using Citrix protocol using LOAD RUNNER 11

$
0
0

I am able to run .bat file from  my system but when I invoke it from vugen11 it throws the  error "Your current Citrix client version is 12.0.3.6. Please upgrade it to version 6.30.1060 or higher."

 

I'm using following code from VuGen

 

char command[1024]; // declare a cahar val

 

/* sprintf(command, "Z:\\mx3_client\\Run.mx3.locally.bat");// mention the path of the file with full path details */

    sprintf(command, "C:\\mx3_client\\Run.mx3.locally.bat");

 

 system(command); // it will execute the command

 

 return 0;

 

Please help me in the same asap. Any help will be highly appreciated.

 

 

P.S. This thread has been moved from Practitioners Discussion Forum to LoadRunner Support Forum.
-HP Forum Moderator


Viewing all articles
Browse latest Browse all 12134

Trending Articles