yes we use active rma on this windows 2003 server
thats failing...
to be sure i upgraded the latest version of hostmonitor on this machine
all test stil working accept this one...
if you need some logging or other info plaese contact me on megasound1@gmail.com
m
Active Scripts and WMI
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Actually, it's pretty strange nothing works on your server...
Probably, it's because RMA is 32-bit application that is running on 64-bit Windows. Hm.
Anyway, I can suggest you third workaround. You should use "External" test method. So, into "External Program" input box you should enter the following string:
And set "Alert if if errorlevel returned by the program is <> from 0"
Window mode: SW_HIDE
I suppose, everything should work fine. If not, please copy defrag.exe into some folder (e.g. C:\temp\) and modify external program string to use C:\temp\defrag.exe instead of c:\windows\system32\defrag.exe
Regards,
Max
Probably, it's because RMA is 32-bit application that is running on 64-bit Windows. Hm.
Anyway, I can suggest you third workaround. You should use "External" test method. So, into "External Program" input box you should enter the following string:
Code: Select all
cmd /c c:\windows\system32\defrag.exe C: /a | find "You do not need to defragment this volume"
Window mode: SW_HIDE
I suppose, everything should work fine. If not, please copy defrag.exe into some folder (e.g. C:\temp\) and modify external program string to use C:\temp\defrag.exe instead of c:\windows\system32\defrag.exe
Regards,
Max
this is workign now
this is working now !!!!!
the only thing is that the windows server gives status 255
but i do not know what that means
my windows xp gives status 1
thanks for all the help so far
m
the only thing is that the windows server gives status 255
but i do not know what that means
my windows xp gives status 1
thanks for all the help so far
m