<z/Os> Creating multiversion views on data with a spatial column will fail.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM035334
Submitted
May 16, 2008
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
9.3
Status
Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
Description
The following error occurs when trying to create a multiversioned view (versioned view) on a table that contains a spatial column in a geodatabase in DB2 z/OS:
"SQL20060N The key transform table function used by the index extension of index "DISTINCT TYPE" of table "PARAMETER" in "NEW_FEATURE" generated duplicate rows."
Cause
There is no support for distinct types in the SQL stored procedures.
Due to a limitation in what can be stored inside a trigger in DB2 z/OS, ArcGIS uses stored procedures inside the triggers to support the multiversioned (versioned) view implementation. However it is not possible to pass a spatial type to a stored procedure. Therefore, the creation of multiversioned (versioned) views on spatial tables fails.
Workaround
Multiversioned (versioned) views can only be created on nonspatial tables in geodatabases in DB2 z/OS currently.