Hi James,
OK, I got it after doing it via DB-Studio.
You must to the recovery in one "session".
I was closing the connection between the full restore and the incremental restore.
So, these are the DBMCLI commmands:
medium_put %bak_template_full% %BAK_FILE_full% FILE DATA 0 8 YES
medium_put %bak_template% %BAK_FILE_incr% FILE PAGES 0 8 YES
db_connect dbm,dbm
db_activate recover %bak_template_full%
recover_start %bak_template_incr%
db_restart
db_release
Thanks for pointing me to the right direction!
Jens
Message was edited by: Jens Layer