Search found 7 matches
- Fri Jun 29, 2007 9:46 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Running as a Service
- Replies: 6
- Views: 16128
Now Working
Once again, the problem was user error on my part LOL ... In searching the forums, I came across this: Note #1: When HostMonitor starts as a service, it uses the system account (as all interactive services). But this account may not have all the necessary permissions, so some tests will not work cor...
- Fri Jun 29, 2007 7:58 am
- Forum: Wish list
- Topic: Alert Profile - Only Once Per Day
- Replies: 1
- Views: 8247
Alert Profile - Only Once Per Day
How about an Alerting Option where you only send the alert once per day ... I have a test which looks for the arrival of a file from a third party ... Once it's here, I get an e-mail ... However, if I restart Host Monitor, I get another e-mail that the file is here ... How about an option to "A...
- Fri Jun 29, 2007 6:55 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Running as a Service
- Replies: 6
- Views: 16128
Continuing
It appears to still be happening ... The external program needs to send an errorlevel back to HostMonitor (running as a service), but apparently HostMonitor is not receiving the errorlevel back from the external app when ran as a service ... I'm suspecting, actually, that this is a limitation of Win...
- Thu Jun 28, 2007 2:20 pm
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Running as a Service
- Replies: 6
- Views: 16128
Working Now
[quote="KS-Soft"]The same account should lead to the same results. Have you specified username/password on Service page in the Options dialog (HOSTMONITOR Options dialog)? What Windows do you use? Service Pack? HostMonitor version? Do you see message like "logged on as user ..." ...
- Thu Jun 28, 2007 2:02 pm
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Running as a Service
- Replies: 6
- Views: 16128
Running as a Service
When logged in as my domain user account, a test via external program runs fine from Host Monitor ... All of my code for the external program, etc, utilizes UNCs when running, as I knew I would be converting the Host Monitor install to run as a service ... However, these same tests that work fine wh...
- Fri Jun 22, 2007 3:16 pm
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Question About Test With External Program
- Replies: 2
- Views: 9441
Re: Question About Test With External Program
I'm all set ... It appears my problem was with my EXE and how it returned the Errorlevel LOL ... Sorry ... As always, once I learn more about AHM, I continue to be amazed at it's flexibility ... I used it to monitor my network at my previous job, but now I'm using it to monitor for incoming files, p...
- Fri Jun 22, 2007 3:06 pm
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Question About Test With External Program
- Replies: 2
- Views: 9441
Question About Test With External Program
I need to run an EXE and pass it information from the "command line" ... For example, I want to check for the existence of a file, and to do so I specify a parameter which is the company name ... Thus, to use my EXE, I would run: myprogram.exe CompanyName Where CompanyName is the name of t...