ANR1335E
command: Database database name cannot be the target of an upgrade because it is not empty.

Explanation

The DSMSERV INSERTDB operation cannot insert data into the specified database because the database already contains data from another server.

Possible causes for this error include:
  • The wrong database was specified in the DATABASEALIAS option in the server's options file.
  • The database was formatted using the DSMSERV FORMAT command instead of the DSMSERV LOADFORMAT command.

System action

The DSMSERV INSERTDB command terminates.

User response

Verify that the correct database name is specified in the server's options file. If the correct database is specified, and the database is not in use by a different TSM server, then drop the database and recreate it using the DSMSERV LOADFORMAT command before rerunning the DSMSERV INSERTDB command.