Page 1 of 1

FTP dataset

Posted: Wed Sep 23, 2009 1:25 am
by sambarand
Is there a way to use orchadmin or other unix utility to ftp a dataset from one server to another? If so, what is the command?

Re: FTP dataset

Posted: Wed Sep 23, 2009 1:28 am
by n.parameswara.reddy@accen
sambarand wrote:Is there a way to use orchadmin or other unix utility to ftp a dataset from one server to another? If so, what is the command?

unable to move or copy the data set

Posted: Wed Sep 23, 2009 1:30 am
by sambarand
we want to copy the dataset from one server to another..

Posted: Wed Sep 23, 2009 1:38 am
by n.parameswara.reddy@accen
sambarand wrote:we want to copy the dataset from one server to another..
it is not possible, if copy the dataset from one server to another server,dataset control file will missed out,
better to load with datastage job from one server to another server

Posted: Wed Sep 23, 2009 1:49 am
by ArndW
You can copy a dataset from one server to another, but it is not very simple. Do an "orchadmin ll {dataset}" to your descriptor file. That will give you the names and paths to the actual data files. Copy the descriptor and data files to the new machine, the descriptor file can go anywhere, but the data files must be located in the same path on the new machine as on the old.

Posted: Wed Sep 23, 2009 1:50 am
by sanjay
Sam

if it is NFS mounted between 2 server . you can copy dataset by creating a job were input dataset pointing to 1st server and output dataset to other server . its like file sharing in windows

Thanks
Sanjay

n.parameswara.reddy@accen wrote:
sambarand wrote:we want to copy the dataset from one server to another..
it is not possible, if copy the dataset from one server to another server,dataset control file will missed out,
better to load with datastage job from one server to another server

Posted: Wed Sep 23, 2009 2:32 am
by Sainath.Srinivasan
Copying across mounted file systems will not make difference as the data location is controlled by configuration file.

You will have to force a different configuration file during your copy.

Posted: Wed Sep 23, 2009 5:09 am
by sambarand
Thanks all for your suggestions..