Copying Datasets from One Environment to Another Environment

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
dodda
Premium Member
Premium Member
Posts: 244
Joined: Tue May 29, 2007 11:31 am

Copying Datasets from One Environment to Another Environment

Post by dodda »

Hi,

I have a dataset in Production environment i tried FTP to Dev environment and tried to open Dataset thru Dataset Stage it gives an error as " INPUT FILE DOESN'T EXISTS".
I am able to view the Dataset in the Unix box.

Thanks in Advance.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

You cannot copy datasets using FTP. Best thing is to copy the DataSet via a DataStage job to a sequential file and copy that, or use the unix "orchadmin dump" command.
apathri
Participant
Posts: 1
Joined: Mon Feb 04, 2008 3:12 am

copying datasets

Post by apathri »

ArndW wrote:You cannot copy datasets using FTP. Best thing is to copy the DataSet via a DataStage job to a sequential file and copy that, or use the unix "orchadmin dump" command. ...
using the unix "orchadmin dump" command,
is it possible to copy the datasets from different environment,
not in the same environment
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Use "orchadmin cp" to copy datasets in the same environment
Post Reply