testcomplete - Problems using RunAs in TestComplete7 -


i have problem running runas mode in testcomplete7. use:

var p = testedapps.myapp.runas("domain", "user", "password"); 

but without success.

i error:

************************************************** unable run "myapp" under domain\user account.  make sure password , other parameters valid , have sufficient rights run processes under user account. ************************************************** 

i'm running testcomplete in administrator mode , i've done explained in testcomplete help.

check out this testcomplete support article troubleshooting tips. key points article:

  • is secondary logon service running?

  • are domain, user name , password valid , spelled correctly?
    try windows runas command arbitrary application (e.g. notepad) , same credentials , see if works.

  • is password non-empty? (accounts empty passwords aren't supported runas in testcomplete.)

  • does account have permissions executing application?


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -