PDA

View Full Version : UserParameter problem (nothing in lastest data)


Flexyz
06-11-2010, 11:54
Hi

I have a few user defined parameters but when the remote command takes more than about 4.8secs nothing is reported back to "latest data" - even though log on agent is writing "sending back [xx]" at all times

I also tried a simpel vbs script that returns a value and sleeps x secs - and it all works when < 4.8 secs of sleep

Thanks

richlv
06-11-2010, 12:19
should be 3 seconds, actually - see the timeout option in both agent and server config files. and it's not really suggested to increase that much - better work on speeding up your userparameter

Flexyz
06-11-2010, 18:18
Timeout on agent is set to 30

richlv
07-11-2010, 12:24
but you didn't say anything about server timeout. and again, that's a bad idea (30 sec timeout)

Flexyz
07-11-2010, 12:33
thanks will try the server timeout :)

Flexyz
07-11-2010, 12:37
Thanks that worked :)