Search found 9 matches
- 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...
- Mon May 14, 2012 8:42 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: slow shell scripts
- Replies: 7
- Views: 15378
- Mon May 14, 2012 7:29 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: slow shell scripts
- Replies: 7
- Views: 15378
- Mon May 14, 2012 6:36 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: slow shell scripts
- Replies: 7
- Views: 15378
- 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...
- Fri May 04, 2012 12:55 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: retrieving folder names from hostmonitor
- Replies: 2
- Views: 8940
- 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...
- 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...
- 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?
Is it possible to send an sql query to microsoft access 2010 as an action?