Kbase P106192: Procopy warning when target database already exists
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Verified
SYMPTOM(s):
Procopy warning when target database already exists
procopy <db1> <db2>
A database named <db2> already exists, do you want to replace it? (y
)
CAUSE:
The database <db2> already exists
FIX:
This is expected behavior.
Either you want to overwrite <db2> with a copy of <db1> and then you answer "y", or you need to answer "n" to take no action and run for example:
procopy <db1> <db3>