Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this question
I am Running a VBScript(.vbs) file but it is giving me error: "msxml3.dll System error: -2146697191". My Colleague with same set of access and rights can run the codes but I am getting the above error. I went on to search for the error but couldn't find any specific resolution, If I think of something wrong with the file or o\s or system or registry or virus then it should also not work for my colleague.
A Help would be greatly appreciated If I could get the specific resolution to the error code "-2146697191".
Regards,
Anuj
HRESULT -2146697191 (0x800C0019) means "The Secure Sockets Layer (SSL) certificate is invalid." See INET_E_INVALID_CERTIFICATE.
Related
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 days ago.
Improve this question
(mixed model AVR2.DLL failed to authorize - Missing or invalid Customer Key..) that is error apears in proteuse how can i solve it?
i tried to make another file but it dos not work
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 days ago.
Improve this question
I am trying to run a VBScript file in the same directory but I keep getting an error.
Here is my code: *
Set WshShell=CreateObject("Wscript.Shell")
WshShell.Run("file2.vbs")*
It keeps giving an error for some reason.
Does anyone know what I'm doing wrong?
Should I write instead:
WshShell.Run("C:/Users/EpicGaming/Documents/file2.vbs")
Thanks!
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 months ago.
Improve this question
I run my JMeter script and everytime after ~40 secounds i had this error:
enter image description here
my script:
enter image description here
We cannot help you without seeing the exception message and unfortunately your ???€????? doesn't tell a lot to us.
Try switching to another terminal application like Powershell or Windows Terminal which supports the output of the native localized symbols
Try adding the language in which exception is printed to Windows
Try changing your Windows locale to the language in which the exception message is printed
Try changing user.language, user.country and user.variant properties in JMeter's system.properties file
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
My cudaPeekAtLastError() call after my kernel execution is catching an "Illegal address" error. My block and grid sizes are large enough that I'm overwhelmed by trying to find out which access is causing the error. How would you go about figuring it out in nsight?
Under "Debug Configuration", CUDA-memcheck should be enabled.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this question
I'm getting 26 warnings due to Semantic Issue and Deprecations for RestKit, and I've looked through the Issues on her for the fix because I'd assume there is one, but I can't find it.
Can anyone post the link or help me out here? I'm newer to this, thanks!
Per Wain's response, I followed the install guide to reinstall.