I have an ODBC test that executes a function on SQL Server 2005:
select convert(varchar(128), dbo.uf_GetTestResult())
This returns a long string of data up to 128 characters long. This displays correctly in the HM GUI and in RCC, but the Web Service displays Reply and LastReply in fixed width and so truncates the results.
Can the Web Service be modified to autowidth the Reply and LastReply columns based on their contents, or can their width be set via a config or INI setting?
Thanks, Bret
HM 7.20 Web Interface truncates Reply, Last Reply
-
- Posts: 4
- Joined: Mon Apr 14, 2008 3:23 pm
You may download update www.ks-soft.net/download/ws322.zip
Also you will need to add MaxReplyChars=128 into [HTML] section of webservice.ini file and restart web service.
Please install Advanced Host Monitor version 7.20 before using this update.
Regards
Alex
Also you will need to add MaxReplyChars=128 into [HTML] section of webservice.ini file and restart web service.
Please install Advanced Host Monitor version 7.20 before using this update.
Regards
Alex