Consultor Eletrônico



Kbase P19327: Can I procopy from or to a remote server ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   13/02/2003
Status: Unverified

GOAL:

Can I procopy from or to a remote server ?

FIX:

Procopy only works with local partitions :

procopy <user>@<hostname>:/remote_partition/database copy_database

Will fail since it does not have the capacity to gather remote files.
You still can mount the partition locally to access the database.
Sample :
mount <hostname>:/remote_partition /mount_point

Then do a procopy with the local reference to the partition:

procopy /mount_point/database copy_database