Re: Ftp to GDG dataset

2007-10-11 Thread Ken Foskey
On Thu, 2007-10-11 at 23:05 +0200, Jenda Krynicky wrote: > From: "Johnson, Reginald \(GTI\)" <[EMAIL PROTECTED]> > > I am trying to ftp files to GDG dataset on a mainframe. Whenever I try > > this my put fails with > > "failed Requested action not taken: GDG name conversion failed" > > > > > >

Re: Ftp to GDG dataset

2007-10-11 Thread Matthew Whipple
Can you upload the file manually? If you can't then that's obviously the problem. If you can then make sure that all of the settings are the same in the Perl script (the pwd, port/passive, the exact base name & suffix). Johnson, Reginald (GTI) wrote: > I am trying to ftp files to GDG dataset on

Re: Ftp to GDG dataset

2007-10-11 Thread Chas. Owens
On 10/11/07, Jenda Krynicky <[EMAIL PROTECTED]> wrote: snip > > $ftp->put($logfile ,"SM.SCS.ADSM.LINUX.ACCTLOG(+1)" ) > > or die "put of $logfile failed ", $ftp->message; > > All I can think of is that the file name is not legal on the > mainframe. Though the message looks a

Re: Ftp to GDG dataset

2007-10-11 Thread Jenda Krynicky
From: "Johnson, Reginald \(GTI\)" <[EMAIL PROTECTED]> > I am trying to ftp files to GDG dataset on a mainframe. Whenever I try > this my put fails with > "failed Requested action not taken: GDG name conversion failed" > > > #!/usr/bin/perl > use File::Copy cp; > use Net::FTP; > > $ftp-

Ftp to GDG dataset

2007-10-11 Thread Johnson, Reginald (GTI)
I am trying to ftp files to GDG dataset on a mainframe. Whenever I try this my put fails with "failed Requested action not taken: GDG name conversion failed" #!/usr/bin/perl use File::Copy cp; use Net::FTP; @serverlist =qw{tsmpa1 tsmte1 tsmdb1 tsmob1 tsmob2 tsmbk1}; $today=(`/bi