- Fixed: Bug in Discovery Connections when using SQL Server for WHD database that can cause a growing number of "[Unspecified Manufacturer]" and "[Unspecified Model]" entries in the database.
NOTE: If you have encountered this issue, you can execute the following SQL to clean up the extra Manufacturer and Model records:
update ASSET set MODEL_ID = (select MAX(MODEL_ID) from MODEL where MODEL_NAME = '[Unspecified Model]') where MODEL_ID in (select MODEL_ID from MODEL where MODEL_NAME = '[Unspecified Model]');
delete from model where MODEL_ID <> (select MAX(MODEL_ID) from MODEL) and MODEL_NAME = '[Unspecified Model]';
update MODEL set MANUFACTURER_ID = (select MAX(MANUFACTURER_ID) from MANUFACTURER where NAME='[Unspecified Manufacturer]') where MANUFACTURER_ID in (select MANUFACTURER_ID from MANUFACTURER where NAME = '[Unspecified Manufacturer]');
delete from MANUFACTURER where MANUFACTURER_ID <> (select MAX(MANUFACTURER_ID) from MANUFACTURER) and NAME = '[Unspecified Manufacturer]';
- Added: JVM argument 'WHDLdapPasswordCacheDays=<num_days>
' to specify the number of days to cache LDAP passwords. (For non-Windows platforms, add this to the JAVA_OPTIONS setting in whd.conf. For Windows platforms, add it to /bin/wrapper/conf/wrapper_template.conf. For Monitor deployments, add it to the Additional Java Arguments setting in the application configuration page.) - Added: Ability client bulk-action option to assign a client to all or specific CAB locations.
- Fixed: Various null-pointer exceptions and cosmetic improvements.
- Fixed: Escalation e-mail to level techs now respects location/department filtering.
Release notes for the Web Help Desk
Monday, May 17, 2010
10.0.4 (5/18/10)
Blog Archive
-
►
2011
(44)
-
►
December
(14)
- 10.2.0.27.1 (12/31/11)
- 10.2.0.27 (12/30/11)
- 10.2.0.26.5 (12/26/11)
- 10.2.0.26.4 (12/24/11)
- 10.2.0.26.3 (12/23/11)
- 10.2.0.26.2 (12/22/11)
- 10.2.0.26.1 (12/21/11)
- 10.2.0.26 (12/20/11)
- 10.2.0.25 (12/20/11)
- 10.2.0.24 (12/20/11)
- 10.2.0.23 (12/15/11)
- 10.1.10.1 (12/14/11)
- 10.1.10 (12/11/11)
- 10.2.0.22 (12/11/11)
-
►
December
(14)