PSAPI

Discuss RoboTask here
Post Reply
arold_ite
Posts: 6
Joined: Thu Mar 30, 2006 2:17 am

PSAPI

Post 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
 
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

PSAPI

Post by Oleg »

On which step this error has been appeared?
arold_ite
Posts: 6
Joined: Thu Mar 30, 2006 2:17 am

PSAPI

Post by arold_ite »

Oleg, I have sent you a PM
Thanks
Arold
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

PSAPI

Post by Oleg »

The error you got:

-2147483644 (80000004)    No such interface supported.

It means that you have problems with COM objects in your system.
Last edited by Oleg on Mon Apr 17, 2006 6:13 am, edited 1 time in total.
arold_ite
Posts: 6
Joined: Thu Mar 30, 2006 2:17 am

PSAPI

Post 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
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

PSAPI

Post 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.
Last edited by Oleg on Mon Apr 17, 2006 8:57 am, edited 1 time in total.
Post Reply