Hi,
I try to use QUIESCE command to generate the manifest file from my old server where I wish to restore it into my new server by running the following command code:
QUIESCE database name_tag hold databasename for external
dump to 'D:\name.manifest'
After I execute the command, system throw me an error message as below:
QUIESCE/PREPARE DATABASE: Device 'master' is also used by database 'master', which is not specified in this command.
SQLCODE=14538
May I know any idea to resolve this error. Please kindly advise.
Thank you.