Search found 15 matches

by Culprit
Wed May 31, 2006 1:03 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: FullPath var
Replies: 15
Views: 38144

Great. I have downloaded and tested. Problem "Undocumented" ODBC_UseDoubleSlash option directs HostMonitor to replace \ (back slash) with \\ in every variable used in SQL query. This may be necessary for some SQL servers, e.g. MySQL 5.0. "Undocumented" means that the option is no...
by Culprit
Wed May 17, 2006 2:14 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Macro Variable %MasterTest%
Replies: 6
Views: 21218

KS-Soft wrote:Yes, %MasterTest% variable represents name of the 1st master test. Its not a bug.
Ofcourse its not a bug.
by Culprit
Wed May 17, 2006 2:11 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Macro Variable %MasterTest%
Replies: 6
Views: 21218

Exactly: I'm creating module for mx-bb portal www.mx-system.com . I'm using mx-portal for our pages and I need include hostmonitor into portal. Web service is running, but some peoples that should look into hostmonitor could not have rights to edit. Web service refresh pages and I don't need it. Reg...
by Culprit
Wed May 17, 2006 12:32 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: FullPath var
Replies: 15
Views: 38144

KS-Soft wrote:May be in next version
Should be
Will be in next version
8)
by Culprit
Wed May 17, 2006 12:31 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Macro Variable %MasterTest%
Replies: 6
Views: 21218

Yes, Like "15,234,432455".
Using for my own report.

Ok I will Use %TaskComment% and %CommentLine1% .. 99.

But better will be used by IDs.
by Culprit
Tue May 16, 2006 6:39 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Macro Variable %MasterTest%
Replies: 6
Views: 21218

Macro Variable %MasterTest%

When I log MasterTest, than I become Name of the master test. More tests can have same name. What I need to do, when I have more than one master tests. In macro variable is only first master test name. How can I create macro variable for master test ID, and give in this variable more then one ID of ...
by Culprit
Tue May 16, 2006 6:32 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: FullPath var
Replies: 15
Views: 38144

When you implement feature with \\?
by Culprit
Fri May 05, 2006 1:34 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: consecutive ODBC errors occur
Replies: 3
Views: 10440

KS-Soft wrote:You should read more carefully
"if there are more than 20 consecutive ODBC errors" - means HostMonitor cannot execute SQL Query, e.g. SQL server crashed

Regards
Alex
Thanks,
just now I can look to my DB Guru and ask him.

Regards
Culprit
by Culprit
Thu May 04, 2006 1:40 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: consecutive ODBC errors occur
Replies: 3
Views: 10440

consecutive ODBC errors occur

if there are more than 20 consecutive ODBC errors occur, HostMonitor suspends ODBC logging for 10 min. It helps to avoid reduction of performance when SQL Server unavailable. If you correct problem (e.g. restart SQL Server or correct mistake in SQL Query), you may resume ODBC logging manually using...
by Culprit
Wed May 03, 2006 11:02 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: ODBC MSSQL logging data types & lenght
Replies: 5
Views: 13656

Re: ODBC MSSQL logging data types & lenght

If variable always returns number, you may use int or bigint. Otherwise I recommend to use varchar or datetime type. Be carefull with datetime variables. Remember about "Use fixed date & time format" option. That everything I know, I look for something what can help me. And I want not...
by Culprit
Wed May 03, 2006 7:42 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: ODBC MSSQL logging data types & lenght
Replies: 5
Views: 13656

ODBC MSSQL logging data types & lenght

Hi,
I'm looking for description of data types and lenght of each macro variable to log into MS SQL over ODBC.

I know, that command to log could be max long 4096 chars.

Could someone help me?
by Culprit
Mon May 01, 2006 11:57 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: FullPath var
Replies: 15
Views: 38144

I am afraid \\ will not work for MS SQL, so there is no universal solution. We have to implement some options (switches) for different servers... Regards Alex OK, Could you post me what exaclty you send in variable %FullPath%? When I create function for escaping chars from \<char> to \\<char> I did...
by Culprit
Sat Apr 29, 2006 4:54 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: FullPath var
Replies: 15
Views: 38144

Thanks for answer.
I need to find some solution that will be working everywhere.
by Culprit
Fri Apr 28, 2006 11:33 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: FullPath var
Replies: 15
Views: 38144

Sometimes save with \
some\Z .. saves with backslash
some\0 .. saves with backslash
some\O .. no backslash
by Culprit
Fri Apr 28, 2006 8:45 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: FullPath var
Replies: 15
Views: 38144

I figured it out. It is a mySQL "problem". Using MS SQL it works fine. FYI: I used the FullPath var in a ODBC connection to the mySQL database in advanced logging with the latest version of the Host Monitor. Insert into hmlog (eventdatetime, testname, status, AlertThreshold, klant, method...