Reply To: Running Client GUI on Citrx

Clovertech Forums Read Only Archives Cloverleaf General Running Client GUI on Citrx Reply To: Running Client GUI on Citrx

#58501
Russ Ross
Participant

    I beleive he is talking about pasting the command into the command window on the cloverleaf server and not in a DOS window on the client.

    In my case that means I open up an xterm on my AIX server and create a ksh script like the one I worked on this morning as follows called test_name.ksh:

    Code:

    #!/usr/bin/ksh

    hcixlttest -d 2 -f nl parse_hl7_v23_name.xlt /quovadx/qdx5.2/integrator/test_russ/data/testdata1.hl7

    I do a quick chmod 775 on test_name.ksh and run it over and over as needed.

    FYI – fortunately we run all the cloverleaf components that I know of just fine over our Nortel VPN, including the tester; however, we do not use Citrix that I know of when doing this.

    Personally I find using the tester via command line to be more useful for doing repeated testing.

    Plus it is handy for repeating the same test(s) when migrating to production without having to do much work.

    Russ Ross
    RussRoss318@gmail.com