SlideShare a Scribd company logo
1 of 25
Download to read offline
HPE IDOL Server
Software Version: 11.0.0
IDOL Server Release Notes
Document Release Date: March 2016
Software Release Date: March 2016
Legal Notices
Warranty
The only warranties for Hewlett Packard Enterprise Development LP products and services are set forth in
the express warranty statements accompanying such products and services. Nothing herein should be
construed as constituting an additional warranty. HPE shall not be liable for technical or editorial errors or
omissions contained herein.
The information contained herein is subject to change without notice.
Restricted Rights Legend
Confidential computer software. Valid license from HPE required for possession, use or copying. Consistent
with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and
Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard
commercial license.
Copyright Notice
© Copyright 2016 Hewlett Packard Enterprise Development LP
Trademark Notices
Adobe™ is a trademark of Adobe Systems Incorporated.
Microsoft® and Windows® are U.S. registered trademarks of Microsoft Corporation.
UNIX® is a registered trademark of The Open Group.
This product includes an interface of the 'zlib' general purpose compression library, which is Copyright ©
1995-2002 Jean-loup Gailly and Mark Adler.
Documentation Updates
HPE Big Data Support provides prompt and accurate support to help you quickly and effectively resolve any
issue you may encounter while using HPE Big Data products. Support services include access to the
Customer Support Site (CSS) for online answers, expertise-based service by HPE Big Data support
engineers, and software maintenance to ensure you have the most up-to-date technology.
To access the Customer Support Site
l go to https://customers.autonomy.com
The Customer Support Site includes:
l Knowledge Base. An extensive library of end user documentation, FAQs, and technical articles that is
easy to navigate and search.
l Support Cases. A central location to create, monitor, and manage all your cases that are open with
technical support.
l Downloads. A location to download or request products and product updates.
l Requests. A place to request products to download or product licenses.
To contact HPE Big Data Customer Support by email or phone
l go to http://www.autonomy.com/work/services/customer-support
Support
The title page of this document contains the following identifying information:
IDOL Server Release Notes
HPE IDOL Server (11.0.0) Page 2 of 25
l Software Version number, which indicates the software version.
l Document Release Date, which changes each time the document is updated.
l Software Release Date, which indicates the release date of this version of the software.
To check for recent updates or to verify that you are using the most recent edition of a document, visit the
Knowledge Base on the HPE Big Data Customer Support Site. To do so, go
to https://customers.autonomy.com, and then click Knowledge Base.
The Knowledge Base contains documents in PDF and HTML format as well as collections of related
documents in ZIP packages. You can view PDF and HTML documents online or download ZIP packages
and open PDF documents to your computer.
IDOL Server Release Notes
HPE IDOL Server (11.0.0) Page 3 of 25
Contents
New in this Release 6
Content Component 7
New in this Release 7
Resolved Issues 7
Category Component 8
Community Component 8
New in this Release 8
Resolved Issues 8
Connector Framework Server 8
New in this Release 8
Resolved Issues 9
Controller 9
New in this Release 9
Resolved Issues 9
Coordinator 9
New in this Release 9
Resolved Issues 9
Distributed Action Handler 10
New in this Release 10
Resolved Issues 10
Distributed Index Handler 10
File System Connector CFS 10
New in this Release 10
Resolved Issues 10
HTTP Connector CFS (Solaris only) 11
New in this Release 11
Resolved Issues 11
IDOL Admin 11
New in this Release 11
Resolved Issues 11
IDOL Proxy Component 12
IDOL Speech Server 12
New in this Release 12
Resolved Issues 13
License Server 13
New in this Release 13
Resolved Issues 14
IDOL Server Release Notes
HPE IDOL Server (11.0.0) Page 4 of 25
Media Server (Windows and Linux only) 14
New in this Release 14
Resolved Issues 16
Query Manipulation Server Component 16
New in this Release 16
Resolved Issues 17
View Server Component 17
New in this Release 17
Resolved Issues 17
Web Connector (Windows and Linux only) 18
New in this Release 18
Resolved Issues 18
Upgrade Information 19
Upgrade to IDOL 11.x 19
Upgrade Document Tracking 19
Requirements 20
Minimum System Requirements 20
Software Dependencies 20
Supported Operating System Platforms 21
Notes 22
Documentation 25
IDOL Server Release Notes
HPE IDOL Server (11.0.0) Page 5 of 25
New in this Release
The following sections describe the enhancements for the components of IDOL Server version 11.0.0.
l For IDOL Server 11.0.0, a new installer is available, which allows you to install IDOL components in
a more flexible manner. For more information about the new installer, refer to the IDOL Getting
Started Guide.
The IDOL Server installer now includes the following components on all platforms:
l Controller and Coordinator. Controller and Coordinator monitor IDOL services as part of an
IDOL Site Admin installation. The Controller component monitors and controls all IDOL services on
a single host. The Coordinator component monitors and controls the wider IDOL system, by
communicating with a series of Controllers. The "Controller" and "Coordinator" sections of these
release notes lists the new features and resolved issues version 11.0.0, upgrading from version
10.11. For more information, refer to the IDOL Site Admin User Guide.
l Find. Find is a basic IDOL search user interface. For more information, refer to the Find Installation
Guide.
The Windows and Linux versions of the IDOL Server installer also now include the following
components:
l Media Server. Media Server is an IDOL component for video analysis and encoding, and replaces
Video Server. The "Media Server (Windows and Linux only)" section of these release notes lists the
new features and resolved issues for Media Server 11.0.0, upgrading from Video Server 10.11. For
more information, refer to the Media Server Administration Guide.
l Web Connector. The Web Connector is a more powerful fetching solution for retrieving content
from Web pages. The Web Connector uses an embedded browser to process Web pages so that it
can retrieve complex Javascript and dynamic pages, as well as interpreting the structure of the
page. The "Web Connector (Windows and Linux only)" section of these release notes lists the new
features and resolved issues for Web Connector 11.0.0, upgrading from version 10.11. For more
information, refer to the Web Connector Administration Guide.
Note: In the Solaris version of the IDOL Server installer, the HTTP Connector is provided.
l Knowledge Graph. Knowledge Graph is an IDOL component that uses connections between IDOL
documents to create a set of relationships called a graph, and allows you to explore these
connections in your data. For more information, refer to the Knowledge Graph Technical Note.
IDOL Server Release Notes
New in this Release
HPE IDOL Server (11.0.0) Page 6 of 25
Content Component
New in this Release
l The MATCHCOVER operator now supports fields where there are multiple identical matching values.
Note: To successfully match fields with multiple identical matching values, the field must be
configured as CountType. If the field is already CountType, you must regenerate the count index
by using the DREREGENERATE index action, or the RegenerateCountIndex configuration
parameter.
l You can now specify whether to match field values for the DREREPLACE index action case-
sensitively. By default, the #DREDELETEFIELDVALUE and #DREDELETESINGLEFIELDVALUE operators
are case-insensitive, and #DREDELETEWILDFIELDVALUE and #DREDELETESINGLEWILDFIELDVALUE
are case-sensitive. You can now use the following operators to specify the case matching:
l #DREDELETECASEFIELDVALUE and #DREDELETENOCASEFIELDVALUE
l #DREDELETESINGLECASEFIELDVALUE and #DREDELETESINGLENOCASEFIELDVALUE
l #DREDELETEWILDCASEFIELDVALUE and #DREDELETEWILDNOCASEFIELDVALUE
l #DREDELETESINGLEWILDCASEFIELDVALUE and #DREDELETESINGLEWILDNOCASEFIELDVALUE
Resolved Issues
l When NGramOrientalOnly or NGramMultibyteOnly were configured, the Highlight action with the
Boolean and XMLFormat parameters set to True could highlight the wrong term positions.
l When the configured Index fields did not exactly match the HighlightType field, the Proximity
highlighting type could fail to highlight proximity expressions correctly.
l Sending a GetStatus action while the Content component was shutting down could cause the
component to exit prematurely.
l Sending an asynchronous action, or a standard ACI action that would write to a log file, to the
Content component after it processed a DREINITIAL or DRERESET index action could cause an
interruption of service.
l Sending an AgentBoolean query that contained numeric specifiers while documents were being
indexed could cause an interruption of service.
l For documents with multiple sections, regenerating the reference index failed to correctly add
reference information for sections other than the first. This issue also affects any index where the
reference index has been upgraded.
l When security was enabled, the LINK FieldText operator, and the LinkFieldText action
parameter for the Query action did not return any documents.
l During a DRECOMPACT operation, the LINK FieldText operator could give incorrect results.
IDOL Server Release Notes
New in this Release
HPE IDOL Server (11.0.0) Page 7 of 25
l Indexing a single file with more than several thousand unique terms could leave the index in a state
where some terms could not be retrieved until the server was restarted or more data was indexed.
l If the DREREFERENCE field was configured with the index field property, a document that contained
invalid UTF-8 in the DREREFERENCE field could cause an interruption of service during indexing.
l In some circumstances, DREFUZZY queries could be very slow.
l When combining on a reference field, the Query and GetQueryTagValues could return inconsistent
result counts.
Category Component
The Category Component was updated in line with other IDOL components. There were no new
features or resolved issues.
Community Component
New in this Release
There were no new features in Community Component version 11.0.0.
Resolved Issues
l If the DREQueryParameter option in the [Profile] configuration section was used to set
DREMaxTerms, Community did not apply the parameter for the ProfileUser action.
Connector Framework Server
CFS includes KeyView filters and can run Eduction. For new features and resolved issues related to
these components, refer to the KeyView Release Notes and Eduction Release Notes.
New in this Release
l The GetStatistics service action now reports statistics about the performance of CFS.
l Dates processed by field standardization are converted into a standard format (the IDOL AUTNDATE
format).
l CFS includes a new indexing library, so that you can index data into an IDOL Knowledge Graph.
IDOL Server Release Notes
New in this Release
HPE IDOL Server (11.0.0) Page 8 of 25
Resolved Issues
l An error could occur when indexing documents into Haven OnDemand. CFS sent some field values
as arrays with a single element but Haven OnDemand does not accept arrays for all document
fields.
l If asynchronous action queues were stored in a PostgreSQL database, the action
QueueInfo&QueueAction=GetStatus returned information about all actions when the Token
parameter was set to retrieve information about a specific request.
Controller
New in this Release
l You can use the new AciTimeoutMs configuration parameter in the [StatsMonitor] section of the
configuration file to specify the timeout (in milliseconds) for ACI connections used to retrieve
statistics from services.
Resolved Issues
l An issue affecting Linux and Solaris was resolved whereby the StartService action failed to start
connectors when the ControlMethod parameter was set to Process.
l The GetServices action now displays running services correctly on Solaris.
l An issue with ACI timeout errors in the statistics monitoring log file was resolved.
l Process type statistics now change values over time rather than recording a single value.
Coordinator
New in this Release
There were no new features in Coordinator version 11.0.0.
Resolved Issues
l Process type statistics now change values over time rather than recording a single value.
IDOL Server Release Notes
New in this Release
HPE IDOL Server (11.0.0) Page 9 of 25
Distributed Action Handler
New in this Release
There were no new features in Distributed Action Handler version 11.0.0.
Resolved Issues
l The DAH GetLicenseInfo action did not include the child server actions in the response.
l In some circumstances when StrictMode was turned on and VDBs were configured, DAH could
return a successful response when child servers were unavailable.
l When a single child server was configured, DAH could exit unexpectedly when processing a
GetTagNames action.
l When UsePersistentConnections was set to True, DAH could create too many connections,
resulting in high memory usage.
Distributed Index Handler
The Distributed Index Handler was updated in line with other IDOL components. There were no new
features or resolved issues.
File System Connector CFS
New in this Release
l Dates processed by field standardization are converted into a standard format (the IDOL AUTNDATE
format).
Resolved Issues
l If asynchronous action queues were stored in a PostgreSQL database, the action
QueueInfo&QueueAction=GetStatus returned information about all actions even when the Token
parameter was set to retrieve information about a specific request.
l In some circumstances, log messages related to ingestion could be repeated excessively
frequently.
IDOL Server Release Notes
New in this Release
HPE IDOL Server (11.0.0) Page 10 of 25
HTTP Connector CFS (Solaris only)
New in this Release
There were no new features in HTTP Connector (CFS) version 11.0.0.
Resolved Issues
l If asynchronous action queues were stored in a PostgreSQL database, the action
QueueInfo&QueueAction=GetStatus returned information about all actions even when the Token
parameter was set to retrieve information about a specific request.
l In some circumstances, log messages related to ingestion could be repeated excessively
frequently.
IDOL Admin
New in this Release
l IDOL Admin now supports the following browsers:
l Internet Explorer 11 and later
l Edge
l Chrome (latest version)
l Firefox (latest version)
l If the amount of server capacity used is greater than 70%, the IDOL Admin interface displays
capacity information on the Overview tab on the Status page.
l If IDOL Admin is deployed against a License Server, you can view information on aggregated
resource usage and limits in the Licenses section in the Control menu.
Resolved Issues
l An issue with the PurgeDatastore action in Internet Explorer 11 was resolved.
l Missing tabs and pages now display when IDOL Admin is deployed against a DAH.
l An issue was resolved whereby IDOL Admin terminated unexpectedly on startup when deployed
against a DAH in non-mirror mode pointing at two Content instances with different language
settings.
IDOL Server Release Notes
New in this Release
HPE IDOL Server (11.0.0) Page 11 of 25
l The query on the Test Action tab in the Console section now allows for any language type, rather
than just the default language type.
l An issue was resolved whereby IDOL Admin for a DAH did not load when the DAH was configured
with a CFS distributed engine.
IDOL Proxy Component
The IDOL Proxy Component was updated in line with other IDOL components. There were no new
features or resolved issues.
IDOL Speech Server
New in this Release
l This release includes a new version of the speaker identification functionality. The new system is
faster, more efficient in terms of memory usage, and more scalable than the previous system. It also
supports more options, and modes of operation.
The following default speaker identification tasks are available:
SpkIdDevel SpkIdSetAdd
SpkIdDevelFinal SpkIdSetDelete
SpkIdDevelStream SpkIdSetInfo
SpkIdDevelWav SpkIdTrain
SpkIdEvalStream SpkIdTrainStream
SpkIdEvalWav SpkIdTrainWav
SpkIdFeature
The following speaker identification modules are available:
audiotemplatedevel
audiotemplateedit
audiotemplatescore
audiotemplatetrain
The SidTrain, SidTrainFinal, WavSidTrain, WavSidOptimize, SidPackage, WavSpeakerId, and
StreamSpeakerId tasks are deprecated in this release. These tasks are still available for existing
implementations, but might be incompatible with new functionality. The tasks might be deleted in
future.
IDOL Server Release Notes
New in this Release
HPE IDOL Server (11.0.0) Page 12 of 25
l This release includes an 8 kHz language ID classifier set for out-of-the-box telephony language
identification.
l This release includes Hungarian text normalization.
l In addition to separating multiple custom language model declarations with a semicolon, you can
now also use the following separator characters: ;@^|
This provides more flexibility in terms of file naming.
Note: You can use only a single separator character type within a single custom language
model declaration string.
l This release includes several improvements to server shutdown response times:
l Delays during the shutdown process are less common, and some tasks that could block
shutdown have been improved so that they are more compliant.
l The server now exits immediately if an error is detected during startup.
l You can use the new ShutdownTimeout parameter in the [Server] section of the configuration
file to specify the maximum number of seconds to wait for the server to shut down cleanly before
forcibly terminating the process. For more information, see the IDOL Speech Server Reference.
Resolved Issues
l The frontend and normalizer modules in the language identification tasks have been updated to
resolve an issue with the resource configuration for language identification on 8 kHz telephony audio
files.
l An issue was resolved whereby the default language classifiers were not located unless the class
path was explicitly specified.
l An issue was resolved that could cause silence markers to be mistakenly joined with other words
when using the PostProc module's word compounding function for recombining word fragments.
l The normalizer now spells out ampersands outside words rather than deleting them. For example,
I like cheese & marmite. is normalized as I like cheese and marmite <s>.
l The server now checks for any custom language models in excess of the permitted maximum of
nine, and reports an error if the limit is exceeded.
License Server
New in this Release
There are no new features in License Server version 11.0.0.
IDOL Server Release Notes
New in this Release
HPE IDOL Server (11.0.0) Page 13 of 25
Resolved Issues
l License Server could be very slow to revoke a license and issue a new license.
Media Server (Windows and Linux only)
New in this Release
Media Server Core
l Media Server supports a new type of task: transformation. These tasks transform the data produced
by Media Server, so that you can customize how it is encoded or output to external systems.
l Media Server includes a user interface that you can use to see what Media Server is currently
ingesting and view information about the latest records that were produced. To open this interface,
send action=activity from your Web browser.
l In the response to the process action, Media Server includes the task configuration that was used.
l When it starts running a process action, Media Server writes the task configuration to the engine
log stream.
l Log messages in the engine log stream include the process action token, so that it is easier to
troubleshoot issues when you run multiple process actions at the same time.
l The GetLatestRecord action can now return image data in compressed JPEG format, rather than
PNG format.
Ingest
l The LibAv ingest engine has a new parameter named MaximumDuration, which you can set to limit
the amount of video and audio that is ingested. For example, when processing a file or stream, you
could limit processing to the first 5 minutes of video.
Analysis
l Media Server uses a new algorithm for face recognition. The new algorithm gives significantly better
accuracy and can recognize faces that are not looking directly at the camera (though both eyes must
be visible). However, the new algorithm is slower. After upgrading to Media Server 11.0.0, run the
training action BuildAllFaces to update the training stored in your face databases.
l The action BuildAllFaces has been added. This action trains Media Server to recognize any faces
that exist in its database and have incomplete training or training that needs updating.
l Media Server uses a new algorithm for optical character recognition. The new algorithm provides
similar overall accuracy but accuracy may increase or decrease in certain cases. The new OCR
algorithm provides improved stability.
IDOL Server Release Notes
New in this Release
HPE IDOL Server (11.0.0) Page 14 of 25
l Media Server provides actions and configuration parameters so that you can control which face
recognition and object detection training is loaded into memory (Media Server must load data from
the training database so that it can be used for analysis). You can therefore reduce memory use in
cases where your training database contains many face and object databases, but you want to run
analysis using only some of them.
l The actions UnsyncFaces and UnsyncObjects have been added.
l The actions SyncFaces and SyncObjects now have a new parameter, Database, which specifies
the database to synchronize. When you set this parameter, any other face databases (for
SyncFaces) or object databases (for SyncObjects) are removed from memory.
l The BuildFace, TrainFace, and BuildAllFaces actions accept the NumParallel parameter, which
specifies the number of threads to use to complete the action.
l You can use the MaxNumParallel configuration parameter to limit the number of threads used by a
single BuildFace, TrainFace, BuildAllFaces, BuildObject, or TrainObject action.
l Metadata keys and values specified using the actions TrainFace and TrainObject can now
contain commas and colons. You must enclose the key name or value in quotation marks (") and
escape any quotation marks that occur within the string with a backslash ().
Analysis - Number Plate Recognition
l Media Server can read number plates from more locations, including 50 US states. For a complete
list of supported locations, refer to the Media Server documentation.
l Improved accuracy when reading number plates from Brazil.
l Improved accuracy when reading number plates from New Zealand.
l Improved accuracy in number plate recognition by rejecting results obtained from long strings of text.
This prevents results being obtained from text on vehicles, and from road signs.
l Media Server can now read number plates that have a space after the first character, or before the
last character.
l Improved formats files, to ignore large logos on some number plates.
l Improved accuracy in some cases because the integration process now considers gaps between
characters, when comparing the number plates that have been read to the expected formats.
l The configuration parameter OutputUnformattedReads has been added. An unformatted read is a
result where the number plate meets the required confidence score but does not match any of the
expected formats. You can use this parameter to help determine whether Media Server is producing
valid results that are being rejected because they do not match any of the expected formats.
Unformatted reads can be identified in the output from Media Server because the field
unformattedread is set to true.
l For each number plate result, Media Server includes a field named rawread. This contains the
characters read by optical character recognition. This field can have a different value to the
plateread because it shows the characters read from the plate before the expected plate formats
are applied.
IDOL Server Release Notes
New in this Release
HPE IDOL Server (11.0.0) Page 15 of 25
Transformation
l Media Server includes a transformation engine for resizing images.
l Media Server includes a transformation engine for changing the format of images that are associated
with records.
Encoding
l When you configure an image encoder task and set the ImageSize parameter, you can specify the
width or height of the output image and Media Server will automatically calculate the other
dimension, maintaining the original aspect ratio.
Output
l The ContentType configuration parameter has been added to the HTTP POST output engine. You
can use this parameter to set the value of the content-type attribute in the HTTP POST header.
Resolved Issues
l Media Server did not successfully output data to Connector Framework Server, because the ingest
action formed by Media Server was invalid.
l The image encoder could output images with the wrong aspect ratio. This occurred in cases where
the source video was re-sized along one axis because it was intended to be displayed using non-
square pixels. For example, some standard definition TV broadcasts can be encoded at an aspect
ratio of 4:3, but are intended to be displayed at an aspect ratio of 16:9. Output tracks that contain
image data now contain a new XML element, pixelAspectRatio. There is also new macro,
%record.ImageData.pixelAspectRatio%, and you can access this value in Lua scripts.
l Media Server could stop recording data to a rolling buffer operating in evidential mode.
l Media Server failed to read square number plates in cases where the number of characters on each
row differed by more than one.
l The video profile mpeg4video_h264_sd produced video at 720p resolution, rather than standard
definition (1024x576).
l When running number plate analysis, Media Server did not output a state code for US number
plates.
l If asynchronous action queues were stored in a PostgreSQL database, the action
QueueInfo&QueueAction=GetStatus returned information about all actions when the Token
parameter was set to retrieve information about a specific request.
Query Manipulation Server Component
New in this Release
There were no new features in Query Manipulation Server version 11.0.0.
IDOL Server Release Notes
New in this Release
HPE IDOL Server (11.0.0) Page 16 of 25
Resolved Issues
l QMS could use the incorrect MaxResults parameter in a query for promotions, so that some
promotions were not applied.
l When two QMS rules were configured to insert the same promotion document at the same position
in the results, QMS could insert the next non-promotion document in the second position, rather than
the next relevant promotion.
l When using a request cooker, QMS could overwrite query expansions and whitelist and blacklist
processing.
l When using a request cooker, QMS could lose some QMS-specific parameters, such as
ExpandQuery.
l When processing a promotions query that triggered multiple dynamic promotion rules, QMS would
return an autn:querysummary tag, the value of which was just commas and spaces.
l When using a request cooker with actions that would otherwise be passed directly to the Content
component, QMS could exit unexpectedly.
l QMS could give incorrect TotalResults details when processing a promotions query that used
multiple dynamic promotions. Now, when you set Predict to False, QMS provides the correct
values for TotalResults. When you set Predict to True, QMS might overestimate the
TotalResults value.
l When a Query matched multiple dynamic promotions with overlapping results set, QMS sometimes
returned the wrong number of results.
View Server Component
New in this Release
There are no new features in View version 11.0.0.
Resolved Issues
l View Server can now handle HTTP redirects of the form Location:
/somewhere/else/on/this/host.
IDOL Server Release Notes
New in this Release
HPE IDOL Server (11.0.0) Page 17 of 25
Web Connector (Windows and Linux only)
New in this Release
l The Url configuration parameter accepts multiple values, so you can configure a single task to crawl
the Web from more than one starting point.
l The RemoveNoscripts configuration parameter has been added. If you set this parameter to TRUE,
the connector removes all <noscript> elements from HTML pages before they are clipped (if
clipping is enabled) and ingested.
Resolved Issues
l If asynchronous action queues were stored in a PostgreSQL database, the action
QueueInfo&QueueAction=GetStatus returned information about all actions even when the Token
parameter was set to retrieve information about a specific request.
l In some circumstances, log messages related to ingestion could be repeated excessively
frequently.
IDOL Server Release Notes
New in this Release
HPE IDOL Server (11.0.0) Page 18 of 25
Upgrade Information
This section describes how to upgrade IDOL Server and its components.
Upgrade to IDOL 11.x
The simplest way to upgrade is to index data into a fresh installation of IDOL 11.0, whilst also
activating any further functionality that is appropriate for your use case. However, IDOL 11.0 is also
fully compatible with existing installations and indexes, so you do not need to reindex, as long as you
include certain configuration settings before you run the IDOL 11.0 executable.
You must add the following configuration setting for the Content component, unless a different value is
already present. If you create a new IDOL index, you can ignore this step.
[Server]
ParametricMaxPairsPerDocument=104858
If you want to upgrade to IDOL 11.x from IDOL 7.x, there are some additional configuration updates.
For more information, refer to the IDOL 11 Upgrade Technical Note.
Upgrade Document Tracking
In IDOL 10.9, the database schema for Document Tracking was updated. For information about
upgrading your document tracking database backend from IDOL 10.8 or earlier to IDOL 10.9 or later,
refer to the Document Tracking 10.9 Upgrade Technical Note.
The database schema for Document Tracking was updated for IDOL 10.3. For information about
upgrading your document tracking database backend from IDOL 10.2 or earlier, refer to the Document
Tracking 10.3 Upgrade Technical Note.
IDOL Server Release Notes
Upgrade Information
HPE IDOL Server (11.0.0) Page 19 of 25
Requirements
This section describes the system requirements, supported platforms, and software dependencies for
IDOL Server 11.0.0.
Minimum System Requirements
The following are minimum system requirements for IDOL Server 11.0.0 on any supported operating
system platform:
l a dedicated SCSI disk
l 4 GB RAM
l 100 GB disk space
l a minimum of 2 dedicated CPU - Intel Xeon or AMD Opteron or above
To run IDOL Server version 11.0.0, or its components, on UNIX platforms, the server must have the
following minimum versions of libraries:
l GLIBC_2.3.2
l GLIBCXX_3.4.20
l GCC_4.8.0
Note: The IDOL Server installer and component stand-alone zip packages provide these libraries
in the libgcc_s and libstdc++ shared libraries.
If you start components from the command line (rather than using the init script), you might need to
set the LD_LIBRARY_PATH to include the InstallDir/common and InstallDir/common/runtimes
directories, to ensure that the component can access the installed shared libraries.
You can also copy the shared libraries to the component working directory.
To run IDOL Server version 11.0.0 on the Microsoft Windows operating system, you might need to
update the Microsoft Visual C++ Redistributable packages. The IDOL Server installer includes the
required redistributable files for Microsoft Visual C++ 2005, 2010, and 2013.
You can also update your packages by using the latest version at: 
http://support.microsoft.com/kb/2019667
Software Dependencies
Some IDOL Server components depend on specific third-party or other HPE IDOL software. The
following table details the IDOL Server software and feature dependencies.
IDOL Server Release Notes
Requirements
HPE IDOL Server (11.0.0) Page 20 of 25
Component Dependencies
Java Windows, Solaris, Linux: JRE 1.6 or later
Browsers l Internet Explorer 9 and later
l Mozilla Firefox 18 and later
l Chrome 25 and later
Supported Operating System Platforms
The following operating system platforms are available for IDOL Server 11.0.0.
l Windows x86 64
l Linux x86 64
l Solaris x86 64
l Solaris SPARC 64
The documented platforms are the recommended and most fully tested platforms for IDOL Server. The
following sections provide more information about the most fully tested versions of these platforms.
Windows
l Windows Server 2012 x86 64
l Windows 7 SP1 x86 64
l Windows Server 2008 R2 x86 64
l Windows Server 2008 SP2 x86 64
Linux
For Linux, the following lists the minimum recommended versions of particular distributions:
l Red Hat Enterprise Linux (RHEL) 5
l CentOS 5
l SuSE Linux Enterprise Server (SLES) 10
l Ubuntu 12.04
l Debian 7
Solaris
l Solaris 10
l Solaris 11
IDOL Server Release Notes
Requirements
HPE IDOL Server (11.0.0) Page 21 of 25
Notes
l If you are running IDOL server on the Solaris operating system, ensure you specify an installation
path that is less than 30 characters. This prevents an issue with the stop script.
l Documentation for the deprecated CommsEncryptionTEAKeys configuration parameter and the TEA
option for the CommsEncryptionType parameter has been removed for version 11.0. For
documentation for this parameter, refer to the IDOL 10 documentation.
Community
l Documentation for the following deprecated configuration parameters has been removed for version
11.0. For documentation on these parameters, refer to the IDOL 10 documentation:
l [Agent] AgentResultsCacheDuration
l [Agent] ResultsCacheDuration
l [Profile] AgentResultsCacheDuration
l [Profile] ResultsCacheDuration
l [Server] DeferLoginSyncDuration
l [Server] DRETermActionCompatibility
l [User] UserCacheCycleTime
l [User] UserCacheExpiryTime
l [User] XMLBackupDirectory
l [User] XMLDuration
l [User] XMLTempDirectory
l [UserSecurity] RoleListUseSecurity
Connector Framework Server
l If you are upgrading from CFS 10.9.0 or earlier, ensure that your CFS finishes indexing data into
IDOL before you upgrade. There must be no data left in the outgoing folder.
l The default configuration file installed with CFS now runs field standardization. Field standardization
renames document fields so that documents created by different connectors use the same field
names to store the same type of information. In some cases field standardization modifies field
IDOL Server Release Notes
Notes
HPE IDOL Server (11.0.0) Page 22 of 25
values so that the values are in standard formats.
Note: You might need to make configuration changes to other IDOL components and front-end
applications if you have configured them to rely on specific document fields.
If you would prefer to disable field standardization, modify the CFS configuration file as follows:
l In the [ImportService] section, set the configuration parameter
EnableFieldNameStandardization to FALSE.
l In the [ImportTasks] section, remove the field standardization import task by deleting the line
Post0=Standardizer.
File System Connector
l The default configuration file installed with IDOL Server now runs field standardization. Field
standardization renames document fields so that documents created by different connectors use the
same field names to store the same type of information. In some cases field standardization
modifies field values so that the values are in standard formats.
Note: You might need to make configuration changes to other IDOL components and front-end
applications if you have configured them to rely on specific document fields.
If you would prefer to disable field standardization, open the configuration file and in the
[Connector] section set the parameter EnableFieldNameStandardization to FALSE.
HTTP Connector
l The default configuration file installed with IDOL Server now runs field standardization. Field
standardization renames document fields so that documents created by different connectors use the
same field names to store the same type of information. In some cases field standardization
modifies field values so that the values are in standard formats.
Note: You might need to make configuration changes to other IDOL components and front-end
applications if you have configured them to rely on specific document fields.
If you would prefer to disable field standardization, open the configuration file and in the
[Connector] section set the parameter EnableFieldNameStandardization to FALSE.
Media Server
l Media Server uses a new algorithm for face recognition. After upgrading to Media Server 11.0.0, run
the training action BuildAllFaces to update the training stored in your face databases.
l In object detection, the training option and configuration parameter EdgeFeatures has been renamed
to BoundaryFeatures.
IDOL Server Release Notes
Notes
HPE IDOL Server (11.0.0) Page 23 of 25
l The following configuration parameters have been removed:
l ImageSize (from the Keyframe analysis engine). HPE recommends using the new scale
transformation engine to re-size images.
l OcrMethod (from the OCR analysis engine).
l MaxResultsPerFrame (from ANPR).
l The default values for the following configuration parameters have been updated:
Feature
Configuration
parameter
Default value
Video Server 10.11
Default value
Media Server 11.0
ANPR Sensitivity 20 5
Face detection MinSize 15 24
SizeUnit Percent Pixels
l The ANPR configuration parameter Location now accepts ISO-3166 codes.
l The ANPR format file euroformats.cfg has been removed.
l The ANPR format files irelandukformats.cfg and serbianformats.cfg have been replaced with
irelandformats.cfg and serbiaformats.cfg, respectively.
l When you set the ANPR configuration parameter Location to a location for which there is no
weights file, Media Server uses the generic weights file.
l The AstPath configuration parameter, for speaker identification, is now optional. If you do not set
this parameter, Speech Server cannot identify speakers, but can divide the audio into different
speakers and detect the gender of each speaker.
l The default value of the FrameRate parameter for the face recognition, face demographics, face
state, and clothing analysis tasks is now 0 (zero represents no limit). HPE recommends that you
use this value so that these tasks process all results produced by a face detection task.
Web Connector
l The default configuration file installed with IDOL Server now runs field standardization. Field
standardization renames document fields so that documents created by different connectors use the
same field names to store the same type of information. In some cases field standardization
modifies field values so that the values are in standard formats.
Note: You might need to make configuration changes to other IDOL components and front-end
applications if you have configured them to rely on specific document fields.
If you would prefer to disable field standardization, open the configuration file and in the
[Connector] section set the parameter EnableFieldNameStandardization to FALSE.
IDOL Server Release Notes
Notes
HPE IDOL Server (11.0.0) Page 24 of 25
Documentation
The following documentation was updated for this release.
l IDOL Expert
l IDOL Getting Started Guide
l IDOL Server Reference (online help)
l IDOL Server Administration Guide
l Distributed Action Handler Reference (online help)
l Distributed Action Handler Administration Guide
l Distributed Index Handler Reference (online help)
l Distributed Index Handler Administration Guide
l License Server Reference (online help)
l License Server Administration Guide
l Connector Framework Server Reference (online help)
l Connector Framework Server Administration Guide
l File System Connector (CFS) Reference (online help)
l File System Connector (CFS) Administration Guide
l HTTP Connector (CFS) Reference (online help)
l HTTP Connector (CFS) Administration Guide
l Web Connector Reference (online help)
l Web Connector Administration Guide
l QMS Reference (online help)
l QMS Administration Guide
l Media Server Reference (online help)
l Media Server Administration Guide
l IDOL Speech Server Reference (online help)
l IDOL Speech Server Administration Guide
l Knowledge Graph Reference (online help)
l Knowledge Graph Technical Note
IDOL Server Release Notes
Documentation
HPE IDOL Server (11.0.0) Page 25 of 25

More Related Content

What's hot

ArcSight Connector Appliance 6.4 Patch 1 Release Notes
ArcSight Connector Appliance 6.4 Patch 1 Release NotesArcSight Connector Appliance 6.4 Patch 1 Release Notes
ArcSight Connector Appliance 6.4 Patch 1 Release NotesProtect724tk
 
App builder
App builderApp builder
App builderbibis2
 
ArcSight Connector Appliance v6.1 Release Notes
ArcSight Connector Appliance v6.1 Release NotesArcSight Connector Appliance v6.1 Release Notes
ArcSight Connector Appliance v6.1 Release NotesProtect724tk
 
ArcSight Connector Appliance 6.4 Release Notes
ArcSight Connector Appliance 6.4 Release NotesArcSight Connector Appliance 6.4 Release Notes
ArcSight Connector Appliance 6.4 Release NotesProtect724tk
 
Actor Model Import Connector for Microsoft Active Directory
Actor Model Import Connector for Microsoft Active DirectoryActor Model Import Connector for Microsoft Active Directory
Actor Model Import Connector for Microsoft Active Directoryprotect724rkeer
 
Web adi webcast_v3
Web adi webcast_v3Web adi webcast_v3
Web adi webcast_v3Bala Nagella
 
EnterpriseView 2.0 REST API Developer's Guide
EnterpriseView 2.0 REST API Developer's GuideEnterpriseView 2.0 REST API Developer's Guide
EnterpriseView 2.0 REST API Developer's GuideProtect724gopi
 
ESM Service Layer Developers Guide for ESM 6.8c
ESM Service Layer Developers Guide for ESM 6.8cESM Service Layer Developers Guide for ESM 6.8c
ESM Service Layer Developers Guide for ESM 6.8cProtect724gopi
 
Web Adi Success Story
Web Adi Success StoryWeb Adi Success Story
Web Adi Success Storyseanwfielding
 
Odi 11g-new-features-overview-1622677
Odi 11g-new-features-overview-1622677Odi 11g-new-features-overview-1622677
Odi 11g-new-features-overview-1622677Sandeep Jella
 
Exchange Server 2013 and SharePoint Server 2013 Integration
Exchange Server 2013 and SharePoint Server 2013 IntegrationExchange Server 2013 and SharePoint Server 2013 Integration
Exchange Server 2013 and SharePoint Server 2013 IntegrationSharePoint Saturday New Jersey
 
Configure an Integrated Exchange, Lync, and SharePoint Test Lab
Configure an Integrated Exchange, Lync, and SharePoint Test LabConfigure an Integrated Exchange, Lync, and SharePoint Test Lab
Configure an Integrated Exchange, Lync, and SharePoint Test LabVinh Nguyen
 
NetworkApplianceInc Design Coding Standards
NetworkApplianceInc Design Coding StandardsNetworkApplianceInc Design Coding Standards
NetworkApplianceInc Design Coding StandardsWilliam Francis
 
ArcSight Connector Appliance v6.3 Release Notes
ArcSight Connector Appliance v6.3 Release NotesArcSight Connector Appliance v6.3 Release Notes
ArcSight Connector Appliance v6.3 Release NotesProtect724tk
 
Asset modelimportconn devguide_5.2.1.6190.0
Asset modelimportconn devguide_5.2.1.6190.0Asset modelimportconn devguide_5.2.1.6190.0
Asset modelimportconn devguide_5.2.1.6190.0Protect724
 
Ray flow release notes webconsole_ 1.9.0_0
Ray flow release notes webconsole_ 1.9.0_0Ray flow release notes webconsole_ 1.9.0_0
Ray flow release notes webconsole_ 1.9.0_0i4box Anon
 

What's hot (20)

ArcSight Connector Appliance 6.4 Patch 1 Release Notes
ArcSight Connector Appliance 6.4 Patch 1 Release NotesArcSight Connector Appliance 6.4 Patch 1 Release Notes
ArcSight Connector Appliance 6.4 Patch 1 Release Notes
 
App builder
App builderApp builder
App builder
 
ArcSight Connector Appliance v6.1 Release Notes
ArcSight Connector Appliance v6.1 Release NotesArcSight Connector Appliance v6.1 Release Notes
ArcSight Connector Appliance v6.1 Release Notes
 
ArcSight Connector Appliance 6.4 Release Notes
ArcSight Connector Appliance 6.4 Release NotesArcSight Connector Appliance 6.4 Release Notes
ArcSight Connector Appliance 6.4 Release Notes
 
Actor Model Import Connector for Microsoft Active Directory
Actor Model Import Connector for Microsoft Active DirectoryActor Model Import Connector for Microsoft Active Directory
Actor Model Import Connector for Microsoft Active Directory
 
Web adi webcast_v3
Web adi webcast_v3Web adi webcast_v3
Web adi webcast_v3
 
EnterpriseView 2.0 REST API Developer's Guide
EnterpriseView 2.0 REST API Developer's GuideEnterpriseView 2.0 REST API Developer's Guide
EnterpriseView 2.0 REST API Developer's Guide
 
ESM Service Layer Developers Guide for ESM 6.8c
ESM Service Layer Developers Guide for ESM 6.8cESM Service Layer Developers Guide for ESM 6.8c
ESM Service Layer Developers Guide for ESM 6.8c
 
Web Adi Success Story
Web Adi Success StoryWeb Adi Success Story
Web Adi Success Story
 
Odi 11g-new-features-overview-1622677
Odi 11g-new-features-overview-1622677Odi 11g-new-features-overview-1622677
Odi 11g-new-features-overview-1622677
 
Exchange Server 2013 and SharePoint Server 2013 Integration
Exchange Server 2013 and SharePoint Server 2013 IntegrationExchange Server 2013 and SharePoint Server 2013 Integration
Exchange Server 2013 and SharePoint Server 2013 Integration
 
Configure an Integrated Exchange, Lync, and SharePoint Test Lab
Configure an Integrated Exchange, Lync, and SharePoint Test LabConfigure an Integrated Exchange, Lync, and SharePoint Test Lab
Configure an Integrated Exchange, Lync, and SharePoint Test Lab
 
New Enhancements + Upgrade Path to Oracle EBS R12.1.3
New Enhancements + Upgrade Path to Oracle EBS R12.1.3New Enhancements + Upgrade Path to Oracle EBS R12.1.3
New Enhancements + Upgrade Path to Oracle EBS R12.1.3
 
NetworkApplianceInc Design Coding Standards
NetworkApplianceInc Design Coding StandardsNetworkApplianceInc Design Coding Standards
NetworkApplianceInc Design Coding Standards
 
ArcSight Connector Appliance v6.3 Release Notes
ArcSight Connector Appliance v6.3 Release NotesArcSight Connector Appliance v6.3 Release Notes
ArcSight Connector Appliance v6.3 Release Notes
 
Enhancements
Enhancements Enhancements
Enhancements
 
Asset modelimportconn devguide_5.2.1.6190.0
Asset modelimportconn devguide_5.2.1.6190.0Asset modelimportconn devguide_5.2.1.6190.0
Asset modelimportconn devguide_5.2.1.6190.0
 
SUSE Technical Webinar: Build B1 apps in the Framework of the SAP and SUSE Ca...
SUSE Technical Webinar: Build B1 apps in the Framework of the SAP and SUSE Ca...SUSE Technical Webinar: Build B1 apps in the Framework of the SAP and SUSE Ca...
SUSE Technical Webinar: Build B1 apps in the Framework of the SAP and SUSE Ca...
 
Ray flow release notes webconsole_ 1.9.0_0
Ray flow release notes webconsole_ 1.9.0_0Ray flow release notes webconsole_ 1.9.0_0
Ray flow release notes webconsole_ 1.9.0_0
 
Siebel Web Service
Siebel Web ServiceSiebel Web Service
Siebel Web Service
 

Viewers also liked

HPE IDOL Technical Overview - july 2016
HPE IDOL Technical Overview - july 2016HPE IDOL Technical Overview - july 2016
HPE IDOL Technical Overview - july 2016Andrey Karpov
 
HPE IDOL 10 (Intelligent Data Operating Layer)
HPE IDOL 10 (Intelligent Data Operating Layer)HPE IDOL 10 (Intelligent Data Operating Layer)
HPE IDOL 10 (Intelligent Data Operating Layer)Andrey Karpov
 
Краткий обзор аппаратных платформ 2016 нре
Краткий обзор аппаратных платформ 2016 нреКраткий обзор аппаратных платформ 2016 нре
Краткий обзор аппаратных платформ 2016 нреAndrey Karpov
 
HPE Vertica_7.0.x Administrators Guide
HPE Vertica_7.0.x Administrators GuideHPE Vertica_7.0.x Administrators Guide
HPE Vertica_7.0.x Administrators GuideAndrey Karpov
 
Hpe Data Protector integration guide
Hpe Data Protector integration guideHpe Data Protector integration guide
Hpe Data Protector integration guideAndrey Karpov
 
Hpe Zero Downtime Administrator's Guide
Hpe Zero Downtime Administrator's GuideHpe Zero Downtime Administrator's Guide
Hpe Zero Downtime Administrator's GuideAndrey Karpov
 
Hpe Data Protector Disaster Recovery Guide
Hpe Data Protector Disaster Recovery GuideHpe Data Protector Disaster Recovery Guide
Hpe Data Protector Disaster Recovery GuideAndrey Karpov
 
hpe manual data protector 9.07 granular extension guides
hpe manual data protector 9.07 granular extension guideshpe manual data protector 9.07 granular extension guides
hpe manual data protector 9.07 granular extension guidesAndrey Karpov
 
HPE Data Protector Administrator's Guide
HPE Data Protector Administrator's GuideHPE Data Protector Administrator's Guide
HPE Data Protector Administrator's GuideAndrey Karpov
 
Hpe Data Protector troubleshooting guide
Hpe Data Protector troubleshooting guideHpe Data Protector troubleshooting guide
Hpe Data Protector troubleshooting guideAndrey Karpov
 
Hpe Data Protector installation guide
Hpe Data Protector installation guideHpe Data Protector installation guide
Hpe Data Protector installation guideAndrey Karpov
 
Vertica on Amazon Web Services
Vertica on Amazon Web ServicesVertica on Amazon Web Services
Vertica on Amazon Web ServicesAndrey Karpov
 
Hpe data protector deduplication
Hpe data protector deduplicationHpe data protector deduplication
Hpe data protector deduplicationAndrey Karpov
 
HPE Data Protector Best Practice Guide
HPE Data Protector Best Practice GuideHPE Data Protector Best Practice Guide
HPE Data Protector Best Practice GuideAndrey Karpov
 
2016 06 VMEx - intro (russian)
2016 06 VMEx - intro (russian)2016 06 VMEx - intro (russian)
2016 06 VMEx - intro (russian)Andrey Karpov
 
Hp distributed R User Guide
Hp distributed R User GuideHp distributed R User Guide
Hp distributed R User GuideAndrey Karpov
 
Data Protection overview presentation
Data Protection overview presentationData Protection overview presentation
Data Protection overview presentationAndrey Karpov
 

Viewers also liked (17)

HPE IDOL Technical Overview - july 2016
HPE IDOL Technical Overview - july 2016HPE IDOL Technical Overview - july 2016
HPE IDOL Technical Overview - july 2016
 
HPE IDOL 10 (Intelligent Data Operating Layer)
HPE IDOL 10 (Intelligent Data Operating Layer)HPE IDOL 10 (Intelligent Data Operating Layer)
HPE IDOL 10 (Intelligent Data Operating Layer)
 
Краткий обзор аппаратных платформ 2016 нре
Краткий обзор аппаратных платформ 2016 нреКраткий обзор аппаратных платформ 2016 нре
Краткий обзор аппаратных платформ 2016 нре
 
HPE Vertica_7.0.x Administrators Guide
HPE Vertica_7.0.x Administrators GuideHPE Vertica_7.0.x Administrators Guide
HPE Vertica_7.0.x Administrators Guide
 
Hpe Data Protector integration guide
Hpe Data Protector integration guideHpe Data Protector integration guide
Hpe Data Protector integration guide
 
Hpe Zero Downtime Administrator's Guide
Hpe Zero Downtime Administrator's GuideHpe Zero Downtime Administrator's Guide
Hpe Zero Downtime Administrator's Guide
 
Hpe Data Protector Disaster Recovery Guide
Hpe Data Protector Disaster Recovery GuideHpe Data Protector Disaster Recovery Guide
Hpe Data Protector Disaster Recovery Guide
 
hpe manual data protector 9.07 granular extension guides
hpe manual data protector 9.07 granular extension guideshpe manual data protector 9.07 granular extension guides
hpe manual data protector 9.07 granular extension guides
 
HPE Data Protector Administrator's Guide
HPE Data Protector Administrator's GuideHPE Data Protector Administrator's Guide
HPE Data Protector Administrator's Guide
 
Hpe Data Protector troubleshooting guide
Hpe Data Protector troubleshooting guideHpe Data Protector troubleshooting guide
Hpe Data Protector troubleshooting guide
 
Hpe Data Protector installation guide
Hpe Data Protector installation guideHpe Data Protector installation guide
Hpe Data Protector installation guide
 
Vertica on Amazon Web Services
Vertica on Amazon Web ServicesVertica on Amazon Web Services
Vertica on Amazon Web Services
 
Hpe data protector deduplication
Hpe data protector deduplicationHpe data protector deduplication
Hpe data protector deduplication
 
HPE Data Protector Best Practice Guide
HPE Data Protector Best Practice GuideHPE Data Protector Best Practice Guide
HPE Data Protector Best Practice Guide
 
2016 06 VMEx - intro (russian)
2016 06 VMEx - intro (russian)2016 06 VMEx - intro (russian)
2016 06 VMEx - intro (russian)
 
Hp distributed R User Guide
Hp distributed R User GuideHp distributed R User Guide
Hp distributed R User Guide
 
Data Protection overview presentation
Data Protection overview presentationData Protection overview presentation
Data Protection overview presentation
 

Similar to Idol server 11.0.0_release_notes_en

Share Point Web Parts 101
Share Point Web Parts 101Share Point Web Parts 101
Share Point Web Parts 101Joseph Ackerman
 
ESM Asset Model Import Connector Release Notes
ESM Asset Model Import Connector Release NotesESM Asset Model Import Connector Release Notes
ESM Asset Model Import Connector Release NotesProtect724gopi
 
Obiee10 g to 11g upgrade
Obiee10 g to 11g upgradeObiee10 g to 11g upgrade
Obiee10 g to 11g upgradeAmit Sharma
 
Aid rel notes_5.6 (1)
Aid rel notes_5.6 (1)Aid rel notes_5.6 (1)
Aid rel notes_5.6 (1)Protect724
 
Architecting the Future: Abstractions and Metadata - BSidesKC
Architecting the Future: Abstractions and Metadata - BSidesKCArchitecting the Future: Abstractions and Metadata - BSidesKC
Architecting the Future: Abstractions and Metadata - BSidesKCDaniel Barker
 
ArcSight Asset Model Import FlexConnector Release Notes
ArcSight Asset Model Import FlexConnector Release NotesArcSight Asset Model Import FlexConnector Release Notes
ArcSight Asset Model Import FlexConnector Release NotesProtect724tk
 
upgradingcustomization-atg-webcast-453863.pdf
upgradingcustomization-atg-webcast-453863.pdfupgradingcustomization-atg-webcast-453863.pdf
upgradingcustomization-atg-webcast-453863.pdfSrinivasPadakanti4
 
Increasing the Value of HP's ITAM Solution
Increasing the Value of HP's ITAM SolutionIncreasing the Value of HP's ITAM Solution
Increasing the Value of HP's ITAM SolutionLarry DeBoever
 
Microsoft .NET 6 -What's All About The New Update
Microsoft .NET 6 -What's All About The New UpdateMicrosoft .NET 6 -What's All About The New Update
Microsoft .NET 6 -What's All About The New UpdateAdam John
 
ArcSight Connector Appliance 6.4 Patch 3 Release Notes
ArcSight Connector Appliance 6.4 Patch 3 Release NotesArcSight Connector Appliance 6.4 Patch 3 Release Notes
ArcSight Connector Appliance 6.4 Patch 3 Release NotesProtect724tk
 
ORACLE BI APPLICATIONS – IMPLEMENTATION & CUSTOMIZATION FOR ORACLE EBS
ORACLE BI APPLICATIONS – IMPLEMENTATION & CUSTOMIZATION FOR ORACLE EBSORACLE BI APPLICATIONS – IMPLEMENTATION & CUSTOMIZATION FOR ORACLE EBS
ORACLE BI APPLICATIONS – IMPLEMENTATION & CUSTOMIZATION FOR ORACLE EBSiWare Logic Technologies Pvt. Ltd.
 
Hpe man dp10.00_getting_started_pdf
Hpe man dp10.00_getting_started_pdfHpe man dp10.00_getting_started_pdf
Hpe man dp10.00_getting_started_pdfKimHuu
 
Hp vertica 7.2.x_complete_documentation
Hp vertica 7.2.x_complete_documentationHp vertica 7.2.x_complete_documentation
Hp vertica 7.2.x_complete_documentationEric Javier Espino Man
 
Activereports for -net_user_guide
Activereports for -net_user_guideActivereports for -net_user_guide
Activereports for -net_user_guideGuhiga nezza s. a
 
Microsoft 70-416 it certifications
Microsoft  70-416  it certificationsMicrosoft  70-416  it certifications
Microsoft 70-416 it certificationslilylucy
 
Announcing asp.net core updates in .net 5 preview 8
Announcing asp.net core updates in .net 5 preview 8Announcing asp.net core updates in .net 5 preview 8
Announcing asp.net core updates in .net 5 preview 8Concetto Labs
 

Similar to Idol server 11.0.0_release_notes_en (20)

Share Point Web Parts 101
Share Point Web Parts 101Share Point Web Parts 101
Share Point Web Parts 101
 
ESM Asset Model Import Connector Release Notes
ESM Asset Model Import Connector Release NotesESM Asset Model Import Connector Release Notes
ESM Asset Model Import Connector Release Notes
 
Obiee10 g to 11g upgrade
Obiee10 g to 11g upgradeObiee10 g to 11g upgrade
Obiee10 g to 11g upgrade
 
Aid rel notes_5.6 (1)
Aid rel notes_5.6 (1)Aid rel notes_5.6 (1)
Aid rel notes_5.6 (1)
 
Aid rel notes_5.6
Aid rel notes_5.6Aid rel notes_5.6
Aid rel notes_5.6
 
PPT1
PPT1PPT1
PPT1
 
Architecting the Future: Abstractions and Metadata - BSidesKC
Architecting the Future: Abstractions and Metadata - BSidesKCArchitecting the Future: Abstractions and Metadata - BSidesKC
Architecting the Future: Abstractions and Metadata - BSidesKC
 
Rational HATS and HIS v8 Overview
Rational HATS and HIS v8 OverviewRational HATS and HIS v8 Overview
Rational HATS and HIS v8 Overview
 
AOK ChangeBase Win7
AOK ChangeBase Win7AOK ChangeBase Win7
AOK ChangeBase Win7
 
ArcSight Asset Model Import FlexConnector Release Notes
ArcSight Asset Model Import FlexConnector Release NotesArcSight Asset Model Import FlexConnector Release Notes
ArcSight Asset Model Import FlexConnector Release Notes
 
upgradingcustomization-atg-webcast-453863.pdf
upgradingcustomization-atg-webcast-453863.pdfupgradingcustomization-atg-webcast-453863.pdf
upgradingcustomization-atg-webcast-453863.pdf
 
Increasing the Value of HP's ITAM Solution
Increasing the Value of HP's ITAM SolutionIncreasing the Value of HP's ITAM Solution
Increasing the Value of HP's ITAM Solution
 
Microsoft .NET 6 -What's All About The New Update
Microsoft .NET 6 -What's All About The New UpdateMicrosoft .NET 6 -What's All About The New Update
Microsoft .NET 6 -What's All About The New Update
 
ArcSight Connector Appliance 6.4 Patch 3 Release Notes
ArcSight Connector Appliance 6.4 Patch 3 Release NotesArcSight Connector Appliance 6.4 Patch 3 Release Notes
ArcSight Connector Appliance 6.4 Patch 3 Release Notes
 
ORACLE BI APPLICATIONS – IMPLEMENTATION & CUSTOMIZATION FOR ORACLE EBS
ORACLE BI APPLICATIONS – IMPLEMENTATION & CUSTOMIZATION FOR ORACLE EBSORACLE BI APPLICATIONS – IMPLEMENTATION & CUSTOMIZATION FOR ORACLE EBS
ORACLE BI APPLICATIONS – IMPLEMENTATION & CUSTOMIZATION FOR ORACLE EBS
 
Hpe man dp10.00_getting_started_pdf
Hpe man dp10.00_getting_started_pdfHpe man dp10.00_getting_started_pdf
Hpe man dp10.00_getting_started_pdf
 
Hp vertica 7.2.x_complete_documentation
Hp vertica 7.2.x_complete_documentationHp vertica 7.2.x_complete_documentation
Hp vertica 7.2.x_complete_documentation
 
Activereports for -net_user_guide
Activereports for -net_user_guideActivereports for -net_user_guide
Activereports for -net_user_guide
 
Microsoft 70-416 it certifications
Microsoft  70-416  it certificationsMicrosoft  70-416  it certifications
Microsoft 70-416 it certifications
 
Announcing asp.net core updates in .net 5 preview 8
Announcing asp.net core updates in .net 5 preview 8Announcing asp.net core updates in .net 5 preview 8
Announcing asp.net core updates in .net 5 preview 8
 

More from Andrey Karpov

HPE VM Explorer 6 1 user manual
HPE VM Explorer 6 1 user manualHPE VM Explorer 6 1 user manual
HPE VM Explorer 6 1 user manualAndrey Karpov
 
Резервное копирование и оптимизация хранения данных
Резервное копирование и оптимизация хранения данныхРезервное копирование и оптимизация хранения данных
Резервное копирование и оптимизация хранения данныхAndrey Karpov
 
Transform IT Service Delivery Helion
Transform IT Service Delivery Helion Transform IT Service Delivery Helion
Transform IT Service Delivery Helion Andrey Karpov
 
Конференция по программным решениям HPE 2016
Конференция по программным решениям HPE 2016Конференция по программным решениям HPE 2016
Конференция по программным решениям HPE 2016Andrey Karpov
 
Record manager 8.0 presentation
Record manager 8.0  presentationRecord manager 8.0  presentation
Record manager 8.0 presentationAndrey Karpov
 
Short Infrastructure Overview ru hpe Vertica
Short Infrastructure Overview ru hpe VerticaShort Infrastructure Overview ru hpe Vertica
Short Infrastructure Overview ru hpe VerticaAndrey Karpov
 
Connectivity to business outcomes
Connectivity to business outcomesConnectivity to business outcomes
Connectivity to business outcomesAndrey Karpov
 
Flex Tables Guide Software V. 7.0.x
Flex Tables Guide Software V. 7.0.xFlex Tables Guide Software V. 7.0.x
Flex Tables Guide Software V. 7.0.xAndrey Karpov
 
HPE Information Governance
HPE Information GovernanceHPE Information Governance
HPE Information GovernanceAndrey Karpov
 
Enterprise Content Management
Enterprise Content ManagementEnterprise Content Management
Enterprise Content ManagementAndrey Karpov
 
HPE Software Catalogue 2015 Ru
HPE Software Catalogue 2015 RuHPE Software Catalogue 2015 Ru
HPE Software Catalogue 2015 RuAndrey Karpov
 
TDWI BP Report Emerging Technologies
TDWI BP Report Emerging TechnologiesTDWI BP Report Emerging Technologies
TDWI BP Report Emerging TechnologiesAndrey Karpov
 
Описание архитектуры СУБД HP Vertica
Описание архитектуры СУБД HP VerticaОписание архитектуры СУБД HP Vertica
Описание архитектуры СУБД HP VerticaAndrey Karpov
 
Backup Navigator install and configuration guide
Backup Navigator install and configuration guideBackup Navigator install and configuration guide
Backup Navigator install and configuration guideAndrey Karpov
 

More from Andrey Karpov (15)

HPE VM Explorer 6 1 user manual
HPE VM Explorer 6 1 user manualHPE VM Explorer 6 1 user manual
HPE VM Explorer 6 1 user manual
 
Резервное копирование и оптимизация хранения данных
Резервное копирование и оптимизация хранения данныхРезервное копирование и оптимизация хранения данных
Резервное копирование и оптимизация хранения данных
 
Transform IT Service Delivery Helion
Transform IT Service Delivery Helion Transform IT Service Delivery Helion
Transform IT Service Delivery Helion
 
Конференция по программным решениям HPE 2016
Конференция по программным решениям HPE 2016Конференция по программным решениям HPE 2016
Конференция по программным решениям HPE 2016
 
Record manager 8.0 presentation
Record manager 8.0  presentationRecord manager 8.0  presentation
Record manager 8.0 presentation
 
IDOL presentation
IDOL presentationIDOL presentation
IDOL presentation
 
Short Infrastructure Overview ru hpe Vertica
Short Infrastructure Overview ru hpe VerticaShort Infrastructure Overview ru hpe Vertica
Short Infrastructure Overview ru hpe Vertica
 
Connectivity to business outcomes
Connectivity to business outcomesConnectivity to business outcomes
Connectivity to business outcomes
 
Flex Tables Guide Software V. 7.0.x
Flex Tables Guide Software V. 7.0.xFlex Tables Guide Software V. 7.0.x
Flex Tables Guide Software V. 7.0.x
 
HPE Information Governance
HPE Information GovernanceHPE Information Governance
HPE Information Governance
 
Enterprise Content Management
Enterprise Content ManagementEnterprise Content Management
Enterprise Content Management
 
HPE Software Catalogue 2015 Ru
HPE Software Catalogue 2015 RuHPE Software Catalogue 2015 Ru
HPE Software Catalogue 2015 Ru
 
TDWI BP Report Emerging Technologies
TDWI BP Report Emerging TechnologiesTDWI BP Report Emerging Technologies
TDWI BP Report Emerging Technologies
 
Описание архитектуры СУБД HP Vertica
Описание архитектуры СУБД HP VerticaОписание архитектуры СУБД HP Vertica
Описание архитектуры СУБД HP Vertica
 
Backup Navigator install and configuration guide
Backup Navigator install and configuration guideBackup Navigator install and configuration guide
Backup Navigator install and configuration guide
 

Recently uploaded

dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystSamantha Rae Coolbeth
 
Digi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxDigi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxTanveerAhmed817946
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...Pooja Nehwal
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...dajasot375
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPramod Kumar Srivastava
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Delhi Call girls
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...Suhani Kapoor
 

Recently uploaded (20)

dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data Analyst
 
Digi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxDigi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptx
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
 

Idol server 11.0.0_release_notes_en

  • 1. HPE IDOL Server Software Version: 11.0.0 IDOL Server Release Notes Document Release Date: March 2016 Software Release Date: March 2016
  • 2. Legal Notices Warranty The only warranties for Hewlett Packard Enterprise Development LP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HPE shall not be liable for technical or editorial errors or omissions contained herein. The information contained herein is subject to change without notice. Restricted Rights Legend Confidential computer software. Valid license from HPE required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. Copyright Notice © Copyright 2016 Hewlett Packard Enterprise Development LP Trademark Notices Adobe™ is a trademark of Adobe Systems Incorporated. Microsoft® and Windows® are U.S. registered trademarks of Microsoft Corporation. UNIX® is a registered trademark of The Open Group. This product includes an interface of the 'zlib' general purpose compression library, which is Copyright © 1995-2002 Jean-loup Gailly and Mark Adler. Documentation Updates HPE Big Data Support provides prompt and accurate support to help you quickly and effectively resolve any issue you may encounter while using HPE Big Data products. Support services include access to the Customer Support Site (CSS) for online answers, expertise-based service by HPE Big Data support engineers, and software maintenance to ensure you have the most up-to-date technology. To access the Customer Support Site l go to https://customers.autonomy.com The Customer Support Site includes: l Knowledge Base. An extensive library of end user documentation, FAQs, and technical articles that is easy to navigate and search. l Support Cases. A central location to create, monitor, and manage all your cases that are open with technical support. l Downloads. A location to download or request products and product updates. l Requests. A place to request products to download or product licenses. To contact HPE Big Data Customer Support by email or phone l go to http://www.autonomy.com/work/services/customer-support Support The title page of this document contains the following identifying information: IDOL Server Release Notes HPE IDOL Server (11.0.0) Page 2 of 25
  • 3. l Software Version number, which indicates the software version. l Document Release Date, which changes each time the document is updated. l Software Release Date, which indicates the release date of this version of the software. To check for recent updates or to verify that you are using the most recent edition of a document, visit the Knowledge Base on the HPE Big Data Customer Support Site. To do so, go to https://customers.autonomy.com, and then click Knowledge Base. The Knowledge Base contains documents in PDF and HTML format as well as collections of related documents in ZIP packages. You can view PDF and HTML documents online or download ZIP packages and open PDF documents to your computer. IDOL Server Release Notes HPE IDOL Server (11.0.0) Page 3 of 25
  • 4. Contents New in this Release 6 Content Component 7 New in this Release 7 Resolved Issues 7 Category Component 8 Community Component 8 New in this Release 8 Resolved Issues 8 Connector Framework Server 8 New in this Release 8 Resolved Issues 9 Controller 9 New in this Release 9 Resolved Issues 9 Coordinator 9 New in this Release 9 Resolved Issues 9 Distributed Action Handler 10 New in this Release 10 Resolved Issues 10 Distributed Index Handler 10 File System Connector CFS 10 New in this Release 10 Resolved Issues 10 HTTP Connector CFS (Solaris only) 11 New in this Release 11 Resolved Issues 11 IDOL Admin 11 New in this Release 11 Resolved Issues 11 IDOL Proxy Component 12 IDOL Speech Server 12 New in this Release 12 Resolved Issues 13 License Server 13 New in this Release 13 Resolved Issues 14 IDOL Server Release Notes HPE IDOL Server (11.0.0) Page 4 of 25
  • 5. Media Server (Windows and Linux only) 14 New in this Release 14 Resolved Issues 16 Query Manipulation Server Component 16 New in this Release 16 Resolved Issues 17 View Server Component 17 New in this Release 17 Resolved Issues 17 Web Connector (Windows and Linux only) 18 New in this Release 18 Resolved Issues 18 Upgrade Information 19 Upgrade to IDOL 11.x 19 Upgrade Document Tracking 19 Requirements 20 Minimum System Requirements 20 Software Dependencies 20 Supported Operating System Platforms 21 Notes 22 Documentation 25 IDOL Server Release Notes HPE IDOL Server (11.0.0) Page 5 of 25
  • 6. New in this Release The following sections describe the enhancements for the components of IDOL Server version 11.0.0. l For IDOL Server 11.0.0, a new installer is available, which allows you to install IDOL components in a more flexible manner. For more information about the new installer, refer to the IDOL Getting Started Guide. The IDOL Server installer now includes the following components on all platforms: l Controller and Coordinator. Controller and Coordinator monitor IDOL services as part of an IDOL Site Admin installation. The Controller component monitors and controls all IDOL services on a single host. The Coordinator component monitors and controls the wider IDOL system, by communicating with a series of Controllers. The "Controller" and "Coordinator" sections of these release notes lists the new features and resolved issues version 11.0.0, upgrading from version 10.11. For more information, refer to the IDOL Site Admin User Guide. l Find. Find is a basic IDOL search user interface. For more information, refer to the Find Installation Guide. The Windows and Linux versions of the IDOL Server installer also now include the following components: l Media Server. Media Server is an IDOL component for video analysis and encoding, and replaces Video Server. The "Media Server (Windows and Linux only)" section of these release notes lists the new features and resolved issues for Media Server 11.0.0, upgrading from Video Server 10.11. For more information, refer to the Media Server Administration Guide. l Web Connector. The Web Connector is a more powerful fetching solution for retrieving content from Web pages. The Web Connector uses an embedded browser to process Web pages so that it can retrieve complex Javascript and dynamic pages, as well as interpreting the structure of the page. The "Web Connector (Windows and Linux only)" section of these release notes lists the new features and resolved issues for Web Connector 11.0.0, upgrading from version 10.11. For more information, refer to the Web Connector Administration Guide. Note: In the Solaris version of the IDOL Server installer, the HTTP Connector is provided. l Knowledge Graph. Knowledge Graph is an IDOL component that uses connections between IDOL documents to create a set of relationships called a graph, and allows you to explore these connections in your data. For more information, refer to the Knowledge Graph Technical Note. IDOL Server Release Notes New in this Release HPE IDOL Server (11.0.0) Page 6 of 25
  • 7. Content Component New in this Release l The MATCHCOVER operator now supports fields where there are multiple identical matching values. Note: To successfully match fields with multiple identical matching values, the field must be configured as CountType. If the field is already CountType, you must regenerate the count index by using the DREREGENERATE index action, or the RegenerateCountIndex configuration parameter. l You can now specify whether to match field values for the DREREPLACE index action case- sensitively. By default, the #DREDELETEFIELDVALUE and #DREDELETESINGLEFIELDVALUE operators are case-insensitive, and #DREDELETEWILDFIELDVALUE and #DREDELETESINGLEWILDFIELDVALUE are case-sensitive. You can now use the following operators to specify the case matching: l #DREDELETECASEFIELDVALUE and #DREDELETENOCASEFIELDVALUE l #DREDELETESINGLECASEFIELDVALUE and #DREDELETESINGLENOCASEFIELDVALUE l #DREDELETEWILDCASEFIELDVALUE and #DREDELETEWILDNOCASEFIELDVALUE l #DREDELETESINGLEWILDCASEFIELDVALUE and #DREDELETESINGLEWILDNOCASEFIELDVALUE Resolved Issues l When NGramOrientalOnly or NGramMultibyteOnly were configured, the Highlight action with the Boolean and XMLFormat parameters set to True could highlight the wrong term positions. l When the configured Index fields did not exactly match the HighlightType field, the Proximity highlighting type could fail to highlight proximity expressions correctly. l Sending a GetStatus action while the Content component was shutting down could cause the component to exit prematurely. l Sending an asynchronous action, or a standard ACI action that would write to a log file, to the Content component after it processed a DREINITIAL or DRERESET index action could cause an interruption of service. l Sending an AgentBoolean query that contained numeric specifiers while documents were being indexed could cause an interruption of service. l For documents with multiple sections, regenerating the reference index failed to correctly add reference information for sections other than the first. This issue also affects any index where the reference index has been upgraded. l When security was enabled, the LINK FieldText operator, and the LinkFieldText action parameter for the Query action did not return any documents. l During a DRECOMPACT operation, the LINK FieldText operator could give incorrect results. IDOL Server Release Notes New in this Release HPE IDOL Server (11.0.0) Page 7 of 25
  • 8. l Indexing a single file with more than several thousand unique terms could leave the index in a state where some terms could not be retrieved until the server was restarted or more data was indexed. l If the DREREFERENCE field was configured with the index field property, a document that contained invalid UTF-8 in the DREREFERENCE field could cause an interruption of service during indexing. l In some circumstances, DREFUZZY queries could be very slow. l When combining on a reference field, the Query and GetQueryTagValues could return inconsistent result counts. Category Component The Category Component was updated in line with other IDOL components. There were no new features or resolved issues. Community Component New in this Release There were no new features in Community Component version 11.0.0. Resolved Issues l If the DREQueryParameter option in the [Profile] configuration section was used to set DREMaxTerms, Community did not apply the parameter for the ProfileUser action. Connector Framework Server CFS includes KeyView filters and can run Eduction. For new features and resolved issues related to these components, refer to the KeyView Release Notes and Eduction Release Notes. New in this Release l The GetStatistics service action now reports statistics about the performance of CFS. l Dates processed by field standardization are converted into a standard format (the IDOL AUTNDATE format). l CFS includes a new indexing library, so that you can index data into an IDOL Knowledge Graph. IDOL Server Release Notes New in this Release HPE IDOL Server (11.0.0) Page 8 of 25
  • 9. Resolved Issues l An error could occur when indexing documents into Haven OnDemand. CFS sent some field values as arrays with a single element but Haven OnDemand does not accept arrays for all document fields. l If asynchronous action queues were stored in a PostgreSQL database, the action QueueInfo&QueueAction=GetStatus returned information about all actions when the Token parameter was set to retrieve information about a specific request. Controller New in this Release l You can use the new AciTimeoutMs configuration parameter in the [StatsMonitor] section of the configuration file to specify the timeout (in milliseconds) for ACI connections used to retrieve statistics from services. Resolved Issues l An issue affecting Linux and Solaris was resolved whereby the StartService action failed to start connectors when the ControlMethod parameter was set to Process. l The GetServices action now displays running services correctly on Solaris. l An issue with ACI timeout errors in the statistics monitoring log file was resolved. l Process type statistics now change values over time rather than recording a single value. Coordinator New in this Release There were no new features in Coordinator version 11.0.0. Resolved Issues l Process type statistics now change values over time rather than recording a single value. IDOL Server Release Notes New in this Release HPE IDOL Server (11.0.0) Page 9 of 25
  • 10. Distributed Action Handler New in this Release There were no new features in Distributed Action Handler version 11.0.0. Resolved Issues l The DAH GetLicenseInfo action did not include the child server actions in the response. l In some circumstances when StrictMode was turned on and VDBs were configured, DAH could return a successful response when child servers were unavailable. l When a single child server was configured, DAH could exit unexpectedly when processing a GetTagNames action. l When UsePersistentConnections was set to True, DAH could create too many connections, resulting in high memory usage. Distributed Index Handler The Distributed Index Handler was updated in line with other IDOL components. There were no new features or resolved issues. File System Connector CFS New in this Release l Dates processed by field standardization are converted into a standard format (the IDOL AUTNDATE format). Resolved Issues l If asynchronous action queues were stored in a PostgreSQL database, the action QueueInfo&QueueAction=GetStatus returned information about all actions even when the Token parameter was set to retrieve information about a specific request. l In some circumstances, log messages related to ingestion could be repeated excessively frequently. IDOL Server Release Notes New in this Release HPE IDOL Server (11.0.0) Page 10 of 25
  • 11. HTTP Connector CFS (Solaris only) New in this Release There were no new features in HTTP Connector (CFS) version 11.0.0. Resolved Issues l If asynchronous action queues were stored in a PostgreSQL database, the action QueueInfo&QueueAction=GetStatus returned information about all actions even when the Token parameter was set to retrieve information about a specific request. l In some circumstances, log messages related to ingestion could be repeated excessively frequently. IDOL Admin New in this Release l IDOL Admin now supports the following browsers: l Internet Explorer 11 and later l Edge l Chrome (latest version) l Firefox (latest version) l If the amount of server capacity used is greater than 70%, the IDOL Admin interface displays capacity information on the Overview tab on the Status page. l If IDOL Admin is deployed against a License Server, you can view information on aggregated resource usage and limits in the Licenses section in the Control menu. Resolved Issues l An issue with the PurgeDatastore action in Internet Explorer 11 was resolved. l Missing tabs and pages now display when IDOL Admin is deployed against a DAH. l An issue was resolved whereby IDOL Admin terminated unexpectedly on startup when deployed against a DAH in non-mirror mode pointing at two Content instances with different language settings. IDOL Server Release Notes New in this Release HPE IDOL Server (11.0.0) Page 11 of 25
  • 12. l The query on the Test Action tab in the Console section now allows for any language type, rather than just the default language type. l An issue was resolved whereby IDOL Admin for a DAH did not load when the DAH was configured with a CFS distributed engine. IDOL Proxy Component The IDOL Proxy Component was updated in line with other IDOL components. There were no new features or resolved issues. IDOL Speech Server New in this Release l This release includes a new version of the speaker identification functionality. The new system is faster, more efficient in terms of memory usage, and more scalable than the previous system. It also supports more options, and modes of operation. The following default speaker identification tasks are available: SpkIdDevel SpkIdSetAdd SpkIdDevelFinal SpkIdSetDelete SpkIdDevelStream SpkIdSetInfo SpkIdDevelWav SpkIdTrain SpkIdEvalStream SpkIdTrainStream SpkIdEvalWav SpkIdTrainWav SpkIdFeature The following speaker identification modules are available: audiotemplatedevel audiotemplateedit audiotemplatescore audiotemplatetrain The SidTrain, SidTrainFinal, WavSidTrain, WavSidOptimize, SidPackage, WavSpeakerId, and StreamSpeakerId tasks are deprecated in this release. These tasks are still available for existing implementations, but might be incompatible with new functionality. The tasks might be deleted in future. IDOL Server Release Notes New in this Release HPE IDOL Server (11.0.0) Page 12 of 25
  • 13. l This release includes an 8 kHz language ID classifier set for out-of-the-box telephony language identification. l This release includes Hungarian text normalization. l In addition to separating multiple custom language model declarations with a semicolon, you can now also use the following separator characters: ;@^| This provides more flexibility in terms of file naming. Note: You can use only a single separator character type within a single custom language model declaration string. l This release includes several improvements to server shutdown response times: l Delays during the shutdown process are less common, and some tasks that could block shutdown have been improved so that they are more compliant. l The server now exits immediately if an error is detected during startup. l You can use the new ShutdownTimeout parameter in the [Server] section of the configuration file to specify the maximum number of seconds to wait for the server to shut down cleanly before forcibly terminating the process. For more information, see the IDOL Speech Server Reference. Resolved Issues l The frontend and normalizer modules in the language identification tasks have been updated to resolve an issue with the resource configuration for language identification on 8 kHz telephony audio files. l An issue was resolved whereby the default language classifiers were not located unless the class path was explicitly specified. l An issue was resolved that could cause silence markers to be mistakenly joined with other words when using the PostProc module's word compounding function for recombining word fragments. l The normalizer now spells out ampersands outside words rather than deleting them. For example, I like cheese & marmite. is normalized as I like cheese and marmite <s>. l The server now checks for any custom language models in excess of the permitted maximum of nine, and reports an error if the limit is exceeded. License Server New in this Release There are no new features in License Server version 11.0.0. IDOL Server Release Notes New in this Release HPE IDOL Server (11.0.0) Page 13 of 25
  • 14. Resolved Issues l License Server could be very slow to revoke a license and issue a new license. Media Server (Windows and Linux only) New in this Release Media Server Core l Media Server supports a new type of task: transformation. These tasks transform the data produced by Media Server, so that you can customize how it is encoded or output to external systems. l Media Server includes a user interface that you can use to see what Media Server is currently ingesting and view information about the latest records that were produced. To open this interface, send action=activity from your Web browser. l In the response to the process action, Media Server includes the task configuration that was used. l When it starts running a process action, Media Server writes the task configuration to the engine log stream. l Log messages in the engine log stream include the process action token, so that it is easier to troubleshoot issues when you run multiple process actions at the same time. l The GetLatestRecord action can now return image data in compressed JPEG format, rather than PNG format. Ingest l The LibAv ingest engine has a new parameter named MaximumDuration, which you can set to limit the amount of video and audio that is ingested. For example, when processing a file or stream, you could limit processing to the first 5 minutes of video. Analysis l Media Server uses a new algorithm for face recognition. The new algorithm gives significantly better accuracy and can recognize faces that are not looking directly at the camera (though both eyes must be visible). However, the new algorithm is slower. After upgrading to Media Server 11.0.0, run the training action BuildAllFaces to update the training stored in your face databases. l The action BuildAllFaces has been added. This action trains Media Server to recognize any faces that exist in its database and have incomplete training or training that needs updating. l Media Server uses a new algorithm for optical character recognition. The new algorithm provides similar overall accuracy but accuracy may increase or decrease in certain cases. The new OCR algorithm provides improved stability. IDOL Server Release Notes New in this Release HPE IDOL Server (11.0.0) Page 14 of 25
  • 15. l Media Server provides actions and configuration parameters so that you can control which face recognition and object detection training is loaded into memory (Media Server must load data from the training database so that it can be used for analysis). You can therefore reduce memory use in cases where your training database contains many face and object databases, but you want to run analysis using only some of them. l The actions UnsyncFaces and UnsyncObjects have been added. l The actions SyncFaces and SyncObjects now have a new parameter, Database, which specifies the database to synchronize. When you set this parameter, any other face databases (for SyncFaces) or object databases (for SyncObjects) are removed from memory. l The BuildFace, TrainFace, and BuildAllFaces actions accept the NumParallel parameter, which specifies the number of threads to use to complete the action. l You can use the MaxNumParallel configuration parameter to limit the number of threads used by a single BuildFace, TrainFace, BuildAllFaces, BuildObject, or TrainObject action. l Metadata keys and values specified using the actions TrainFace and TrainObject can now contain commas and colons. You must enclose the key name or value in quotation marks (") and escape any quotation marks that occur within the string with a backslash (). Analysis - Number Plate Recognition l Media Server can read number plates from more locations, including 50 US states. For a complete list of supported locations, refer to the Media Server documentation. l Improved accuracy when reading number plates from Brazil. l Improved accuracy when reading number plates from New Zealand. l Improved accuracy in number plate recognition by rejecting results obtained from long strings of text. This prevents results being obtained from text on vehicles, and from road signs. l Media Server can now read number plates that have a space after the first character, or before the last character. l Improved formats files, to ignore large logos on some number plates. l Improved accuracy in some cases because the integration process now considers gaps between characters, when comparing the number plates that have been read to the expected formats. l The configuration parameter OutputUnformattedReads has been added. An unformatted read is a result where the number plate meets the required confidence score but does not match any of the expected formats. You can use this parameter to help determine whether Media Server is producing valid results that are being rejected because they do not match any of the expected formats. Unformatted reads can be identified in the output from Media Server because the field unformattedread is set to true. l For each number plate result, Media Server includes a field named rawread. This contains the characters read by optical character recognition. This field can have a different value to the plateread because it shows the characters read from the plate before the expected plate formats are applied. IDOL Server Release Notes New in this Release HPE IDOL Server (11.0.0) Page 15 of 25
  • 16. Transformation l Media Server includes a transformation engine for resizing images. l Media Server includes a transformation engine for changing the format of images that are associated with records. Encoding l When you configure an image encoder task and set the ImageSize parameter, you can specify the width or height of the output image and Media Server will automatically calculate the other dimension, maintaining the original aspect ratio. Output l The ContentType configuration parameter has been added to the HTTP POST output engine. You can use this parameter to set the value of the content-type attribute in the HTTP POST header. Resolved Issues l Media Server did not successfully output data to Connector Framework Server, because the ingest action formed by Media Server was invalid. l The image encoder could output images with the wrong aspect ratio. This occurred in cases where the source video was re-sized along one axis because it was intended to be displayed using non- square pixels. For example, some standard definition TV broadcasts can be encoded at an aspect ratio of 4:3, but are intended to be displayed at an aspect ratio of 16:9. Output tracks that contain image data now contain a new XML element, pixelAspectRatio. There is also new macro, %record.ImageData.pixelAspectRatio%, and you can access this value in Lua scripts. l Media Server could stop recording data to a rolling buffer operating in evidential mode. l Media Server failed to read square number plates in cases where the number of characters on each row differed by more than one. l The video profile mpeg4video_h264_sd produced video at 720p resolution, rather than standard definition (1024x576). l When running number plate analysis, Media Server did not output a state code for US number plates. l If asynchronous action queues were stored in a PostgreSQL database, the action QueueInfo&QueueAction=GetStatus returned information about all actions when the Token parameter was set to retrieve information about a specific request. Query Manipulation Server Component New in this Release There were no new features in Query Manipulation Server version 11.0.0. IDOL Server Release Notes New in this Release HPE IDOL Server (11.0.0) Page 16 of 25
  • 17. Resolved Issues l QMS could use the incorrect MaxResults parameter in a query for promotions, so that some promotions were not applied. l When two QMS rules were configured to insert the same promotion document at the same position in the results, QMS could insert the next non-promotion document in the second position, rather than the next relevant promotion. l When using a request cooker, QMS could overwrite query expansions and whitelist and blacklist processing. l When using a request cooker, QMS could lose some QMS-specific parameters, such as ExpandQuery. l When processing a promotions query that triggered multiple dynamic promotion rules, QMS would return an autn:querysummary tag, the value of which was just commas and spaces. l When using a request cooker with actions that would otherwise be passed directly to the Content component, QMS could exit unexpectedly. l QMS could give incorrect TotalResults details when processing a promotions query that used multiple dynamic promotions. Now, when you set Predict to False, QMS provides the correct values for TotalResults. When you set Predict to True, QMS might overestimate the TotalResults value. l When a Query matched multiple dynamic promotions with overlapping results set, QMS sometimes returned the wrong number of results. View Server Component New in this Release There are no new features in View version 11.0.0. Resolved Issues l View Server can now handle HTTP redirects of the form Location: /somewhere/else/on/this/host. IDOL Server Release Notes New in this Release HPE IDOL Server (11.0.0) Page 17 of 25
  • 18. Web Connector (Windows and Linux only) New in this Release l The Url configuration parameter accepts multiple values, so you can configure a single task to crawl the Web from more than one starting point. l The RemoveNoscripts configuration parameter has been added. If you set this parameter to TRUE, the connector removes all <noscript> elements from HTML pages before they are clipped (if clipping is enabled) and ingested. Resolved Issues l If asynchronous action queues were stored in a PostgreSQL database, the action QueueInfo&QueueAction=GetStatus returned information about all actions even when the Token parameter was set to retrieve information about a specific request. l In some circumstances, log messages related to ingestion could be repeated excessively frequently. IDOL Server Release Notes New in this Release HPE IDOL Server (11.0.0) Page 18 of 25
  • 19. Upgrade Information This section describes how to upgrade IDOL Server and its components. Upgrade to IDOL 11.x The simplest way to upgrade is to index data into a fresh installation of IDOL 11.0, whilst also activating any further functionality that is appropriate for your use case. However, IDOL 11.0 is also fully compatible with existing installations and indexes, so you do not need to reindex, as long as you include certain configuration settings before you run the IDOL 11.0 executable. You must add the following configuration setting for the Content component, unless a different value is already present. If you create a new IDOL index, you can ignore this step. [Server] ParametricMaxPairsPerDocument=104858 If you want to upgrade to IDOL 11.x from IDOL 7.x, there are some additional configuration updates. For more information, refer to the IDOL 11 Upgrade Technical Note. Upgrade Document Tracking In IDOL 10.9, the database schema for Document Tracking was updated. For information about upgrading your document tracking database backend from IDOL 10.8 or earlier to IDOL 10.9 or later, refer to the Document Tracking 10.9 Upgrade Technical Note. The database schema for Document Tracking was updated for IDOL 10.3. For information about upgrading your document tracking database backend from IDOL 10.2 or earlier, refer to the Document Tracking 10.3 Upgrade Technical Note. IDOL Server Release Notes Upgrade Information HPE IDOL Server (11.0.0) Page 19 of 25
  • 20. Requirements This section describes the system requirements, supported platforms, and software dependencies for IDOL Server 11.0.0. Minimum System Requirements The following are minimum system requirements for IDOL Server 11.0.0 on any supported operating system platform: l a dedicated SCSI disk l 4 GB RAM l 100 GB disk space l a minimum of 2 dedicated CPU - Intel Xeon or AMD Opteron or above To run IDOL Server version 11.0.0, or its components, on UNIX platforms, the server must have the following minimum versions of libraries: l GLIBC_2.3.2 l GLIBCXX_3.4.20 l GCC_4.8.0 Note: The IDOL Server installer and component stand-alone zip packages provide these libraries in the libgcc_s and libstdc++ shared libraries. If you start components from the command line (rather than using the init script), you might need to set the LD_LIBRARY_PATH to include the InstallDir/common and InstallDir/common/runtimes directories, to ensure that the component can access the installed shared libraries. You can also copy the shared libraries to the component working directory. To run IDOL Server version 11.0.0 on the Microsoft Windows operating system, you might need to update the Microsoft Visual C++ Redistributable packages. The IDOL Server installer includes the required redistributable files for Microsoft Visual C++ 2005, 2010, and 2013. You can also update your packages by using the latest version at:  http://support.microsoft.com/kb/2019667 Software Dependencies Some IDOL Server components depend on specific third-party or other HPE IDOL software. The following table details the IDOL Server software and feature dependencies. IDOL Server Release Notes Requirements HPE IDOL Server (11.0.0) Page 20 of 25
  • 21. Component Dependencies Java Windows, Solaris, Linux: JRE 1.6 or later Browsers l Internet Explorer 9 and later l Mozilla Firefox 18 and later l Chrome 25 and later Supported Operating System Platforms The following operating system platforms are available for IDOL Server 11.0.0. l Windows x86 64 l Linux x86 64 l Solaris x86 64 l Solaris SPARC 64 The documented platforms are the recommended and most fully tested platforms for IDOL Server. The following sections provide more information about the most fully tested versions of these platforms. Windows l Windows Server 2012 x86 64 l Windows 7 SP1 x86 64 l Windows Server 2008 R2 x86 64 l Windows Server 2008 SP2 x86 64 Linux For Linux, the following lists the minimum recommended versions of particular distributions: l Red Hat Enterprise Linux (RHEL) 5 l CentOS 5 l SuSE Linux Enterprise Server (SLES) 10 l Ubuntu 12.04 l Debian 7 Solaris l Solaris 10 l Solaris 11 IDOL Server Release Notes Requirements HPE IDOL Server (11.0.0) Page 21 of 25
  • 22. Notes l If you are running IDOL server on the Solaris operating system, ensure you specify an installation path that is less than 30 characters. This prevents an issue with the stop script. l Documentation for the deprecated CommsEncryptionTEAKeys configuration parameter and the TEA option for the CommsEncryptionType parameter has been removed for version 11.0. For documentation for this parameter, refer to the IDOL 10 documentation. Community l Documentation for the following deprecated configuration parameters has been removed for version 11.0. For documentation on these parameters, refer to the IDOL 10 documentation: l [Agent] AgentResultsCacheDuration l [Agent] ResultsCacheDuration l [Profile] AgentResultsCacheDuration l [Profile] ResultsCacheDuration l [Server] DeferLoginSyncDuration l [Server] DRETermActionCompatibility l [User] UserCacheCycleTime l [User] UserCacheExpiryTime l [User] XMLBackupDirectory l [User] XMLDuration l [User] XMLTempDirectory l [UserSecurity] RoleListUseSecurity Connector Framework Server l If you are upgrading from CFS 10.9.0 or earlier, ensure that your CFS finishes indexing data into IDOL before you upgrade. There must be no data left in the outgoing folder. l The default configuration file installed with CFS now runs field standardization. Field standardization renames document fields so that documents created by different connectors use the same field names to store the same type of information. In some cases field standardization modifies field IDOL Server Release Notes Notes HPE IDOL Server (11.0.0) Page 22 of 25
  • 23. values so that the values are in standard formats. Note: You might need to make configuration changes to other IDOL components and front-end applications if you have configured them to rely on specific document fields. If you would prefer to disable field standardization, modify the CFS configuration file as follows: l In the [ImportService] section, set the configuration parameter EnableFieldNameStandardization to FALSE. l In the [ImportTasks] section, remove the field standardization import task by deleting the line Post0=Standardizer. File System Connector l The default configuration file installed with IDOL Server now runs field standardization. Field standardization renames document fields so that documents created by different connectors use the same field names to store the same type of information. In some cases field standardization modifies field values so that the values are in standard formats. Note: You might need to make configuration changes to other IDOL components and front-end applications if you have configured them to rely on specific document fields. If you would prefer to disable field standardization, open the configuration file and in the [Connector] section set the parameter EnableFieldNameStandardization to FALSE. HTTP Connector l The default configuration file installed with IDOL Server now runs field standardization. Field standardization renames document fields so that documents created by different connectors use the same field names to store the same type of information. In some cases field standardization modifies field values so that the values are in standard formats. Note: You might need to make configuration changes to other IDOL components and front-end applications if you have configured them to rely on specific document fields. If you would prefer to disable field standardization, open the configuration file and in the [Connector] section set the parameter EnableFieldNameStandardization to FALSE. Media Server l Media Server uses a new algorithm for face recognition. After upgrading to Media Server 11.0.0, run the training action BuildAllFaces to update the training stored in your face databases. l In object detection, the training option and configuration parameter EdgeFeatures has been renamed to BoundaryFeatures. IDOL Server Release Notes Notes HPE IDOL Server (11.0.0) Page 23 of 25
  • 24. l The following configuration parameters have been removed: l ImageSize (from the Keyframe analysis engine). HPE recommends using the new scale transformation engine to re-size images. l OcrMethod (from the OCR analysis engine). l MaxResultsPerFrame (from ANPR). l The default values for the following configuration parameters have been updated: Feature Configuration parameter Default value Video Server 10.11 Default value Media Server 11.0 ANPR Sensitivity 20 5 Face detection MinSize 15 24 SizeUnit Percent Pixels l The ANPR configuration parameter Location now accepts ISO-3166 codes. l The ANPR format file euroformats.cfg has been removed. l The ANPR format files irelandukformats.cfg and serbianformats.cfg have been replaced with irelandformats.cfg and serbiaformats.cfg, respectively. l When you set the ANPR configuration parameter Location to a location for which there is no weights file, Media Server uses the generic weights file. l The AstPath configuration parameter, for speaker identification, is now optional. If you do not set this parameter, Speech Server cannot identify speakers, but can divide the audio into different speakers and detect the gender of each speaker. l The default value of the FrameRate parameter for the face recognition, face demographics, face state, and clothing analysis tasks is now 0 (zero represents no limit). HPE recommends that you use this value so that these tasks process all results produced by a face detection task. Web Connector l The default configuration file installed with IDOL Server now runs field standardization. Field standardization renames document fields so that documents created by different connectors use the same field names to store the same type of information. In some cases field standardization modifies field values so that the values are in standard formats. Note: You might need to make configuration changes to other IDOL components and front-end applications if you have configured them to rely on specific document fields. If you would prefer to disable field standardization, open the configuration file and in the [Connector] section set the parameter EnableFieldNameStandardization to FALSE. IDOL Server Release Notes Notes HPE IDOL Server (11.0.0) Page 24 of 25
  • 25. Documentation The following documentation was updated for this release. l IDOL Expert l IDOL Getting Started Guide l IDOL Server Reference (online help) l IDOL Server Administration Guide l Distributed Action Handler Reference (online help) l Distributed Action Handler Administration Guide l Distributed Index Handler Reference (online help) l Distributed Index Handler Administration Guide l License Server Reference (online help) l License Server Administration Guide l Connector Framework Server Reference (online help) l Connector Framework Server Administration Guide l File System Connector (CFS) Reference (online help) l File System Connector (CFS) Administration Guide l HTTP Connector (CFS) Reference (online help) l HTTP Connector (CFS) Administration Guide l Web Connector Reference (online help) l Web Connector Administration Guide l QMS Reference (online help) l QMS Administration Guide l Media Server Reference (online help) l Media Server Administration Guide l IDOL Speech Server Reference (online help) l IDOL Speech Server Administration Guide l Knowledge Graph Reference (online help) l Knowledge Graph Technical Note IDOL Server Release Notes Documentation HPE IDOL Server (11.0.0) Page 25 of 25