logo  
Google
 

DB2 SQL-Error: -655

SQLState: 56036

Short Description: THE CREATE OR ALTER STOGROUP IS INVALID BECAUSE THE STORAGE GROUP WOULD HAVE BOTH SPECIFIC AND NONSPECIFIC VOLUME IDS

One of the following error conditions occurred: v Both a specific and a non-specific ('*') volume ID are specified in the VOLUMES clause of a CREATE STOGROUP statement. v Both a specific and a non-specific ('*') volume ID are specified in an ADD VOLUMES clause of an ALTER STOGROUP statement. v A specific volume ID is specified in an ADD VOLUMES clause of an ALTER of a storage group that has non-specific volume IDs or mixed volume IDs. v A non-specific volume ID ('*') is specified in an ADD VOLUMES clause of an ALTER of a storage group that has specific volume IDs or mixed volume IDs.System action: The statement is not executed. Programmer response: Specify either specific or non-specific volume IDs in the VOLUMES clause of CREATE STOGROUP statement and the ADD VOLUMES clause of the ALTER STOGROUP statement. To add specific volume IDs to a storage group with non-specific volume IDs, use the REMOVE VOLUMES clause to remove the non-specific volume IDs. To add non-specific volume IDs to a storage group with specific volume IDs, use the REMOVE VOLUMES clause to remove the specific volume IDs.

 <-  BACK TO INDEX