In Sybase IQ 12.7 ESD #2, if a dbspace is out of space
and an ALTER DBSPACE is attempted on that dbspace
without adding new space, or if an ALTER DBSPACE is
attempted on any other dbspace, the command fails with error -1010015 “The
MAIN store is out of space. Space must be added to the MAIN store
first”
or -1010016 “The
TEMPORARY store is out of space. Space must be added to the TEMPORARY
store first.”
When error -1010015 is returned, space must be added to the MAIN store before space can be added to any other store or before any other dbspace operation can be performed.
When error -1010016 is returned, space must be added to the TEMPORARY store before space can be added to any other store or before any other dbspace operation can be performed.