ZCC Frequently Used links removal

  • 7015473
  • 04-Aug-2014
  • 04-Jan-2017

Environment

Novell ZENworks Configuration Management 11.3

Situation

Items in the Frequently Used list for Administrators in ZCC - information.

Resolution

Items added to the Frequently Used list in ZCC are stored in zopaquedata table with name 'com.novell.zenworks.admin.user.settings.Shortcuts'.  The object value is the ZUID of the Administrative user.  The data is xml list of shortcuts that includes information about create date.

Example sql query

select zopaquedata.data, zzenobject.path from zopaquedata join zzenobject on zzenobject.zuid=zopaquedata.object where zopaquedata.name='com.novell.zenworks.admin.user.settings.Shortcuts'

time is in linux timestamp format:

Example:  1483565525142 = Wed, 04 Jan 2017 21:32:05.142 GMT


In the current design, the shortcut list will expire shortcuts older than 5 days upon Administrator login to ZCC.  The maximum number of shortcuts is 10.  Neither value is configurable in 11.x.

Logs if debug to zcc.log when there are errors.