script powershell runas acount admin problem
-
runas account not functionning
i create account runas
i create script and select account in runas
when i execute the script i have that message
ERROR (44] ApiRequest - Invalid Response, Signature Missing: Provisionedcomm/Policy/GetimpersonationAccount
service impersonationTask - Could not Obtain Credentials For impersonation Account 83BS...
Can you help me solve that problem -
did you enable impersonation access from web.config?
-
i check , and i comeback to you
-
@theopenem_admin is this still required in version 1.5.6? I can't find anything in the documents about enabling impersonation access
Thank you!
Best regards -
Yes, it's still required.
-
I have just searched the Web.config files and under the Com Server configuration file, in the Toec-API folder, there is an "EnableImpersonationAccess" key that should be set to 'true':
<add key="EnableImpersonationAccess" value="true" /> -
i try and is ok thank you for your reply