silktest 20.5 + Windows 11: Anyone facing Issue executing Desktop.TypeKeys - windows-11

I am having Issues executing Desktop.Typekeys on windows11. I’m using the Silktest 20.5
Silktest hangs when it tries to execute Generic statement like Desktop.TypKeys.
Anyone facing the same Issue? Appreciate any workaround.

Related

CPython Script Executor does't work on Pentaho Kettle

Hellow Guys
First of all, i'm using the windows 10, java_1.8.0_333, and Pentaho 9.3
I'm trying to many ways to run my Python code in Pentaho, but isn't work.
I try reinstall my Python using diferent version, try to change my java version, and try oldest version of Pentaho, but no way works.
If a ran my Python script using the PyCharm, it's works, but if i try to run the same script, or create a new Python script in Pentaho, does't works, and i receive this error.
Inside CPython is a basic script that declares the variable name and receives the string "Test"
I think this error is about somenthing in my computer, but i don't no why
Can anyone help me with this ?

Why keep getting the same error in PyCharm 'error running Unknown error'?

I'm working on PyCharm, but I keep facing the same problem error running Unknown error from time to time.
I already updated it to the latest version. Moreover, I got the system crash in the middle of the training, and it gets stuck on Waiting for process detach. Also, when I close it and rerunning it, it shows Could not load dynamic library.
Update:
Adding to the problem above, sometimes, I can not see any output on the console. I have reinstalled it, but without any success.
New Update
After updating the PyCharm from 2021.1.1 to 2021.1.2, it seems that the problem has been solved.

How to avoid fatal error or unknown error in powershell on windows server 2016

Sometimes i get unknow error in powershell on windows server 2016, every time this error have random behavior, but every time is "Fatal error", like on screenshot.
Screen_Shot
Unknown type: 541
#
# Fatal error in, line 0
# unreachable code
#
#
#
#FailureMessage Object: 0000007BD8BFF1F0
What is that and how to fix this? I launch node.js on this server
Memory leak? Disc error?
P.S. on Linux server i dont have any errors, but i need to launch my code on Windows server 2016. Sorry if my question was stupid or is a duplicate.
Does in your code you've setup something like :
$ErrorActionPreference = Stop
This will stop your process at any errors; anyway the best practice is to use the try/catch block to handle any error and , at least, display where and what is the error message.
In your case, I suspect there is a bad memory access or conflict with something but without more details it's pretty difficult.
Do you use in your script the try and catch block ?
I found that problem spot - CPU.

online ide Runtime Error(NZEC) - python 3 on

I am trying to solve this problem:
https://www.codechef.com/problems/PSCD
My code works fine on my computer but shows Runtime Error(NZEC) on online IDE. How to fix it?
tt=int(input())
while(tt):
tt-=1
s=list(input())
for i in range(0,len(s)):
if(int(s[i])<5):
s[i]=str(abs(9-int(s[i])))
print(int(''.join(s)))

How to resolve HTTP Status-Code=409 conflict error in vugen replay?

Dear Team,
Can I have any work around to resolve the said issue?
Getting
HTTP Status-Code=409 conflict error
during script replay.
I have tried all the run time settings.
Correlated all the dynamic values.
Played with all recording modes.
Kindly share your valuable suggestions/ideas/workarounds to fix the same.
Thanks in advance.
Yasir.
Checking for expected results on each step?
Branching test execution when the expected result does not appear as expected?

Resources