New features and changes in version 12.1.4

Unica Plan 12.1.4 includes the following new features.

For more information about the new features and changes in Unica Plan 12.1.4, see the Unica Plan documentation set.

Out of Office for future dates

You can now schedule an out-of-office by selecting a future Start date and future End date. Also introduced a new node named Out of Office within Unica Plan | umoConfiguration | Notifications configuration for Plan. For more information related to its configuration, see Unica Plan V12.1.4 Installation Guide.

PDF Embed API markup support

Introduced PDF Embed API markup in Unica Plan. This markup tool is similar to Adobeā„¢ Acrobat markup but works on Google Chrome, Microsoft Edge, and Safari, and also works with annotations (update, remove, and reply).

Also added:

  • a new option, PDF Embed API, in dropdown for the markupServerType parameter in Unica Plan | umoConfiguration | markup configuration.
  • a new parameter adobeConsoleKey in Unica Plan | umoConfiguration | markup configuration, to apply the console key generated from the Adobe site.

Additional logging capability to determine slow SQL queries

Introduced two system properties (jvm arguments) to determine the slow SQL queries as a part of troubleshooting performance issues:
  • -Dplan.slow.query.threshold=<value in milliseconds>

    If the value is greater than 0, all JDBC SQL queries, which take more time than the mentioned value, will appear in the logs.

  • -Dplan.slow.query.show.stack.trace=true

    If this parameter is true, java stack trace of slow SQL queries will appear in the logs.