Search found 9 matches

by spetterpoep
Thu May 31, 2012 3:36 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: running different testlists simultaneously
Replies: 1
Views: 7870

running different testlists simultaneously

Hello, I want to run 2 different testlists at the same time and when I googled I came across this : "Note 2: If you are running several instances of HostMonitor using different test lists (HML files), please use separate log files as well.". But when I start a new instance and load the oth...
by spetterpoep
Mon May 14, 2012 8:42 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: slow shell scripts
Replies: 7
Views: 15378

I found the problem... I ran rma_cfg.exe as administrator and that caused the problem... Thanks for your help :)
by spetterpoep
Mon May 14, 2012 7:29 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: slow shell scripts
Replies: 7
Views: 15378

KS-Soft wrote:What protocol is used? HTTP? HTTPS?
HTTPS
by spetterpoep
Mon May 14, 2012 6:36 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: slow shell scripts
Replies: 7
Views: 15378

OS:Windows 7 Enterprise SP1
IE 9
hostmonitor version 9.10
RMA 4.43

RMA is started as an application. autoIT is a scripting language where you can access window controls with. So our scripts starts IE, goes to a certain website and adds some information. Note that the autoIT scripts is an .exe file.
by spetterpoep
Mon May 14, 2012 6:21 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: slow shell scripts
Replies: 7
Views: 15378

slow shell scripts

Hello, I have a passive RMA connection with an external computer. On this external pc is an autoIT script which i start with a powershell shell script on the hostmonitor. This powershell scripts just contains the path to the test so there shouldn't be any delay here. The autoIT script opens internet...
by spetterpoep
Fri May 04, 2012 12:55 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: retrieving folder names from hostmonitor
Replies: 2
Views: 8940

Never thought to do it that way.
I'll try it out immediately :)
Thanks for help
by spetterpoep
Thu May 03, 2012 8:22 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: retrieving folder names from hostmonitor
Replies: 2
Views: 8940

retrieving folder names from hostmonitor

Hi I've made a stored procedure to insert all the folder names from hostmonitor into our database. Here's a part of the script: set @dummy = 1 -- Insert statements for procedure here OPEN @cur_names FETCH NEXT FROM @cur_names INTO @isv_nme WHILE @@FETCH_STATUS = 0 BEGIN IF @isv_nme = @p_name BEGIN s...
by spetterpoep
Mon Apr 30, 2012 8:15 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: SQL query to microsoft access 2010
Replies: 3
Views: 9668

Sure, you may use SQL query action: http://www.ks-soft.net/hostmon.eng/mframe.htm#actions.htm#actSQL Before using SQL query action, you need to create ODBC data source for Microsoft Access database, using ODBC Data Source Administrator (C:\WINDOWS\System32\odbcad32.exe). Please note: If you are usi...
by spetterpoep
Mon Apr 30, 2012 7:15 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: SQL query to microsoft access 2010
Replies: 3
Views: 9668

SQL query to microsoft access 2010

Hello,


Is it possible to send an sql query to microsoft access 2010 as an action?