IBM Support

Release Notes - IBM SPSS Modeler 15.0 Fix Pack 1

Release Notes


Abstract

This fix pack will upgrade IBM® SPSS® Modeler 15.0 to 15.0 FP1 (15.0.0.1). Support is introduced for the SAP HANA, Greenplum and Teradata 14 databases. It also provides important product corrections for IBM Modeler Premium 15.0.

Content


Installing
Windows 8
New features
Fix list
Scripting compatibility with previous versions
Variable file parsing
Entity Analytics Configuration Guide
Known Issues

Installing IBM SPSS Modeler 15.0 Fix Pack 1

For information on downloading and installing the fix pack, see the relevant Download Document. Depending on your installation you can chose from the IBM SPSS Modeler Professional components and the IBM SPSS Modeler Premium add-ons.

NOTE: The Modeler Client 15.0 Fix Pack 1 might take over 10 minutes to install. This is due to a configuration step at the end of the installation process. The configuration step occurs after the "Status: Removing Backup Files" message in the installer has completed. During this time the installer status message is "Status:" and the installer status bar does not gradually increment. The installation complete message is displayed when the installation of the fix pack is complete.

Windows 8

Support for Windows 8 is introduced for Modeler client products with this fix pack. However, the 15.0.0.0 versions of Modeler Professional Administration Console, Modeler Premium Administration Console, Modeler SNA, Modeler Entity Analytics Unleashed, and IBM SPSS Data Access Pack (SDAP) products will not install on Windows 8. To install these products, download the 15.0 Fix Pack 1 versions of them from Fix Central and install directly. Links to the Modeler FP1 packages can be found in the relevant Download Document. Depending on your installation you can chose from the IBM SPSS Modeler Professional components and the IBM SPSS Modeler Premium add-ons.

If you require the SDAP to install on Windows 8, please contact IBM SPSS Technical Support.

Entity Analytics Unleashed
Entity Analytics Unleashed Fix Pack 1 will fail to install on Windows 8. Attempting to do so results in the following error:

You must install IBM SPSS Entity Analytics Unleashed Fixpack into an existing IBM SPSS Modeler installation folder, where IBM SPSS Entity Analytics Unleashed has been installed. Choose an appropriate installation folder and try again.

To install EAU FP1 on this platform, complete the following steps:

  1. From the Control Panel, select System > Advanced system settings > Advanced > Environment Variables and create a new variable called: IBM_EA_SKIP_DEST_CHECK. Give this new variable the value: 1.

  2. Install the Entity Analytics Unleashed Fix Pack 1.

New Features

New Database Support
In this fix pack, support has been added for the following databases: SAP HANA, Greenplum, Teradata 14 and SQL Server 2012 (Windows only). In this fix pack, support is also introduced for the IBM DB2 ODBC driver.

SAP HANA and IBM DB2 on UNIX or Linux
Connecting to SAP HANA, or IBM DB2 using the IBM DB2 ODBC driver, from Modeler Server in a UNIX or Linux environment requires Modeler Server to be configured to use a new ODBC wrapper, "libspssodbc_datadirect.so". To configure Modeler Server to use this wrapper, complete the following steps:

  1. Navigate to your Modeler Server "installation directory/bin" folder.
  2. Remove the existing link file "libspssodbc.so" using the following command:
    rm -fr libspssodbc.so
  3. Link the new wrapper to "libspssodbc.so" using the following command:
    ln -s libspssodbc_datadirect_utf16.so libspssodbc.so
  4. Configure your Modeler Server startup script "modelersrv.sh" to source the IBM SPSS Data Access Pack odbc.sh environment file by adding the following line to "modelersrv.sh":
    . /pathtoSDAPinstall/odbc.sh
    where <pathtoSDAPinstall> is the full path to your IBM SPSS Data Access Pack installation.
  5. Restart Modeler Server.
  6. You must add the following parameter definition to the DSN in your odbc.ini file to avoid buffer overflows during connection:
    DriverUnicodeType=1

The wrapper "libspssodbc_datadirect_utf16.so" is different to the wrapper detailed in the Configuring ODBC drivers on UNIX systems section of the Modeler 15 Server for UNIX Installation Instructions. If you try to use these ODBC drivers with Modeler Server configured as documented in the Modeler 15 Server for UNIX Installation Instructions you will see the following behavior:
  • Table names will not be displayed correctly in the database source node.
  • All string data extracted from tables will be displayed incorrectly.

