The migration of tables with unload and load of data fails with the following error in IBM Load utility:
DSNU1015I DSNUGDYN - ERROR ALLOCATING DATA SET
DSN=unload.dataset.name
CODE=X'17080002'
The Tablespace was created with DEFINE NO.
Can RC/Migrator for Db2 for z/OS (RCM) bypass the load of these objects.
RC/Migrator is currently not able to identify if a Tablespace has been created with DEFINE NO or if a Table definition is incomplete
In this scenario the following occurs:
IBM Unload will issue DSNU185I and skip the object. Processing continues.
IBM Load will fail with DSNU1015I. Processing stops.
The current design of RC/Migrator does not restrict generating UNLOAD/LOAD utilities for an incomplete Table definition or a Tablespace created with DEFINE NO.
Please refer to Knowledge Document 145047 which documents the steps to exclude these objects from the migration strategy.
Note that this cannot be done when using the database as the primary object. Step 2 shows how the DEFINE NO Tablespaces can be excluded from a data only migration.