Page 1 of 1

PSAPI

Posted: Thu Apr 13, 2006 1:58 am
by arold_ite
Hi, I'm having a problem where a window watcher task fails to run successfully.  I THINK it is happening because the task is HANGING and I THINK it is hanging because RoboTask (whilst minimised) is displaying the folloiwng error message, which is awaiting the OK button to be pressed.  It seems that when I press the OK button to this RoboTask error, the task resumes as normal.
I have checked my machine (XP PRO) and it DOES have a version of PSAPI in the System32 directory.
What can be done to resolve this error?
The RoboTask error is printed below
Thanks
Arold
Error
System Error.  Code 1453.
Insufficient quota to complete the requested service
Please ensure that you have psapi.dll in the System32 directory
 

PSAPI

Posted: Fri Apr 14, 2006 2:29 am
by Oleg
On which step this error has been appeared?

PSAPI

Posted: Fri Apr 14, 2006 2:11 pm
by arold_ite
Oleg, I have sent you a PM
Thanks
Arold

PSAPI

Posted: Mon Apr 17, 2006 2:13 am
by Oleg
The error you got:

-2147483644 (80000004)    No such interface supported.

It means that you have problems with COM objects in your system.

PSAPI

Posted: Mon Apr 17, 2006 4:29 am
by arold_ite
Thanks for that Oleg.  Could you maybe send me a link to where you found that information?
"Problems with COM objects" doesn't give me a whole lot to go on to try and fix this?
Arold

PSAPI

Posted: Mon Apr 17, 2006 4:49 am
by Oleg
Could you maybe send me a link to where you found that information?
MSDN (microsoft documentation)

I read your log, which you sent me, very carefully. I think that you unload RoboTask (and maybe another programs) by "kill process" method. It is potentially dangerous, because you can lost your data and it may bring to unstable work of your system.
When you see problems in object model (COM objects) of Windows, it is one of many symptoms of unstable work.