Note: The "libspssodbc_datadirect_utf16.so" wrapper is also compatible with the other Modeler Server supported ODBC drivers.

Teradata 14
The Teradata ODBC driver is the only Teradata driver supported with this version of Teradata server. Consequently, access to Teradata 14 on SuSE11 zLinux is not supported because the Teradata ODBC driver does not support this platform.




Node Updates
The following nodes have been updated:

  • Binning Node
An option has been added to the “Fixed-width binning” mode that causes the same bin intervals to be used for all binned fields. When connecting to a remote server, this option is ignored unless the Fix Pack has also been applied to the Modeler Server installation.

  • Auto-Classifier and Auto-Numeric Model Builder and Model Applier Nodes
An option has been added that generates the individual model outputs, in addition to the output of the model ensemble.

  • Evaluation Node
An option has been added that overlays profit criteria for all chart types, where previously this option was only available for the Profit chart type.

Fix List

Issues corrected: Fix list.




Scripting Compatibility with Previous Releases

There is an error in the Scripting and Automation Guide, which states that model nuggets may now be inserted in the stream automatically if automatic model replacement is enabled in the stream and the stream is executed by a script. The scripting behavior in this area has not changed and models need to be inserted into the stream using the "insert" scripting command, as in previous releases. For example:

for n in 1 to 4

execute :neuralnetworknode

insert model realincome:applyneuralnetworknode connected between :type and :sample

execute table

delete realincome:applyneuralnetworknode

endfor

Variable File Parsing



When using the Variable File node, the check box "Line delimiter is newline character" is clear by default. With this setting any blank values at the end of data rows are retained in the data during processing, as they are in Modeler 14.2. If you require blank end of row values to be removed when processing your data, select the "Line delimiter is newline character" check box. Modeler 15.0 stripped blank end of row values even when this option was not selected, making it's behavior inconsistent with Modeler 14.2.

Entity Analytics Configuration Guide

An updated version of the EA Configuration Guide is available for download as part of this fix pack. If you are using Entity Analytics Fix Pack 1 with Collaboration and Deployment Services, Decision Management, or Solution Publisher you should follow the instructions given in this Configuration Guide.

Entity Analytics on Solaris

For Entity Analytics to work on Solaris, the minimum system patch level is Solaris 10 Update 6.

Known Issues

Storing or Configuring Text Analytics Nodes or Streams into Collaboration and Deployment Services Environment
If you are using C&DS 4.x, an error occurs when storing or configuring Text Analytics nodes or streams. To resolve this issue, carry out the following instructions.


Add the path <C&DS_installation_root>/components/modeler/ext/bin/spss.TMWBServer to the system path environment variable used by the application server running the Collaboration and Deployment Services.

The system path environment variable differs between platforms:
  • On Windows the environment variable is PATH
  • On AIX platform the environment variable is LIBPATH
  • On other Unix platforms the environment variable is LD_LIBRARY_PATH
The location of the environment variable differs between application servers:
  • For WebSphere, the environment variable can be set through the admin console for the appropriate server.
  • For JBoss, the environment variable can be found in the wrapper.conf file.
  • For Weblogic, the environment variable can be found in the domain’s start script.

On HP-UX platform, make sure that all the files in the directory <C&DS_installation_root>/components/modeler/ext/bin/spss.TMWBServer/bin have execute permissions.

Note: <C&DS_installation_root> refers to the full installation path for Collaboration and Deployment Services server. For example: /usr/IBM/SPSS/Collaboration and Deployment Services/4.2/Server

This issue does not affect users of C&DS 5.0.

Champion Challenger
If you are using Entity Analytics, the champion challenger comparison process does not work.

C&DS Context Root
Modeler 15.0 Fix Pack 1 does not support the C&DS context root feature.

C&DS Nicknames
C&DS nicknames are not supported by the Entity Analytics repositories in Modeler 15.0 Fix Pack 1. When naming EA repositories, a naming scheme should be used so that the repositories are given unique names.

[{"Product":{"code":"SS3RA7","label":"IBM SPSS Modeler"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Not Applicable","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"15.0","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Document Information

Modified date:
17 June 2018

UID

swg27036334