HM 7.20 Web Interface truncates Reply, Last Reply

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
bret.lowery
Posts: 4
Joined: Mon Apr 14, 2008 3:23 pm

HM 7.20 Web Interface truncates Reply, Last Reply

Post by bret.lowery »

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
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

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
Post Reply