Search found 9 matches

by otip
Thu Sep 26, 2013 8:50 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Sql query dynamic table name
Replies: 3
Views: 12706

I should have tell that I have tried without the quotes. Without the quotes the error message is : incorrect syntaxe near '%fvar_clientname%' With the quote the error message is : incorrect syntaxe near '%' system log : 9/26/2013 4:48:26 PM Primary log error. ODBC error code: 4294967295 ([Microsoft]...
by otip
Thu Sep 26, 2013 8:06 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Sql query dynamic table name
Replies: 3
Views: 12706

Sql query dynamic table name

Hello, %fvar_clientname% is a variable defined on the folder /root/client/ of the folder tree. I have tested it and this variable is working correctly. I would like to use it to define in which table write the logs. I have written this SQL query : Insert into '%fvar_clientname%' (eventtime, testname...
by otip
Thu Sep 26, 2013 7:15 am
Forum: Wish list
Topic: log file consolidator
Replies: 19
Views: 75688

Hello, I know I am exhumating a old fossil here but I am still new with the product. Sorry if my question has alredy been answered. I have seen that we can consolidate data with such ideas : What would be ideal would be to execute a program that went through a specified log file and based on some pa...
by otip
Thu Sep 26, 2013 6:46 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Where is stored the subfolders informations
Replies: 5
Views: 14135

Hello,

sorry this was my fault. I did not see the sentence telling to create the table first.

I thought HM would create it.

Thanks for your help.
by otip
Wed Sep 11, 2013 3:07 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Where is stored the subfolders informations
Replies: 5
Views: 14135

Hi, Thank you for this page that I had never seem. Although I don't see these variables when I go to Options => Primary backup => Sql Query and then check the macro variables. These seem to be macro variable. Not usable in the sql query (am I wrong?). I have tried this so far and it endeed didn't wo...
by otip
Tue Sep 10, 2013 8:40 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Where is stored the subfolders informations
Replies: 5
Views: 14135

Where is stored the subfolders informations

Hi Again ! :) I have separated my tests in different subfolders. ROOT ROOT/sub1 Test1 ROOT/sub2 Test2 Where is stored the information that test 1 is linked to sub1 and test2 to sub 2? Is there anyway to have this information into the database by modifying : Insert into test (eventtime, testname, sta...
by otip
Tue Sep 10, 2013 6:47 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: ODBC connection
Replies: 4
Views: 11729

yes that was the problem.

The documentation only says CHAR so I had selected this in SqlExpress. However the default size was 10 I have increased it and it was then ok.

I haven't seen this info in the doc.

Thanks.
by otip
Tue Sep 10, 2013 4:20 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: ODBC connection
Replies: 4
Views: 11729

Hi all, I found the reason was that I had to create myself the table and each of its field myself. Of course an appropriate database table has to be created before you start using the ODBC logging. Altough after doing this I still have an error message string or binary data would be truncated It app...
by otip
Tue Sep 10, 2013 1:39 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: ODBC connection
Replies: 4
Views: 11729

ODBC connection

Hi all, I am very new on using HM. I wanna do a POC on using a SQL DB to store de logs. I have a test machine (XP) with HM and RCC installed + SQL express 2008. I have created a DB called hm. I have a setup an ODBC object (dsn system) and tested it : test is ok. Then I HostMonitor I open the options...