Anyone ever notice that you can't change a device's up or down dependency through the web interface (devicesettings.asp)?
It turns out that two asp tags, %DEVICE% and %DEVICESET%, have a number of keyword arguments in common that are spelled almost, but not exactly, the same way. Specifically, the %DEVICE% tag spells two of its keyword as "UP_DEPENDENCY_ID" and "DOWN_DEPENDENCY_ID", but the %DEVICESET% tag spells them as "UP_DEPENDENCY" and "DOWN_DEPENDENCY", without an "ID" at the end. The problems is in devicesave.asp file where the %DEVICESET% tag has its arguments with an "ID" at the end. Robert Kent Network Technician ============================== University of Connecticut UITS Network Engineering ============================== Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/
