Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:services:storage_services:backup:tsm:admin:opdoc:start [2019/11/22 08:48] bnachtw [Errors by ANE/ANR/ANS codes] |
en:services:storage_services:backup:tsm:admin:opdoc:start [2020/12/02 16:56] (current) bnachtw [other] |
||
---|---|---|---|
Line 9: | Line 9: | ||
* [[en:services:storage_services:backup:tsm:admin:opdoc:ANR8779E| ANR8779E]] | * [[en:services:storage_services:backup:tsm:admin:opdoc:ANR8779E| ANR8779E]] | ||
=== other ==== | === other ==== | ||
+ | == Removing a server fails because of an (already deleted) replication association == | ||
+ | - enter: ''SET REPLSERVER'' without a replserver given | ||
+ | - restart server instance | ||
+ | - remove server | ||
+ | - if still not possible: | ||
+ | - If this does not work open a SR at IBM, enter as instance user and attach output to the SR: | ||
+ | <code> | ||
+ | db2 connect to TSMDB1 | ||
+ | db2 set schema TSMDB1 | ||
+ | db2 "select * from server_connect" > select.connect | ||
+ | db2 "select * from server_connect_info" > select.connect.info | ||
+ | </code> | ||
+ |