I've tried using the ZIPSAVE from easy400.net but could never get it
to work and the same with JAR. Another issue is that after I save the
library to a SAVF the system storage goes from 60% to 80% so zipping
the SAVF on the iSeries pushes it over 90%.
Does anyone know of a compression software to use on the PC side that
will work on the large SAVF. Here is the WinRAR command being run:
"C:\Program Files\WinRAR\winrar.exe" m -m5 "D:\iSeries\s36f.rar" "D:
\iSeries\s36f"
Thanks,
Falco
I do this all of the time using either one of two methods.
1. FTP the file to a windows directory in binary mode and use WinZip
to compress the file for storage. When I decompress the file and move
it back to the System i it displays properly using DSPSAVF and
restores without a problem.
2. After saving the library, I use PASE to tar and compress the file
using standard compression which I have had no problems with regarding
either UNIX or Windows based decompression programs. Files compressed
via this method get distributed to users that use all types of systems
and we have yet to have a user not be able to use the uncompressed
save file on their IBM i system. One of the nice things about using
PASE is that you don't have to move the file, you can access it
directly from the QSYS file system using /QSYS.LIB/MYLIB.LIB/
MYFILE.FILE.
Also, when you save the library, use the compression available with
the SAVLIB command if you are using a newer IBM i release.
I think I have had trouble with jar when using /qsys or /qdoc, ie libraries
or documents. The rest of / seemed OK. This would also cause you a problem
as copying from savf to / would require a 2nd copy of the data.
--
Jonathan
Thanks for the input.
I know this isn't your specific problem but something to watch out for
is exceeding 2GB zip file size. For instance, Windows native .zip
support (at least for XP) will corrupt the file if it exceeds 2Gb in
size. Some zipping utilities can avoid this problem (not sure about
WinRAR, though).