Hi all, In order to understand TSM, a DB2 database should be updated: TSM_NODENAME TSM_PASSWORD
I can backup to TSM succesfully but the question is that how to "create" a database from backup? An existing database understands how to connect to TSM because of above parameters. How about when restoring to a new database? This is the error I receive: RESTORE DATABASE mydb USE TSM OPEN 1 SESSIONS TAKEN AT 20100411133500 TO "C:" INTO newdb SQL2062N An error occurred while accessing media "C:\PROGRA~1\IBM\SQLLIB\bin\db2tsm.dll". Reason code: "137". This is exactly like the error when you try to backup a database into tsm while user and password of TSM is not set. Thanks.