Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Repair Jira Macros

 

DigiMonitor: ItemWatcher

ItemWatcher logic has been rewritten for these purposes:

...

In a users perspective the one and only major change from before to now is all ItemWatcher configurations are validated when starting up - even if they are not active. Any invalid configuration will result in an exception written to the digimonitor log in order to catch this at the earliest possible time.

Search2 security type ItemSecurityReadAccessOnlyPublic implemented for Solr

Not only that: it is now also the recommended security type to use with any Solr enabled search.

Enhanced DAM Stat metrics

The DAM Center now logs these two events:

...

To support this, in the DamStatWS you can now view metrics for assets and members filtered by specific member ids. This makes it possible to view, for example, how many times an asset was downloaded by a specific member or when a specific member has logged in to the DAM Center. The DamStat flash application has been updated to support the new filters (see "How to use Enhanced DAM Stat metrics" below).

Implement hyphen to not mean "not" when part of a word

The hyphen operator still means not when there is a space in front of it but not where there isn't. So searching "doctor -scientist" (without the quotations) means "doctor not scientist" whereas "doctor-scientist" (again without the quotations) no longer interprets the hyphen as a not.

Support for full HD video format

The full HD video format (1920 x 1080) is now available for choosing in fresh installations. You can choose it for Media Manager and Video Portal.

How to upgrade from 4.5.1 to 4.6.0

  • Ensure that all prerequisites are installed, See documentation.
  • Install procedure will not work unless IIS URL Rewrite Module 2 is installed. (verify in Add or remove Windows features)

Image Added

  • Ensure that Batch System is version 3.0.0 or later.

Extract the following folders from zip file, overwrite files in DamCenter Backend site website:

    • <zipFile>:/DMM3/bin → <siteroot>/bin
    • <zipFile>:/DMM3/installer → <siteroot>/installer

  •  Start a browser, and call the url http(s)://<backendurl>/installer/update.aspx
  •  Login using DamCenter adminstrative  credentials

How to access/use the new implementation?

DigiMonitor: ItemWatcher

As before access ItemWatcher configuration via System Tools → Workflow → ItemWatcher.

...

Install the latest version of DamStat flash v.1.3.0, it will contain the 3 new reports.

Implement hyphen to not mean "not" when part of a word

Simply use the hyphen operator as part of a query or as part of a word. It is best practice to not use the hyphen operator unless it is meant as part of a query. When searching for a hyphenated word simply type the word without the hyphen instead.

Support for full HD video format

Full HD (1920x1080) video is now available for Adaptive Bitrate installations and as download option where applicable.

...

  1. Start DamCenter
  2. Navigate to System Tools / Profiles
  3. Select the Profile "50014: DigiZuite Video Portal Videos"
  4. Expand the right side of the window
  5. Select the Format Quality "50032: Adaptive Bitrate HQ"
  6. Click the [+] icon
  7. Click Save


How the new implementation works?

DigiMonitor: ItemWatcher

Logging has been overhauled. Messages are all in english and have been tightened up in wording and debug data.

...

Regarding configuration everything works as before. It should not be necessary to do anything differently. The exception is if any of the operators 'greater than' or 'less than' are used. See section below for details.

Security type 'ItemSecurityReadAccessOnlyPublic'

Works as before but now also works with Solr. With 'ItemSecurityReadAccessOnlyPublic' these 4 filters are applied in addition to the standard readaccess check:

...

4) published: an asset needs to have been fully through a publish otherwise it is also filtered out.

Enhanced DAM Stat metrics

The additional log data needed for filtering by member was already there to begin with (on the database level), but there was no way to retrieve it using the DamStatWS. New methods for the DamStatWS has been created (along with corresponding stored procedures) that returns data filtered by member. 

...

  • Download - Hitlist, By date and user
  • Download - By date,  By date and user
  • Logged In, By date and user

Implement hyphen to not mean "not" when part of a word

When searching for a hyphenated word the hyphen is ignored and essentially a search for 2 words is done instead.

How to configure the new implementation?

DigiMonitor: ItemWatcher

Use of 'IsNumeric' and 'Len' will need to be reconfigured manually.

SpecialValidator: Isnumeric

This option did not work properly and has been fixed. Simply specify 'Isnumeric' (case insensitive) within an xml tag to validate that a value is numeric. Example: <AssetType>Isnumeric</AssetType>.

SpecialValidator: Len

This option did not work properly and has been fixed. Simply specify 'Len [operator] [value]'. Supported operators are '=', '>', '<' and '!' and obviously value needs to be an integer. Spaces between 'Len' and 'operator' or between 'operator' and 'value' are ignored. An error in this configuration is an exception to the general rule of validating all configuration at startup and will still be validated upon handling an event.

...

Example: <Description>Len &gt; 0</Description> (notice that greater than and less than must be escaped as per xml standards)

ItemIdRequired

Working as before but important enough to reiterate. When set to true only events with a present and valid (>0) ItemId will be handled. It is not necessary to specify configuration for a value check ('Process only for changes to this item metadata field ID' and related configuration) but if this configuration is done it will only be performed when ItemIdRequired is true as looking up non-item metadata values is not supported.

Operator: Less than, Greater than

Now works as they should. In case this is used and has been reversed to do what is needed they will need to be set correctly.

Everything else

No changes except validation is done at startup. Check logs for exceptions to check if any ItemWatcher configuration is invalid.

How to manually change Digizuite_system_framework_search to use ItemSecurityReadAccessOnlyPublic

Delete these 3 sections (if present) as they are now obsolete:

...

Code Block
languagexml
titleEdit security type
<searchField id="security" securityType="ItemSecurityReadAccessOnlyPublic" visible="false" operator="AND" />

Enhanced DAM Stat metrics

No configuration needed for this functionality.

Implement hyphen to not mean "not" when part of a word

No configuration available.

DOs

DON'Ts

  • Pokemon Go: do not use PowerUPs unless you are at least level 20. You might waste your Stardust

Tips & Tricks

What has been released?

Jira Legacy
serverSystem JIRA (digizuite.atlassian.net)
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
maximumIssues20
jqlQueryproject = DAM AND fixVersion = "DAM 4.6.0"
serverIdb346411e6a92bc81-089f7530-3d393721-96f78493-afe5f75bcd96c45e562ab36e

What is in the next release?