510 pts.
 FTP & SAVF
1.How to download a savf to pc from iseries: 2.How to upload a savf from pc to iseries: Hi Gurus, I have added all the files from my source physical file "QDDSSRC" to a save file "SAVF1" in the library GOVIN using the folowing command. SAVOBJ OBJ(QDDSSRC) LIB(GOVIN) DEV(*SAVF) SAVF(GOVIN/SAVF1) Now How i will download this "SAVF1" to my PC...Help me ****************************************************** 2.How to upload a savf from pc to iseries: I had a "SAVF1" in my PC in the Folder D:SP I used FTP as follows: Start->RUN->Cmd->FTP->OPEN (As400 IP address) Username & password entered LCD D:SP CD GOVIN BINARY After this i hv used PUT command and rstobj commands ,it doesnt work... so pls send me the command wit the details i mentioned above.For ur reference i hv shown the command below... (PUT SAVF1.savf  QUIT) AS400: RSTOBJ OBJ(*ALL) SAVLIB(GOVIN) DEV(*SAVF) SAVF(GOVIN/SAVF1) I have referred all the posts but i couldnt solve the issues...

Software/Hardware used:
AS400
ASKED: December 22, 2011  7:16 AM
UPDATED: March 17, 2012  6:09 AM

Answer Wiki:
<i>1.How to download a savf to pc from iseries:</i> Start->RUN->FTP your server IP->enter -> enter Username & password next you need changed current library... for that follow my steps... <b>cd /qsys.lib/govin.lib/</b> <b>lcd d:sp</b> <b>bin </b> -> to change binary image <b>get sav1.savf</b> -> after 5 min it ll show file transfer completed successfully.. <b>quit</b>... <i>2.How to upload a savf from pc to iseries:</i> FTP your server IP->enter -> enter Username & password <b>lcd d:sp</b> <b>cd /qsys.lib/govin.lib/</b> <b>bin </b> <b>put sav1.savf</b> <b>quit</b> RSTOBJ OBJ(*ALL) SAVLIB(GOVIN) DEV(*SAVF) SAVF(GOVIN/SAVF1) some times object restored in temp library... after restore function, server ll show the message.. Read the message it ll show, where it ll restored and stored library name...
Last Wiki Answer Submitted:  December 22, 2011  8:09 am  by  pdsathishkumar   3,740 pts.
All Answer Wiki Contributors:  pdsathishkumar   3,740 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

it doesnt work…

That doesn’t help us. Why didn’t it work? Did it fail to transfer? Did it transfer as a PF? Did a FTP error show up? Did an error show up when you tried to restore? Where did the savefile on the PC come from? (Was it properly transferred to the PC in the first place? I.e., was it transferred in a BINARY mode?) Is the savefile valid for your AS/400? (E.g., is it an i 7.1 savefile and your system is V5R4?)

We need more information in order even to guess.

Tom

 108,310 pts.