Initializing help system before first use

New Functionality and Changes Introduced with FICO Xpress Insight Help 4.10

This section describes the new features and changes introduced with FICO® Xpress Insight DMP Component Help 4.1.

New in Release 4.10.0

General

  • All documentation for the FICO Xpress Optimization products is now available as an integrated, searchable online library at fico.com. Installer packages will include PDF and JavaDoc manuals only.
  • The Web Client now integrates with the online documentation.
  • Support for Tableau 10.4.
Insight Server
  • Removed unnecessary warnings on app upload and update
  • A job is now re-queued when the connection to the Optimization Worker is lost or the optimization process terminates unexpectedly. If the optimization process continues to terminate unexpectedly then the job is completed with errors as in previous versions.
  • A job's progression through the job queue is logged to insight-jobs.log in tab separated format.
  • Runlog indicates when the Optimization Worker disconnected or the optimization process terminated unexpectedly

Custom Views

  • New VDL and JS API 4.1 version updates visual styling to latest FICO standard

Fixed in Release 4.10

Web Client

  • Job queue showing incorrect execution time when view loads.
  • Model Upgrade results in OutOfMemoryError when loading parameters.
  • [mminsight] scenariodata: driver displays wrong set name in error message
  • [VDL] - vdl-validate doesn't stop unique value, although allow-save is "false"
  • [VDL Language] - vdl-table[width=500px] doesn't create table with correct width
  • User list in scenario and folder properties can now display up to 10000 users
  • [VDL] Allow class to be applied to vdl-attachment-button
  • IE 11 attachments -Tag dropdown list doesn't show vertical scroll bar
  • Column manager prevents any edits to columns if one or more column names contain a space
  • webclient-tags : remove tag doesn't work, same tag get assigned back when open attachment dialog again.
  • webclient- scenario explorer showing scrollbars per scenario,on latest chrome browser
  • [mminsight] Injection performance issue for arrays indexed by sparse integer sets
  • Xpress Insight component fails to start if mirror table names contain whitespace
  • [webclient] - (Firefox) - View tabs are not appearing when user refresh the browser, only view-group appears.

JS API

  • User list in from Project.getUsers() can now return up to 10000 users

Fixed in Release 4.10.1

Insight Server

    • Fixed an issue with email address validation in the user administration screens.

REST API

  • Endpoint to login on DMP (auth/loginsso) has changed to require a content-type of application/json instead of application/x-www-form-urlencoded.
  • Endpoint to create a new empty attachment (scenario/{id}/attachments/new and project/{id}/attachments/new) changed to require a content-type of application/json instead of application/x-www-form-urlencoded.