Netezza Performance Server 11.2.1.10 release notes
Netezza Performance Server for Cloud Pak for Data System
Version 11.2.1.10
introduces a spi_simplify_expr flag for running stored procedures, adds
IDENTIFIED BY clause in CREATE USER command, and updates the
number of supported directories for backup and restore. It also comes with several
fixes.
Note:
- Netezza Performance Server 11.2.1.10 is compatible with Cloud Pak for Data System 1.0.8.0 and later.
- A new upgrade procedure is available. For more information, see Upgrading Netezza Performance Server to 11.2.1.10 or later.
New features and enhancements
- Stored procedures
- Added a
spi_simplify_exprflag to prevent theexpression_tree_walkererror from occurring. - CREATE USER command help information
- Added
IDENTIFIED BYclause in theCREATE USERcommand, which works similarly toPASSWORDclause. - Backup and restore
- Updated the number of directories that are supported for backup and restore from 16 to 30 for the -dir parameter. For more information, seeCommand syntax for nzbackup.
Resolved issues
- Fixed the issue in parsing the enclosure number while performing replace disk procedure.
- Fixed INZA installation issue when there are orphan records in
_t_depend. - Fixed the issue with providing additional attribute in JDBC for allowing
maxErrorsto be configured. - Fixed the system restart issue when the record size grows beyond 4096 and the system runs out of memory and crashes.
- Fixed the NetezzaSQL ODBC driver loading issue due to C++ 2015/2022 runtime libraries.
- Fixed the issue of checksum error while restoring the database.
- Fixed the crash issue that occurs while performing
BPCHAR->CHARexplicit casting in queries. - Added additional log collection in
monitor.shusingnzpush -astatus for identifying network interface information. - Changed the confirmation message about incompatible UDXs to a warning message. The confirmation message was to confirm the architecture purge of the incompatible UDXs identified during the upgrade.
- Fixed the NPS restart issue that happens while running large number of insert statements inside
BEGIN-COMMITblock. - Provided additional logging mechanism through
solconsoledaemonto collect SPU console logs when problematic SPU goes unreachable. - Fixed the issue that caused bad
deletexidsgetting written on the disk page to avoid corruption. - Fixed the issue with backup transactions that caused waiting for a long time.
- Fixed the Postgres crash issue that happens while running delete command on versioned table.
- Fixed the performance issues reported after expanding the system from Base+16 to Base+32.
- Fixes the issue with setting up
nzpasswordwhile using connector node. - Fixed the error Unable to find role: disk serial number not provided that occurs while performing disk replacement.
- Fixed the issue that caused the error: Bad date external representation '00000000' wit ENABLE_NEW_CASE set to OFF.
Known issues
- If you get the following error message during Netezza Performance Server upgrade, contact IBM
support.
ERROR: Duplicate Records found in $n databases. Please contact IBM customer support for assistance. nzrestorefails if backup is taken withBUCKET_URLhaving slashes.Whenever theWORKAROUND:nzrestorefailure happens with following error:
Check the backup command and verify whether[Restore Server] : Starting the restore process [Restore Server] : Operation aborted Error: Connector exited with error: 'The specified key does not exist. with address : xx.xxx.xx.xxx'.BUCKET_URLis having slashes as shown in the following example:BUCKET_URL=bakcupbucket/subdir/ UNIQUE_ID=2024-01-12ModifyBUCKET_URLandUNIQUE_IDas shown:BUCKET_URL=bakcupbucket UNIQUE_ID=subdir/2024-01-12Note:UNIQUE_IDis a combination of string that is taken fromBUCKET_URLafter the first slash and actualUNIQUE_ID. Pass these two arguments to thenzrestorecommand.