Thanks again !
here is my restore command:
Code:
RESTORE DATABASE DBINGWP1 USER kcapdba1 USING kcapdba1 FROM "E:\BATCH_BACKUP\" TAKEN AT 20090409224503 WITH 1 BUFFERS BUFFER 1024 PARALLELISM 1 WITHOUT PROMPTING;
although the local user kcapdba1 is part of the DBSYSADM group on the Server and the DBSYSADM Group is designated as the System Administration authority group in the configuration for the DB2 Instance.. I am getting this error:
SQL3282N The supplied credentials are not valid.
Explanation:
Either or both the distinguished name (DN) of the user and the
password that were specified were not valid.